/**
 * @package 	WordPress
 * @subpackage 	Shoppo
 * @version 	1.0.1
 * 
 * WooCommerce CSS Rules
 * Created by CMSMasters
 * 
 */
/*-------------------------------------------------------------------------*/
/* Global Styles
/*-------------------------------------------------------------------------*/
.variations_form .variations {
  overflow: hidden;
}
.variations_form .variations td.value {
  padding: 0;
  margin: 0;
}
.variations_form .reset_variations {
  position: absolute;
  left: 0;
  bottom: -35px;
  display: block;
  margin: 5px 0 0;
}
.pp_woocommerce .pp_gallery li:before {
  display: block;
}
.pp_woocommerce .pp_gallery .pp_arrow_next,
.pp_woocommerce .pp_gallery .pp_arrow_previous {
  margin-top: 10px !important;
}
.pp_woocommerce .pp_details .pp_nav > * {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.woocommerce:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.woocommerce.woocommerce-page .ie_only #main {
  overflow: hidden;
}
.woocommerce .return-to-shop {
  padding: 0 0 120px;
}
.woocommerce .cmsmasters_star_rating_text {
  display: none;
}
.woocommerce .button {
  padding: 0;
  background-color: rgba(0,0,0,0);
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.woocommerce .button[disabled] {
  opacity: 0.35;
}
.woocommerce .single_add_to_cart_button {
  border-width: 0;
  border-style: solid;
}
.woocommerce-page .content_wrap.fullwidth {
  padding-top: 0;
}
.woocommerce-store-notice {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 50px 10px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
}
.woocommerce-store-notice p {
  margin: 0;
  padding: 0;
}
.woocommerce-store-notice p a {
  opacity: 0.8;
}
.woocommerce-store-notice p a:hover {
  opacity: 1;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  font-size: 13px;
  line-height: 1em;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover {
  opacity: 0.8;
}
.product.cmsmasters_archive_type .preloader {
  padding-bottom: 100%;
}
.product .preloader {
  padding-bottom: 67%;
}
.product .preloader img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* Star Rating */
.cmsmasters_star_rating {
  width: 65px;
  height: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}
.cmsmasters_star_rating .cmsmasters_star {
  font-size: 13px;
  width: 13px;
  height: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  float: left;
}
.cmsmasters_star_rating .cmsmasters_star:first-child {
  margin-left: 0;
}
.cmsmasters_star_rating .cmsmasters_star:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_star_rating .cmsmasters_star_trans_wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cmsmasters_star_rating .cmsmasters_star_color_wrap {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.cmsmasters_star_rating .cmsmasters_star_color_inner {
  width: 73px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.comment-form-rating {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.comment-form-rating .stars > span {
  display: block;
  width: 65px;
  height: 14px;
  position: relative;
  margin: 0 auto;
  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: '\e8aa\e8aa\e8aa\e8aa\e8aa';
}
.comment-form-rating .stars > span a:before {
  content: '\e8aa\e8aa\e8aa\e8aa\e8aa';
}
.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,
.stock {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 0;
  padding: 4px 10px;
  overflow: hidden;
  text-align: center;
}
.onsale span,
.out-of-stock span,
.stock span {
  display: inline-block;
}
.woocommerce .onsale,
.woocommerce .out-of-stock,
.woocommerce .stock {
  z-index: 10;
}
.outofstock .onsale {
  display: none;
}
/* checkbox and radio */
label > .input-checkbox,
label > .input-radio,
label > input.shipping_method {
  float: none;
  width: auto;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  opacity: 1;
}
.input-checkbox,
.input-radio,
input.shipping_method:not([type=hidden]) {
  float: left;
  opacity: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.input-checkbox + label,
.input-radio + label,
input.shipping_method:not([type=hidden]) + label {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  cursor: pointer;
}
.input-checkbox + label:before,
.input-radio + label:before,
input.shipping_method:not([type=hidden]) + label:before {
  content: '';
  border-width: 1px;
  border-style: solid;
  width: 17px;
  height: 17px;
  margin: auto !important;
  position: absolute;
  left: 1px;
  right: auto;
  top: 0;
  bottom: 0;
}
.input-checkbox + label:after,
.input-radio + label:after,
input.shipping_method:not([type=hidden]) + label:after {
  content: '';
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  width: 9px;
  height: 9px;
  margin: auto !important;
  position: absolute;
  left: 5px;
  right: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.input-checkbox:checked + label:after,
.input-radio:checked + label:after,
input.shipping_method:not([type=hidden]):checked + label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
label.checkbox {
  display: inline-block;
  padding: 0 0 0 25px;
}
label.checkbox + input {
  visibility: visible;
  opacity: 1;
}
.input-radio + label:before,
input.shipping_method + label:before,
.input-radio + label:after,
input.shipping_method + label:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* Shipping */
#shipping_method {
  padding: 0;
  margin: 0;
}
#shipping_method li {
  list-style: none;
  overflow: hidden;
}
#shipping_method li:before {
  content: none;
}
#shipping_method + p {
  padding: 20px 0 0;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions {
  padding: 25px;
  margin-bottom: 30px;
  float: none;
  position: relative;
  border-width: 1px;
  border-style: solid;
  clear: both;
  overflow: hidden;
}
.middle_content > .woocommerce-message,
.middle_content > .woocommerce-info,
.middle_content > .woocommerce-error,
.middle_content > .woocommerce-privacy-policy-text,
.middle_content > .woocommerce-terms-and-conditions {
  margin-bottom: 60px;
}
.woocommerce-message:empty,
.woocommerce-info:empty,
.woocommerce-error:empty,
.woocommerce-privacy-policy-text:empty,
.woocommerce-terms-and-conditions:empty {
  display: none;
}
.woocommerce-message p:last-child,
.woocommerce-info p:last-child,
.woocommerce-error p:last-child,
.woocommerce-privacy-policy-text p:last-child,
.woocommerce-terms-and-conditions p:last-child {
  padding-bottom: 0;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-privacy-policy-text .button,
.woocommerce-terms-and-conditions .button {
  margin-right: 30px;
}
.woocommerce-error li {
  padding: 0;
  margin: 0;
}
.woocommerce-error li:before {
  content: none;
}
/* Quantity */
.quantity {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100px;
  width: 100%;
}
.quantity .quantity-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.quantity .quantity-changer {
  position: relative;
  width: 14px;
  min-width: 14px;
  height: 32px;
  display: inline-block;
  padding: 0;
}
.quantity .quantity-changer::before,
.quantity .quantity-changer::after {
  content: "";
  width: 14px;
  height: 2px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
}
.quantity .quantity-changer::after {
  width: 2px;
  height: 14px;
}
.quantity .quantity-changer.quantity-minus::after {
  display: none;
}
.quantity .quantity-changer,
.quantity .quantity-changer:hover {
  background-color: rgba(0,0,0,0);
}
.quantity .quantity-minus {
  margin-right: 5px;
}
.quantity .quantity-plus {
  margin-left: 5px;
}
.quantity .screen-reader-text {
  display: none;
}
.quantity input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]).text {
  width: 0.5em;
  max-width: 60%;
  min-width: 60%;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  border-color: rgba(0,0,0,0);
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.quantity input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]).text::-webkit-inner-spin-button,
.quantity input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]).text::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}
/* Variation */
html body form.variations_form table.variations {
  position: relative;
  margin: 0 0 50px !important;
  border-width: 0;
  border-style: solid;
}
html body form.variations_form table.variations tr {
  border-width: 0;
  border-style: solid;
}
html body form.variations_form table.variations tr td {
  padding: 5px 5px 5px 0;
  display: inline-block;
  vertical-align: middle;
  border-width: 0;
  border-style: solid;
}
html body form.variations_form table.variations tr td.label {
  min-width: 25%;
}
.single_variation_wrap {
  padding: 0 0 10px;
}
.single_variation_wrap .woocommerce-variation-description {
  border: 0 !important;
  margin: 20px 0 0;
}
.single_variation_wrap .woocommerce-variation-description > *:last-child {
  margin: 0;
  padding: 0;
}
.single_variation_wrap .single_variation {
  margin: 0px 0 0;
  overflow: hidden;
}
.single_variation_wrap .single_variation .stock {
  display: block;
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  padding: 0;
  text-align: left;
}
.single_variation_wrap .single_variation > div {
  margin: 0px;
}
.single_variation_wrap .variations_button {
  margin: 10px 0 0;
  overflow: hidden;
}
dl.variation {
  display: block;
  padding: 0;
  overflow: hidden;
}
dl.variation:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
dl.variation dt,
dl.variation dd,
dl.variation p {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
dl.variation dt {
  padding-left: 0;
  padding-right: 10px;
  float: left;
  clear: left;
}
dl.variation dd {
  float: left;
}
/* Col2-set */
.col2-set {
  margin: 0 -1.725% 30px;
  position: relative;
  overflow: hidden;
}
.col2-set > * {
  width: 46.55%;
  margin: 0 1.725%;
  position: relative;
  float: left;
  overflow: hidden;
}
/* Form Row Styles */
.form-row {
  width: 46.55%;
  margin: 0 1.725%;
  position: relative;
  float: left;
}
.form-row:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.form-row.form-row-wide,
.form-row.notes,
.form-row.place-order {
  width: 96.55%;
  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;
}
.woocommerce .login .form-row,
.woocommerce .register .form-row,
.woocommerce .woocommerce-ResetPassword .form-row {
  margin-bottom: 1.725%;
}
.woocommerce .login .form-row:last-child,
.woocommerce .register .form-row:last-child,
.woocommerce .woocommerce-ResetPassword .form-row:last-child {
  margin-bottom: 0;
}
/* Amount Styles */
.amount {
  white-space: nowrap;
}
/* Remove Button Styles */
#page .remove {
  position: relative;
  font-size: 0;
  line-height: 20px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  text-align: center;
}
#page .remove:before {
  content: '\e83b';
  font-family: 'fontello-custom';
  font-size: 11px;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*-------------------------------------------------------------------------*/
