/**
 * Smart by NiceThemes.
 *
 * Styles for WooCommerce integration.
 *
 * @package   Smart
 * @version   1.0.0
 * @author    NiceThemes <hello@nicethemes.com>
 * @license   GNU General Public License
 * @link      http://nicethemes.com/product/smart
 * @copyright (c) 2017 NiceThemes
 */
/* ============================================================================

   WARNING! DO NOT EDIT THIS FILE!

   To make it easy to update your theme, you should not edit the styles in this
   file. Instead, create a child theme or use the custom.css file to add your
   styles. You can copy a style from this file and paste it in custom.css and
   it will override the style in this file. You have been warned! :)

   ========================================================================= */
/**
 * Table of Contents:
 *
 * 1.0 - Forms.
 *      1.1 - Buttons.
 *      1.2 - Fields.
 * 2.0 - Navigation.
 *      2.1 - Carts.
 *      2.2 - Menus.
 * 3.0 - Content.
 *      3.1 - General.
 *          3.1.1 - FontAwesome.
 *          3.1.2 - Messages & Alerts.
 *          3.1.3 - Breadcrumbs.
 *          3.1.2 - Product ordering.
 *          3.1.2 - Fancybox.
 *      3.2 - Cart.
 *      3.3 - Checkout.
 *      3.4 - Account.
 *      3.5 - Shop.
 *          3.5.1 - Product.
 *          3.5.2 - On-sale.
 *          3.5.3 - Reviews.
 *          3.5.4 - Star Rating.
 *          3.5.5 - Quantity.
 *          3.5.6 - Slider.
 * 4.0 - Widgets.
 * 5.0 - Responsive Styles.
 * 6.0 - Desktop-only Styles.
 */
/* ==========================================================================
   1.0 - Forms.
   ========================================================================== */
.woocommerce form.woocommerce-shipping-calculator {
  padding: 15px 0;
  width: 100%;
}

.woocommerce form.woocommerce-shipping-calculator p.form-row {
  padding: 0;
}

/*
   1.1 - Buttons.
   ========================================================================== */
.woocommerce .wc-proceed-to-checkout .button,
.woocommerce-page .wc-proceed-to-checkout .button {
  width: 100%;
  line-height: normal;
  display: inline-block;
  text-transform: uppercase;
}

@media only all and (max-width: 424px) {
  .woocommerce .wc-proceed-to-checkout .button,
  .woocommerce-page .wc-proceed-to-checkout .button {
    -ms-transform: none;
    transform: none;
  }
}

.woocommerce .single_add_to_cart_button,
.woocommerce-page .single_add_to_cart_button {
  height: 40px;
  margin: 0;
  line-height: 100%;
}

body.error404 #content input#searchsubmit {
  border: none;
  color: #fff;
  font-size: 14px;
}

/*
   1.2 - Fields.
   ========================================================================== */
.woocommerce p.form-row label {
  display: block;
  margin-bottom: 10px;
}

.woocommerce p.form-row label.checkbox {
  display: inline;
}

.woocommerce p.form-row label[for="rememberme"] {
  width: auto;
  display: inline-block;
}

.woocommerce p.form-row #rememberme {
  margin: 5px 5px 0 0;
}

html[dir="rtl"] .woocommerce p.form-row #rememberme {
  margin: 5px 10px 0 5px;
}

.woocommerce p.form-row .input-text, .woocommerce p.form-row select {
  width: 100%;
  box-sizing: border-box;
}

.woocommerce p.form-row select {
  padding: 4px;
}

.woocommerce p.form-row input[type=checkbox] {
  float: left;
  margin-top: 5px;
}

.woocommerce p.form-row.woocommerce-validated .input-text,
.woocommerce p.form-row.woocommerce-validated .chzn-single {
  border-color: #48b855;
}

.woocommerce p.form-row.woocommerce-invalid .input-text,
.woocommerce p.form-row.woocommerce-invalid .chzn-single {
  border-color: #c00;
}

.woocommerce .lost_reset_password p.form-row:not(.form-row-first) {
  margin: 21px 0 0;
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment input[type="radio"] + label, .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment form input[type="checkbox"] + label {
  margin-left: 0;
}

body.woocommerce-page .select2-container .select2-choice {
  color: #666;
  border: 1px solid #e3e3e3;
  background-color: white;
  padding: 8.5px 8px;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01) inset;
}

body.woocommerce-page .select2-drop.select2-drop-active {
  border-color: #e3e3e3;
}

body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.75;
  color: inherit;
  padding: 0;
}

body.woocommerce-page .select2-container--default .select2-selection--single {
  background-color: inherit;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}

body.woocommerce-page .select2-container .select2-selection--single {
  height: auto;
  padding: 10px 15px;
}

body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  width: 20px;
}

body.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5b799c;
}

/* ==========================================================================
   2.0 - Navigation
   ========================================================================== */
/*
   2.1 - Cart.
   ========================================================================== */
#header-shopping-cart-wrapper {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

html[dir="rtl"] #header-shopping-cart-wrapper {
  margin-left: 0;
  margin-right: 25px;
}

@media only all and (min-width: 1024px) {
  #header.horizontal #logo + #header-shopping-cart-wrapper {
    margin-left: auto;
  }
}

@media only all and (min-width: 1024px) {
  #header.horizontal.align-center #header-shopping-cart-wrapper {
    display: -ms-flexbox;
    display: flex;
    align-self: stretch;
  }
}

@media only all and (min-width: 1024px) {
  body.has-overlay-menu #header.horizontal.align-center #header-shopping-cart-wrapper {
    padding: 7.5px;
    align-self: center;
  }
}

@media only all and (min-width: 1024px) {
  #header.vertical #header-shopping-cart-wrapper {
    display: inline;
    margin: 0;
  }
  #header.vertical #header-shopping-cart-wrapper:nth-last-child(2) {
    padding: 0;
  }
}

@media only all and (min-width: 1024px) {
  html[dir="rtl"] #header-shopping-cart-wrapper {
    padding: 0 15px;
  }
}

@media only all and (max-width: 1023px) {
  html[dir="rtl"] #header-shopping-cart-wrapper {
    padding: 0 7.5px;
  }
}

#header-shopping-cart {
  color: #707070;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.woo-cart-items {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin: auto;
}

.woo-cart-items img, .woo-cart-items svg {
  position: relative;
  top: -2px;
  height: 22px;
  width: 22px;
  min-height: 22px;
  min-width: 22px;
}

.woo-cart-items i, .woo-cart-items img, .woo-cart-items svg {
  display: inline-block;
}

.woo-cart-items i {
  color: #707070;
  font-size: 18px;
  line-height: 1.2em;
}

.woo-cart-items:hover i {
  color: #5b799c;
}

/*
	Header Cart Details
*/
.woo-cart-details {
  font-size: 10px;
  font-style: normal;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  margin-right: -25px;
  margin-top: -20px;
  padding: 0 7px;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 50%;
  background-clip: padding-box;
  border-radius: 1em;
}

html[dir="rtl"] .woo-cart-details {
  margin-right: 5px;
}

.cart-text .woo-cart-details {
  background: transparent;
  font-size: 95%;
  color: #5b799c;
  right: auto;
  top: -7px;
  height: 20px;
  line-height: 20px;
  margin: auto;
  position: relative;
}

#navigation-extras:not(.cart-text) .woo-cart-details {
  background: #5b799c;
  color: #fff;
}

#nice-mini-cart {
  border-top: 3px solid #5b799c;
  background: #333;
  color: #fff;
  text-transform: none;
  display: none;
  font-size: 13px;
  overflow: hidden;
  position: absolute;
  width: 250px;
  z-index: 9999;
  right: 0;
  top: 100%;
}

#nice-mini-cart.no-border {
  border: none;
}

@media only all and (min-width: 1024px) {
  #header.horizontal.has-border #nice-mini-cart {
    top: calc(100% + 1px);
  }
}

@media only all and (min-width: 1024px) {
  #header.vertical #nice-mini-cart {
    top: 0;
    border-top: 0;
  }
}

@media only all and (min-width: 1024px) {
  #header.vertical.left #nice-mini-cart {
    right: unset;
    left: 100%;
    border-left: 3px solid #5b799c;
  }
}

@media only all and (min-width: 1024px) {
  #header.vertical.right #nice-mini-cart {
    right: 100%;
    left: auto;
    border-left: 3px solid #5b799c;
  }
}

@media only all and (min-width: 1024px) {
  #header.vertical body.rtl #nice-mini-cart {
    border-left: 0;
    border-right: #5b799c;
  }
}

#nice-mini-cart a {
  background: none;
  border: 0;
  padding: 0;
  white-space: normal;
}

#header[class] #nice-mini-cart a {
  color: #fff;
}

#header[class] #nice-mini-cart a:hover {
  color: #fff;
}

#nice-mini-cart .cart-list-checkout {
  text-transform: uppercase;
}

#cart-list {
  margin: 0;
  max-height: 403px;
  overflow-y: auto;
  list-style: none;
}

#cart-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  float: left;
  padding: 10px 20px;
  width: 100%;
  position: relative;
}

#cart-list li .cart-list-product-title {
  font-size: 13px;
}

#cart-list li .cart-list-product-title > a {
  padding-right: 15px;
}

html[dir="rtl"] #cart-list li .cart-list-product-title > a {
  padding-right: 0;
  padding-left: 15px;
}

#cart-list li .cart-list-product-quantity,
#cart-list li .cart-list-product-price {
  font-size: 12px;
}

#cart-list li:last-child {
  border-bottom: 0;
}

#cart-list .cart-list-product-title {
  margin-top: 8px;
  width: 100%;
  font-size: 16px;
}

#cart-list .cart-list-product-title a {
  display: block;
}

#cart-list .cart-list-product-quantity {
  display: inline;
  clear: both;
  font-size: 13px;
  margin-right: 5px;
}

#cart-list .cart-list-product-price {
  display: inline;
  font-size: 13px;
}

#cart-list .cart-list-product .remove {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 5px;
}

#cart-list .cart-list-product .remove:hover {
  color: #6986a8;
}

#cart-list .cart-list-product img {
  max-height: 60px;
  max-width: 60px;
}

#cart-list .cart-list-product-img {
  float: left;
  margin: 10px 10px 10px 0;
}

#cart-list .cart-list-menu a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  width: auto;
}

#cart-list .cart-list-menu span {
  font-weight: 400;
}

#cart-actions {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#cart-actions li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  float: left;
  padding: 10px 20px;
  width: 100%;
  position: relative;
}

#cart-actions li:last-child {
  border-bottom: 0;
}

#cart-actions li.cart-list-view a, #cart-actions li.cart-list-checkout a {
  padding: 10px 20px;
  margin: -10px -20px;
  display: block;
}

#cart-actions li.cart-list-view:hover, #cart-actions li.cart-list-checkout:hover {
  background-color: #6986a8;
}

#cart-actions li.cart-list-view:hover span i, #cart-actions li.cart-list-checkout:hover span i {
  color: white;
}

.add_to_cart_button {
  text-align: center;
}

/*
   2.2 - Menus.
   ========================================================================== */
#navigation .cart {
  margin-right: 0;
}

#navigation .cart.no-rss-link {
  margin-right: 0;
}

#navigation .cart.no-rss-link li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination {
  text-align: left;
  font-family: "Poppins", Arial, sans-serif;
  padding-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  clear: both;
  display: inline-block;
  margin: 1px;
  padding: 0;
  white-space: nowrap;
}

