/**
 * @package 	WordPress
 * @subpackage 	Montmartre
 * @version 	1.0.0
 * 
 * WooCommerce CSS Rules
 * Created by CMSMasters
 * 
 */
 
 
/*-------------------------------------------------------------------------

	1. 	Shop Page
	2. 	Single Product
	3. 	Cart
	4. 	Checkout
	5. 	Order
	6. 	Dynamic Cart
	7. 	Widgets
	8. 	Shortcodes
	9.	CSS3 Animations

-------------------------------------------------------------------------*/

/* -------------------------------- Start WooCommerce Styles (cmsms_woo) -------------------------------- */
.cmsms_woo.fullwidth {
  padding-top: 40px;
  padding-bottom: 40px;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}
.cmsms_woo select {
  height: 42px;
}
.product .preloader {
  padding-bottom: 100%;
  display: block;
}
.product .preloader img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product.cmsms_single_product .cmsms_product_left_column .preloader,
.product .cmsms_product_left_column .cmsms_hover_slider .cmsms_hover_slider_items {
  padding-bottom: 100%;
}
/*	Star Rating */
.cmsms_star_rating {
  width: 78px;
  height: 13px;
  display: block;
  position: relative;
  overflow: hidden;
}
.cmsms_star_rating .cmsms_star {
  font-size: 14px;
  width: 14px;
  height: 13px;
  display: block;
  margin-left: 2px;
  position: relative;
  overflow: hidden;
  float: left;
}
.cmsms_star_rating .cmsms_star:first-child {
  margin-left: 0;
}
.cmsms_star_rating .cmsms_star:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_star_rating .cmsms_star_trans_wrap {
  position: relative;
  overflow: hidden;
}
.cmsms_star_rating .cmsms_star_color_wrap {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.cmsms_star_rating .cmsms_star_color_wrap .cmsms_star_color_inner {
  width: 78px;
  height: 13px;
  position: relative;
  overflow: hidden;
}
.comment-form-rating {
  position: relative;
  overflow: hidden;
}
.comment-form-rating .stars > span {
  display: block;
  width: 65px;
  height: 14px;
  position: relative;
  overflow: hidden;
}
.comment-form-rating .stars > span:before,
.comment-form-rating .stars > span a:before {
  font-family: "fontello";
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-indent: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.comment-form-rating .stars > span:before {
  content: '\ee4a\ee4a\ee4a\ee4a\ee4a';
}
.comment-form-rating .stars > span a:before {
  content: '\ee4a\ee4a\ee4a\ee4a\ee4a';
}
.comment-form-rating .stars > span a {
  color: transparent;
  text-indent: 9999px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.comment-form-rating .stars > span a.star-1 {
  width: 13px;
  z-index: 10;
}
.comment-form-rating .stars > span a.star-2 {
  width: 26px;
  z-index: 9;
}
.comment-form-rating .stars > span a.star-3 {
  width: 39px;
  z-index: 8;
}
.comment-form-rating .stars > span a.star-4 {
  width: 52px;
  z-index: 7;
}
.comment-form-rating .stars > span a.star-5 {
  width: 65px;
  z-index: 6;
}
/*	Sale */
.onsale,
.out-of-stock {
  line-height: 56px;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  bottom: auto;
  z-index: 10;
}
.out-of-stock {
  font-size: 11px;
  line-height: 12px;
  width: 60px;
  height: 60px;
  padding-top: 19px;
}
/*	Shipping */
#shipping_method {
  padding: 0;
  margin: 0;
}
#shipping_method li:before {
  content: none;
}
#shipping_method,
#ship-to-different-address,
.payment_methods {
  position: relative;
  overflow: hidden;
}
#shipping_method li,
#ship-to-different-address li,
.payment_methods li {
  position: relative;
  overflow: hidden;
}
#shipping_method input[type="checkbox"],
#ship-to-different-address input[type="checkbox"],
.payment_methods input[type="checkbox"],
#shipping_method input[type="radio"],
#ship-to-different-address input[type="radio"],
.payment_methods input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  opacity: 0;
}
#shipping_method input[type="checkbox"] + label,
#ship-to-different-address input[type="checkbox"] + label,
.payment_methods input[type="checkbox"] + label,
#shipping_method input[type="radio"] + label,
#ship-to-different-address input[type="radio"] + label,
.payment_methods input[type="radio"] + label {
  padding-left: 25px;
  padding-bottom: 0;
  position: relative;
  float: left;
  cursor: pointer;
}
#shipping_method input[type="checkbox"] + label:before,
#ship-to-different-address input[type="checkbox"] + label:before,
.payment_methods input[type="checkbox"] + label:before,
#shipping_method input[type="radio"] + label:before,
#ship-to-different-address input[type="radio"] + label:before,
.payment_methods input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#shipping_method input[type="checkbox"] + label:after,
#ship-to-different-address input[type="checkbox"] + label:after,
.payment_methods input[type="checkbox"] + label:after,
#shipping_method input[type="radio"] + label:after,
#ship-to-different-address input[type="radio"] + label:after,
.payment_methods input[type="radio"] + label:after {
  content: '';
  display: block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: auto !important;
  position: absolute;
  left: 4px;
  right: auto;
  top: 0;
  bottom: 0;
}
#shipping_method input[type="checkbox"]:checked + label:after,
#ship-to-different-address input[type="checkbox"]:checked + label:after,
.payment_methods input[type="checkbox"]:checked + label:after,
#shipping_method input[type="radio"]:checked + label:after,
#ship-to-different-address input[type="radio"]:checked + label:after,
.payment_methods input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#shipping_method input[type="checkbox"] + label:before,
#ship-to-different-address input[type="checkbox"] + label:before,
.payment_methods input[type="checkbox"] + label:before {
  -webkit-border-radius: 0;
  border-radius: 0;
}
#shipping_method input[type="checkbox"] + label:after,
#ship-to-different-address input[type="checkbox"] + label:after,
.payment_methods input[type="checkbox"] + label:after {
  -webkit-border-radius: 0;
  border-radius: 0;
  top: -15px;
  left: 4px;
  display: block;
  content: '\ea85';
  font-size: 14px;
  font-weight: bold;
  font-family: 'fontello';
  background: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.select2-container .select2-choice {
  padding: 9px 10px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border-width: 2px !important;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  padding: 25px;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.woocommerce-error .button,
.woocommerce-message .button,
.woocommerce-info .button {
  margin-right: 30px;
  background: none;
}
.woocommerce-error,
.woocommerce-info {
  padding-bottom: 25px;
}
/*	Quantity */
.quantity {
  position: relative;
  float: left;
  overflow: hidden;
}
.quantity .text {
  width: 65px;
  height: 38px;
  text-align: center;
  float: left;
}
/*	Col2-set */
.col2-set {
  margin: 0 -2% 30px;
  position: relative;
  overflow: hidden;
}
.col2-set > * {
  width: 46%;
  margin: 0 2%;
  float: left;
  position: relative;
  overflow: hidden;
}
/*	Form Row Styles */
.form-row {
  width: 48%;
  position: relative;
  float: left;
}
.form-row:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  zoom: 1;
}
.form-row.form-row-last {
  float: right;
}
.form-row.form-row-wide,
.form-row.notes,
.form-row.place-order {
  width: 100%;
  float: none;
  clear: both;
}
.form-row.place-order {
  width: auto;
  margin: 0;
}
.form-row label {
  display: block;
  padding: 0 0 5px;
}
.form-row select,
.form-row input,
.form-row textarea {
  width: 100%;
  max-width: 100%;
}
.form-row textarea {
  min-height: 200px;
}
.form-row input[type="checkbox"],
.form-row input[type="radio"],
.form-row input[type="submit"],
.form-row input[type="button"] {
  width: auto;
}
.form-row select {
  display: block !important;
}
.form-row .select2-container {
  display: none !important;
}
/*-------------------------------------------------------------------------*/
/*	1. Shop Page */
/*-------------------------------------------------------------------------*/
.cmsms_woo_wrap_result {
  position: relative;
  overflow: hidden;
  clear: both;
}
.cmsms_woo_wrap_result .cmsms_woo_wrap_result_inner {
  width: 980px;
  padding: 40px 20px 0;
  margin: 0 auto;
  overflow: hidden;
}
.cmsms_woo_wrap_result select {
  height: 42px;
  width: 100%;
  max-width: 100%;
}
.cmsms_woo_wrap_result .woocommerce-result-count {
  padding: 11px 10px;
  float: right;
}
.cmsms_woo_wrap_result .woocommerce-ordering {
  float: left;
}
div.products {
  margin: 0 0 50px;
  position: relative;
  overflow: hidden;
}
div.products > h2 {
  margin: 0 0 20px;
}
.page-description {
  margin: 0 -2%;
}
.outofstock .onsale {
  display: none;
}
.cmsms_products {
  margin: 0 -2%;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.cmsms_products .product {
  width: 21%;
  margin: 0 2%;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  float: left;
}
.cmsms_products .product:before {
  content: none;
}
.cmsms_products .product .product_inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.cmsms_products .product .product_inner .cmsms_product_img {
  overflow: hidden;
}
.cmsms_products .product .product_inner .cmsms_product_img .product_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.cmsms_products .product .product_inner .cmsms_product_header,
.cmsms_products .product .product_inner .cmsms_product_info {
  padding: 0 15px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cmsms_products .product .product_inner .cmsms_product_header .cmsms_product_title {
  margin: 0;
}
.cmsms_products .product .product_inner .cmsms_product_info .price {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}
.cmsms_products .product .product_inner .cmsms_product_info .price del {
  margin-right: 5px;
}
.cmsms_products .product .product_inner .cmsms_product_info .price ins {
  text-decoration: none;
}
.cmsms_products .product .product_inner .cmsms_product_img_wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.cmsms_products .product .product_inner .cmsms_product_img_wrap .cmsms_product_footer {
  width: 125px;
  height: 75px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 12;
  text-align: center;
}
.cmsms_products .product .product_inner .cmsms_product_img_wrap .cmsms_product_footer .added_to_cart,
.cmsms_products .product .product_inner .cmsms_product_img_wrap .cmsms_product_footer .cmsms_add_to_cart_button {
  position: relative;
  display: inline-block;
  line-height: 20px;
  border-width: 2px;
  border-style: solid;
  padding: 7px 10px;
  background: none;
  width: 125px;
  margin-bottom: 18px;
  top: -50px;
  opacity: 0;
}
.cmsms_products .product .product_inner .cmsms_product_img_wrap .cmsms_product_footer .cmsms_star_rating {
  display: inline-block;
  top: -50px;
  opacity: 0;
}
.cmsms_products .product .product_inner .cmsms_product_img_wrap .cmsms_product_footer .cmsms_add_to_cart_button.loading {
  color: transparent;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.cmsms_products .product .product_inner .cmsms_product_img_wrap .cmsms_product_footer .cmsms_add_to_cart_button.added {
  display: none;
}
.cmsms_products .product .product_inner .cmsms_product_img_wrap .cmsms_product_footer .cmsms_add_to_cart_button.loading:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e815';
  margin: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.cmsms_products .product .product_inner .cmsms_product_img_wrap:hover .added_to_cart,
.cmsms_products .product .product_inner .cmsms_product_img_wrap:hover .cmsms_add_to_cart_button,
.cmsms_products .product .product_inner .cmsms_product_img_wrap:hover .cmsms_star_rating {
  top: 0;
  opacity: 1;
}
.r_sidebar .cmsms_products .product,
.l_sidebar .cmsms_products .product {
  width: 29.33%;
}
.r_sidebar .cmsms_products .product:nth-child(3n+1),
.l_sidebar .cmsms_products .product:nth-child(3n+1) {
  clear: left;
}
.fullwidth .cmsms_products .product:nth-child(4n+1) {
  clear: left;
}
/*-------------------------------------------------------------------------*/
/*	2. Single Product */
/*-------------------------------------------------------------------------*/
.cmsms_single_product {
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_left_column {
  width: 43.9%;
  margin: 0 0 80px;
  position: relative;
  float: left;
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_left_column .cmsms_product_images {
  overflow: hidden;
  position: relative;
}
.cmsms_single_product .cmsms_product_left_column .cmsms_product_images .cmsms_product_image {
  position: relative;
  display: block;
  max-width: 100%;
  text-align: center;
}
.cmsms_single_product .cmsms_product_left_column .cmsms_product_images .cmsms_product_image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.cmsms_single_product .cmsms_product_left_column .cmsms_product_images .cmsms_product_thumbs {
  display: block;
  margin: 0 -5px;
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_left_column .cmsms_product_images .cmsms_product_thumbs .cmsms_product_thumb {
  display: inline-block;
  margin: 10px 5px 0;
  width: 80px;
  text-align: center;
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_left_column .cmsms_product_images .cmsms_product_thumbs .cmsms_product_thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.cmsms_single_product .cmsms_product_left_column .cmsms_product_images .cmsms_product_thumbs .cmsms_product_thumb:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.cmsms_single_product .cmsms_product_left_column > .cmsms_product_image {
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_right_column {
  width: 56.1%;
  padding: 0 0 0 40px;
  margin: 0 0 80px;
  position: relative;
  float: right;
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_right_column .out-of-stock {
  display: none;
}
.cmsms_single_product .cmsms_product_right_column .product_title {
  margin-bottom: 10px;
}
.cmsms_single_product .cmsms_product_right_column .cmsms_star_rating {
  margin-bottom: 20px;
}
.cmsms_single_product .cmsms_product_right_column .price {
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_right_column .price del {
  margin-right: 10px;
}
.cmsms_single_product .cmsms_product_right_column .price ins {
  text-decoration: none;
}
.cmsms_single_product .cmsms_product_right_column .cart {
  margin: 35px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_right_column .cart .quantity {
  display: inline-block;
}
.cmsms_single_product .cmsms_product_right_column .cart .quantity .qty {
  padding-top: 7px;
  padding-bottom: 7px;
}
.cmsms_single_product .cmsms_product_right_column .cart .variations {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_right_column .cart .variations td {
  padding: 0 15px 0 0;
}
.cmsms_single_product .cmsms_product_right_column .cart .variations td select {
  margin: 0 15px 0 0;
}
.cmsms_single_product .cmsms_product_right_column .cart .single_variation_wrap {
  margin: 30px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_right_column .cart .buttons_added {
  margin: 0 10px 10px 0;
}
.cmsms_single_product .cmsms_product_right_column .cart .single_add_to_cart_button {
  min-width: 110px;
  padding: 7px 20px;
  cursor: pointer;
  margin-left: 20px;
}
.cmsms_single_product .cmsms_product_right_column .cart .single_add_to_cart_button:hover {
  background: none;
}
.cmsms_single_product .cmsms_product_right_column .product_meta {
  margin: 20px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_product_right_column .product_meta > span {
  display: block;
  margin-top: 5px;
}
.cmsms_single_product .cmsms_product_right_column .product_meta > span:first-child {
  margin-top: 0;
}
.cmsms_single_product .cmsms_product_right_column .product_meta strong {
  font-weight: normal;
}
.cmsms_single_product .cmsms_woo_tabs {
  margin: 0 0 50px;
  position: relative;
  clear: both;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs .cmsms_tabs_list .cmsms_tabs_list_item > a {
  position: relative;
}
.cmsms_single_product .cmsms_woo_tabs .cmsms_tabs_wrap .cmsms_tab .cmsms_tab_inner > h2 {
  position: relative;
}
.cmsms_single_product .cmsms_woo_tabs .shop_attributes {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs .shop_attributes th,
.cmsms_single_product .cmsms_woo_tabs .shop_attributes td {
  padding: 10px;
  border-top-width: 1px;
  border-top-style: solid;
}
.cmsms_single_product .cmsms_woo_tabs .shop_attributes th *,
.cmsms_single_product .cmsms_woo_tabs .shop_attributes td * {
  margin: 0;
  padding: 0;
}
.cmsms_single_product .cmsms_woo_tabs .shop_attributes tr:first-child th,
.cmsms_single_product .cmsms_woo_tabs .shop_attributes tr:first-child td {
  border-top-width: 0;
  border-top-style: solid;
}
.cmsms_single_product .cmsms_woo_tabs .shop_attributes th {
  font-weight: bold;
  width: 200px;
  max-width: 100%;
}
.cmsms_single_product .cmsms_woo_tabs #reviews {
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments {
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .cmsms_star_rating {
  margin-top: 15px;
  float: right;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments > h2 {
  padding-right: 15px;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 35px 0 0;
  position: relative;
  border-top-width: 2px;
  border-top-style: solid;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment {
  margin: 0 0 35px;
  padding: 0;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment .comment_container {
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment .comment_container .avatar {
  margin: 0 30px 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment .comment_container .comment-text {
  padding: 3px 0 15px;
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment .comment_container .comment-text .cmsms_star_rating {
  width: 58px;
  height: 11px;
  margin: 5px 0 0;
  float: right;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment .comment_container .comment-text .cmsms_star_rating .cmsms_star {
  font-size: 11px;
  width: 10px;
  height: 11px;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment .comment_container .comment-text .cmsms_star_rating .cmsms_star_color_wrap .cmsms_star_color_inner {
  width: 58px;
  height: 11px;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment .comment_container .comment-text .meta {
  padding: 0 15px 15px 0;
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment .comment_container .comment-text .meta h4 {
  margin: 0;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment .comment_container .comment-text .description {
  position: relative;
  clear: both;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews #comments .commentlist .comment:last-child {
  margin: 0;
}
.cmsms_single_product .cmsms_woo_tabs #reviews .comment-respond {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews .comment-respond .comment-reply-title {
  position: relative;
  overflow: hidden;
}
.cmsms_single_product .cmsms_woo_tabs #reviews .comment-respond .comment-form-author,
.cmsms_single_product .cmsms_woo_tabs #reviews .comment-respond .comment-form-email {
  width: 48%;
}
.cmsms_single_product .cmsms_woo_tabs #reviews .comment-respond .stars {
  padding-bottom: 0;
}
.cmsms_single_product .cmsms_woo_tabs #reviews .comment-respond label {
  display: block;
  padding: 0 0 10px;
}
/*-------------------------------------------------------------------------*/
/*	3. Cart */
/*-------------------------------------------------------------------------*/
.shop_table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  margin: 0 0 45px;
  position: relative;
  overflow: hidden;
}
.shop_table thead,
.shop_table tr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.shop_table thead th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.shop_table th,
.shop_table td {
  padding: 15px 5px 15px 25px;
  vertical-align: middle;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: left;
  overflow: hidden;
}
.shop_table th {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.shop_table tr:last-child td {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.shop_table td.product-remove .remove {
  font-size: 22px;
  line-height: 24px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-width: 2px;
  border-style: solid;
  text-align: center;
}
.shop_table td.product-thumbnail img {
  width: 50px;
  height: auto;
}
.shop_table td.actions {
  padding: 15px 20px;
  text-align: right;
}
.shop_table td.actions .coupon {
  position: relative;
  float: left;
  overflow: hidden;
}
.shop_table td.actions .coupon label {
  display: none;
}
.shop_table td.actions .coupon .input-text {
  padding-top: 7px;
  padding-bottom: 7px;
}
.shop_table td.actions .button {
  min-width: 125px;
  max-width: 100%;
  margin-left: 10px;
  padding: 7px 15px;
}
.shop_table td.actions .button.checkout-button {
  position: relative;
}
.shop_table td.actions .button:hover {
  background: none;
}
.quantity .qty {
  width: 80px;
  text-align: center;
}
.button.checkout-button {
  position: relative;
  min-width: 125px;
  max-width: 100%;
  padding: 7px 15px;
}
.button.checkout-button:hover {
  background: none;
}
.cart-collaterals {
  margin: 0 -2%;
}
.cart-collaterals > * {
  width: 46%;
  float: left;
  margin: 0 2%;
}
.cart-collaterals .cross-sells {
  width: 96%;
  margin-bottom: 50px;
  float: none;
  clear: both;
}
.cart-collaterals .cross-sells > h2 {
  margin: 0;
}
.cart_totals {
  position: relative;
  overflow: hidden;
}
.cart_totals > h2 {
  margin: 0 0 25px;
  position: relative;
}
.cart_totals table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cart_totals table tr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cart_totals table tr th,
.cart_totals table tr td {
  width: 43%;
  padding: 15px 20px;
  vertical-align: middle;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: left;
  overflow: hidden;
}
.cart_totals table tr th p,
.cart_totals table tr td p {
  padding: 0;
}
.cart_totals table tr th stong,
.cart_totals table tr td stong {
  font-weight: normal;
}
.cart_totals table tr td {
  width: 57%;
  text-align: right;
}
.cart_totals table tr:last-child th,
.cart_totals table tr:last-child td {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.cart_totals table tr.cart-subtotal th,
.cart_totals table tr.order-total th,
.cart_totals table tr.cart-subtotal td,
.cart_totals table tr.order-total td {
  position: relative;
}
.cart_totals table tr.shipping #shipping_method input[type="checkbox"],
.cart_totals table tr.shipping #shipping_method input[type="radio"] {
  left: auto;
  right: 0;
  float: right;
}
.cart_totals table tr.shipping #shipping_method input[type="checkbox"] + label,
.cart_totals table tr.shipping #shipping_method input[type="radio"] + label {
  padding-left: 0;
  padding-right: 25px;
  float: right;
}
.cart_totals table tr.shipping #shipping_method input[type="checkbox"] + label:before,
.cart_totals table tr.shipping #shipping_method input[type="radio"] + label:before {
  left: auto;
  right: 0;
}
.cart_totals table tr.shipping #shipping_method input[type="checkbox"] + label:after,
.cart_totals table tr.shipping #shipping_method input[type="radio"] + label:after {
  left: auto;
  right: 4px;
}
.wc-proceed-to-checkout {
  padding: 20px 0;
}
.shipping_calculator {
  position: relative;
  overflow: hidden;
}
.shipping_calculator > h2 {
  margin: 0 0 25px;
  position: relative;
}
.shipping_calculator .shipping-calculator-form {
  display: block !important;
  height: auto !important;
  margin: 0 -2%;
}
.shipping_calculator .shipping-calculator-form > * {
  width: 96%;
  margin: 0 2%;
}
.shipping_calculator .shipping-calculator-form .form-row {
  width: 46%;
  float: left;
}
.shipping_calculator .shipping-calculator-form .form-row:first-child {
  width: 96%;
  float: none;
  clear: both;
}
.shipping_calculator .shipping-calculator-form input,
.shipping_calculator .shipping-calculator-form select,
.shipping_calculator .shipping-calculator-form textarea,
.shipping_calculator .shipping-calculator-form button {
  width: 100%;
  max-width: 100%;
}
.shipping_calculator .shipping-calculator-form input[type="checkbox"],
.shipping_calculator .shipping-calculator-form input[type="radio"] {
  width: auto;
}
.shipping_calculator .shipping-calculator-form .button {
  padding: 8px 15px;
  cursor: pointer;
}
/*-------------------------------------------------------------------------*/
/*	4. Checkout */
/*-------------------------------------------------------------------------*/
.checkout_coupon {
  margin: 0 -2% 30px;
  position: relative;
  overflow: hidden;
}
.checkout_coupon input,
.checkout_coupon button {
  width: 100%;
  max-width: 100%;
}
.checkout_coupon .form-row {
  width: 46%;
  margin: 0 2%;
  float: left;
  position: relative;
  overflow: hidden;
}
.checkout_coupon .form-row .button {
  padding: 12px 15px;
}
.checkout {
  position: relative;
  overflow: hidden;
}
.checkout .required {
  display: inline-block;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.checkout .woocommerce-billing-fields {
  margin: 0 -2%;
  position: relative;
  overflow: hidden;
}
.checkout .woocommerce-billing-fields > * {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  float: none;
  position: relative;
  clear: both;
  overflow: hidden;
}
.checkout .woocommerce-billing-fields label {
  display: block;
  padding: 0 0 5px;
}
.checkout .woocommerce-billing-fields select,
.checkout .woocommerce-billing-fields input,
.checkout .woocommerce-billing-fields textarea {
  width: 100%;
  max-width: 100%;
}
.checkout .woocommerce-billing-fields input[type="checkbox"],
.checkout .woocommerce-billing-fields input[type="radio"] {
  width: auto;
}
.checkout .woocommerce-billing-fields .create-account input {
  margin: 0 10px 0 0;
}
.checkout .woocommerce-billing-fields .create-account label {
  display: inline-block;
}
.checkout .woocommerce-billing-fields #billing_state {
  display: block !important;
}
.checkout .woocommerce-billing-fields #billing_country_chosen,
.checkout .woocommerce-billing-fields #billing_state_chosen {
  display: none !important;
}
.checkout .woocommerce-billing-fields #billing_first_name_field,
.checkout .woocommerce-billing-fields #billing_last_name_field,
.checkout .woocommerce-billing-fields #billing_state_field,
.checkout .woocommerce-billing-fields #billing_postcode_field,
.checkout .woocommerce-billing-fields #billing_email_field,
.checkout .woocommerce-billing-fields #billing_phone_field {
  width: 46%;
  float: left;
  clear: none;
}
.checkout .woocommerce-shipping-fields {
  position: relative;
  overflow: hidden;
}
.checkout .woocommerce-shipping-fields label {
  display: block;
  padding: 0 0 5px;
}
.checkout .woocommerce-shipping-fields select,
.checkout .woocommerce-shipping-fields input,
.checkout .woocommerce-shipping-fields textarea {
  width: 100%;
  max-width: 100%;
}
.checkout .woocommerce-shipping-fields textarea {
  min-height: 200px;
}
.checkout .woocommerce-shipping-fields input[type="checkbox"],
.checkout .woocommerce-shipping-fields input[type="radio"] {
  width: auto;
}
.checkout .woocommerce-shipping-fields .shipping_address {
  margin: 0 -2%;
  position: relative;
  overflow: hidden;
}
.checkout .woocommerce-shipping-fields .shipping_address > * {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  float: none;
  position: relative;
  clear: both;
  overflow: hidden;
}
.checkout .woocommerce-shipping-fields .shipping_address #shipping_state {
  display: block !important;
}
.checkout .woocommerce-shipping-fields .shipping_address #shipping_country_chosen,
.checkout .woocommerce-shipping-fields .shipping_address #shipping_state_chosen {
  display: none !important;
}
.checkout .woocommerce-shipping-fields .shipping_address #shipping_first_name_field,
.checkout .woocommerce-shipping-fields .shipping_address #shipping_last_name_field,
.checkout .woocommerce-shipping-fields .shipping_address #shipping_state_field,
.checkout .woocommerce-shipping-fields .shipping_address #shipping_postcode_field {
  width: 46%;
  float: left;
  clear: none;
}
.checkout #order_review {
  position: relative;
  overflow: hidden;
}
.checkout #order_review .shop_table th,
.checkout #order_review .shop_table td {
  width: 50%;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.checkout #order_review .shop_table th:first-child,
.checkout #order_review .shop_table td:first-child {
  border-left-width: 0;
  border-left-style: solid;
}
.checkout #order_review .shop_table tr.order-total th,
.checkout #order_review .shop_table tr.order-total td {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.checkout #order_review .shop_table tr.cart_item th,
.checkout #order_review .shop_table tr.cart_item td {
  position: relative;
}
.checkout #order_review .shop_table tr.cart-subtotal th,
.checkout #order_review .shop_table tr.order-total th,
.checkout #order_review .shop_table tr.cart-subtotal td,
.checkout #order_review .shop_table tr.order-total td {
  position: relative;
}
.checkout #order_review #payment {
  padding: 25px 30px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}
.checkout #order_review #payment .payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.checkout #order_review #payment .payment_methods li {
  position: relative;
  overflow: hidden;
}
.checkout #order_review #payment .payment_methods li:before {
  content: none;
}
.checkout #order_review #payment .payment_methods label {
  display: inline-block;
  float: none;
}
.checkout #order_review #payment .payment_methods label img {
  display: none;
}
.checkout #order_review #payment .payment_methods .payment_box {
  margin: 20px 0 10px;
  padding: 20px;
  position: relative;
  border-width: 2px;
  border-style: solid;
  clear: both;
}
.checkout #order_review #payment .payment_methods .payment_box:before,
.checkout #order_review #payment .payment_methods .payment_box:after {
  content: '';
  border-bottom: 12px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 25px;
  top: -13px;
}
.checkout #order_review #payment .payment_methods .payment_box:after {
  border-bottom-width: 9px;
  border-left-width: 8px;
  border-right-width: 8px;
  left: 27px;
  top: -9px;
}
.checkout #order_review #payment .payment_methods .payment_box p {
  padding: 0;
}
.checkout #order_review #payment .place-order {
  padding: 30px 0 0;
  position: relative;
  overflow: hidden;
}
.checkout #order_review #payment .place-order .button {
  padding: 8px 15px;
}
.checkout #order_review #payment .place-order .terms {
  padding: 8px 0 8px 20px;
  float: right;
  overflow: hidden;
}
/*-------------------------------------------------------------------------*/
/*	5. Order */
/*-------------------------------------------------------------------------*/
ul.order_details {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-top-width: 0;
  border-top-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  overflow: hidden;
}
ul.order_details li {
  width: 25%;
  margin: 0;
  padding: 0;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  float: left;
  overflow: hidden;
}
ul.order_details li:before {
  content: none;
}
ul.order_details li > span {
  display: block;
  padding: 15px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
ul.order_details li > strong {
  display: block;
  padding: 15px 20px;
}
.shop_table.order_details tr th,
.shop_table.order_details tr td {
  width: 50%;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.shop_table.order_details tr th:first-child,
.shop_table.order_details tr td:first-child {
  border-left-width: 0;
  border-left-style: solid;
}
.shop_table.order_details tfoot tr:last-child th,
.shop_table.order_details tfoot tr:last-child td {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.customer_details {
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.customer_details dt,
.customer_details dd {
  display: block;
  min-width: 15%;
  max-width: 100%;
  margin-bottom: 10px;
  float: left;
}
.customer_details dt {
  padding-right: 20px;
  clear: left;
}
/*-------------------------------------------------------------------------*/
/*	6. Dynamic Cart */
/*-------------------------------------------------------------------------*/
.cmsms_dynamic_cart {
  position: fixed;
  right: 0;
  top: 45px;
  visibility: hidden;
  z-index: 99999;
  opacity: 0;
}
.cmsms_dynamic_cart .cmsms_dynamic_cart_button {
  display: block;
  width: 46px;
  height: 46px;
  cursor: default;
  position: relative;
  z-index: 1;
  border-width: 2px;
  border-style: solid;
  border-right-width: 0;
  border-right-style: solid;
}
.cmsms_dynamic_cart .cmsms_dynamic_cart_button:before {
  font-size: 18px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_dynamic_cart .widget_shopping_cart_content {
  width: 270px;
  margin: 20px 0 0 0;
  padding: 20px;
  visibility: hidden;
  position: absolute;
  right: 5px;
  top: 60px;
  opacity: 0;
  z-index: 999;
  border-width: 2px;
  border-style: solid;
}
.cmsms_dynamic_cart .widget_shopping_cart_content:after,
.cmsms_dynamic_cart .widget_shopping_cart_content:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: 5px;
  top: -12px;
}
.cmsms_dynamic_cart .widget_shopping_cart_content:after {
  top: -10px;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .cart_list {
  list-style: none;
  max-height: 420px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .cart_list li {
  padding: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .cart_list li:before {
  content: none;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .cart_list li .remove {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  z-index: 2;
  opacity: 0;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .cart_list li a {
  display: block;
  float: none;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .cart_list li img {
  width: 60px;
  height: 60px;
  margin: 0 0 0 20px;
  float: right;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .cart_list li .quantity {
  position: relative;
  overflow: hidden;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .cart_list li:hover .remove {
  opacity: 1;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .total {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .total strong {
  margin-right: 5px;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .buttons {
  padding: 0;
  margin: 0 -1%;
  position: relative;
  overflow: hidden;
}
.cmsms_dynamic_cart .widget_shopping_cart_content .buttons .button {
  width: 48%;
  margin: 0 1%;
  float: left;
  font-size: 11px;
  padding: 5px 20px;
}
.cmsms_dynamic_cart.active .widget_shopping_cart_content,
.cmsms_dynamic_cart .cmsms_dynamic_cart_button:hover + .widget_shopping_cart_content,
.cmsms_dynamic_cart .widget_shopping_cart_content:hover {
  margin: 0;
  visibility: visible;
  opacity: 1;
}
.cmsms_added_product_info {
  width: 260px;
  padding: 10px 15px;
  position: absolute;
  left: -15px;
  top: -10px;
  margin-left: -260px;
  opacity: 0;
  border-width: 2px;
  border-style: solid;
}
.cmsms_added_product_info:after,
.cmsms_added_product_info:before {
  content: '';
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -10px;
}
.cmsms_added_product_info:after {
  right: -10px;
}
.cmsms_added_product_info .cmsms_added_product_info_img {
  width: 50px;
  height: 50px;
  float: right;
}
.cmsms_added_product_info .cmsms_added_product_info_text {
  display: block;
  padding: 15px 15px 15px 0;
  float: left;
}
/*-------------------------------------------------------------------------*/
/*	7. Widgets */
/*-------------------------------------------------------------------------*/
.widget_product_search {
  position: relative;
  overflow: hidden;
}
.widget_product_search form {
  position: relative;
  overflow: hidden;
}
.widget_product_search form label {
  font-size: 18px;
  text-indent: -99999px;
  box-sizing: content-box;
  width: 40px;
  height: 40px;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.widget_product_search form label:before {
  content: '\ea76';
  font-family: 'fontello';
  line-height: 1em;
  display: block;
  text-indent: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.widget_product_search form .search-field {
  display: block;
  position: relative;
  width: 100%;
  padding: 9px 40px 9px 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
.widget_product_search form input[type="submit"] {
  width: 40px;
  height: 40px;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 0;
  border-style: solid;
  background: none;
  text-indent: -9999px;
}
.widget_shopping_cart {
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list {
  list-style: none;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li {
  padding: 0 0 20px;
  overflow: hidden;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li:before {
  content: none;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li a {
  display: block;
  float: none;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: left;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity {
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
  padding: 0 0 15px;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .widget_shopping_cart_content .total strong {
  margin-right: 5px;
  font-weight: normal;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons {
  margin: 0 -1%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  width: 48%;
  margin: 0 1%;
  float: left;
  padding: 5px 20px;
}
.widget_price_filter .price_slider_wrapper .price_slider {
  height: 4px;
  margin: 0 0 20px;
  position: relative;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
  height: 100%;
  position: absolute;
  top: 0;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -1px;
  position: absolute;
  top: -4px;
  z-index: 2;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle:last-child {
  margin-left: -12px;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount {
  position: relative;
  overflow: hidden;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  min-width: 75px;
  float: right;
  padding: 5px 20px;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  padding: 7px 15px 7px 0;
  position: relative;
  overflow: hidden;
}
.widget_product_categories .children {
  padding-top: 10px;
  margin: 0;
}
.product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.product_list_widget li {
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.product_list_widget li:before {
  content: none;
}
.product_list_widget li:hover .remove {
  opacity: 1;
}
.product_list_widget li .remove {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  z-index: 2;
  opacity: 0;
}
.product_list_widget li > a {
  display: block;
  margin-bottom: 2px;
}
.product_list_widget li img {
  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
  float: left;
}
.product_list_widget li .cmsms_star_rating {
  width: 58px;
  height: 11px;
  margin: 0 0 8px;
}
.product_list_widget li .cmsms_star_rating .cmsms_star {
  font-size: 11px;
  width: 10px;
  height: 11px;
}
.product_list_widget li .cmsms_star_rating .cmsms_star_color_wrap .cmsms_star_color_inner {
  width: 58px;
  height: 11px;
}
.product_list_widget li del {
  margin-right: 5px;
}
.product_list_widget li ins {
  text-decoration: none;
}
.product_list_widget li .star-rating {
  display: none;
}
/*-------------------------------------------------------------------------*/
/*	8. Shortcodes */
/*-------------------------------------------------------------------------*/
.r_sidebar .cmsms_selected_products_shortcode .cmsms_products .product,
.l_sidebar .cmsms_selected_products_shortcode .cmsms_products .product,
.r_sidebar .cmsms_products_shortcode .cmsms_products .product,
.l_sidebar .cmsms_products_shortcode .cmsms_products .product {
  width: 29.33%;
}
.r_sidebar .cmsms_selected_products_shortcode .cmsms_products .product:nth-child(3n+1),
.l_sidebar .cmsms_selected_products_shortcode .cmsms_products .product:nth-child(3n+1),
.r_sidebar .cmsms_products_shortcode .cmsms_products .product:nth-child(3n+1),
.l_sidebar .cmsms_products_shortcode .cmsms_products .product:nth-child(3n+1) {
  clear: none;
}
.fullwidth .cmsms_selected_products_shortcode .cmsms_products .product:nth-child(4n+1),
.fullwidth .cmsms_products_shortcode .cmsms_products .product:nth-child(4n+1) {
  clear: none;
}
.cmsms_products_shortcode,
.cmsms_selected_products_shortcode {
  position: relative;
  overflow: hidden;
}
.cmsms_products_shortcode .cmsms_products,
.cmsms_selected_products_shortcode .cmsms_products {
  margin: 0 -2%;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.cmsms_products_shortcode .cmsms_products .product,
.cmsms_selected_products_shortcode .cmsms_products .product {
  width: 96%;
  margin: 0 2%;
  padding: 0;
  position: relative;
  clear: none;
  overflow: hidden;
  float: left;
}
.cmsms_products_shortcode .cmsms_products .product:before,
.cmsms_selected_products_shortcode .cmsms_products .product:before {
  content: none;
}
.cmsms_products_shortcode .columns-4 .cmsms_products .product,
.cmsms_selected_products_shortcode .columns-4 .cmsms_products .product {
  width: 21%;
}
.cmsms_products_shortcode .columns-4 .cmsms_products .product:nth-child(4n+1),
.cmsms_selected_products_shortcode .columns-4 .cmsms_products .product:nth-child(4n+1) {
  clear: left;
}
.cmsms_products_shortcode .columns-3 .cmsms_products .product,
.cmsms_selected_products_shortcode .columns-3 .cmsms_products .product {
  width: 29.33%;
}
.cmsms_products_shortcode .columns-3 .cmsms_products .product:nth-child(3n+1),
.cmsms_selected_products_shortcode .columns-3 .cmsms_products .product:nth-child(3n+1) {
  clear: left;
}
.cmsms_products_shortcode .columns-2 .cmsms_products .product,
.cmsms_selected_products_shortcode .columns-2 .cmsms_products .product {
  width: 46%;
}
.cmsms_products_shortcode .columns-2 .cmsms_products .product:nth-child(2n+1),
.cmsms_selected_products_shortcode .columns-2 .cmsms_products .product:nth-child(2n+1) {
  clear: left;
}
.cmsms_products_shortcode .columns-1 .cmsms_products .product,
.cmsms_selected_products_shortcode .columns-1 .cmsms_products .product {
  float: none;
  clear: both;
}
/*	Other Shortcodes */
.create-account .input-radio + label,
.create-account .input-checkbox + label {
  padding: 0 0 0 25px;
}
.create-account > p {
  margin-left: 2%;
  margin-right: 2%;
}
.login,
.register {
  position: relative;
  overflow: hidden;
}
.login:after,
.register:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  zoom: 1;
}
.login label.inline,
.register label.inline {
  display: inline-block;
  padding: 0;
  margin-left: 10px;
}
.login label.inline input,
.register label.inline input {
  vertical-align: middle;
  margin-top: -2px;
}
.login > *,
.register > * {
  overflow: hidden;
}
.login .lost_password,
.register .lost_password {
  clear: both;
}
.track_order {
  position: relative;
  overflow: hidden;
}
.track_order:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  zoom: 1;
}
.track_order > * {
  overflow: hidden;
}
.track_order label {
  min-width: 100px;
  display: inline-block;
}
/*-------------------------------------------------------------------------*/
/*	9.	CSS3 Animations	*/
/*-------------------------------------------------------------------------*/
html.csstransitions .cmsms_dynamic_cart_button:before,
html.csstransitions .cmsms_star_rating .cmsms_star,
html.csstransitions .cmsms_products .product .product_outer .product_inner .cmsms_product_footer > a:before {
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
html.csstransitions .cmsms_dynamic_cart_button,
html.csstransitions .cmsms_products .product .product_inner .cmsms_product_img .product_hover,
html.csstransitions .cmsms_star_rating .cmsms_star,
html.csstransitions .cmsms_products .product .product_outer .product_inner .cmsms_product_footer > a {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
html.csstransitions .cmsms_dynamic_cart .widget_shopping_cart_content {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, margin .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, margin .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, margin .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, margin .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, margin .3s ease-in-out;
}
html.csstransitions .cart_list li .remove,
html.csstransitions .cmsms_dynamic_cart {
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
html.csstransitions .shop_table td.product-remove .remove {
  -webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out, color .3s ease-in-out;
  -ms-transition: border-color .3s ease-in-out, color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out, color .3s ease-in-out;
  transition: border-color .3s ease-in-out, color .3s ease-in-out;
}
html.csstransitions .cmsms_products .product .product_outer .product_inner .cmsms_product_footer {
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
html.csstransitions .cmsms_single_product .cmsms_product_left_column .cmsms_product_images .cmsms_product_thumbs .cmsms_product_thumb img {
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
html.csstransitions .cmsms_products .product .product_inner .cmsms_product_img_wrap .cmsms_product_footer .added_to_cart,
html.csstransitions .cmsms_products .product .product_inner .cmsms_product_img_wrap .cmsms_product_footer .cmsms_add_to_cart_button,
html.csstransitions .cmsms_products .product .product_inner .cmsms_product_img_wrap .cmsms_product_footer .cmsms_star_rating,
html.csstransitions #shipping_method input[type="checkbox"] + label:after,
html.csstransitions #ship-to-different-address input[type="checkbox"] + label:after,
html.csstransitions .payment_methods input[type="checkbox"] + label:after,
html.csstransitions #shipping_method input[type="radio"] + label:after,
html.csstransitions #ship-to-different-address input[type="radio"] + label:after,
html.csstransitions .payment_methods input[type="radio"] + label:after {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