/* Shop Page
/*-------------------------------------------------------------------------*/
.cmsmasters_woo_wrap_result {
  padding: 0 0 40px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.cmsmasters_woo_wrap_result select {
  width: 100%;
  max-width: 100%;
}
.cmsmasters_woo_wrap_result .woocommerce-result-count {
  padding: 10px;
  float: right;
}
.cmsmasters_woo_wrap_result .woocommerce-ordering {
  float: left;
}
.product-category .woocommerce-loop-category__title {
  padding: 12px 18px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.product-category .woocommerce-loop-category__title mark {
  color: inherit;
  background: inherit;
}
.cmsmasters_products {
  margin: -40px -20px 25px;
  padding: 0;
  overflow: hidden;
  position: relative;
  list-style-type: none;
}
.middle_content > .cmsmasters_products {
  margin-bottom: 70px;
}
.cmsmasters_products .product {
  width: 25%;
  padding: 40px 20px 0;
  margin: 0;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  float: left;
}
.cmsmasters_products .product:before {
  content: none;
}
.columns-6.cmsmasters_products .product {
  width: 16.66%;
}
.columns-6.cmsmasters_products .product:nth-child(6n+1) {
  clear: left;
}
.columns-5.cmsmasters_products .product {
  width: 20%;
}
.columns-5.cmsmasters_products .product:nth-child(5n+1) {
  clear: left;
}
.columns-4.cmsmasters_products .product {
  width: 25%;
}
.columns-4.cmsmasters_products .product:nth-child(4n+1) {
  clear: left;
}
.columns-3.cmsmasters_products .product {
  width: 33.33%;
}
.columns-3.cmsmasters_products .product:nth-child(3n+1) {
  clear: left;
}
.columns-2.cmsmasters_products .product {
  width: 50%;
}
.columns-2.cmsmasters_products .product:nth-child(2n+1) {
  clear: left;
}
.columns-1.cmsmasters_products .product {
  width: 96.55%;
  float: none;
  clear: both;
}
.cmsmasters_product {
  margin: 0 1px 2px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_img_wrap {
  position: relative;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_price {
  text-align: left;
}
.cmsmasters_product .cmsmasters_product_after_hover {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.cmsmasters_product .cmsmasters_cart_button_wrap > a {
  display: inline-block;
  width: auto;
  padding: 0;
  background: none;
  white-space: nowrap;
  line-height: 1;
  border-width: 0;
  border-style: solid;
  text-align: left;
}
.cmsmasters_product .cmsmasters_cart_button_wrap > a::before {
  content: '\e83e';
  font-family: "fontello-custom";
  font-weight: 400;
  font-size: 15px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
html body .cmsmasters_product .cmsmasters_cart_button_wrap > a::before {
  position: static;
  margin: 0 7px 0 0;
}
.cmsmasters_product .cmsmasters_cart_button_wrap > a.loading::before {
  position: relative;
  top: 2px;
  margin: 0 7px 0 0;
}
html body .cmsmasters_product .cmsmasters_cart_button_wrap > a {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cmsmasters_product .cmsmasters_cart_button_wrap > a span {
  opacity: 1;
  margin: 0;
}
.cmsmasters_product .out-of-stock {
  position: static;
  background-color: rgba(0,0,0,0);
  padding: 0;
  text-align: left;
}
.cmsmasters_product:hover .price {
  opacity: 0;
}
.cmsmasters_product:hover .cmsmasters_product_features {
  opacity: 1;
}
.cmsmasters_product:hover .cmsmasters_product_after_hover {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.content_wrap[class*="sidebar"] .products.columns-4 .cmsmasters_product:hover .cmsmasters_star_rating_wrap {
  opacity: 0;
}
.cmsmasters_product:hover .button_to_cart_wrap {
  opacity: 1;
}
.cmsmasters_product .cmsmasters_product_img {
  position: relative;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_img img {
  width: 100%;
}
.cmsmasters_product .cmsmasters_product_img img:nth-child(2) {
  opacity: 0;
}
.cmsmasters_product .cmsmasters_product_img:hover img:nth-child(2) {
  opacity: 1;
}
.cmsmasters_product .button_to_cart_wrap {
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  padding: 10px;
  opacity: 0;
}
html body .cmsmasters_product .button_to_cart_wrap .button_to_cart {
  display: block;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 38px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  opacity: 1 !important;
  margin: 0 0 10px;
  perspective: 1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  border-width: 0;
  border-style: solid;
}
html body .cmsmasters_product .button_to_cart_wrap .button_to_cart:before {
  font-size: 17px;
  line-height: inherit;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  perspective: 1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.cmsmasters_product .button_to_cart > span {
  margin: 0 0 0 -10px;
  opacity: 0;
}
.cmsmasters_product .button_to_cart.added_to_cart {
  display: none;
}
.cmsmasters_product .button_to_cart.added {
  display: none;
}
.cmsmasters_product .button_to_cart.added + .added_to_cart {
  display: inline-block;
}
.cmsmasters_product .button_to_cart.loading > span {
  text-indent: -9999px;
}
.cmsmasters_product .button_to_cart.loading:before {
  content: '\e9fd';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-size: 18px;
  margin: 0;
  text-indent: 0;
}
.cmsmasters_product .cmsmasters_product_inner {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_header {
  padding: 0 0 0px;
}
.cmsmasters_product .cmsmasters_product_title {
  margin: 0;
}
.cmsmasters_product .cmsmasters_product_cat {
  padding: 0 0 10px;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_info {
  position: relative;
}
.cmsmasters_product .cmsmasters_star_rating_wrap {
  text-align: right;
  float: right;
}
.cmsmasters_product .cmsmasters_star_rating {
  width: auto;
  display: inline-block;
}
.cmsmasters_product .price {
  display: block;
  position: relative;
  padding: 0 2px;
}
.cmsmasters_product .price del {
  margin: 0 5px 0 0;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.8em;
}
.cmsmasters_product .price ins {
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
.product .cmsmasters_product_img img:not(:first-child) {
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.cmsmasters_product_category_shortcode .price {
  display: block;
  opacity: 1 !important;
  padding: 5px 0 0;
  float: none;
}
.cmsmasters_product_category_shortcode .button_to_cart::before {
  display: none;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products {
  margin: 0 -5px;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .product {
  width: auto;
  min-width: 250px;
  padding: 0 5px 10px;
  margin: 0;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .onsale,
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .out-of-stock,
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .stock {
  left: auto;
  right: 0;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product {
  padding: 0;
  border-width: 0;
  border-style: solid;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product:hover .cmsmasters_product_inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product:hover .cmsmasters_product_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_inner {
  padding: 20px;
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
  pointer-events: none;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_inner > * {
  pointer-events: all;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_cat_title {
  padding: 0;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_in_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_in_inner .cmsmasters_product_rating_price {
  text-align: right;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_in_inner .cmsmasters_product_rating_price .cmsmasters_star_rating {
  margin: 0;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_in_inner .cmsmasters_product_cat {
  padding: 0;
  margin: 0;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button,
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_add_inner .cmsmasters_quick_view_button {
  display: none;
}
.cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_add_inner .cmsmasters_star_rating_wrap {
  float: none;
  text-align: left;
}
/*-------------------------------------------------------------------------*/
/* Single Product
/*-------------------------------------------------------------------------*/
.cmsmasters_single_product {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product ~ *:last-child {
  padding-bottom: 80px;
}
.cmsmasters_single_product ~ *:last-child .cmsmasters_products {
  margin-bottom: 0;
}
.cmsmasters_single_product .share_posts {
  padding: 20px 0 0;
}
.cmsmasters_single_product .cmsmasters_product_left_column {
  width: 42%;
  position: relative;
  float: left;
}
.cmsmasters_single_product .onsale,
.cmsmasters_single_product .out-of-stock,
.cmsmasters_single_product .stock {
  top: 25px;
  left: 0px;
  bottom: auto;
}
.cmsmasters_single_product .cmsmasters_product_images {
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_image {
  display: block;
  max-width: 100%;
  position: relative;
  text-align: center;
}
.cmsmasters_single_product .cmsmasters_product_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.cmsmasters_single_product .cmsmasters_product_thumbs {
  padding: 20px 0 0;
  display: block;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_thumbs .cmsmasters_product_thumb {
  display: block;
  width: 60px;
  margin: 0 20px 20px 0;
  position: relative;
  float: left;
  text-align: center;
}
.cmsmasters_single_product .cmsmasters_product_thumbs .cmsmasters_product_thumb:last-child {
  margin: 0;
}
.cmsmasters_single_product .cmsmasters_product_right_column {
  width: 58%;
  padding: 0 0 0 75px;
  position: relative;
  float: right;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_right_column .out-of-stock {
  display: none;
}
.cmsmasters_single_product .cmsmasters_product_title_info_wrap {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}
.cmsmasters_single_product .price {
  margin: -12px 0 0;
  padding: 0;
}
.cmsmasters_single_product .price del {
  margin: 0 3px 0 0;
  vertical-align: middle;
}
.cmsmasters_single_product .price ins {
  text-decoration: none;
  vertical-align: middle;
}
.cmsmasters_single_product .product_title {
  padding: 45px 0 0;
  margin: 0 0 15px;
}
.cmsmasters_single_product .product_meta {
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .product_meta .meta_name {
  padding: 0 8px 0 0;
}
.cmsmasters_single_product .product_meta > span {
  display: block;
  margin-top: 5px;
}
.cmsmasters_single_product .product_meta > span:first-child {
  margin: 0;
}
.cmsmasters_single_product .cmsmasters_star_rating_text {
  padding: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.cmsmasters_single_product .cmsmasters_star_rating_text::after {
  content: ":";
}
.cmsmasters_single_product .cmsmasters_star_rating {
  margin: 0;
  width: 75px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.cmsmasters_single_product .cmsmasters_star_rating .cmsmasters_star_color_inner {
  width: 75px;
}
.cmsmasters_single_product .cmsmasters_star_rating .cmsmasters_star {
  width: 15px;
  font-size: 14px;
}
.cmsmasters_single_product .cmsmasters_product_content {
  padding: 0 0 25px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cart {
  padding: 0 0 15px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cart .group_table tr {
  padding: 10px 0;
}
.cmsmasters_single_product .cart .group_table tr:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cmsmasters_single_product .cart .group_table td,
.cmsmasters_single_product .cart .group_table th {
  vertical-align: middle;
  padding: 15px 0;
}
#page .cmsmasters_single_product .cart .group_table td,
#page .cmsmasters_single_product .cart .group_table th {
  border-width: 0;
  border-style: solid;
}
.cmsmasters_single_product .cart .group_table .quantity {
  max-width: 70px;
  margin: 0;
}
#page .cmsmasters_single_product .cart .group_table .quantity .input-text {
  height: auto;
  padding: 0;
}
.cmsmasters_single_product .cart .group_table .quantity .quantity-changer::before {
  width: 10px;
}
.cmsmasters_single_product .cart .group_table .quantity .quantity-changer::after {
  height: 10px;
}
.cmsmasters_single_product .cart .group_table .woocommerce-grouped-product-list-item__label {
  padding: 0 10px;
}
.cmsmasters_single_product .cart .group_table .variations_form {
  padding: 10px 0;
}
.cmsmasters_single_product .cart .group_table .variations_form .variations {
  padding: 5px 0;
}
.cmsmasters_single_product .cart .single_add_to_cart_button {
  padding: 0 70px;
  vertical-align: middle;
  margin: 0 0 15px;
}
.cmsmasters_single_product .cart .quantity {
  margin: 0 30px 15px 0;
}
.cmsmasters_woo_tabs {
  margin: 50px 0 30px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.cmsmasters_woo_tabs .cmsmasters_tabs_wrap .cmsmasters_tab_inner {
  padding: 50px 0 0;
}
.cmsmasters_woo_tabs .cmsmasters_tabs_list {
  margin: 0 -30px;
}
.cmsmasters_woo_tabs .cmsmasters_tabs_list_item a {
  padding: 0 30px;
}
.cmsmasters_woo_tabs .cmsmasters_tab_inner > h2 {
  display: none;
}
.shop_attributes {
  border-width: 0;
  border-style: solid;
}
.shop_attributes tr {
  border-top-width: 1px;
  border-top-style: solid;
}
.shop_attributes tr:last-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.shop_attributes th {
  width: 170px;
  padding: 9px 10px 9px 0;
}
.shop_attributes td {
  padding: 9px 0;
}
#page .shop_attributes th,
#page .shop_attributes td {
  border-width: 0;
  border-style: solid;
}
.shop_attributes p {
  margin: 0;
  padding: 0;
}
.cmsmasters_woo_comments {
  margin: 0;
  padding: 0;
  border-top-width: 0;
  border-top-style: solid;
}
.cmsmasters_woo_comments .post_comments_title {
  padding: 0 0 45px;
  margin: 0 0 25px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cmsmasters_woo_comments .cmsmasters_star_rating {
  vertical-align: middle;
  margin: 10px 0;
}
.cmsmasters_woo_comments .cmsmasters_comment_item_cont_info .cmsmasters_comment_item_title {
  float: none;
}
.cmsmasters_woo_comments .cmsmasters_comment_item_date {
  display: block;
}
.cmsmasters_woo_comments .cmsmasters_comment_item_cont {
  padding: 0 0 0 30px;
}
section.products {
  margin: 90px 0 0;
  padding: 0 0 30px;
  position: relative;
  overflow: hidden;
}
section.products > h2 {
  margin: 0;
  padding: 0 0 25px;
}
.page-description {
  /*margin:0 -@col_mar;*/
}
/*-------------------------------------------------------------------------*/
/* Cart
/*-------------------------------------------------------------------------*/
.shop_table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  margin: 0 0 50px;
  position: relative;
  border-width: 0;
  border-style: solid;
}
.shop_table thead,
.shop_table tr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.shop_table thead th {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 20px 0;
}
.shop_table tbody tr:first-child td,
.shop_table tbody tr:first-child th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cart_totals .shop_table tbody tr:first-child td,
.cart_totals .shop_table tbody tr:first-child th {
  border-top-width: 1px;
  border-top-style: solid;
}
.shop_table th,
.shop_table td {
  padding: 15px 5px;
  vertical-align: middle;
  position: relative;
  text-align: left;
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.shop_table th:first-child,
.shop_table td:first-child {
  border-left-width: 1px;
  border-left-style: solid;
}
.shop_table th:last-child,
.shop_table td:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
.shop_table th.product-remove,
.shop_table td.product-remove {
  width: 55px;
  text-align: center;
}
#page .shop_table th.product-thumbnail,
#page .shop_table td.product-thumbnail {
  width: 65px;
  text-align: left;
}
#page .shop_table th.product-thumbnail img,
#page .shop_table td.product-thumbnail img {
  width: 35px;
}
.shop_table th.product-thumbnail a,
.shop_table td.product-thumbnail a {
  display: inline-block;
}
.woocommerce-checkout-review-order-table.shop_table th,
.woocommerce-checkout-review-order-table.shop_table td,
.order_details.shop_table th,
.order_details.shop_table td {
  padding: 20px 55px;
}
.shop_table.order_details td.woocommerce-table__product-name ul {
  list-style-type: none;
  padding: 5px 0 0;
}
.shop_table.order_details td.woocommerce-table__product-name ul:last-child {
  margin: 0;
}
.shop_table.order_details td.woocommerce-table__product-name li {
  padding: 0;
}
.shop_table.order_details td.woocommerce-table__product-name li:before {
  content: none;
}
.shop_table.order_details td.woocommerce-table__product-name li > strong,
.shop_table.order_details td.woocommerce-table__product-name li > p {
  display: inline-block;
  vertical-align: middle;
}
.shop_table.order_details td.woocommerce-table__product-name li > strong:last-child,
.shop_table.order_details td.woocommerce-table__product-name li > p:last-child {
  padding-bottom: 0;
}
.shop_table.order_details td.woocommerce-table__product-name li > strong {
  padding: 0 10px 0 0;
  clear: left;
}
.shop_table .product-name {
  outline: none;
}
.shop_table .product-price {
  outline: none;
}
.shop_table .amount {
  outline: none;
}
#page .shop_table .cart_item:hover .product-remove-and-thumbnail .remove {
  margin: 0 12px 0 0;
  opacity: 1;
}
.shop_table .product-remove-and-thumbnail {
  width: 100px;
}
.shop_table .product-remove-and-thumbnail img {
  width: 50px;
  height: auto;
  border-width: 1px;
  border-style: solid;
}
#page .shop_table .product-remove-and-thumbnail .remove {
  margin: 0 12px 0 -33px;
  vertical-align: middle;
  position: relative;
  line-height: 14px;
  opacity: 0;
}
.shop_table .actions {
  padding: 25px 55px;
  text-align: right;
}
.shop_table .actions .coupon {
  position: relative;
  float: left;
  overflow: hidden;
}
.shop_table .actions .coupon label {
  display: none;
}
.shop_table .actions .input-text {
  width: 260px;
  margin: 0 20px 0 1px;
}
.shop_table .product-quantity input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]) {
  height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#page .shop_table .product-quantity .text {
  margin: 0;
}
.shop_table .product-quantity .quantity-changer::before {
  width: 10px;
}
.shop_table .product-quantity .quantity-changer.quantity-plus::after {
  height: 10px;
}
.shop_table strong.product-quantity {
  font-weight: normal;
}
.shop_table.customer_details th,
.shop_table.customer_details td {
  padding: 20px 30px;
}
.shop_table .wc-item-meta li::before {
  display: none;
}
.cross-sells {
  margin-bottom: 50px;
}
.cross-sells h2 {
  margin-bottom: 20px;
}
.cart_totals {
  position: relative;
  overflow: hidden;
}
.cart_totals .woocommerce-shipping-totals > *:last-child {
  padding-left: 0;
}
.cart_totals > h2 {
  position: relative;
}
.cart_totals table {
  border-spacing: 0;
  border-collapse: separate;
  width: 50%;
  position: relative;
}
.content_wrap.l_sidebar .cart_totals table,
.content_wrap.r_sidebar .cart_totals table {
  width: 100%;
}
.cart_totals table tr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cart_totals table th,
.cart_totals table td {
  padding: 20px 55px;
  vertical-align: middle;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.cart_totals table th {
  width: 43%;
}
.cart_totals table td {
  width: 57%;
  text-align: right;
}
.cart_totals table input[type="checkbox"],
.cart_totals table input[type="radio"] {
  left: auto;
  right: 0;
  float: right;
}
.cart_totals table input[type="checkbox"] + label,
.cart_totals table input[type="radio"] + label {
  padding-left: 0;
  padding-right: 25px;
  float: right;
}
.cart_totals table input[type="checkbox"] + label:before,
.cart_totals table input[type="radio"] + label:before {
  left: auto;
  right: 0;
}
.cart_totals table input[type="checkbox"] + label:after {
  left: auto;
  right: 3px;
}
.cart_totals table input[type="radio"] + label:after {
  left: auto;
  right: 4px;
}
.woocommerce-shipping-calculator {
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}
.woocommerce-shipping-calculator > p {
  margin: 0;
  padding: 0;
}
.shipping-calculator-form {
  margin: 20px -1.725% 0;
}
.shipping-calculator-form > * {
  width: 96.55%;
  margin: 0 1.725%;
  clear: both;
}
.shipping-calculator-form > p {
  padding: 0 0 10px;
}
.wc-proceed-to-checkout {
  padding: 15px 0 0;
  position: relative;
  overflow: hidden;
}
.shop_table + .wc-proceed-to-checkout {
  padding: 0;
  margin: -25px 0 0;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons {
  display: inline-block;
  margin: 0;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__separator {
  display: inline-block;
  margin: 0 30px;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button {
  margin: 0;
  padding: 0;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button img {
  display: none;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button:before {
  content: '\ebba';
  font-family: fontello;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button:after {
  content: 'Check out with PayPal';
  display: inline-block;
  margin-left: 2px;
}
.woocommerce-MyAccount-navigation {
  margin: 0 0 50px;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  text-align: left;
}
.woocommerce-MyAccount-navigation ul > li {
  display: block;
  padding: 0 0 5px;
}
.woocommerce-MyAccount-navigation ul > li:last-child {
  padding: 0;
}
.woocommerce-mini-cart__empty-message {
  padding: 0 20px;
}
.woocommerce-MyAccount-content {
  padding: 0 0 60px;
}
/*-------------------------------------------------------------------------*/
/* Checkout
/*-------------------------------------------------------------------------*/
.checkout_coupon {
  margin: 0 -1.725% 30px;
  position: relative;
  overflow: hidden;
}
.checkout_coupon p:not([class]) {
  width: 96.55%;
  margin: 0 1.725%;
}
.checkout_coupon input,
.checkout_coupon button[type=submit] {
  width: 100%;
  max-width: 100%;
  height: 50px;
}
.woocommerce-form-coupon.checkout_coupon .button {
  width: auto;
}
body .select2-container .select2-choice,
body .select2-container.select2-drop-above .select2-choice {
  padding: 8px;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
body .select2-container {
  height: 42px;
}
body .select2-container.select2-container--open .select2-selection--single,
body .select2-container.select2-container--focus .select2-selection--single {
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .select2-container.select2-container--open .select2-dropdown--above {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
body .select2-container .select2-selection--single {
  height: 42px;
  padding: 11px 40px 11px 0;
  background-image: url('../../../../img/select.png');
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  padding: 0;
}
body .select2-dropdown {
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .select2-dropdown .select2-results .select2-results__option {
  padding: 6px 6px 6px 8px;
}
body .select2-dropdown .select2-results .select2-results__option:first-child {
  padding: 6px 6px 6px 8px;
}
body .select2-dropdown .select2-results .select2-results__option:before {
  content: none;
}
body .select2-drop.select2-drop-active,
body .select2-drop.select2-drop-above.select2-drop-active {
  border-width: 0;
  border-style: solid;
}
.checkout {
  position: relative;
  padding: 0 0 80px;
  overflow: hidden;
}
.cart-collaterals {
  padding: 0 0 80px;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin: 0 -1.725%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
  margin-left: 1.725%;
  margin-right: 1.725%;
  position: relative;
  overflow: hidden;
}
.woocommerce-billing-fields .shipping_address,
.woocommerce-shipping-fields .shipping_address {
  overflow: hidden;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  padding: 0;
}
#page .woocommerce-checkout input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
#page .woocommerce-checkout textarea,
#page .woocommerce-checkout select,
#page .woocommerce-checkout option,
#page .woocommerce-checkout .select2-container .select2-selection--single {
  border-width: 1px;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
}
.woocommerce-checkout-payment {
  padding: 30px 35px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}
.woocommerce-checkout-payment .payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout-payment .payment_methods li {
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout-payment .payment_methods li:before {
  content: none;
}
.woocommerce-checkout-payment .payment_methods li.woocommerce-notice {
  margin: 0;
  padding: 20px 30px;
}
.woocommerce-checkout-payment .payment_methods label {
  display: inline-block;
  float: none;
}
.woocommerce-checkout-payment .payment_methods label img {
  display: none;
}
.woocommerce-checkout-payment .payment_methods .payment_box {
  margin: 20px 0 0;
  padding: 15px 25px 17px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  clear: both;
}
.woocommerce-checkout-payment .payment_methods .payment_box p {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-payment .place-order {
  padding: 30px 0 0;
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout-payment .place-order > * {
  display: block;
  float: none;
  vertical-align: middle;
}
.woocommerce-checkout-payment .place-order > *::after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.woocommerce-checkout-payment .place-order .required {
  display: none;
}
.woocommerce-checkout-payment .place-order .form-row {
  margin: 0;
  width: 100%;
}
.woocommerce-checkout-payment .place-order .terms {
  width: auto;
  display: block;
  padding: 0;
  margin: 0 0 20px;
  direction: rtl;
  overflow: hidden;
}
.woocommerce-checkout-payment .place-order .terms > * {
  direction: ltr;
}
.woocommerce-checkout-payment .place-order .terms label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
}
.woocommerce-checkout-payment .place-order .terms label span {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-checkout-payment .place-order .terms label span:after {
  content: '*';
}
.woocommerce-checkout-payment .place-order .terms .input-checkbox {
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: static;
  opacity: 1;
}
.woocommerce-checkout-payment .place-order .terms .required {
  display: none;
}
.woocommerce-password-strength {
  padding: 20px 0 0;
}
#page .woocommerce-terms-and-conditions {
  width: 100%;
}
#page .woocommerce-terms-and-conditions .cmsmasters_row_inner {
  width: 100%;
  padding: 0;
}
/*-------------------------------------------------------------------------*/
/* Order
/*-------------------------------------------------------------------------*/
ul.order_details {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}
ul.order_details li {
  width: 100%;
  margin: 0;
  padding: 10px 3px;
  position: relative;
  border-color: inherit;
  overflow: hidden;
}
ul.order_details li:first-child {
  padding-left: 10px;
}
ul.order_details li:last-child {
  padding-right: 10px;
}
ul.order_details li:before {
  content: none;
}
ul.order_details li strong {
  display: block;
  margin: 10px -15px -10px;
  padding: 10px 15px;
  border-color: inherit;
  word-break: break-word;
  border-top-width: 1px;
  border-top-style: solid;
}
.woocommerce-page.woocommerce-order-received .woocommerce > h2 {
  padding-top: 30px;
}
.my_account_orders thead th {
  padding-left: 20px;
}
.my_account_orders td {
  padding-left: 20px;
}
/*-------------------------------------------------------------------------*/
/* Dynamic Cart
/*-------------------------------------------------------------------------*/
.cmsmasters_dynamic_cart_wrap {
  position: relative;
}
.cmsmasters_dynamic_cart {
  display: block;
  height: 100%;
  position: relative;
}
#page .cmsmasters_dynamic_cart .remove {
  font-size: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button {
  line-height: 1;
  display: block;
  height: 100%;
}
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button:before {
  position: relative;
  margin: 0 3px 0 0;
  font-size: 17px;
}
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button span {
  display: inline-block;
  position: relative;
  opacity: 0.6;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content {
  width: 330px;
  padding: 30px 0;
  margin: 20px 0 0;
  visibility: hidden;
  position: absolute;
  left: auto;
  right: -5px;
  top: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0 !important;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list {
  list-style: none;
  max-height: 395px;
  margin: 0;
  padding: 0 20px 0 35px;
  overflow-x: hidden;
  overflow-y: auto;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list::-webkit-scrollbar {
  width: 1em;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li {
  min-height: 60px;
  margin: 15px 0 0;
  padding: 0 20px 0 60px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li:before {
  content: none;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li:first-child {
  margin: 0;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li.empty {
  min-height: 1px;
  padding: 7px 0;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a {
  margin: -0.4em 0 0;
  display: block;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list img {
  width: auto;
  height: 45px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity {
  direction: rtl;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity * {
  display: inline-block;
  direction: ltr;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity .amount {
  white-space: nowrap;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .total {
  padding: 20px 35px 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .total strong {
  outline: none;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .buttons {
  margin: 0 -5%;
  padding: 10px 35px 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .buttons .button {
  margin: 0 5%;
  padding: 0;
  background-color: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  float: left;
}
.cmsmasters_dynamic_cart:hover .widget_shopping_cart_content,
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button:hover + .widget_shopping_cart_content,
.cmsmasters_dynamic_cart .widget_shopping_cart_content:hover {
  visibility: visible;
  margin-top: 8px;
  opacity: 1 !important;
}
.cmsmasters_added_product_info {
  width: 260px;
  margin: 40px 0 0;
  padding: 15px 20px;
  visibility: hidden;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 1001;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
}
.cmsmasters_added_product_info .cmsmasters_added_product_info_img {
  width: 50px;
  height: auto;
  float: left;
}
.cmsmasters_added_product_info .cmsmasters_added_product_info_text {
  display: block;
  padding: 0 0 0 15px;
  margin: -0.4em 0 0;
  overflow: hidden;
}
/*-------------------------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------------------------*/
.widget.woocommerce > form {
  overflow: visible;
}
.widget.woocommerce > form > * {
  overflow: visible;
}
/***************** Widget Product Search ******************/
.widget_product_search {
  position: relative;
}
/***************** Widget Lists ******************/
.widget_layered_nav ul,
.widget_layered_nav_filters ul,
.widget_product_categories ul,
.widget_rating_filter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_layered_nav ul ul,
.widget_layered_nav_filters ul ul,
.widget_product_categories ul ul,
.widget_rating_filter ul ul {
  margin: 0 0 -4px;
  padding: 4px 0 0 10px;
}
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li,
.widget_product_categories ul li,
.widget_rating_filter ul li {
  margin: 0;
  padding: 3px 0;
}
.widget_layered_nav ul li:before,
.widget_layered_nav_filters ul li:before,
.widget_product_categories ul li:before,
.widget_rating_filter ul li:before {
  content: none;
}
.widget_layered_nav ul li a,
.widget_layered_nav_filters ul li a,
.widget_product_categories ul li a,
.widget_rating_filter ul li a {
  outline: none;
}
/***************** Widget Product List ******************/
.widget > .product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget > .product_list_widget li {
  min-height: 60px;
  margin: 0 0 15px;
  padding: 0 0 0 65px;
  position: relative;
  overflow: hidden;
}
.widget > .product_list_widget li:before {
  content: none;
}
.widget > .product_list_widget li:last-child {
  margin-bottom: 0;
}
.widget > .product_list_widget a {
  display: block;
  margin: -0.4em 0 4px;
}
.widget > .product_list_widget img {
  width: 45px;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
.widget > .product_list_widget .star-rating {
  display: none;
}
.widget > .product_list_widget ins {
  text-decoration: none;
}
.widget > .product_list_widget del {
  margin: 0 3px 0 0;
}
.widget > .product_list_widget .cmsmasters_star_rating {
  width: 56px;
  margin-bottom: 3px;
}
.widget > .product_list_widget .cmsmasters_star_rating .cmsmasters_star {
  font-size: 11px;
  width: 11px;
}
.widget > .product_list_widget .cmsmasters_star_rating .cmsmasters_star_color_inner {
  width: 63px;
}
/***************** Widget Shopping Cart ******************/
.widget_shopping_cart {
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
}
#page .widget_shopping_cart .remove {
  font-size: 0;
  line-height: 0;
  width: 15px;
  height: 15px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .cart_list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.widget_shopping_cart .cart_list li {
  min-height: 60px;
  margin: 0 0 15px;
  padding: 0 25px 0 60px;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .cart_list li:before {
  content: none;
}
.widget_shopping_cart .cart_list li.empty {
  min-height: 1px;
  padding: 7px 0;
}
.widget_shopping_cart .cart_list li:last-child {
  margin-bottom: 0;
}
.widget_shopping_cart .cart_list li a + a {
  transition: margin 0.3s ease-in-out;
}
.widget_shopping_cart .cart_list li:hover {
  padding-left: 90px;
  padding-right: 25px;
}
.widget_shopping_cart .cart_list li:hover a + a {
  margin: 0 -30px 0 0;
}
.widget_shopping_cart .cart_list li:hover img {
  left: 24px;
  right: auto;
}
.widget_shopping_cart .cart_list a {
  display: block;
}
.widget_shopping_cart .cart_list img {
  width: auto;
  height: 45px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.widget_shopping_cart .cart_list .quantity {
  direction: rtl;
  padding: 0 1px;
}
.widget_shopping_cart .cart_list .quantity * {
  display: inline-block;
  direction: ltr;
}
.widget_shopping_cart .cart_list .quantity .amount {
  vertical-align: baseline;
  white-space: nowrap;
}
.widget_shopping_cart .cart_list .quantity .amount > span {
  vertical-align: bottom;
}
.widget_shopping_cart .total {
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .total strong {
  outline: none;
}
.widget_shopping_cart .buttons {
  margin: 0 -10px;
  padding: 10px 0 0;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .buttons .button {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0;
  margin: 0 10px 5px;
  background-color: transparent;
  line-height: 30px;
  height: 30px;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.widget_price_filter .price_slider_wrapper {
  position: relative;
  overflow: hidden;
}
.widget_price_filter .price_slider {
  height: 10px;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.widget_price_filter .price_slider::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.widget_price_filter .ui-slider-range {
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.widget_price_filter .ui-slider-handle {
  display: block;
  width: 7px;
  height: 7px;
  cursor: e-resize;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_price_filter .ui-slider-handle:last-child {
  left: 100%;
  margin-left: -5px;
  margin-right: 0;
}
.widget_price_filter .price_slider_amount {
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}
.widget_price_filter .price_slider_amount .button {
  float: right;
  line-height: 2em;
}
.widget_price_filter .price_slider_amount .price_label {
  display: block;
  padding: 9px 10px 9px 0;
  overflow: hidden;
}
/***************** Widget Tag Cloud ******************/
.widget_product_tag_cloud {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.widget_product_tag_cloud a {
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  margin: 0 5px 5px 0;
  border-width: 1px;
  border-style: solid;
}
.widget_product_tag_cloud a:last-child {
  margin: 0;
}
/***************** Widget Recent Reviews ******************/
.widget_recent_reviews > .product_list_widget li {
  padding-top: 5px;
}
.widget_product_categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_product_categories ul ul {
  margin: 0 0 0;
  padding: 4px 0 0 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.widget_product_categories ul li {
  padding: 0;
  margin: 0;
}
.widget_product_categories ul li:last-child > a {
  border-color: rgba(0,0,0,0);
}
.widget_product_categories ul li:before {
  content: none;
}
.widget_product_categories ul li a {
  padding: 5px 0;
  display: block;
  outline: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.widget_product_categories ul li a:empty {
  display: none;
}
.widget_product_categories ul li a:empty + ul {
  margin-top: -6px;
}
.widget_product_categories ul li a + ul > li:first-child a {
  padding-top: 0;
}
/*-------------------------------------------------------------------------*/
/* Shortcodes
/*-------------------------------------------------------------------------*/
.cmsmasters_products_shortcode:not( .show_categories ) .cmsmasters_product_header,
.cmsmasters_selected_products_shortcode:not( .show_categories ) .cmsmasters_product_header {
  padding: 0 0 3px;
}
.cmsmasters_products_shortcode:not( .show_categories ) .cmsmasters_product_cat,
.cmsmasters_selected_products_shortcode:not( .show_categories ) .cmsmasters_product_cat {
  margin-top: -10px;
  display: none;
}
.cmsmasters_products_shortcode:not( .show_rating ) .cmsmasters_star_rating_wrap,
.cmsmasters_selected_products_shortcode:not( .show_rating ) .cmsmasters_star_rating_wrap {
  display: none;
}
.cmsmasters_product_category_shortcode.grid,
.cmsmasters_products_shortcode,
.cmsmasters_selected_products_shortcode {
  position: relative;
  overflow: hidden;
}
/* Products Carousel */
.cmsmasters_carousel_products {
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_carousel_products .owl-carousel {
  margin: 0 -1px;
  width: auto;
}
.cmsmasters_carousel_products .preloader.highImg {
  height: auto;
  padding: 0;
}
.cmsmasters_carousel_products .cmsmasters_owl_slider_item {
  min-width: 200px;
  max-width: 100%;
}
.cmsmasters_carousel_products .product {
  position: relative;
  width: 100%;
  padding: 0 20px 20px;
}
.cmsmasters_carousel_products.cmsmasters_slide_nav .cmsmasters_owl_slider {
  overflow: hidden;
}
.cmsmasters_carousel_products.cmsmasters_slide_nav .cmsmasters_owl_slider .owl-prev {
  left: -46px;
}
.cmsmasters_carousel_products.cmsmasters_slide_nav .cmsmasters_owl_slider .owl-next {
  right: -46px;
}
.cmsmasters_carousel_products.cmsmasters_slide_nav .cmsmasters_owl_slider:hover .owl-prev {
  left: 30px;
}
.cmsmasters_carousel_products.cmsmasters_slide_nav .cmsmasters_owl_slider:hover .owl-next {
  right: 30px;
}
/*	Other Shortcodes */
.create-account .input-radio + label,
.create-account .input-checkbox + label {
  padding: 0 0 0 25px;
}
.create-account > p {
  margin-left: 1.725%;
  margin-right: 1.725%;
}
.login,
.register,
.lost_reset_password {
  margin: 0 -1.725%;
  position: relative;
  overflow: hidden;
}
.login:after,
.register:after,
.lost_reset_password:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.login label.inline,
.register label.inline,
.lost_reset_password label.inline {
  display: inline-block;
  padding: 0;
  margin-left: 10px;
  margin-right: 0;
}
.login label.inline input,
.register label.inline input,
.lost_reset_password label.inline input {
  vertical-align: middle;
  margin-top: -2px;
}
.login > *,
.register > *,
.lost_reset_password > * {
  width: 96.55%;
  margin-left: 1.725%;
  margin-right: 1.725%;
  overflow: hidden;
}
.login .lost_password,
.register .lost_password,
.lost_reset_password .lost_password {
  clear: both;
}
.lost_reset_password > p:first-child {
  margin-bottom: 1.725%;
}
.track_order {
  margin: 0 -1.725%;
  position: relative;
  overflow: hidden;
}
.track_order:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.track_order > * {
  margin-left: 1.725%;
  margin-right: 1.725%;
  overflow: hidden;
}
.content_wrap.fullwidth .cmsmasters_product_has_galery .share_posts {
  padding-left: 80px;
}
.content_wrap.fullwidth .cmsmasters_product_has_galery .onsale,
.content_wrap.fullwidth .cmsmasters_product_has_galery .out-of-stock,
.content_wrap.fullwidth .cmsmasters_product_has_galery .stock {
  left: 80px;
}
.content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images {
  position: relative;
}
.content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(1):not(.dn) {
  margin: 0 0 0 80px;
  display: block;
}
.content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(1).dn + .woocommerce-product-gallery__image {
  margin: 0 0 0 80px;
  display: block;
}
.content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(2):not(.woocommerce-product-gallery__image) {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  padding: 0;
  height: 100%;
  overflow: auto;
}
.content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(2).woocommerce-product-gallery__image + .cmsmasters_product_thumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  padding: 0;
  height: 100%;
  overflow: auto;
}
#page .content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(2) #slider-prev,
#page .content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(2) #slider-next {
  display: none !important;
}
.content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(2) .yith_magnifier_gallery {
  width: 100% !important;
  margin: 0 !important;
}
.content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(2) > a,
.content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(2) li.yith_magnifier_thumbnail {
  display: block;
  width: 100% !important;
  margin: 0 0 20px !important;
}
.content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(2) > a:last-child,
.content_wrap.fullwidth .cmsmasters_product_has_galery .cmsmasters_product_images_wrap > .images > *:nth-child(2) li.yith_magnifier_thumbnail:last-child {
  margin-bottom: 0 !important;
}
.pp_gallery li::before {
  content: none;
}
body div.pp_woocommerce .pp_content_container {
  padding-bottom: 0;
}
body div.pp_woocommerce .pp_content {
  margin: auto;
  display: flex;
  align-items: center;
}
body div.pp_woocommerce #fullResImage {
  border-radius: 3px;
  overflow: hidden;
}
body div.pp_woocommerce * {
  padding: 0 !important;
}
/*-------------------------------------------------------------------------*/
/* CSS3 Animations
/*-------------------------------------------------------------------------*/
html.csstransitions .woocommerce-store-notice a,
html.csstransitions .cmsmasters_product .cmsmasters_cart_button_wrap,
html.csstransitions .cmsmasters_product .price {
  -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 .woocommerce-loop-category__title,
html.csstransitions .cmsmasters_star_rating .cmsmasters_star,
html.csstransitions .cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button span {
  -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 .widget_product_tag_cloud a,
html.csstransitions .widget_layered_nav ul li a,
html.csstransitions .widget_layered_nav_filters ul li a,
html.csstransitions .widget_product_categories ul li a {
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
html.csstransitions .shop_table .remove {
  -webkit-transition: color .3s ease-in-out, opacity .3s ease-in-out, margin .3s ease-in-out;
  -moz-transition: color .3s ease-in-out, opacity .3s ease-in-out, margin .3s ease-in-out;
  -ms-transition: color .3s ease-in-out, opacity .3s ease-in-out, margin .3s ease-in-out;
  -o-transition: color .3s ease-in-out, opacity .3s ease-in-out, margin .3s ease-in-out;
  transition: color .3s ease-in-out, opacity .3s ease-in-out, margin .3s ease-in-out;
}
html.csstransitions body .select2-container .select2-selection--single,
html.csstransitions .widget_product_tag_cloud a {
  -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 .cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button,
html.csstransitions .quantity .quantity-changer::before,
html.csstransitions .quantity .quantity-changer::after {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
html.csstransitions .cmsmasters_product .cmsmasters_product_img img {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
html.csstransitions .cmsmasters_product .button_to_cart_wrap {
  -webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, top .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, top .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, top .3s ease-in-out;
  transition: opacity .3s ease-in-out, top .3s ease-in-out;
}
html.csstransitions .cmsmasters_dynamic_cart .widget_shopping_cart_content {
  -webkit-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
}
html.csstransitions .shipping_method + label:after,
html.csstransitions .input-radio + label:after,
html.csstransitions .input-checkbox + 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;
}
html.csstransitions .widget_shopping_cart .cart_list img,
html.csstransitions .cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list img {
  -webkit-transition: right .3s ease-in-out, left .3s ease-in-out;
  -moz-transition: right .3s ease-in-out, left .3s ease-in-out;
  -ms-transition: right .3s ease-in-out, left .3s ease-in-out;
  -o-transition: right .3s ease-in-out, left .3s ease-in-out;
  transition: right .3s ease-in-out, left .3s ease-in-out;
}
html.csstransitions .widget_shopping_cart .cart_list li {
  -webkit-transition: padding-right .3s ease-in-out, padding-left .3s ease-in-out;
  -moz-transition: padding-right .3s ease-in-out, padding-left .3s ease-in-out;
  -ms-transition: padding-right .3s ease-in-out, padding-left .3s ease-in-out;
  -o-transition: padding-right .3s ease-in-out, padding-left .3s ease-in-out;
  transition: padding-right .3s ease-in-out, padding-left .3s ease-in-out;
}
html.csstransitions .widget_price_filter .price_slider_amount .button,
html.csstransitions .widget_price_filter .price_slider_amount .button: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;
}
html.csstransitions #page .cmsmasters_product .button_to_cart {
  -webkit-transition: width .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: width .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
  -ms-transition: width .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: width .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
  transition: width .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
}
html.csstransitions .shop_table .cart_item .product-remove-and-thumbnail .remove {
  -webkit-transition: opacity .3s ease-in-out, margin .3s ease-in-out, color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, margin .3s ease-in-out, color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, margin .3s ease-in-out, color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, margin .3s ease-in-out, color .3s ease-in-out;
  transition: opacity .3s ease-in-out, margin .3s ease-in-out, color .3s ease-in-out;
}
html.csstransitions .cmsmasters_product .cmsmasters_product_after_hover,
html.csstransitions .cmsmasters_product .cmsmasters_star_rating_wrap,
html.csstransitions .cmsmasters_product .cmsmasters_product_features {
  -webkit-transition: opacity .3s ease-in-out, transform .35s ease;
  -moz-transition: opacity .3s ease-in-out, transform .35s ease;
  -ms-transition: opacity .3s ease-in-out, transform .35s ease;
  -o-transition: opacity .3s ease-in-out, transform .35s ease;
  transition: opacity .3s ease-in-out, transform .35s ease;
}
html.csstransitions .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_inner,
html.csstransitions .cmsmasters_product_category_shortcode.puzzle .cmsmasters_products .cmsmasters_product .cmsmasters_product_img img {
  -webkit-transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
}