.entry .woocommerce nav.woocommerce-pagination ul {
  margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers span.current {
  background-color: transparent;
  color: #777;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers:after, .woocommerce nav.woocommerce-pagination ul.page-numbers:before {
  content: " ";
  display: table;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  display: inline;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination .page-numbers li {
  background-color: transparent;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  padding: 0 16px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li a {
  border: none;
  color: #aaa;
  display: block;
  margin: 0 -15px;
  padding: 0 15px;
}

.woocommerce nav.woocommerce-pagination a.prev,
.woocommerce nav.woocommerce-pagination li.prev a,
.woocommerce nav.woocommerce-pagination a.next,
.woocommerce nav.woocommerce-pagination li.next a {
  font-size: 0 !important;
  line-height: 0 !important;
}

.woocommerce nav.woocommerce-pagination a.prev:after,
.woocommerce nav.woocommerce-pagination li.prev a:after,
.woocommerce nav.woocommerce-pagination a.next:after,
.woocommerce nav.woocommerce-pagination li.next a:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 21px;
  padding-top: 10px;
}

.woocommerce nav.woocommerce-pagination a.prev:after,
.woocommerce nav.woocommerce-pagination li.prev a:after {
  content: '\f104';
}

.woocommerce nav.woocommerce-pagination a.next:after,
.woocommerce nav.woocommerce-pagination li.next a:after {
  content: '\f105';
}

/* ==========================================================================
   3.0 - Content.
   ========================================================================== */
/*
   3.1 - General.
   ========================================================================== */
.woocommerce {
  overflow: auto;
}

.woocommerce .page-description {
  margin-bottom: 40px;
}

.woocommerce .products .product .price del {
  margin-right: 5px;
}

.woocommerce .products .product .product-wrapper {
  position: relative;
  line-height: normal;
}

.woocommerce .products .product .product-wrapper:hover .overlay, .woocommerce .products .product .product-wrapper:focus .overlay {
  opacity: 1;
}

.woocommerce .products .product .product-wrapper a {
  border: none;
  padding: 0;
}

.woocommerce .products .product .product-wrapper a:hover, .woocommerce .products .product .product-wrapper a:focus {
  border: none;
  padding: 0;
}

.woocommerce .products .product .product-wrapper .overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1s ease;
  z-index: 80;
}

.woocommerce .products .product .center {
  text-align: center;
}

body.error404 #content li.search {
  list-style: none;
}

.nice-cart-notification {
  display: block;
  font-size: 26px;
  height: 3em;
  width: 3em;
  left: 50%;
  margin-left: -1.5em;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 35%;
  background-clip: padding-box;
  border-radius: 100%;
  opacity: 0;
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: -1;
}

.nice-cart-notification:before {
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0.45;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.nice-cart-notification.bring-forward {
  z-index: 95;
}

.nice-cart-notification.appear {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  z-index: 70;
}

.nice-cart-notification.loading .nice-cart-notification-icon.loading {
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.nice-cart-notification.added {
  line-height: 1;
}

.nice-cart-notification.added:before {
  background-color: #46a546;
  opacity: 0.85;
}

.nice-cart-notification.added .nice-cart-notification-icon.loading {
  opacity: 0;
}

.nice-cart-notification.added .nice-cart-notification-icon.added {
  opacity: 1;
}

.nice-cart-notification-icon {
  height: 100%;
  line-height: 4em;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.nice-cart-notification-icon > i {
  font-size: 1.8em;
}

.nice-cart-notification-icon.loading {
  color: rgba(255, 255, 255, 0.45);
  opacity: 1;
  font-size: .9em;
}

.nice-cart-notification-icon.added {
  color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

/**
 * 3.1.1 - Messages & Alerts.
 */
body.woocommerce-page #container .woocommerce_message,
body.woocommerce-page #container .woocommerce_info,
body.woocommerce-page #container .woocommerce_error,
body.woocommerce-page #container .woocommerce-message,
body.woocommerce-page #container .woocommerce-info,
body.woocommerce-page #container .woocommerce-error {
  padding: 20px 20px 20px 50px;
  border: 1px solid transparent;
  position: relative;
  margin-bottom: 2em;
  color: #888;
  clear: both;
}

html[dir="rtl"] body.woocommerce-page #container .woocommerce_message, html[dir="rtl"]
body.woocommerce-page #container .woocommerce_info, html[dir="rtl"]
body.woocommerce-page #container .woocommerce_error, html[dir="rtl"]
body.woocommerce-page #container .woocommerce-message, html[dir="rtl"]
body.woocommerce-page #container .woocommerce-info, html[dir="rtl"]
body.woocommerce-page #container .woocommerce-error {
  padding: 20px 50px 20px 20px;
}

body.woocommerce-page #container .woocommerce_message:after,
body.woocommerce-page #container .woocommerce_info:after,
body.woocommerce-page #container .woocommerce_error:after,
body.woocommerce-page #container .woocommerce-message:after,
body.woocommerce-page #container .woocommerce-info:after,
body.woocommerce-page #container .woocommerce-error:after {
  content: "";
  display: table;
  clear: both;
}

body.woocommerce-page #container .woocommerce_message:before,
body.woocommerce-page #container .woocommerce_info:before,
body.woocommerce-page #container .woocommerce_error:before,
body.woocommerce-page #container .woocommerce-message:before,
body.woocommerce-page #container .woocommerce-info:before,
body.woocommerce-page #container .woocommerce-error:before {
  position: absolute;
  top: 0.8em;
  left: 1em;
  font-size: 1.4em;
  line-height: inherit;
}

body.woocommerce-page #container .woocommerce_message .button,
body.woocommerce-page #container .woocommerce_info .button,
body.woocommerce-page #container .woocommerce_error .button,
body.woocommerce-page #container .woocommerce-message .button,
body.woocommerce-page #container .woocommerce-info .button,
body.woocommerce-page #container .woocommerce-error .button {
  float: right !important;
  margin-left: 1em !important;
  padding: 2px 0 !important;
  background: transparent !important;
  font-size: 0.9em !important;
  color: #888 !important;
  border: none !important;
}

body.woocommerce-page #container .woocommerce_message .button:after,
body.woocommerce-page #container .woocommerce_info .button:after,
body.woocommerce-page #container .woocommerce_error .button:after,
body.woocommerce-page #container .woocommerce-message .button:after,
body.woocommerce-page #container .woocommerce-info .button:after,
body.woocommerce-page #container .woocommerce-error .button:after {
  font-family: 'FontAwesome';
  content: '\f105';
  margin-left: 10px;
}

.woocommerce_message,
.woocommerce-message {
  background-color: #e6e7e9;
}

.woocommerce_message:before,
.woocommerce-message:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: rgba(0, 0, 0, 0.4);
}

.woocommerce_info,
.woocommerce-info {
  background-color: #e6e7e9;
}

.woocommerce_info:before,
.woocommerce-info:before {
  font-family: 'FontAwesome';
  content: "\f05a";
  color: rgba(0, 0, 0, 0.4);
}

.woocommerce_error,
.woocommerce-error {
  background-color: #e6e7e9;
  margin: 0;
  list-style: none;
}

.woocommerce_error:before,
.woocommerce-error:before {
  font-family: 'FontAwesome';
  content: "\f05c";
  color: rgba(0, 0, 0, 0.4);
}

.woocommerce_error li,
.woocommerce-error li {
  list-style: none;
}

.entry ul.woocommerce-error,
.entry ul.woocommerce_error {
  background-color: #e6e7e9;
  margin: 0;
  list-style: none;
}

.entry ul.woocommerce-error li,
.entry ul.woocommerce_error li {
  list-style: none;
}

/**
 * 3.1.2 - Breadcrumbs.
 */
.woocommerce-breadcrumb {
  padding: 0 0 1em 0;
  margin-bottom: 2em;
  border-bottom: 1px solid #e3e3e3;
  color: #bbb;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a:visited,
.woocommerce-breadcrumb a:focus {
  color: #888;
}

.woocommerce-breadcrumb a:hover {
  color: #555;
}

.woocommerce-breadcrumb .breadcrumb-title {
  font-weight: bold;
}

/**
 * 3.1.3 - Product ordering.
 */
.woocommerce_result_count,
.woocommerce-result-count {
  font-weight: 600;
  margin-top: 15px;
}

.woocommerce_result_count,
.woocommerce_ordering,
.woocommerce-result-count,
.woocommerce-ordering {
  float: left;
  margin-bottom: 0;
}

@media only all and (max-width: 767px) {
  body.woocommerce-page.woocommerce-shop .woocommerce-result-count {
    text-align: center;
    float: none;
  }
}

body.woocommerce-page.woocommerce-shop .woocommerce-ordering {
  margin-bottom: 15px;
}

@media only all and (max-width: 767px) {
  body.woocommerce-page.woocommerce-shop .woocommerce-ordering {
    float: none;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
  }
  body.woocommerce-page.woocommerce-shop .woocommerce-ordering select {
    width: 100%;
  }
}

.woocommerce_ordering,
.woocommerce-ordering {
  text-align: right;
}

.woocommerce_ordering select,
.woocommerce-ordering select {
  border: 1px solid #e3e3e3 !important;
  padding-left: 10px;
  background-color: white;
  background-clip: padding-box;
  border-radius: 2px;
}

.woocommerce_ordering select, .woocommerce_ordering select:hover,
.woocommerce-ordering select,
.woocommerce-ordering select:hover {
  border: none;
}

.woocommerce_ordering select:hover,
.woocommerce-ordering select:hover {
  cursor: pointer;
}

.shop-view-mode {
  float: right;
}

@media only all and (max-width: 767px) {
  .shop-view-mode {
    display: none;
  }
}

.shop-view-mode a {
  box-sizing: border-box;
  border: 1px solid #e3e3e3 !important;
  padding: 12px 15px;
  background-color: white;
  background-clip: padding-box;
  border-radius: 2px;
  display: inline-block;
  margin: 0 10px 0 0;
  max-height: 50px;
  float: left;
}

.shop-view-mode a i {
  margin-right: 5px;
  color: #999;
}

.shop-view-mode a:hover {
  color: #707070;
}

.dark .shop-view-mode a {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/**
 * 3.1.4 - Fancybox.
 */
#fancybox-outer {
  padding: 20px;
}

#fancybox-outer #respond {
  margin-top: 0;
}

/*
   3.2 - Cart.
   ========================================================================== */
.items-found-cart {
  font-weight: 600;
}

table.cart.shop_table th {
  padding: 0 0 15px;
  border-bottom: 1px solid #e3e3e3;
}

table.cart.shop_table th:last-child {
  padding-right: 15px;
}

html[dir="rtl"] table.cart.shop_table th:last-child {
  padding-right: 0;
  padding-left: 15px;
}

table.cart.shop_table td {
  padding: 10px 0;
  vertical-align: top;
}

table.cart.shop_table td:last-child {
  padding-right: 15px;
}

html[dir="rtl"] table.cart.shop_table td:last-child {
  padding-right: 0;
  padding-left: 15px;
}

@media only all and (max-width: 1023px) {
  table.cart.shop_table td:last-child {
    padding-right: 0;
  }
  html[dir="rtl"] table.cart.shop_table td:last-child {
    padding-left: 0;
  }
}

table.cart.shop_table .actions {
  text-align: right;
}

html[dir="rtl"] table.cart.shop_table .actions {
  text-align: left;
}

@media only all and (max-width: 1023px) {
  table.cart.shop_table .actions {
    padding: 0;
  }
}

table.cart.shop_table .actions .coupon {
  float: left;
}

html[dir="rtl"] table.cart.shop_table .actions .coupon {
  float: right;
}

@media only all and (max-width: 1023px) {
  table.cart.shop_table .actions .coupon {
    float: none;
    display: block;
    padding: 15px 0;
    margin-top: 15px;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  table.cart.shop_table .actions .coupon #coupon_code,
  table.cart.shop_table .actions .coupon input[name="apply_coupon"] {
    width: 49%;
    margin: 0;
  }
  table.cart.shop_table .actions .coupon #coupon_code {
    float: left;
  }
  table.cart.shop_table .actions .coupon input[name="apply_coupon"] {
    float: right;
  }
  html[dir="rtl"] table.cart.shop_table .actions .coupon input[name="apply_coupon"] {
    float: left;
  }
}

@media only all and (max-width: 374px) {
  table.cart.shop_table .actions .coupon #coupon_code,
  table.cart.shop_table .actions .coupon input[name="apply_coupon"] {
    width: 100%;
  }
  table.cart.shop_table .actions .coupon #coupon_code {
    margin-bottom: 15px;
  }
}

table.cart.shop_table .actions .coupon input[name="apply_coupon"] {
  margin-top: 0;
}

table.cart.shop_table .actions input[name="update_cart"] {
  margin-top: 0;
}

html[dir="rtl"] table.cart.shop_table .actions input[name="update_cart"] {
  clear: none;
}

@media only all and (max-width: 1023px) {
  table.cart.shop_table .actions input[name="update_cart"] {
    margin-top: 15px;
    width: 49%;
  }
}

@media only all and (max-width: 374px) {
  table.cart.shop_table .actions input[name="update_cart"] {
    width: 100%;
  }
}

table.cart.shop_table .quantity {
  margin: 0;
}

table.cart.shop_table .quantity input {
  margin-bottom: 0;
}

table.cart.shop_table .product-thumbnail,
table.cart.shop_table .product-price {
  display: none;
}

table.cart.shop_table .product-subtotal {
  text-align: right;
}

html[dir="rtl"] table.cart.shop_table .product-subtotal {
  text-align: left;
}

.cart_totals select {
  width: 100%;
}

table.shop_table td.actions .coupon {
  margin-bottom: 0;
}

table.shop_table td.actions .coupon label {
  display: none;
}

table.shop_table td.actions .coupon #shareyourcart_button {
  float: left;
}

table.shop_table td.product-name figure {
  position: relative;
  float: left;
}

html[dir="rtl"] table.shop_table td.product-name figure {
  float: right;
}

table.shop_table td.product-name figure img {
  width: 55px;
  height: auto;
  float: left;
}

table.shop_table td.product-name figure a.remove {
  position: absolute;
  left: -7px;
  top: -7px;
  background: #ddd;
  color: #fff;
  display: inline-block;
  height: 17px;
  width: 17px;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  background-clip: padding-box;
  border-radius: 100%;
  padding: 2px;
}

html[dir="rtl"] table.shop_table td.product-name figure a.remove {
  left: auto;
  right: -7px;
}

table.shop_table td.product-name figure a.remove:hover {
  color: #fff;
  background: #6986a8;
  text-decoration: none;
}

table.shop_table td.product-name div {
  padding-left: 10px;
  display: inline;
}

@supports (display: flex) {
  table.shop_table td.product-name div {
    display: flex;
  }
}

table.shop_table td.product-name dl.variation dd, table.shop_table td.product-name dl.variation p {
  margin: 0;
}

table.shop_table .shipping td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table.shop_table .shipping td ul li {
  list-style: none;
}

table.shop_table .shipping td ul li label {
  display: inline;
}

.woocommerce form {
  overflow: auto;
  float: left;
  width: 61.583%;
}

@media only all and (max-width: 767px) {
  .woocommerce form {
    width: 100%;
    padding: 0;
  }
}

.woocommerce form.woocommerce-ordering {
  width: auto;
  float: right;
  padding: 0;
}

body.woocommerce-checkout .woocommerce form {
  width: 100%;
}

.woocommerce form table {
  width: 100%;
}

.woocommerce #coupon_code {
  float: left;
  margin-right: 10px;
}

html[dir="rtl"] .woocommerce #coupon_code {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

/* Cart collaterals. */
.woocommerce .cart-collaterals {
  overflow: hidden;
  zoom: 1;
  width: 33.3333%;
  float: right;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

@media only all and (max-width: 767px) {
  .woocommerce .cart-collaterals {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.woocommerce .cart-collaterals h2 {
  font-size: 20px;
}

.woocommerce .cart-collaterals .cart_totals {
  padding: 1.5em;
  border: 1px solid #e3e3e3;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  padding-bottom: .5em;
}

.woocommerce .cart-collaterals .cart_totals table td {
  text-align: right;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th, .woocommerce .cart-collaterals .cart_totals table tr.shipping th {
  font-weight: normal;
  opacity: 0.6;
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total td, .woocommerce .cart-collaterals .cart_totals table tr.order-total th {
  border-bottom: 0;
  font-size: 120%;
}

.woocommerce .cart-collaterals .shipping_calculator {
  clear: right;
  overflow: hidden;
}

.entry .woocommerce .cart-collaterals .shipping_calculator p.form-row {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce .cart-collaterals .shipping_calculator h2 {
  font-size: 1.387em;
  margin-bottom: 15px;
}

.woocommerce .cart-collaterals .shipping_calculator h2 a {
  display: inline-block;
}

.entry .woocommerce .cart-collaterals .shipping_calculator h2 a, .entry .woocommerce .cart-collaterals .shipping_calculator h2 a:link, .entry .woocommerce .cart-collaterals .shipping_calculator h2 a:visited, .entry .woocommerce .cart-collaterals .shipping_calculator h2 a:active, .entry .woocommerce .cart-collaterals .shipping_calculator h2 a:focus, .entry .woocommerce .cart-collaterals .shipping_calculator h2 a:hover {
  border: none;
}

.woocommerce .cart-collaterals .shipping_calculator h2 a:before {
  content: "\f0ac";
  margin: 4px 3px 0 -5px;
  position: relative;
  float: left;
}

.woocommerce .cart-collaterals .shipping_calculator h2 a:hover {
  text-decoration: none;
}

.woocommerce .cart-collaterals .shipping_calculator .form-row input {
  padding: 8px;
}

.woocommerce .cart-collaterals #shipping_method {
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce .cart-collaterals #shipping_method li {
  list-style: none !important;
}

.woocommerce .cart-collaterals .cross-sells {
  float: left;
}

.woocommerce .cart-collaterals .cross-sells ul.products {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.woocommerce .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}

.entry .woocommerce .cart-collaterals .cross-sells ul.products li > a, .entry .woocommerce .cart-collaterals .cross-sells ul.products li > a:hover, .entry .woocommerce .cart-collaterals .cross-sells ul.products li > a:active, .entry .woocommerce .cart-collaterals .cross-sells ul.products li > a:focus,
.entry .woocommerce .cart-collaterals .cross-sells ul.products li > a:visited .entry .woocommerce .cart-collaterals .cross-sells ul.products li > a:link {
  border: none;
}

.woocommerce .cart-collaterals .cross-sells ul.products li img {
  margin-bottom: 5px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li h3 {
  margin: 0;
}

.woocommerce .wc-proceed-to-checkout {
  text-align: right;
}

/*
   3.3 - Checkout.
   ========================================================================== */
#shiptobilling {
  float: right;
}

#shiptobilling input {
  float: left;
}

.create-account {
  float: left;
}

ul.payment_methods {
  margin: 0 0 1.5em 0;
  padding: 0;
}

.entry ul.payment_methods,
.entry ul.payment_methods li {
  list-style: none;
}

ul.payment_methods li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

ul.payment_methods li input {
  position: absolute;
  top: 19px;
  left: 10px;
  cursor: pointer;
}

html[dir="rtl"] ul.payment_methods li input {
  left: auto;
  right: 10px;
}

ul.payment_methods li label {
  font-weight: 600;
  padding: 15px 32px;
  cursor: pointer;
}

ul.payment_methods li img {
  padding: 0;
  border: none;
  display: block;
}

ul.payment_methods li div {
  clear: both;
  font-size: 0.95em;
  line-height: normal;
  margin-left: 32px;
}

html[dir="rtl"] ul.payment_methods li div {
  margin-left: 0;
  margin-right: 32px;
}

.payment_box fieldset {
  margin-bottom: 0;
}

.payment_box .form-row .woocommerce-select {
  width: 30.75%;
  float: left;
  margin-right: 3.8%;
}

.payment_box + .form-row {
  width: 100%;
}

.payment_box + .form-row #place_order {
  float: right;
}

.payment_box + .form-row label {
  display: inline;
}

.payment_box + .form-row input {
  float: left;
}

.required {
  color: #c00;
  border: 0;
}

#order_review:before, #order_review:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

#order_review:after {
  clear: both;
}

#customer_details {
  margin-bottom: 20px;
}

.woocommerce-checkout h3 {
  font-size: 20px;
  margin: 0 0 15px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-checkout #order_review_heading {
  margin-bottom: 1em;
}

.woocommerce-checkout #payment .place-order {
  text-align: right;
}

html[dir="rtl"] .woocommerce-checkout #payment .place-order {
  text-align: left;
}

.woocommerce-checkout table.shop_table td,
.woocommerce-checkout table.shop_table th {
  padding: 1em 0.7em;
  border-bottom: 1px solid #eee;
}

.woocommerce-checkout table.shop_table thead th.product-total {
  width: 50%;
}

.woocommerce-checkout table.shop_table td.product-total {
  vertical-align: top;
}

.woocommerce-checkout table.shop_table thead th {
  background: #fff;
}

.woocommerce-checkout table.shop_table img {
  max-width: 55px;
  height: auto;
}

html .woocommerce-checkout .form-row .chosen-container-single .chosen-drop {
  border: 1px solid #e3e3e3;
  border-top: none;
  background-color: white;
  box-shadow: none;
  background-clip: padding-box;
  border-radius: 0 0 2px 2px;
}

html .woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  background: none;
  background-color: white;
  padding: 8px;
  height: unset;
  max-height: unset;
  background-clip: padding-box;
  border-radius: 2px;
}

html .woocommerce-checkout .form-row .chosen-container-single .chosen-single, html .woocommerce-checkout .form-row .chosen-container-single .chosen-single:hover {
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01) inset;
}

html .woocommerce-checkout .form-row .chosen-container-single .chosen-single span {
  font-size: 16px;
}

html .woocommerce-checkout .form-row .chosen-container-single .chosen-single div {
  width: 30px;
}

html .woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background: url("../../../../images/select.png") !important;
  margin-top: 5px;
}

body.woocommerce-order-received .entry .woocommerce ul.order_details {
  background-clip: padding-box;
  border-radius: 2px;
}

body.woocommerce-order-received .entry .woocommerce ul.order_details li {
  list-style: none;
}

.woocommerce .addresses h3 {
  padding-bottom: 0;
}

.woocommerce .addresses address {
  font-style: normal;
}

/*
   3.4 - Account.
   ========================================================================== */
ul.order_details {
  list-style: none;
  border: 1px solid #e3e3e3;
  position: relative;
  list-style: none;
  padding: 0;
  margin-left: 0;
  display: inline-block;
  background-clip: padding-box;
  border-radius: 0.33em;
}

ul.order_details:after {
  content: "";
  display: table;
  clear: both;
}

ul.order_details li {
  float: left;
  padding: 1em 1.618em;
  border-right: 1px solid #e3e3e3;
  font-size: .8em;
  text-transform: uppercase;
  list-style: none;
}

ul.order_details li:last-child {
  border: none;
}

ul.order_details li strong {
  display: block;
  font-size: 1.387em;
  text-transform: none;
}

.woocommerce-account .addresses address {
  clear: both;
}

.woocommerce-LostPassword {
  clear: both;
}

.woocommerce-MyAccount-navigation {
  width: 25%;
  float: right;
  font-size: 1.05em;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation-right {
  float: right;
}

.woocommerce-MyAccount-navigation-left {
  float: left;
}

@media only all and (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
  }
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 5px 0;
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 3px 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  border-bottom: 1px solid #e3e3e3;
}

.woocommerce-MyAccount-navigation ul li.is-active a .dark {
  border-color: rgba(255, 255, 255, 0.3);
}

.nice-MyAccount-user {
  margin-bottom: 30px;
}

.nice-MyAccount-user .username {
  display: block;
  margin-bottom: 10px;
}

.woocommerce-MyAccount-content {
  width: 72%;
  width: calc(75% - 30px);
  float: left;
}

.woocommerce-MyAccount-content > p {
  font-size: 1.05em;
}

.woocommerce-MyAccount-navigation-right + .woocommerce-MyAccount-content {
  float: left;
}

.woocommerce-MyAccount-navigation-left + .woocommerce-MyAccount-content {
  float: right;
}

@media only all and (max-width: 767px) {
  .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
}

.woocommerce-MyAccount-content form {
  width: 100%;
}

.woocommerce-MyAccount-content form legend {
  opacity: 0.75;
}

.woocommerce-MyAccount-content form p.form-row label {
  margin-bottom: 7.5px;
}

.woocommerce-MyAccount-content address {
  font-style: normal;
}

.woocommerce-MyAccount-content table tbody tr {
  border-top: 1px solid #e3e3e3;
}

.woocommerce-MyAccount-content table tbody tr .dark {
  border-color: rgba(255, 255, 255, 0.3);
}

.woocommerce-MyAccount-content table th {
  padding: 5px 0;
}

.woocommerce-MyAccount-content table td {
  padding: 15px 0;
}

.woocommerce-MyAccount-content table td[class*="action"] {
  text-align: right;
}

html[dir="rtl"] .woocommerce-MyAccount-content table td[class*="action"] {
  text-align: left;
}

.woocommerce-MyAccount-content table .button {
  padding: 5px 20px !important;
  margin: 0 2.5px;
  text-transform: uppercase;
  font-size: .8em;
}

/*
   3.5 - Shop.
   ========================================================================== */
/*
   3.5.1 - Product.
   ========================================================================== */
.woocommerce .images {
  position: relative;
  width: 42%;
  margin-right: 3.8%;
  float: left;
  margin-bottom: 40px;
}

@media only all and (max-width: 767px) {
  .woocommerce .images {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

.woocommerce .images img {
  width: 100%;
  height: auto;
}

.woocommerce .images a {
  display: block;
}

.woocommerce .images a.product-expand {
  cursor: zoom-in;
}

.woocommerce .images .thumbnails {
  overflow: hidden;
  zoom: 1;
}

.woocommerce .images .thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
}

.woocommerce .images .thumbnails a .last {
  margin-right: 0;
}

.woocommerce .images .thumbnails a .first {
  clear: left;
}

.woocommerce .images .item-wishlist-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
}

.woocommerce .images .item-wishlist-icon.right {
  left: auto;
  right: 15px;
}

.woocommerce .images .item-wishlist-icon a {
  display: block;
  border: 1px solid #fafafa;
  width: 38px;
  height: 36px;
  background-color: white;
  text-align: center;
  line-height: 33px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.woocommerce .images .item-wishlist-icon .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.woocommerce .images .item-wishlist-icon i {
  margin: 0;
}

.woocommerce .images .item-wishlist-icon .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 2px;
  white-space: nowrap;
  left: 48px;
  color: white;
  background-color: #2b2b2b;
  padding: 3px 15px;
  line-height: 2em;
  border-radius: 2px;
  pointer-events: none;
  transition: all 0.4s linear 0s;
  box-sizing: border-box;
  z-index: 10;
}

.woocommerce .images .item-wishlist-icon.right .tooltip {
  left: auto;
  right: 48px;
}

.woocommerce .images .item-wishlist-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.woocommerce .images .item-wishlist-icon .tooltip:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  float: left;
  position: absolute;
  left: -4px;
  background-color: #2b2b2b;
  top: calc( 50% - 4px);
  z-index: 0;
  transform: rotate(45deg);
}

.woocommerce .images .item-wishlist-icon.right .tooltip:before {
  left: auto;
  right: -4px;
}

.woocommerce .summary {
  width: 54%;
  float: right;
  margin-bottom: 1.5em;
}

@media only all and (max-width: 767px) {
  .woocommerce .summary {
    width: 100%;
    float: none;
  }
}

.woocommerce .summary .product_meta {
  clear: both;
}

.woocommerce .summary h1.product_title {
  margin-bottom: .5em;
}

.woocommerce .summary .woocommerce-product-rating {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: .4em;
  margin-bottom: .5em;
}

html[dir="rtl"] .woocommerce .summary .woocommerce-product-rating {
  right: auto;
  left: 0;
}

.woocommerce .summary .woocommerce-product-rating .star-rating {
  display: inline-block;
}

.woocommerce .summary .woocommerce-product-rating .woocommerce-review-link {
  float: right;
  margin-top: 1px;
  margin-left: 5px;
  color: #bbb;
  font-size: 0.8em;
}

html[dir="rtl"] .woocommerce .summary .woocommerce-product-rating .woocommerce-review-link {
  margin-left: 0;
  margin-right: 5px;
}

.woocommerce .summary form {
  width: 100%;
  overflow: hidden;
  padding: 1.4em 0;
  margin-bottom: 1.5em;
  border: 1px solid #e3e3e3;
  border-left: 0;
  border-right: 0;
}

.woocommerce .summary form.variations_form {
  padding: 0;
  margin: 0 0 20px;
  border: none;
}

.woocommerce .summary form.variations_form + .product_meta {
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}

.woocommerce .summary p {
  margin-bottom: 1.5em;
}

.woocommerce .summary p.price {
  font-weight: bold;
  font-size: 1.6em;
  border: none;
  padding: 0;
  margin-bottom: .8em;
  display: block;
}

.woocommerce .summary p.price del {
  opacity: 0.5;
}

.woocommerce .summary p.price ins {
  background: none;
  text-decoration: none;
  padding-left: .5em;
}

.woocommerce .summary table.variations {
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce .summary table.variations tr {
  width: 50%;
}

.woocommerce .summary table.variations tr td {
  border: 0;
  padding: 0.5em 0;
  text-align: left;
  vertical-align: top;
}

.woocommerce .summary table.variations tr td.label {
  text-transform: capitalize;
  vertical-align: middle;
  font-weight: 600;
  padding-right: 0.6em;
}

html[dir="rtl"] .woocommerce .summary table.variations tr td.label {
  padding-right: 0;
  padding-left: 0.6em;
}

.woocommerce .summary table.variations tr td select {
  padding: 5px 22px 5px 8px;
  cursor: pointer;
  float: left;
  height: 40px;
}

.woocommerce .summary table.variations tr td .reset_variations {
  margin-top: 10px;
  margin-left: 10px;
  color: #bbb;
  float: left;
}

.woocommerce .summary table.group_table .out-of-stock {
  display: block;
  color: #900;
}

.woocommerce .summary .single_variation_wrap {
  border-top: 1px solid #e3e3e3;
  padding: 1.4em 0 0;
}

.woocommerce .summary .single_variation_wrap .single_variation {
  font-size: 18px;
}

.woocommerce .summary .quantity {
  float: left;
  margin: 0 1em 0 0;
}

.woocommerce .summary a.reset_variations {
  display: block;
}

.woocommerce .summary a.reset_variations:before {
  font-family: 'FontAwesome';
  content: "\f021";
  margin-right: 10px;
}

html[dir="ltr"] .woocommerce .summary a.reset_variations:before {
  margin-right: 0;
  margin-left: 10px;
}

.woocommerce .summary .product_meta span.meta-label {
  width: 100px;
  float: left;
  font-weight: bold;
}

html[dir="rtl"] .woocommerce .summary .product_meta span.meta-label {
  float: right;
}

.woocommerce .summary .product_meta span.sku_wrapper, .woocommerce .summary .product_meta span.posted_in, .woocommerce .summary .product_meta span.tagged_as {
  display: block;
  margin-bottom: .5em;
  color: #888;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  padding: .5em 1em;
  vertical-align: middle;
}

.woocommerce table.shop_attributes th p:last-child, .woocommerce table.shop_attributes td p:last-child {
  margin-bottom: 0 !important;
}

.woocommerce .woocommerce_tabs,
.woocommerce .woocommerce-tabs {
  clear: both;
  margin-bottom: 3em;
}

.woocommerce .woocommerce_tabs ul.tabs,
.woocommerce .woocommerce-tabs ul.tabs {
  *zoom: 1;
  list-style: none;
}

.woocommerce .woocommerce_tabs ul.tabs:before, .woocommerce .woocommerce_tabs ul.tabs:after,
.woocommerce .woocommerce-tabs ul.tabs:before,
.woocommerce .woocommerce-tabs ul.tabs:after {
  content: ' ';
  display: table;
}

.woocommerce .woocommerce_tabs ul.tabs:after,
.woocommerce .woocommerce-tabs ul.tabs:after {
  clear: both;
}

.woocommerce .woocommerce_tabs ul.tabs li,
.woocommerce .woocommerce-tabs ul.tabs li {
  float: left;
}

.woocommerce .woocommerce_tabs ul.tabs li a,
.woocommerce .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 1.5em;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.woocommerce .woocommerce_tabs ul.tabs li.active a,
.woocommerce .woocommerce-tabs ul.tabs li.active a {
  border-top: 2px solid;
}

.woocommerce .woocommerce_tabs p,
.woocommerce .woocommerce-tabs p {
  margin-bottom: 1.5em;
}

.woocommerce .woocommerce_tabs #comments,
.woocommerce .woocommerce-tabs #comments {
  border: 0;
  margin: 0;
  padding: 0;
}

.woocommerce .woocommerce_tabs .panel,
.woocommerce .woocommerce-tabs .panel {
  padding: 1em 0 0;
  margin: 0;
}

.woocommerce .woocommerce_tabs .panel h2,
.woocommerce .woocommerce-tabs .panel h2 {
  margin-bottom: .7em;
  font-size: 24px;
}

.woocommerce .related,
.woocommerce .upsells,
.woocommerce .up-sells,
.woocommerce .cross-sells {
  clear: both;
}

.woocommerce .related h2,
.woocommerce .upsells h2,
.woocommerce .up-sells h2,
.woocommerce .cross-sells h2 {
  font-size: 21px;
}

.woocommerce.single-product .woocommerce-tabs {
  clear: both;
}

.woocommerce.single-product .woocommerce-tabs ul.tabs,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav {
  margin: 0;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-center ul.tabs, .woocommerce.single-product .woocommerce-tabs .ui-tabs.woocommerce-tabs-center ul.tabs, .woocommerce.single-product .woocommerce-tabs .ui.tabs.woocommerce-tabs-center .ui-tabs-nav {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.woocommerce.single-product .woocommerce-tabs ul.tabs li,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li {
  width: auto;
  float: left;
  clear: none;
  margin-bottom: 0;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-right ul.tabs li, .woocommerce.single-product .woocommerce-tabs .ui-tabs.woocommerce-tabs-right ul.tabs li, .woocommerce.single-product .woocommerce-tabs .ui.tabs.woocommerce-tabs-right .ui-tabs-nav li {
  float: right;
}

.woocommerce.single-product .woocommerce-tabs ul.tabs li.active, .woocommerce.single-product .woocommerce-tabs ul.tabs li.ui-state-active,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li.active,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li.ui-state-active,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.active,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.ui-state-active {
  position: relative;
}

.woocommerce.single-product .woocommerce-tabs ul.tabs li.active:before, .woocommerce.single-product .woocommerce-tabs ul.tabs li.ui-state-active:before,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li.active:before,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li.ui-state-active:before,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.active:before,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.ui-state-active:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.236em;
  left: 0;
  right: 0;
  height: .236em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.woocommerce.single-product .woocommerce-tabs ul.tabs li.active a, .woocommerce.single-product .woocommerce-tabs ul.tabs li.ui-state-active a,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li.active a,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li.ui-state-active a,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.active a,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.ui-state-active a {
  position: relative;
  background: #fff;
  color: #a0a0a0;
  border-top-color: #5b799c;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.woocommerce.single-product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce.single-product .woocommerce-tabs ul.tabs li.ui-state-active a:after,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li.active a:after,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li.ui-state-active a:after,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.active a:after,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.ui-state-active a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
}

.woocommerce.single-product .woocommerce-tabs ul.tabs li:nth-child(2n),
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li:nth-child(2n),
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li:nth-child(2n) {
  float: left;
  clear: none;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-right ul.tabs li:nth-child(2n), .woocommerce.single-product .woocommerce-tabs .ui-tabs.woocommerce-tabs-right ul.tabs li:nth-child(2n), .woocommerce.single-product .woocommerce-tabs .ui.tabs.woocommerce-tabs-right .ui-tabs-nav li:nth-child(2n) {
  float: right;
}

.woocommerce.single-product .woocommerce-tabs ul.tabs li a,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li a,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li a {
  border-bottom: 0;
  color: #aaa;
}

.woocommerce.single-product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce.single-product .woocommerce-tabs .ui-tabs ul.tabs li a:hover,
.woocommerce.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li a:hover {
  color: #5b799c;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side {
  overflow: auto;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left .wc-tabs, .woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right .wc-tabs {
  width: 220px;
  border-top: 1px solid #e3e3e3;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left [role="tab"], .woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right [role="tab"] {
  display: block;
  float: none;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left [role="tab"].active:before, .woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right [role="tab"].active:before {
  width: 3px;
  height: 100%;
  top: 0;
  right: auto;
  left: auto;
  background-color: #5b799c;
  z-index: 1;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left [role="tab"].active a:after, .woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right [role="tab"].active a:after {
  display: none;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left [role="tab"]:not(.active), .woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right [role="tab"]:not(.active) {
  background-color: rgba(0, 0, 0, 0.025);
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left [role="tab"] a, .woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right [role="tab"] a {
  width: 100%;
  border: none;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left .panel, .woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right .panel {
  width: calc(100% - 220px);
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left .wc-tabs {
  float: left;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left [role="tab"].active:before {
  left: 0;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left [role="tab"]:not(.active) a {
  border-right-width: 1px;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-left .panel {
  float: left;
  padding-left: 1.5em;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right .wc-tabs {
  float: right;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right [role="tab"].active:before {
  right: 0;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right [role="tab"]:not(.active) a {
  border-left-width: 1px;
}

.woocommerce.single-product .woocommerce-tabs.woocommerce-tabs-side.woocommerce-tabs-right .panel {
  float: right;
  padding-right: 1.5em;
}

.woocommerce.single-product .woocommerce-tabs .panel {
  padding: 1.5em 0;
  border-top: 1px solid #e3e3e3;
}

.woocommerce.single-product .woocommerce-tabs .product_meta {
  padding: .5em 0;
  margin-bottom: 1.5em;
}

.woocommerce.single-product .woocommerce-tabs #reviews h2, .woocommerce.single-product .woocommerce-tabs #reviews h3 {
  font-size: 21px;
}

.woocommerce.single-product .woocommerce-tabs #reviews form {
  float: none;
}

.woocommerce.single-product .woocommerce-tabs #reviews form label[for="rating"] {
  font-weight: bold;
}

.woocommerce.single-product .woocommerce-tabs #reviews #reply-title {
  font-size: 21px;
}

.woocommerce div.product {
  position: relative;
}

.woocommerce .related, .woocommerce .upsells {
  clear: both;
}

.stock.out-of-stock:before, .stock.out-of-stock:after, .stock.in-stock:before, .stock.in-stock:after {
  font-family: 'FontAwesome';
  color: rgba(0, 0, 0, 0.4);
}

.stock.out-of-stock:before, .stock.in-stock:before {
  margin-right: 8px;
  content: "\f179";
}

html[dir="rtl"] .stock.out-of-stock:before, html[dir="rtl"] .stock.in-stock:before {
  margin-right: 0;
}

html[dir="rtl"] .stock.out-of-stock:after, html[dir="rtl"] .stock.in-stock:after {
  margin-left: 8px;
  content: "\f179";
}

.stock.out-of-stock:before {
  content: "\f05c";
}

html[dir="rtl"] .stock.out-of-stock:before {
  content: "";
}

html[dir="rtl"] .stock.out-of-stock:after {
  content: "\f05c";
}

.stock.in-stock:before {
  content: "\f05d";
}

#modal .window-quick-view-product {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only all and (max-width: 1023px) {
  #modal .window-quick-view-product {
    position: relative;
  }
}

#modal .product-details {
  width: 100%;
  float: left;
  padding: 30px;
  overflow: hidden;
  height: 100%;
  overflow: auto;
}

#modal .product-details:after {
  content: '';
  display: block;
  height: 30px;
  clear: both;
}

#modal .product-gallery {
  width: 50%;
  height: 100%;
}

#modal .product-gallery + .product-details {
  width: 50%;
}

@media only all and (max-width: 1023px) {
  #modal .product-gallery + .product-details {
    width: 100%;
  }
}

@media only all and (min-width: 1024px) {
  #modal .product-gallery.left {
    float: left;
  }
}

@media only all and (min-width: 1024px) {
  #modal .product-gallery.right {
    float: right;
  }
}

@media only all and (max-width: 1023px) {
  #modal .product-details,
  #modal .product-gallery {
    float: none;
    width: 100%;
  }
}

#modal .fs-slider {
  height: 100%;
}

#modal .fs-slider .slides {
  height: 100%;
}

#modal .fs-slider .slides > li {
  height: 100%;
}

#modal #carousel {
  display: none;
}

.woocommerce #modal .flexslider-product {
  margin: 0;
}

#modal form.cart {
  width: 100%;
  padding: 5px 0;
}

#modal .quantity {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

html[dir="rtl"] #modal .quantity {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}

#modal .woocommerce-review-link {
  font-size: .8em;
  color: #bbb;
}

#modal [itemprop="offers"] {
  float: left;
  font-size: 1.5em;
  font-weight: bold;
}

html[dir="rtl"] #modal [itemprop="offers"] {
  float: right;
}

#modal [itemprop="description"] {
  clear: both;
}

#modal p.price {
  margin-bottom: .5em;
}

#modal p.price del {
  color: #bbb;
}

#modal p.price ins {
  background: none;
  text-decoration: none;
}

#modal .woocommerce-Price-amount {
  margin-right: 10px;
}

#modal .reset_variations {
  display: none;
}

.item-wishlist-icon .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}

/*
   3.5.2 - On-sale.
   ========================================================================== */
.onsale {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  text-align: center;
  background: #5b799c;
  color: white;
  position: absolute;
  top: 5px;
  right: 5px;
  background-clip: padding-box;
  border-radius: 2px;
  z-index: 5;
}

/*
   3.5.3 - Reviews.
   ========================================================================== */
#reviews h2 {
  margin-bottom: .75em;
}

#reviews .comment_container {
  padding: 20px 0;
}

#reviews .commentlist {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

#reviews .commentlist li {
  background: none !important;
  padding-bottom: 1.618em;
}

#reviews .commentlist li:after {
  content: "";
  display: table;
  clear: both;
}

#reviews .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#reviews .comment.bypostauthor {
  background: none;
  border: 0;
}

#reviews .comment.thread-even {
  border: 0;
  background: none;
}

#reviews img.avatar {
  width: 6.85%;
  background-clip: padding-box;
  border-radius: 100%;
  height: auto;
  float: left;
}

#reviews .comment-text {
  width: 91.35%;
  float: right;
}

#reviews .comment-text p:last-child {
  margin-bottom: 0;
}

#reviews .star-rating {
  float: right;
}

/*
   3.5.4 - Start Rating.
   ========================================================================== */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 4.7em;
  font-family: "FontAwesome";
  color: #ddd;
}

.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: rgba(17, 17, 17, 0.1);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  color: #50dfc2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}

.woocommerce #container .star-rating {
  *font-size: 17px;
}

/* Sidebar/footer stars. */
.comment-form-rating {
  clear: both;
}

p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em;
}

p.stars:after {
  content: "";
  display: table;
  clear: both;
}

p.stars a {
  width: 10%;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  padding: .5em;
  background: rgba(0, 0, 0, 0.025);
  margin-right: 1%;
  background-clip: padding-box;
  border-radius: 4px;
  font-weight: normal;
  line-height: 999px;
  overflow: hidden;
  height: 30px;
}

p.stars a:hover, p.stars a.active {
  background: rgba(0, 0, 0, 0.075);
}

p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
  content: "\f005";
  color: #999;
  font-family: "FontAwesome";
  font-size: 1em;
  left: 0;
  line-height: normal;
  padding: 7px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  background-clip: padding-box;
  border-radius: 1em;
}

p.stars a.star-1:hover:after, p.stars a.star-1.active:after, p.stars a.star-2:hover:after, p.stars a.star-2.active:after, p.stars a.star-3:hover:after, p.stars a.star-3.active:after, p.stars a.star-4:hover:after, p.stars a.star-4.active:after, p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
  color: #5b799c;
}

p.stars a.star-1:hover, p.stars a.star-2:hover, p.stars a.star-3:hover, p.stars a.star-4:hover, p.stars a.star-5:hover {
  text-decoration: none;
}

p.stars a.star-1 {
  width: 4.3%;
}

p.stars a.star-1:after {
  content: "\f005";
}

p.stars a.star-2 {
  width: 6%;
}

p.stars a.star-2:after {
  content: "\f005\f005";
}

p.stars a.star-3 {
  width: 8%;
}

p.stars a.star-3:after {
  content: "\f005\f005\f005";
}

p.stars a.star-4 {
  width: 10.1%;
}

p.stars a.star-4:after {
  content: "\f005\f005\f005\f005";
}

p.stars a.star-5 {
  width: 12%;
}

p.stars a.star-5:after {
  content: "\f005\f005\f005\f005\f005";
}

/*
   3.5.5 - Quantity.
   ========================================================================== */
.woocommerce .quantity,
.woocommerce-page .quantity {
  position: relative;
}

.woocommerce .quantity:after,
.woocommerce-page .quantity:after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce .quantity input.qty[type="number"],
.woocommerce-page .quantity input.qty[type="number"] {
  height: 40px;
  width: 80px;
  border: 1px solid #e3e3e3;
  text-align: center;
  background-clip: padding-box;
  border-radius: 2px;
  background: transparent;
  color: #666;
}

.woocommerce .quantity.buttons_added .plus, .woocommerce .quantity.buttons_added .minus, .woocommerce .quantity.buttons_added input.qty,
.woocommerce-page .quantity.buttons_added .plus,
.woocommerce-page .quantity.buttons_added .minus,
.woocommerce-page .quantity.buttons_added input.qty {
  float: left;
}

.woocommerce .quantity.buttons_added input.qty,
.woocommerce-page .quantity.buttons_added input.qty {
  box-sizing: border-box;
  width: 2.8em;
  height: 2.8em;
  text-align: center;
  line-height: 1;
  border: 1px solid transparent;
  background: transparent;
  font-weight: normal;
}

.woocommerce .quantity .plus, .woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  background-clip: padding-box;
  border-radius: 0;
  position: relative;
  width: 2.8em;
  height: 2.8em;
  padding: 0;
  text-align: center;
  background: #dad8da;
  border: 0;
  color: #fff;
  line-height: 0;
  cursor: pointer;
  font-size: inherit;
}

.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
  background: #bbb;
}

.woocommerce-cart .quantity .plus, .woocommerce-cart .quantity .minus {
  width: 2em;
  height: 2em;
}

.woocommerce-cart .quantity input.qty {
  font-size: 11px;
  height: 2.5em;
  width: 2em;
}

/*
   3.5.6 - Slider.
   ========================================================================== */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.woocommerce {
  /* Browser Resets
	*********************************/
  /* FlexSlider Necessary Styles
	*********************************/
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  /* Clearfix for the .slides element */
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
	 * include js that eliminates this class on page load */
  /* FlexSlider Default Theme
	*********************************/
  /* Direction Nav */
  /* Pause/Play */
  /* Control Nav */
}

.woocommerce .flex-container a:active,
.woocommerce .flexslider-product a:active,
.woocommerce .flex-container a:focus,
.woocommerce .flexslider-product a:focus {
  outline: none;
}

.woocommerce .slides,
.woocommerce .flex-control-nav,
.woocommerce .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce .flexslider-product {
  margin: 0;
  padding: 0;
}

.woocommerce .flexslider-product .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.woocommerce .flexslider-product .slides img {
  width: 100%;
  display: block;
  outline: none;
}

.woocommerce .flex-pauseplay span {
  text-transform: capitalize;
}

.woocommerce .flexslider-product .slides img {
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
}

.woocommerce .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.woocommerce html[xmlns] .slides {
  display: block;
}

.woocommerce * html .slides {
  height: 1%;
}

.woocommerce .no-js .slides > li:first-child {
  display: block;
}

.woocommerce .flexslider-product {
  margin: 0 0 5px;
  position: relative;
  zoom: 1;
}

.woocommerce .flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.woocommerce .loading .flex-viewport {
  max-height: 300px;
}

.woocommerce .flexslider-product .slides {
  zoom: 1;
}

.woocommerce .flex-direction-nav {
  *height: 0;
}

.woocommerce .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 25px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}

.woocommerce .flex-direction-nav a:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}

.woocommerce .flex-direction-nav a.flex-prev:before {
  content: '\f104';
}

.woocommerce .flex-direction-nav a.flex-next:before {
  content: '\f105';
}

.woocommerce .flex-direction-nav .flex-prev {
  left: -30px;
}

.woocommerce .flex-direction-nav .flex-next {
  right: -30px;
}

.woocommerce .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.woocommerce .flexslider-product:hover .flex-prev {
  opacity: 0.7;
  left: 25px;
}

html[dir="rtl"] .woocommerce .flexslider-product:hover .flex-prev {
  left: auto;
  right: 25px;
}

.woocommerce .flexslider-product:hover .flex-next {
  opacity: 0.7;
  right: 25px;
}

html[dir="rtl"] .woocommerce .flexslider-product:hover .flex-next {
  right: auto;
  left: 25px;
}

.woocommerce .flexslider-product:hover .flex-next:hover, .woocommerce .flexslider-product:hover .flex-prev:hover {
  opacity: 1;
}

.woocommerce .flexslider-product#carousel .slides {
  max-height: 110px;
  overflow: hidden;
}

.woocommerce .flexslider-product#carousel .slides li {
  margin-right: 5px;
}

.woocommerce .flexslider-product#carousel .slides li img {
  cursor: pointer;
}

.woocommerce .flexslider-product#carousel ul.flex-direction-nav {
  top: 0;
}

.woocommerce .flexslider-product#carousel ul.flex-direction-nav a {
  background: #dad8da;
  top: 0;
  margin: 0;
  height: 110px;
  width: 30px;
}

.woocommerce .flexslider-product#carousel ul.flex-direction-nav a:hover {
  background: #bbb;
}

.woocommerce .flexslider-product#carousel ul.flex-direction-nav a:before {
  color: #fff;
  font-size: 14px;
  margin-left: 12px;
  line-height: 110px;
}

.woocommerce .flexslider-product#carousel ul.flex-direction-nav a.flex-next {
  text-align: right;
}

.woocommerce .flexslider-product#carousel ul.flex-direction-nav a.flex-next:before {
  margin-right: 12px;
}

.woocommerce .flexslider-product#carousel:hover .flex-prev {
  opacity: 1;
  left: -35px;
}

.woocommerce .flexslider-product#carousel:hover .flex-next {
  opacity: 1;
  right: -35px;
}

.woocommerce .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.woocommerce .flex-pauseplay a:before {
  font-family: 'FontAwesome';
  font-size: 12px;
  display: inline-block;
  content: '\f04c';
}

.woocommerce .flex-pauseplay a:hover {
  opacity: 1;
}

.woocommerce .flex-pauseplay a.flex-play:before {
  content: '\f04b';
}

.woocommerce .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.woocommerce .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.woocommerce .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  background-clip: padding-box;
  border-radius: 20px;
}

.woocommerce .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.woocommerce .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.woocommerce .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.woocommerce .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.woocommerce .flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.woocommerce .flex-control-thumbs img:hover {
  opacity: 1;
}

.woocommerce .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media only all and (max-width: 424px) {
  .woocommerce .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .woocommerce .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: owl-carousel-fadeOut;
}

@keyframes owl-carousel-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Owl Carousel - Custom theme
 */
.owl-theme {
  position: relative;
  overflow: hidden;
}

.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  top: calc(50% - 20px);
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  cursor: pointer;
  text-indent: -1000000px;
  opacity: 0;
  transition: all 0.2s ease-in-out 0.1s;
}

.owl-theme .owl-nav [class*='owl-']:before {
  font-family: 'FontAwesome';
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.owl-theme .owl-nav .owl-prev {
  left: -40px;
}

.owl-theme .owl-nav .owl-prev:before {
  content: "\f104";
}

.owl-theme .owl-nav .owl-next {
  right: -40px;
}

.owl-theme .owl-nav .owl-next:before {
  content: "\f105";
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme:hover .owl-nav [class*='owl-'] {
  opacity: 1;
}

.owl-theme:hover .owl-nav .owl-prev {
  left: 0;
}

.owl-theme:hover .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme.owl-thumbs .owl-stage {
  padding-bottom: 1px;
}

.owl-theme.owl-thumbs .owl-item {
  transition: opacity 0.4s ease-in-out 0s;
}

html[dir="rtl"] .owl-theme.owl-thumbs .owl-item {
  margin-right: 0 !important;
  margin-left: 5px;
}

.owl-theme.owl-thumbs .owl-item.focus {
  opacity: 0.4;
}

.woocommerce-product-gallery__wrapper {
  overflow: auto;
}

[data-layout="gallery-slider-thumbs-bottom"] {
  margin-bottom: 5px;
}

[data-layout="gallery-slider-thumbs-left"],
[data-layout="gallery-slider-thumbs-right"] {
  width: 80%;
}

[data-layout="gallery-slider-thumbs-left"] {
  float: right;
}

[data-layout="gallery-slider-thumbs-right"] {
  float: left;
}

[data-layout="thumbnails-slider-thumbs-left"],
[data-layout="thumbnails-slider-thumbs-right"] {
  width: 20%;
}

[data-layout="thumbnails-slider-thumbs-left"] ul,
[data-layout="thumbnails-slider-thumbs-right"] ul {
  margin: 0;
  list-style: none;
}

[data-layout="thumbnails-slider-thumbs-left"] ul li,
[data-layout="thumbnails-slider-thumbs-right"] ul li {
  margin-bottom: 5px;
  transition: opacity 0.4s ease-in-out 0s;
}

[data-layout="thumbnails-slider-thumbs-left"] ul li.focus,
[data-layout="thumbnails-slider-thumbs-right"] ul li.focus {
  opacity: 0.4;
}

[data-layout="thumbnails-slider-thumbs-left"] {
  float: left;
}

[data-layout="thumbnails-slider-thumbs-left"] ul li {
  margin-right: 5px;
}

[data-layout="thumbnails-slider-thumbs-right"] {
  float: right;
}

[data-layout="thumbnails-slider-thumbs-right"] ul li {
  margin-left: 5px;
}

[data-layout="gallery-img-list"] ul {
  list-style: none;
  margin: 0;
}

[data-layout="gallery-img-list"] ul li {
  margin-bottom: 20px;
}

/*
   3.5.7 - Grid.
   ========================================================================== */
.grid .item .item-content .entry-price {
  font-size: 1.025em;
}

.grid .item .item-content .entry-price ins {
  background: unset;
  text-decoration: none;
}

.grid .item.has-add-to-cart-link .item-inner .item-content .entry-price .amount {
  transition: all 0.2s ease 0s;
}

.grid .item.has-add-to-cart-link .item-inner .item-content .entry-price .permalink {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 0.2s ease 0s, opacity 0.14s ease 0.05s, z-index 0.1ms;
}

.grid .item.has-add-to-cart-link .item-inner .item-content .entry-price .permalink .add_to_cart_button.loading,
.grid .item.has-add-to-cart-link .item-inner .item-content .entry-price .permalink .add_to_cart_button.added {
  text-indent: 20px;
}

.grid .item.has-add-to-cart-link .item-inner:hover .item-content .entry-price .amount {
  opacity: 0;
}

.grid .item.has-add-to-cart-link .item-inner:hover .item-content .entry-price .permalink {
  opacity: 1;
  z-index: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.grid .item .item-content .entry-rating.position-default .star-rating {
  width: 100%;
}

.grid .item .item-content .entry-rating.position-default .star-rating:before {
  position: relative;
}

.grid .item .item-content .entry-rating.position-top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.grid .item .item-content .entry-rating.position-top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.grid .item .item-content .entry-rating.position-top-left, .grid .item .item-content .entry-rating.position-top-right {
  padding: 10px;
}

.grid .item .entry-sale {
  position: absolute;
}

.grid .item .entry-sale.position-top-left {
  top: 0;
  left: 0;
}

.grid .item .entry-sale.position-top-right {
  top: 0;
  right: 0;
}

.grid .item .entry-sale.position-top-left, .grid .item .entry-sale.position-top-right {
  padding: 15px;
}

.grid .item .entry-sale .onsale {
  position: relative;
  top: 0;
  right: 0;
}

.grid .item.text-overlay.content-padding-h-1x .entry-rating.position-top-left, .grid .item.text-overlay.content-padding-h-1x .entry-rating.position-top-right,
.grid .item.text-overlay.content-padding-h-1x .entry-sale.position-top-left,
.grid .item.text-overlay.content-padding-h-1x .entry-sale.position-top-right {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.grid .item.text-overlay.content-padding-v-1x .entry-rating.position-top-left, .grid .item.text-overlay.content-padding-v-1x .entry-rating.position-top-right,
.grid .item.text-overlay.content-padding-v-1x .entry-sale.position-top-left,
.grid .item.text-overlay.content-padding-v-1x .entry-sale.position-top-right {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.grid .item.text-overlay.content-padding-h-2x .entry-rating.position-top-left, .grid .item.text-overlay.content-padding-h-2x .entry-rating.position-top-right,
.grid .item.text-overlay.content-padding-h-2x .entry-sale.position-top-left,
.grid .item.text-overlay.content-padding-h-2x .entry-sale.position-top-right {
  padding-left: 15px;
  padding-right: 15px;
}

.grid .item.text-overlay.content-padding-v-2x .entry-rating.position-top-left, .grid .item.text-overlay.content-padding-v-2x .entry-rating.position-top-right,
.grid .item.text-overlay.content-padding-v-2x .entry-sale.position-top-left,
.grid .item.text-overlay.content-padding-v-2x .entry-sale.position-top-right {
  padding-top: 15px;
  padding-bottom: 15px;
}

.grid .item.text-overlay.content-padding-h-3x .entry-rating.position-top-left, .grid .item.text-overlay.content-padding-h-3x .entry-rating.position-top-right,
.grid .item.text-overlay.content-padding-h-3x .entry-sale.position-top-left,
.grid .item.text-overlay.content-padding-h-3x .entry-sale.position-top-right {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.grid .item.text-overlay.content-padding-v-3x .entry-rating.position-top-left, .grid .item.text-overlay.content-padding-v-3x .entry-rating.position-top-right,
.grid .item.text-overlay.content-padding-v-3x .entry-sale.position-top-left,
.grid .item.text-overlay.content-padding-v-3x .entry-sale.position-top-right {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}

.grid .item.text-overlay.content-padding-h-4x .entry-rating.position-top-left, .grid .item.text-overlay.content-padding-h-4x .entry-rating.position-top-right,
.grid .item.text-overlay.content-padding-h-4x .entry-sale.position-top-left,
.grid .item.text-overlay.content-padding-h-4x .entry-sale.position-top-right {
  padding-left: 30px;
  padding-right: 30px;
}

.grid .item.text-overlay.content-padding-v-4x .entry-rating.position-top-left, .grid .item.text-overlay.content-padding-v-4x .entry-rating.position-top-right,
.grid .item.text-overlay.content-padding-v-4x .entry-sale.position-top-left,
.grid .item.text-overlay.content-padding-v-4x .entry-sale.position-top-right {
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid .item.text-overlay.content-padding-h-5x .entry-rating.position-top-left, .grid .item.text-overlay.content-padding-h-5x .entry-rating.position-top-right,
.grid .item.text-overlay.content-padding-h-5x .entry-sale.position-top-left,
.grid .item.text-overlay.content-padding-h-5x .entry-sale.position-top-right {
  padding-left: 37.5px;
  padding-right: 37.5px;
}

.grid .item.text-overlay.content-padding-v-5x .entry-rating.position-top-left, .grid .item.text-overlay.content-padding-v-5x .entry-rating.position-top-right,
.grid .item.text-overlay.content-padding-v-5x .entry-sale.position-top-left,
.grid .item.text-overlay.content-padding-v-5x .entry-sale.position-top-right {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}

.grid .item.content-reduced-space .item-content .entry-price {
  padding: 0;
  margin: 0;
}

.grid .item .item-overlay-add-to-cart .permalink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.grid .item .item-overlay-add-to-cart .button {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  padding: 12px 30px !important;
  opacity: 0;
  -ms-transform: translateY(33.33%);
  transform: translateY(33.33%);
  transition: all 0.2s ease-in-out 0;
}

.grid .item .item-inner .item-permalink.item-overlay-add-to-cart {
  display: block;
  z-index: 3;
}

.grid .item .item-inner:hover .item-overlay-add-to-cart .button {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.grid .item .add_to_cart_button {
  display: inline-block;
}

.grid .item .add_to_cart_button:before {
  position: absolute;
  text-indent: 0;
  margin-left: -18px;
}

.grid .item .add_to_cart_button.loading, .grid .item .add_to_cart_button.added {
  text-indent: 13px;
}

.grid .item .add_to_cart_button.loading:before, .grid .item .add_to_cart_button.added:before {
  line-height: 1.5em;
}

.grid .item .add_to_cart_button.loading:before {
  content: '\f1ce';
  font-family: 'FontAwesome';
  margin-right: 10px;
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
}

.grid .item .add_to_cart_button.added:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.grid .item .entry-meta-button {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  transition: opacity 0.4s linear 0s;
}

.grid .item .entry-meta-button:hover {
  z-index: 11;
}

.grid .item .has-quick-view-icon-left.has-wishlist-icon-left .entry-meta-button.item-wishlist-icon, .grid .item .has-quick-view-icon-right.has-wishlist-icon-right .entry-meta-button.item-wishlist-icon {
  top: 60px;
}

.grid .item .has-quick-view-icon-left.has-wishlist-icon-left .entry-meta-button.item-wishlist-icon .yith-wcwl-add-to-wishlist, .grid .item .has-quick-view-icon-right.has-wishlist-icon-right .entry-meta-button.item-wishlist-icon .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.grid .item .item-inner:hover .entry-meta-button {
  visibility: visible;
  opacity: 1;
}

.grid .item .entry-meta-button.right {
  left: auto;
  right: 15px;
}

.grid .item .entry-meta-button a {
  display: block;
  border: 1px solid #fafafa;
  width: 38px;
  height: 36px;
  background-color: white;
  text-align: center;
  line-height: 33px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.dark .grid .item .entry-meta-button a {
  color: #575757 !important;
}

.grid .item .entry-meta-button .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.grid .item .entry-meta-button i {
  margin: 0;
}

.grid .item .entry-meta-button .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 2px;
  white-space: nowrap;
  left: 48px;
  color: white;
  background-color: #2b2b2b;
  padding: 3px 15px;
  line-height: 2em;
  border-radius: 2px;
  pointer-events: none;
  transition: all 0.4s linear 0s;
  box-sizing: border-box;
  z-index: 10;
}

.grid .item .entry-meta-button.right .tooltip {
  left: auto;
  right: 48px;
}

.grid .item .entry-meta-button:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.grid .item .entry-meta-button .tooltip:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  float: left;
  position: absolute;
  left: -4px;
  background-color: #2b2b2b;
  top: calc( 50% - 4px);
  z-index: 0;
  transform: rotate(45deg);
}

.grid .item .entry-meta-button.right .tooltip:before {
  left: auto;
  right: -4px;
}

@media only all and (max-width: 767px) {
  .checkout .grid:not(.js-resize) [class*="columns"] {
    width: 100%;
  }
}

/* Animations */
@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
   3.5.8 - Modal.
   ========================================================================== */
html.modal-open {
  overflow: hidden;
}

#modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  min-width: 319px;
  height: 100%;
  z-index: 2000;
  overflow: scroll;
  transition: opacity 0.4s linear 0s;
}

#modal.active {
  visibility: visible;
  opacity: 1;
}

#modal.inactive {
  transition: opacity 0.4s linear 0s, visibility 0s linear 0.4s;
}

#modal-loader {
  display: none;
}

#modal-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: wc-shop-modal-loader-beat 0.8s infinite 0s;
  opacity: 0.5;
}

@keyframes wc-shop-modal-loader-beat {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.active #modal-loader {
  display: block;
}

#modal-content {
  display: none;
  position: relative;
  top: 50%;
  background-color: #fff;
  width: 100%;
  max-width: 925px;
  height: 560px;
  margin: auto;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only all and (max-width: 1023px) {
  #modal-content {
    top: 0;
    -ms-transform: none;
    transform: none;
  }
}

@media only all and (max-width: 1023px) {
  #modal-content {
    max-width: 550px;
    height: auto;
  }
}

.has-content #modal-content {
  display: block;
}

#modal-content-inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only all and (max-width: 1023px) {
  #modal-content-inner {
    position: relative;
  }
}

#modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  margin: 15px;
  width: 20px;
  height: 20px;
  line-height: 1000;
  overflow: hidden;
}

html[dir="rtl"] #modal-close {
  right: auto;
  left: 0;
}

#modal-close:before, #modal-close:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background-color: #333;
  height: 4px;
  width: 100%;
  margin-top: -2px;
}

#modal-close:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#modal-close:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#modal .entry-title {
  margin-bottom: .5em;
}

#modal a.product-expand {
  pointer-events: none;
  cursor: default;
  width: 100%;
}

@media only all and (max-width: 1023px) {
  #modal a.product-expand {
    position: relative;
  }
}

#modal a.product-expand img {
  height: 560px;
}

@media only all and (max-width: 1023px) {
  #modal a.product-expand img {
    position: static;
    height: auto;
  }
}

/*
   3.6 - Skins.
   ========================================================================== */
.dark {
  /* Cart collaterals. */
}

.dark .woocommerce .woocommerce_tabs ul.tabs li a,
.dark .woocommerce .woocommerce-tabs ul.tabs li a {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.dark .woocommerce .woocommerce_tabs ul.tabs li.active a,
.dark .woocommerce .woocommerce-tabs ul.tabs li.active a {
  border-top: 2px solid;
}

.dark .woocommerce-breadcrumb {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.dark.single-product table.group_table .out-of-stock {
  color: #fff;
}

.dark.single-product .summary .woocommerce-product-rating .woocommerce-review-link {
  color: #fff;
}

.dark.single-product .summary .product_meta span.sku_wrapper, .dark.single-product .summary .product_meta span.posted_in, .dark.single-product .summary .product_meta span.tagged_as {
  color: #fff;
}

.dark.single-product .summary form {
  border-color: rgba(255, 255, 255, 0.2);
}

.dark.single-product .summary .single_variation_wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dark.single-product .summary form.variations_form + .product_meta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dark.single-product .woocommerce-tabs ul.tabs li.active a, .dark.single-product .woocommerce-tabs ul.tabs li.ui-state-active a,
.dark.single-product .woocommerce-tabs .ui-tabs ul.tabs li.active a,
.dark.single-product .woocommerce-tabs .ui-tabs ul.tabs li.ui-state-active a,
.dark.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.active a,
.dark.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.ui-state-active a {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-top-color: #5b799c;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.dark.single-product .woocommerce-tabs ul.tabs li.active a:after, .dark.single-product .woocommerce-tabs ul.tabs li.ui-state-active a:after,
.dark.single-product .woocommerce-tabs .ui-tabs ul.tabs li.active a:after,
.dark.single-product .woocommerce-tabs .ui-tabs ul.tabs li.ui-state-active a:after,
.dark.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.active a:after,
.dark.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li.ui-state-active a:after {
  background: transparent;
}

.dark.single-product .woocommerce-tabs ul.tabs li a,
.dark.single-product .woocommerce-tabs .ui-tabs ul.tabs li a,
.dark.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li a {
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  color: #999;
}

.dark.single-product .woocommerce-tabs ul.tabs li a:hover,
.dark.single-product .woocommerce-tabs .ui-tabs ul.tabs li a:hover,
.dark.single-product .woocommerce-tabs .ui.tabs .ui-tabs-nav li a:hover {
  color: #5b799c;
}

.dark.single-product .woocommerce-tabs .panel {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .quantity input.qty[type="number"],
.dark .quantity input.qty[type="number"] {
  color: #e6e6e6 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: rgba(25, 24, 24, 0.4) !important;
}

.dark table.cart th {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.dark table.cart td {
  border-color: rgba(255, 255, 255, 0.05);
}

.dark table.shop_table td.product-name figure a.remove {
  background: #888;
}

.dark table.shop_table td.product-name figure a.remove:hover {
  background: #777;
}

.dark .woocommerce-breadcrumb {
  border-color: rgba(255, 255, 255, 0.2);
}

.dark .star-rating:before {
  color: rgba(255, 255, 255, 0.1);
}

.dark .cart-collaterals .cart_totals {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark .cart-collaterals .cart_totals table th, .dark .cart-collaterals .cart_totals table td {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(17, 17, 17, 0.3);
}

.dark .widget_price_filter .price_slider_wrapper .ui-widget-header {
  background: #ccc;
}

.dark .widget_price_filter .price_slider_wrapper .ui-slider-handle {
  border: 1px solid transparent;
}

.dark .widget_shopping_cart .total {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark #sidebar .widget.widget_product_tag_cloud a {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark #sidebar .widget.widget_product_tag_cloud a:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.dark .woocommerce-checkout h3 {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark .woocommerce-checkout table.shop_table td,
.dark .woocommerce-checkout table.shop_table th {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark .woocommerce-checkout table.shop_table thead th {
  background: rgba(17, 17, 17, 0.3);
}

.dark .summary form {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark #container .woocommerce_message,
.dark #container .woocommerce-message,
.dark #container .woocommerce_info,
.dark #container .woocommerce-info,
.dark #container .woocommerce_error,
.dark #container .woocommerce-error {
  background-color: #111;
  color: #fff;
}

.dark #container .woocommerce_message:before,
.dark #container .woocommerce-message:before,
.dark #container .woocommerce_info:before,
.dark #container .woocommerce-info:before,
.dark #container .woocommerce_error:before,
.dark #container .woocommerce-error:before {
  color: #fff;
}

#header.header-light #header-inner #nice-mini-cart a {
  color: #fff;
}

#header.header-light #header-inner #nice-mini-cart a:hover {
  color: #fff;
}

#header.submenu-light #header-inner #nice-mini-cart {
  background: #fbfbfb;
}

#header.submenu-light #header-inner #nice-mini-cart, #header.submenu-light #header-inner #nice-mini-cart a {
  color: #707070;
}

#header.submenu-light #header-inner #nice-mini-cart a:hover {
  color: #3d3d3d;
}

#header.submenu-light #header-inner #cart-actions li {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

#header.submenu-light #header-inner #cart-actions li a:hover {
  color: #fff;
}

@media only all and (min-width: 1024px) {
  #header.header-dark #header-shopping-cart .woo-cart-items, #header.transparent-dark:not(.shrunk):not(.scrolled) #header-shopping-cart .woo-cart-items {
    color: #fff;
  }
}

@media only all and (max-width: 1023px) {
  #header.header-dark #header-shopping-cart, #header.transparent-dark:not(.shrunk):not(.scrolled) #header-shopping-cart {
    color: #fff;
  }
}

/* ==========================================================================
   4.0 - Widgets.
   ========================================================================== */
/*
   Global Styles for WooCommerce Widgets.
   ========================================================================== */
.woocommerce .widget form {
  width: 100%;
}

.widget ul.product_list_widget {
  list-style: none;
  padding: 0;
}

.widget ul.product_list_widget li {
  position: relative;
  overflow: hidden;
  margin-bottom: .5em;
  border: none;
  line-height: 1.45em;
}

.widget ul.product_list_widget a {
  display: block;
}

.widget ul.product_list_widget a.remove {
  position: absolute;
  right: 5px;
}

html[dir="rtl"] .widget ul.product_list_widget a.remove {
  right: auto;
  left: 5px;
}

.widget ul.product_list_widget img {
  float: left;
  height: 60px;
  width: 60px;
  margin-right: 20px;
}

html[dir="rtl"] .widget ul.product_list_widget img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

#footer .widget ul.product_list_widget img {
  height: 50px;
  width: 50px;
}

.widget ul.product_list_widget dl.variation {
  overflow: hidden;
  zoom: 1;
}

.widget ul.product_list_widget dl.variation dt {
  font-weight: bold;
  float: left;
  clear: left;
  margin-right: .3em;
}

.widget ul.product_list_widget dl.variation dd {
  float: left;
  margin: 0;
}

.widget ul.product_list_widget dl.variation dd p {
  margin: 0;
}

.widget ul.product_list_widget ins {
  text-decoration: none;
  background: none;
}

.widget ul.product_list_widget .star-rating {
  font-size: 14px;
  margin-bottom: 3px;
}

.widget ul.product_list_widget .reviewer {
  font-size: .9em;
}

.widget ul.product_list_widget .amount {
  color: #bebebe;
}

.dark .widget ul.product_list_widget .amount {
  color: rgba(255, 255, 255, 0.5);
}

/*
   Shopping Cart Widget.
   ========================================================================== */
.widget_shopping_cart .product_list_widget li {
  border-bottom: 1px solid #eee;
}

.widget_shopping_cart .product_list_widget li .quantity {
  color: #bebebe;
  display: block;
  font-size: .9em;
  float: left;
}

.dark .widget_shopping_cart .product_list_widget li .quantity {
  color: rgba(255, 255, 255, 0.5);
}

html[dir="rtl"] .widget_shopping_cart .product_list_widget li .quantity {
  float: right;
}

.widget_shopping_cart .total {
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.widget_shopping_cart .total strong {
  float: left;
}

html[dir="rtl"] .widget_shopping_cart .total strong {
  float: right;
}

.widget_shopping_cart .total .amount {
  float: right;
  text-align: right;
}

html[dir="rtl"] .widget_shopping_cart .total .amount {
  float: left;
  text-align: left;
}

@media only all and (min-width: 1024px) {
  #footer .col-full .columns-4 .widget_shopping_cart .button.wc-forward {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*
   Price Filter Widget.
   ========================================================================== */
.widget_price_filter.widget form {
  float: none;
}

.widget_price_filter button {
  font-size: .7em;
  padding: 8px 20px !important;
}

.widget_price_filter .price_label {
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 5px;
  padding-top: 1px;
}

.widget_price_filter .price_slider_wrapper {
  padding-top: 5px;
}

.widget_price_filter .ui-state-default,
.widget_price_filter .ui-widget-content .ui-state-default,
.widget_price_filter .ui-widget-header .ui-state-default {
  font-weight: normal;
}

.widget_price_filter .ui-state-hover,
.widget_price_filter .ui-widget-content .ui-state-hover,
.widget_price_filter .ui-widget-header .ui-state-hover,
.widget_price_filter .ui-state-focus, .widget_price_filter .ui-widget-content .ui-state-focus,
.widget_price_filter .ui-widget-header .ui-state-focus {
  font-weight: normal;
}

.widget_price_filter .ui-state-active,
.widget_price_filter .ui-widget-content .ui-state-active,
.widget_price_filter .ui-widget-header .ui-state-active {
  font-weight: normal;
}

.widget_price_filter .ui-corner-all {
  background-clip: padding-box;
  border-radius: 4px;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: pointer;
  border: 1px solid #ddd;
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-handle {
  top: -.26em;
  margin-left: -.6em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ccc;
}

.widget_price_filter .price_slider_wrapper .ui-widget-header {
  border: 0;
  background: gray;
}

.widget_price_filter .price_slider {
  border: 0;
  background-clip: padding-box;
  border-radius: 10px;
  margin: 0 9px 1.5em;
}

.widget_price_filter .ui-slider-handle {
  background-clip: padding-box;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.5em;
}

html[dir="rtl"] .widget_price_filter .price_slider_amount {
  text-align: left;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

html[dir="rtl"] .widget_price_filter .price_slider_amount .button {
  float: right;
}

/*
   Product Search Widget.
   ========================================================================== */
.widget_product_search.widget form {
  float: none;
}

.widget_product_search .screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.widget_product_search a.screen-reader-text:active,
.widget_product_search a.screen-reader-text:focus {
  border-bottom: 1px solid #e3e3e3;
  color: #68BDBB;
  clip: auto;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

/*
   Layered Navigation Widget.
   ========================================================================== */
.widget_layered_nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.widget_layered_nav ul li {
  overflow: hidden;
  zoom: 1;
}

.widget_layered_nav ul li a {
  float: left;
  padding-left: 0;
}

html[dir="rtl"] .widget_layered_nav ul li a {
  float: right;
}

.widget_layered_nav ul li .count {
  float: right;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.025);
  padding: 0 8px;
  font-size: 12px;
  background-clip: padding-box;
  border-radius: 10px;
}

html[dir="rtl"] .widget_layered_nav ul li .count {
  float: left;
}

.dark .widget_layered_nav ul li .count {
  background: rgba(255, 255, 255, 0.025);
}

.widget_layered_nav ul li.chosen a:before {
  font-family: 'FontAwesome';
  content: '\f00d';
  margin-right: 5px;
}

.widget_rating_filter ul li {
  text-align: right;
}

html[dir="rtl"] .widget_rating_filter ul li {
  text-align: left;
}

.widget_rating_filter .star-rating {
  display: block;
  float: left;
  margin: 5px 0;
}

html[dir="rtl"] .widget_rating_filter .star-rating {
  float: right;
}

.widget_rating_filter .star-rating span {
  position: absolute;
  left: 0;
}

html[dir="rtl"] .widget_rating_filter .star-rating span {
  left: auto;
  right: 0;
}

.widget_layered_nav_filters.widget ul li {
  padding-bottom: 0;
}

.widget_layered_nav_filters a {
  display: block;
  position: relative;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  border-radius: 2px;
}

.dark .widget_layered_nav_filters a {
  background: rgba(255, 255, 255, 0.2);
}

.widget_layered_nav_filters a:hover {
  color: inherit;
}

.widget_layered_nav_filters a:after {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: right;
}

html[dir="rtl"] .widget_layered_nav_filters a:after {
  float: left;
}

/*
   Product Categories Widget.
   ========================================================================== */
.widget.widget_product_categories ul.children {
  padding-top: 1.2em;
}

.widget.widget_product_categories ul.children li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  margin-right: 10px;
  font-size: 8px;
}

.widget.widget_product_categories ul.children ul.children {
  padding-left: .6em;
}

.widget.widget_product_categories ul li {
  padding: .6em 0;
}

.widget.widget_product_categories ul li:first-of-type {
  padding-top: 0;
}

/* ==========================================================================
   5.0 - Responsive Styles.
   ========================================================================== */
@media only screen and (max-width: 767px) {
  table.cart .product-thumbnail, table.cart .product-price, table.cart .product-quantity {
    left: -999em;
    position: absolute;
  }
}

/* ==========================================================================
   6.0 - Desktop-only Styles.
   ========================================================================== */
@media only all and (min-width: 1024px) {
  .col2-set {
    clear: both;
  }
  .col2-set:after {
    content: "";
    display: table;
    clear: both;
  }
  .col2-set .col-1 {
    width: 50%;
    float: left;
  }
  .col2-set .col-2 {
    width: 50%;
    float: right;
  }
  .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator, .cart-collaterals .cross-sells {
    width: 100%;
    float: right;
  }
  .cart-collaterals .cross-sells {
    float: left;
  }
  .woocommerce .images {
    width: 42%;
    margin-right: 3.8%;
    float: left;
  }
  html[dir="rtl"] .woocommerce .images:not(.woocommerce-product-gallery--position-left), .woocommerce .images.woocommerce-product-gallery--position-right {
    float: right;
    margin-right: 0;
    margin-left: 3.8%;
  }
  .woocommerce .summary {
    width: 54%;
    float: right;
    margin-bottom: 1.5em;
  }
  .woocommerce .summary form {
    width: 100%;
  }
  .woocommerce .summary .product_meta {
    clear: both;
  }
  .woocommerce .woocommerce-product-gallery--position-right + .summary,
  .woocommerce html[dir="rtl"] .images:not(.woocommerce-product-gallery--position-left) + .summary {
    float: left;
  }
  .woocommerce .woocommerce-product-gallery--position-left + .summary {
    float: right;
  }
  .woocommerce.one-col .related, .woocommerce.one-col .upsells {
    width: 100%;
  }
  .woocommerce.one-col .related {
    float: left;
  }
  .woocommerce.one-col .upsells {
    float: right;
  }
  .woocommerce.one-col .upsells ul {
    float: left;
    width: 100%;
  }
  table.cart .product-remove,
  table.cart .product-thumbnail,
  table.cart .product-price {
    display: table-cell;
  }
  table.cart th {
    background: transparent;
    border-bottom: 1px solid #ddd;
    padding: 0.5em 0;
  }
  table.cart td {
    border-bottom: 1px solid #eee;
    padding: 1.2em 0 1em;
  }
  table.cart td.actions {
    text-align: right;
    border: 0;
  }
  table.cart td.actions .coupon {
    float: left;
  }
  table.cart td.actions .coupon input.button {
    margin: -2px 0 0;
  }
}

p.form-row {
  overflow: unset;
  width: 50%;
  float: left;
  padding-right: 20px;
}

html[dir="rtl"] p.form-row {
  padding-right: 0;
  padding-left: 20px;
  float: right;
}

@media only all and (max-width: 767px) {
  p.form-row {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  p.form-row .button {
    width: 100%;
  }
}

p.form-row label {
  display: block;
}

p.form-row .input-text, p.form-row select {
  width: 100%;
  box-sizing: border-box;
}

p.form-row input[type=checkbox] {
  float: left;
}

p.form-row.notes {
  width: 100%;
}

p.form-row.notes textarea {
  width: 100%;
}

.form-row-first {
  clear: left;
}

.form-row-last {
  float: right;
}

.entry p.form-row-wide {
  float: left;
  width: 100%;
  clear: both;
}

@media only all and (max-width: 767px) {
  .form-row.place-order #place_order {
    width: 100%;
  }
}

section.back-to-store {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 20px;
}

html[dir="rtl"] section.back-to-store {
  text-align: right;
}

section.back-to-store a span {
  opacity: 0;
  transition: all 0.3s ease;
  text-transform: capitalize;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

html[dir="rtl"] section.back-to-store a span {
  margin-left: 0;
  margin-right: 10px;
}

section.back-to-store a, section.back-to-store a:hover, section.back-to-store a:visited, section.back-to-store a:focus {
  color: #fff;
}

section.back-to-store a:hover span {
  opacity: 1;
}

#heading.light section.back-to-store a {
  color: #3b3d3b;
}
