<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "star";
  src: url("../../../../plugins/woocommerce/assets/fonts/star.eot");
  src: url("../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.price {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: var(--accent);
  font-family: var(--base-font);
}
.price ins {
  color: var(--accent);
  font-weight: 600;
}
.price del {
  font-size: 14px;
  font-weight: 400;
  color: var(--light);
}

.site-search {
  font-size: 14px;
  color: var(--text);
  clear: both;
  display: none;
}
.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
  padding: 1em 1.41575em;
  line-height: 1;
}
.site-search .widget_product_search #searchsubmit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * Shop tables
 */
@media (max-width: 767px) {
  table.shop_table_responsive thead {
    display: none;
  }
}
@media (max-width: 767px) {
  table.shop_table_responsive tr {
    border-bottom: 1px solid var(--border);
  }
  table.shop_table_responsive tr:last-child {
    border-bottom: 0;
  }
  table.shop_table_responsive tr td, table.shop_table_responsive tr th {
    border: 0;
  }
}
table.shop_table_responsive tr.product-purchase-note {
  font-size: 14px;
  font-style: italic;
}
table.shop_table_responsive tr td {
  display: block;
  clear: both;
}
table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
  content: "";
  display: table;
}
table.shop_table_responsive tr td::after {
  clear: both;
}
table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-total .amount {
  color: var(--primary);
  font-weight: 600;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions::before {
  display: none;
}

/**
 * Breadcrumbs
 */
/**
 * Right to left styles
 */
/*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}

/*!rtl:end:ignore*/
/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0.3342343017em;
}

.form-row {
  margin-bottom: 30px;
}
.form-row label {
  color: var(--accent);
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 14px;
}
.form-row .select2-container--default .select2-selection--single {
  font-size: 14px;
  border: 2px solid var(--border);
  min-height: 56px;
  border-radius: 5px;
  background: #fff;
  font-weight: 400;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  color: var(--text);
  padding-left: 14px;
  padding-right: 14px;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
}
.form-row .select2-container--default .select2-search--dropdown .select2-search__field {
  background: #fff !important;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}
.form-row input[type=checkbox],
.form-row input[type=radio] {
  width: auto;
}
.form-row .button {
  width: auto;
}
.form-row.create-account label {
  display: inline-block;
}
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}
.form-row.woocommerce-invalid input.input-checkbox {
  outline: 2px solid #e2401c;
  outline-offset: 1px;
}
.form-row.woocommerce-invalid .select2-selection {
  border-color: #e2401c;
  border-width: 2px;
}

.form-row-last {
  margin-right: 0 !important;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

.required {
  color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9998;
}
.demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.demo_store a:hover {
  text-decoration: none;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
  display: block;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 14px;
  width: 6.3em;
  font-family: "star";
  font-weight: 400;
}
.star-rating::before {
  content: "s&nbsp;s&nbsp;s&nbsp;s&nbsp;s";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "S&nbsp;S&nbsp;S&nbsp;S&nbsp;S";
  top: 0;
  position: absolute;
  left: 0;
  color: #FFB627;
}

p.stars {
  display: inline-block;
  margin: 0;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
  line-height: 1;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "\53";
  color: var(--text);
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "\53";
  color: var(--text);
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "\53";
  color: var(--primary);
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "\53";
  color: var(--primary);
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "\53";
  color: var(--text);
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "\53";
  color: var(--primary);
  opacity: 1;
}

li.product.outofstock .product-label-outofstock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  min-width: 120px;
  text-align: center;
}
li.product.outofstock .product-label-outofstock .out-of-stock {
  padding: 0 6px;
  text-align: center;
  color: var(--accent);
  line-height: 16px;
  font-weight: 600;
  z-index: 3;
  display: block;
}
li.product.outofstock .product-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  z-index: 100;
}
li.product.outofstock .button {
  display: none;
}

.count-review {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 12px;
}
.count-review .star-rating {
  margin-right: 6px;
}
.count-review .count-text {
  color: var(--light);
}

.stock-label {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 400;
  margin-top: 12px;
  color: #12B447;
}
.stock-label:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  background-color: #12B447;
}
.stock-label.out-of-stock {
  color: var(--light);
}
.stock-label.out-of-stock:before {
  background-color: var(--light);
}
.stock-label.backorder {
  color: var(--text);
}
.stock-label.backorder:before {
  background-color: var(--text);
}

li.product .product-labels {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
li.product .product-labels .product-label {
  padding: 4px 15px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 3;
  background-color: var(--label_sale);
}
li.product .product-labels .product-label.featured {
  background: #FF3B30;
}

.quantity .qty {
  width: 4.235801032em;
  text-align: center;
}

@keyframes deal-progress {
  from {
    width: 0;
    background: var(--primary_hover);
  }
  to {
    width: 100%;
    background: var(--primary_hover);
  }
}
.deal-sold {
  margin-top: 5px;
  margin-bottom: 12px;
}

.deal-progress .progress-bar {
  width: 100%;
  height: 5px;
  background-color: #EDEDED;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.deal-progress .progress-value {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.deal-progress .progress-value:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  animation: deal-progress 1.2s 0.3s;
  animation-fill-mode: forwards;
}

.deal-sold-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 24px;
  margin-top: 6px;
  color: var(--light);
}
.deal-sold-text span {
  color: var(--accent);
}

.yurman-sorting {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5714285714;
  border-bottom: 1px solid var(--border);
  color: var(--accent);
  padding-bottom: 15px;
}
.yurman-sorting &gt; * {
  margin-bottom: 0;
}
.yurman-sorting .woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.yurman-sorting .filter-toggle {
  order: 0;
  margin-right: 10px;
}
.yurman-sorting .woocommerce-result-count {
  margin-right: auto;
}
.yurman-sorting .woocommerce-ordering {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.yurman-sorting .woocommerce-ordering .current-filter {
  display: flex;
  min-width: 160px;
  justify-content: space-between;
  align-items: center;
  line-height: 30px;
  padding-left: 15px;
}
.yurman-sorting .woocommerce-ordering .current-filter:after {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e00b";
  margin-left: 10px;
  font-size: 16px;
}
.yurman-sorting .woocommerce-ordering select {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .yurman-sorting .woocommerce-ordering label {
    display: none;
  }
}

@media (min-width: 768px) {
  .yurman-sorting select {
    width: auto;
  }
  .yurman-sorting .woocommerce-result-count {
    margin-right: auto;
  }
}
.yurman-pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.yurman-pagination-wrapper &gt; * {
  margin-top: 0;
  margin-bottom: 15px;
}

.related,
.upsells {
  margin-top: 50px;
  position: relative;
}
.related &gt; h2:first-child,
.upsells &gt; h2:first-child {
  font-size: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 1024px) {
  .related ul.products li.product,
.upsells ul.products li.product {
    margin-bottom: 0;
  }
}

h4.woocommerce-sub-title {
  font-size: 13px;
  line-height: 1.8461538462;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--base-font);
  color: var(--light);
}

.hentry .woocommerce-message,
.hentry .woocommerce-info,
.hentry .yurman-modal.modal-coupon .coupons-not-found,
.yurman-modal.modal-coupon .hentry .coupons-not-found,
.hentry .woocommerce-error,
.hentry .woocommerce-noreviews,
.hentry p.no-comments {
  margin-left: 0;
}
.hentry .woocommerce-message strong,
.hentry .woocommerce-info strong,
.hentry .yurman-modal.modal-coupon .coupons-not-found strong,
.yurman-modal.modal-coupon .hentry .coupons-not-found strong,
.hentry .woocommerce-error strong,
.hentry .woocommerce-noreviews strong,
.hentry p.no-comments strong {
  color: #fff;
}

.woocommerce-message,
.woocommerce-info,
.yurman-modal.modal-coupon .coupons-not-found,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  margin: 0 0 30px 0 !important;
  padding: 1em 1.618em;
  background-color: #0f834d;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-info::before,
.yurman-modal.modal-coupon .coupons-not-found::before,
.woocommerce-info::after,
.yurman-modal.modal-coupon .coupons-not-found::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
  content: "";
  display: table;
}
.woocommerce-message::after,
.woocommerce-info::after,
.yurman-modal.modal-coupon .coupons-not-found::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
  clear: both;
}
.woocommerce-message a,
.woocommerce-info a,
.yurman-modal.modal-coupon .coupons-not-found a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.yurman-modal.modal-coupon .coupons-not-found a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.yurman-modal.modal-coupon .coupons-not-found a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce-message .button,
.woocommerce-info .button,
.yurman-modal.modal-coupon .coupons-not-found .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: right;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  margin-left: 1em;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.yurman-modal.modal-coupon .coupons-not-found .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message strong,
.woocommerce-info strong,
.yurman-modal.modal-coupon .coupons-not-found strong,
.woocommerce-error strong,
.woocommerce-noreviews strong,
p.no-comments strong {
  color: #fff;
}
.woocommerce-message pre,
.woocommerce-info pre,
.yurman-modal.modal-coupon .coupons-not-found pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info, .yurman-modal.modal-coupon .coupons-not-found,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

dl.variation {
  font-size: 12px;
  margin: 5px 0 10px;
  border-left: 1px dashed var(--border);
  padding-left: 10px;
}
dl.variation dd, dl.variation dt {
  padding-bottom: 0 !important;
}
dl.variation dt {
  margin-right: 5px;
  font-weight: 400 !important;
  display: inline-block;
}
.widget_shopping_cart dl.variation dt {
  line-height: 20px;
}
.widget_shopping_cart dl.variation dt .amount {
  font-family: var(--base-font);
}
dl.variation dd {
  margin: 0;
  color: var(--primary);
  font-weight: 600;
  display: inline-block;
}
.widget_shopping_cart dl.variation dd {
  line-height: 20px;
}
dl.variation dd p {
  margin-bottom: 0 !important;
}

.wc-item-meta {
  font-size: 0.875em;
  margin-left: 0;
  list-style: none;
}
.wc-item-meta li::before, .wc-item-meta li::after {
  content: "";
  display: table;
}
.wc-item-meta li::after {
  clear: both;
}
.wc-item-meta li strong,
.wc-item-meta li p {
  display: inline-block;
}

/**
 * Homepage
 */
.yurman-product-section {
  margin-bottom: 1.618em;
}
.yurman-product-section .section-title {
  text-align: center;
  margin-bottom: 1em;
}
.yurman-product-section:last-child {
  margin-bottom: 0;
}

/**
 * Single Product Pagination
 */
.yurman-product-navigation {
  position: relative;
  display: flex;
  align-items: center;
}
.yurman-product-navigation &gt; a {
  color: var(--light);
}
.yurman-product-navigation &gt; a.prev-product {
  margin-right: 8px;
}
.yurman-product-navigation &gt; a:hover &gt; span {
  color: var(--primary);
}
.yurman-product-navigation &gt; a:hover &gt; span i {
  color: var(--primary);
}
.yurman-product-navigation &gt; a:hover .product-item {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 100%;
}
.yurman-product-navigation .navigation-title {
  display: flex;
  align-items: center;
}
.yurman-product-navigation .navigation-title span {
  padding: 0 8px;
}
.yurman-product-navigation a:nth-child(2):hover {
  color: var(--accent);
}
.yurman-product-navigation .product-item {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  width: 230px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  text-align: left;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  z-index: 99;
}
.product-navigation-flex-end .yurman-product-navigation .product-item {
  right: 0;
  left: unset;
}
.product-navigation-flex-start .yurman-product-navigation .product-item {
  left: 0;
  right: unset;
}
.product-navigation-center .yurman-product-navigation .product-item {
  left: 50%;
  right: unset;
  transform: translateX(-50%);
}
.yurman-product-navigation .product-item img {
  max-width: 80px;
}
.yurman-product-navigation .product-item .yurman-product-navigation-content {
  padding: 0 15px;
}
.yurman-product-navigation .product-item .yurman-product-navigation__title {
  color: var(--accent);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.4em;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 12px;
  font-family: var(--heading-font);
  letter-spacing: 0.03em;
}
.yurman-product-navigation .product-item .yurman-product-navigation__title:hover {
  color: var(--primary);
}
.yurman-product-navigation .product-item .price {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: var(--primary);
}
.yurman-product-navigation .product-item .price del {
  color: var(--accent);
  order: 2;
  margin-left: 0.327em;
  font-weight: 400;
  font-size: 14px;
}
.yurman-product-navigation .product-item .price ins {
  order: 1;
  margin-left: 0;
  font-size: 14px;
  color: #ef3636;
}

/**
 * Sticky Add to Cart
 */
.yurman-sticky-add-to-cart {
  display: none;
}

@media (max-width: 1023px) {
  .yurman-archive-product #secondary {
    display: none;
  }
}

.yurman-active-filters .widgettitle {
  display: none;
}
.yurman-active-filters li {
  display: inline-flex !important;
  margin-bottom: 5px;
  margin-right: 12px;
  border: 1px solid var(--border);
  padding: 2px 10px;
  position: relative;
}
.yurman-active-filters li:last-child {
  margin-right: 0;
}
.yurman-active-filters li:after {
  left: 12px !important;
}
.yurman-active-filters a {
  color: var(--accent);
  font-weight: 600;
  font-size: 14px;
}
.yurman-active-filters a:before {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e076";
  margin-top: -2px;
  position: absolute;
  top: -3px;
  right: -10px;
  background: red;
  color: #fff;
  padding: 3px;
  font-size: 9px;
  border-radius: 10px;
  max-width: 15px;
}
.yurman-active-filters a:hover {
  color: var(--primary);
}

div.quantity {
  position: relative;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  margin-right: 12px;
  width: 128px;
  height: 48px;
  font-size: 14px;
}
div.quantity.hidden {
  display: none;
}
div.quantity button {
  width: 33.33%;
  height: 35px;
  text-align: center;
  color: var(--accent);
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
}
div.quantity .qty {
  border-radius: 0;
  border: none;
  -moz-appearance: textfield;
  text-align: center;
  font-size: 16px;
  padding: 0;
  width: 33.33%;
  color: var(--accent);
  background-color: transparent;
}
div.quantity .qty::-webkit-outer-spin-button, div.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.quantity .qty:focus {
  border-color: var(--primary);
}

.widget_product_search {
  position: relative;
}

.ajax-search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 500px;
  z-index: 999;
  transform: translateY(10px);
  display: none;
}
.ajax-search-result .inner {
  height: 100%;
  overflow-y: scroll;
  background-color: white;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.ajax-search-result:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  top: -6px;
  left: 30%;
  border-bottom-color: #fff;
}

.product-item-search {
  padding: 10px 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
.product-item-search:hover {
  background: var(--background2);
}
.product-item-search .product-link {
  display: flex;
}
.product-item-search .product-link img {
  width: 60px;
  margin-left: 15px;
}
.product-item-search .product-content {
  margin-left: 15px;
}
.product-item-search .product-title {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: var(--base-font);
}
.product-item-search .product-title:hover {
  color: var(--primary);
}
.product-item-search:last-child {
  border-bottom: none;
}
.product-item-search .price {
  color: var(--primary);
}
.product-item-search .amount {
  font-size: 14px;
  font-weight: 600;
}

.ajax-search .site-header-search .button-search-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  width: 100%;
  height: unset;
}
.ajax-search .site-header-search i {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--accent);
}
.ajax-search .site-header-search .content {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: var(--accent);
}
.ajax-search .site-header-search:hover i {
  color: var(--accent);
}

/**
 * Products
 */
.products-no-gutter ul.products {
  margin-left: 0;
  margin-right: 0;
}

.products-no-gutter .products-list ul.products {
  margin-left: calc(var(--grid-gutter) / -2);
  margin-right: calc(var(--grid-gutter) / -2);
}

.added_to_cart.wc-forward {
  display: none;
}

ul.products,
.wc-block-grid__products {
  margin-left: calc(var(--grid-gutter) / -2);
  margin-right: calc(var(--grid-gutter) / -2);
  margin-bottom: 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
  list-style: none;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    margin-bottom: 30px;
  }
}
ul.products li.product .product-block,
ul.products .wc-block-grid__product .product-block,
.wc-block-grid__products li.product .product-block,
.wc-block-grid__products .wc-block-grid__product .product-block {
  position: relative;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
ul.products li.product .product-caption,
ul.products .wc-block-grid__product .product-caption,
.wc-block-grid__products li.product .product-caption,
.wc-block-grid__products .wc-block-grid__product .product-caption {
  width: 100%;
  padding-top: 15px;
}
ul.products li.product .added_to_cart.wc-forward,
ul.products .wc-block-grid__product .added_to_cart.wc-forward,
.wc-block-grid__products li.product .added_to_cart.wc-forward,
.wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward {
  display: none;
}
ul.products li.product .woocommerce-LoopProduct-link,
ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
  display: block;
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products li.product h2,
.wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 500;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: var(--base-font);
}
ul.products li.product h2 a,
ul.products li.product h3 a,
ul.products li.product .woocommerce-loop-product__title a,
ul.products li.product .wc-block-grid__product-title a,
ul.products .wc-block-grid__product h2 a,
ul.products .wc-block-grid__product h3 a,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a,
ul.products .wc-block-grid__product .wc-block-grid__product-title a,
.wc-block-grid__products li.product h2 a,
.wc-block-grid__products li.product h3 a,
.wc-block-grid__products li.product .woocommerce-loop-product__title a,
.wc-block-grid__products li.product .wc-block-grid__product-title a,
.wc-block-grid__products .wc-block-grid__product h2 a,
.wc-block-grid__products .wc-block-grid__product h3 a,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
  color: var(--accent);
}
.product-dark-mode-yes ul.products li.product h2 a,
.product-dark-mode-yes ul.products li.product h3 a,
.product-dark-mode-yes ul.products li.product .woocommerce-loop-product__title a,
.product-dark-mode-yes ul.products li.product .wc-block-grid__product-title a,
.product-dark-mode-yes ul.products .wc-block-grid__product h2 a,
.product-dark-mode-yes ul.products .wc-block-grid__product h3 a,
.product-dark-mode-yes ul.products .wc-block-grid__product .woocommerce-loop-product__title a,
.product-dark-mode-yes ul.products .wc-block-grid__product .wc-block-grid__product-title a,
.product-dark-mode-yes .wc-block-grid__products li.product h2 a,
.product-dark-mode-yes .wc-block-grid__products li.product h3 a,
.product-dark-mode-yes .wc-block-grid__products li.product .woocommerce-loop-product__title a,
.product-dark-mode-yes .wc-block-grid__products li.product .wc-block-grid__product-title a,
.product-dark-mode-yes .wc-block-grid__products .wc-block-grid__product h2 a,
.product-dark-mode-yes .wc-block-grid__products .wc-block-grid__product h3 a,
.product-dark-mode-yes .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a,
.product-dark-mode-yes .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
  color: #fff;
}
ul.products li.product h2 a:hover,
ul.products li.product h3 a:hover,
ul.products li.product .woocommerce-loop-product__title a:hover,
ul.products li.product .wc-block-grid__product-title a:hover,
ul.products .wc-block-grid__product h2 a:hover,
ul.products .wc-block-grid__product h3 a:hover,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover,
.wc-block-grid__products li.product h2 a:hover,
.wc-block-grid__products li.product h3 a:hover,
.wc-block-grid__products li.product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products li.product .wc-block-grid__product-title a:hover,
.wc-block-grid__products .wc-block-grid__product h2 a:hover,
.wc-block-grid__products .wc-block-grid__product h3 a:hover,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover {
  color: var(--primary);
}
ul.products li.product .posted-in,
ul.products .wc-block-grid__product .posted-in,
.wc-block-grid__products li.product .posted-in,
.wc-block-grid__products .wc-block-grid__product .posted-in {
  color: var(--accent);
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
ul.products li.product .posted-in a,
ul.products .wc-block-grid__product .posted-in a,
.wc-block-grid__products li.product .posted-in a,
.wc-block-grid__products .wc-block-grid__product .posted-in a {
  color: var(--accent);
}
ul.products li.product .posted-in a:hover,
ul.products .wc-block-grid__product .posted-in a:hover,
.wc-block-grid__products li.product .posted-in a:hover,
.wc-block-grid__products .wc-block-grid__product .posted-in a:hover {
  color: var(--accent);
}
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products .wc-block-grid__product.product-category h2,
ul.products .wc-block-grid__product.product-category h3,
ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products li.product.product-category h2,
.wc-block-grid__products li.product.product-category h3,
.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
  font-size: 1.1em;
}
ul.products li.product.product-category img,
ul.products .wc-block-grid__product.product-category img,
.wc-block-grid__products li.product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
  margin-bottom: 1.618em;
}
ul.products li.product .product-brand,
ul.products .wc-block-grid__product .product-brand,
.wc-block-grid__products li.product .product-brand,
.wc-block-grid__products .wc-block-grid__product .product-brand {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--light);
}
ul.products li.product .product-brand a,
ul.products .wc-block-grid__product .product-brand a,
.wc-block-grid__products li.product .product-brand a,
.wc-block-grid__products .wc-block-grid__product .product-brand a {
  color: var(--light);
}
ul.products li.product .product-brand a:hover,
ul.products .wc-block-grid__product .product-brand a:hover,
.wc-block-grid__products li.product .product-brand a:hover,
.wc-block-grid__products .wc-block-grid__product .product-brand a:hover {
  color: var(--primary);
}

li.product .product-block:hover h2 a,
li.product .product-block:hover h3 a,
li.product .product-block:hover .woocommerce-loop-product__title a,
li.product .product-block:hover .wc-block-grid__product-title a {
  background-size: 100% 1px;
  text-decoration: none;
}
li.product .product-block:hover .product-img-wrap .inner {
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
li.product .product-block:hover .product-img-wrap.bottom-to-top .inner {
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
li.product .product-block:hover .product-img-wrap.top-to-bottom .inner {
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
li.product .product-block:hover .product-img-wrap.left-to-right .inner {
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
li.product .product-block:hover .product-img-wrap.right-to-left .inner {
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
li.product .product-block:hover .product-img-wrap.swap .product-image {
  opacity: 0;
}
li.product .product-block:hover .product-img-wrap.swap .product-image img {
  transform: rotateY(180deg);
}
li.product .product-block:hover .product-img-wrap.swap .product-image.second-image {
  opacity: 1;
}
li.product .product-block:hover .product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(0deg);
}
li.product .product-block:hover .product-img-wrap.fade .product-image {
  opacity: 0;
}
li.product .product-block:hover .product-img-wrap.fade .product-image.second-image {
  opacity: 1;
}
li.product .product-block:hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1);
}
li.product .product-block:hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0);
}
li.product .product-block:hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1);
}
li.product .product-block:hover:hover .shop-action,
li.product .product-block:hover:hover a[class*=product_type_] {
  opacity: 1;
}
li.product .shop-action {
  position: absolute;
  z-index: 9;
  transition: all ease 0.35s;
}
li.product .shop-action-top-left {
  top: 10px;
  left: 10px;
  display: flex;
}
li.product .shop-action-top-right {
  top: 20px;
  right: 20px;
}
li.product .shop-action-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
li.product .shop-action a[class*=product_type_],
li.product .shop-action .woosc-btn,
li.product .shop-action .woosq-btn,
li.product .shop-action .yurman-btn-quickview,
li.product .shop-action .woosw-btn {
  z-index: 7;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
  display: block;
  position: relative;
  background: transparent;
  text-align: center;
  line-height: 50px;
}
li.product .shop-action a[class*=product_type_]:before,
li.product .shop-action .woosc-btn:before,
li.product .shop-action .woosq-btn:before,
li.product .shop-action .yurman-btn-quickview:before,
li.product .shop-action .woosw-btn:before {
  font-size: 16px;
  text-align: center;
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
li.product .shop-action a[class*=product_type_]:hover:before, li.product .shop-action a[class*=product_type_]:focus:before, li.product .shop-action a[class*=product_type_]:active:before, li.product .shop-action a[class*=product_type_].woosc-btn-added:before,
li.product .shop-action .woosc-btn:hover:before,
li.product .shop-action .woosc-btn:focus:before,
li.product .shop-action .woosc-btn:active:before,
li.product .shop-action .woosc-btn.woosc-btn-added:before,
li.product .shop-action .woosq-btn:hover:before,
li.product .shop-action .woosq-btn:focus:before,
li.product .shop-action .woosq-btn:active:before,
li.product .shop-action .woosq-btn.woosc-btn-added:before,
li.product .shop-action .yurman-btn-quickview:hover:before,
li.product .shop-action .yurman-btn-quickview:focus:before,
li.product .shop-action .yurman-btn-quickview:active:before,
li.product .shop-action .yurman-btn-quickview.woosc-btn-added:before,
li.product .shop-action .woosw-btn:hover:before,
li.product .shop-action .woosw-btn:focus:before,
li.product .shop-action .woosw-btn:active:before,
li.product .shop-action .woosw-btn.woosc-btn-added:before {
  color: var(--primary);
}
li.product .shop-action .yurman-btn-quickview i {
  font-size: 16px;
}
li.product .shop-action .yurman-btn-quickview:hover i, li.product .shop-action .yurman-btn-quickview:focus i, li.product .shop-action .yurman-btn-quickview:active i {
  color: var(--primary);
}
li.product .shop-action .yurman-btn-quickview.progressing i {
  animation: fa-spin 0.75s linear infinite;
}
li.product .shop-action .yurman-btn-quickview.progressing i:before {
  content: "\e06c" !important;
}
li.product .shop-action.shop-action-vertical &gt; * {
  margin-bottom: 5px;
}
li.product .shop-action.shop-action-vertical a[class*=product_type_],
li.product .shop-action.shop-action-vertical .woosc-btn,
li.product .shop-action.shop-action-vertical .woosq-btn,
li.product .shop-action.shop-action-vertical .yurman-btn-quickview,
li.product .shop-action.shop-action-vertical .woosw-btn {
  width: 40px;
  height: 40px;
  line-height: 35px;
  background-color: #fff;
  color: var(--accent);
}
li.product .shop-action.shop-action-vertical a[class*=product_type_]:hover,
li.product .shop-action.shop-action-vertical .woosc-btn:hover,
li.product .shop-action.shop-action-vertical .woosq-btn:hover,
li.product .shop-action.shop-action-vertical .yurman-btn-quickview:hover,
li.product .shop-action.shop-action-vertical .woosw-btn:hover {
  background-color: var(--primary);
  border-color: var(--border);
}
li.product .shop-action.shop-action-vertical a[class*=product_type_]:hover i, li.product .shop-action.shop-action-vertical a[class*=product_type_]:hover:before,
li.product .shop-action.shop-action-vertical .woosc-btn:hover i,
li.product .shop-action.shop-action-vertical .woosc-btn:hover:before,
li.product .shop-action.shop-action-vertical .woosq-btn:hover i,
li.product .shop-action.shop-action-vertical .woosq-btn:hover:before,
li.product .shop-action.shop-action-vertical .yurman-btn-quickview:hover i,
li.product .shop-action.shop-action-vertical .yurman-btn-quickview:hover:before,
li.product .shop-action.shop-action-vertical .woosw-btn:hover i,
li.product .shop-action.shop-action-vertical .woosw-btn:hover:before {
  color: #fff;
}
li.product .shop-action a[class*=product_type_]:before {
  content: "\e002";
}
li.product .shop-action .woosc-btn:before,
li.product .shop-action .wooscp-btn:before {
  content: "\e001";
}
li.product .shop-action .woosq-btn:before {
  content: "\e018";
}
li.product .shop-action .woosw-btn:before {
  content: "\e007";
}
li.product .shop-action .woosw-btn.woosw-added {
  background: var(--primary);
  border-color: var(--primary);
}
li.product .shop-action .woosw-btn.woosw-added:before {
  margin: 0;
  color: #fff;
}
li.product .shop-action .woosw-btn.woosw-adding:before {
  content: "\e06c" !important;
  animation: fa-spin 0.75s linear infinite;
}
li.product .shop-action:not(.quick-shop-shown):hover .product-transition .shop-action {
  opacity: 1;
  transform: translateY(-50%);
}
li.product .shop-action:not(.quick-shop-shown):hover .product-image img {
  opacity: 0.85;
}
li.product a[class*=product_type_] {
  position: absolute;
  z-index: 9;
  background-color: var(--accent);
  color: #fff;
  transition: all ease 0.35s;
  opacity: 0;
  padding: 10px;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
li.product a[class*=product_type_]:hover {
  color: #fff;
  background-color: var(--primary_hover);
}
li.product a[class*=product_type_].loading {
  color: transparent !important;
}
li.product a[class*=product_type_].loading:hover:before {
  color: #fff;
}
li.product.product-style-default .product-block:hover .shop-action,
li.product.product-style-default .product-block:hover a[class*=product_type_] {
  opacity: 1;
}
li.product.product-style-default .shop-action {
  opacity: 0;
  display: flex;
  flex-direction: column;
}
li.product.swiper-slide:not(.swiper-slide-visible) .product-transition {
  box-shadow: none;
}

.product-block {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.product-img-wrap {
  overflow: hidden;
  position: relative;
}
.product-img-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0.75;
}
.product-img-wrap .inner {
  width: 100%;
  height: 100%;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-img-wrap .product-image {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.product-img-wrap .product-image img {
  -ms-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.product-img-wrap .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-img-wrap.top-to-bottom .product-image {
  bottom: 100%;
}
.product-img-wrap.left-to-right .product-image {
  top: 0;
  right: 100%;
}
.product-img-wrap.right-to-left .product-image {
  top: 0;
  left: 100%;
}
.product-img-wrap.swap .product-image {
  top: 0;
  left: 0;
  transition: all 0.7s ease;
}
.product-img-wrap.swap .product-image img {
  transition: all 0.7s ease;
  transform: rotateY(0deg);
}
.product-img-wrap.swap .product-image.second-image {
  z-index: 2;
  opacity: 0;
}
.product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(-180deg);
}
.product-img-wrap.fade .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.fade .product-image.second-image {
  opacity: 0;
  z-index: 2;
}
.product-img-wrap.zoom-in .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(0);
  z-index: 2;
}
.product-img-wrap.zoom-out .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-out .product-image.second-image {
  z-index: -1;
}

.hentry .entry-content .wc-block-grid__products .wc-block-grid__product &gt; a,
.hentry .entry-content ul.products li.product &gt; a {
  text-decoration: none;
}

.product-transition {
  position: relative;
  overflow: hidden;
}
.product-transition .woocommerce-loop-product__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.opal-product-tooltipster {
  display: block !important;
}
.opal-product-tooltipster .tooltipster-content {
  background-color: #000;
  color: #fff;
  padding: 0 15px;
  font-size: 13px;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #000;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
  transform: translateY(-5px);
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #000;
}

.inventory_status {
  color: #36d745;
}
.inventory_status.out-stock {
  color: var(--light);
}

.product-block .blockUI.blockOverlay:before,
.product-block .loader:before {
  top: 50%;
  left: 50%;
  opacity: 1 !important;
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e06c";
  animation: fa-spin 0.75s linear infinite;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 1;
  position: absolute;
  display: block !important;
  margin-left: -10px;
  margin-top: -10px;
  color: #000;
}

.product-block .blockUI.blockOverlay {
  opacity: 1 !important;
  overflow: hidden;
  background-image: none !important;
  background: #fff !important;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td {
  padding: 15px;
}

.mfp-close-btn-in .mfp-close {
  padding: 0;
  background-color: transparent;
}

.quick-shop-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999989;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
.quick-shop-wrapper .quick-shop-wrapper-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.quick-shop-wrapper .quick-shop-content {
  width: 90%;
  max-width: 737px;
  height: auto;
  max-height: 90%;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  padding: 0;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.quick-shop-wrapper .quick-shop-form {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  padding-top: 25px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.quick-shop-wrapper .quick-shop-form .woosc-btn,
.quick-shop-wrapper .quick-shop-form .wooscp-btn,
.quick-shop-wrapper .quick-shop-form .woosw-btn {
  display: none;
}
.quick-shop-wrapper .quick-shop-form .variations td {
  padding: 5px 0;
}
.quick-shop-wrapper .quick-shop-form .variations td.label label {
  font-weight: 600;
}
.quick-shop-wrapper .woocommerce-loop-product__title {
  padding-left: 30px;
  padding-right: 30px;
}
.quick-shop-wrapper .woocommerce-loop-product__title a {
  font-size: 26px;
  color: var(--accent);
}
.quick-shop-wrapper .variations_form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.quick-shop-wrapper .variations_form:before {
  content: "";
}
.quick-shop-wrapper .variations_form .woocommerce-variation {
  -webkit-animation: none;
  animation: none;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-description p {
  margin-bottom: 10px;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-price .price,
.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-price .price {
  display: flex;
  align-items: baseline;
  font-size: 26px;
  margin-bottom: 0.6em;
  color: var(--primary);
}
.quick-shop-wrapper div.quantity {
  display: none !important;
}
.quick-shop-wrapper .woocommerce-variation-add-to-cart {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  order: 1;
  margin-right: -30px;
  margin-left: -30px;
  background: #000;
}
.quick-shop-wrapper .single_add_to_cart_button {
  flex: 1 1 auto;
  border-radius: 0 !important;
}
.quick-shop-wrapper table.variations {
  margin-bottom: 10px;
}
.quick-shop-wrapper table.variations .reset_variations {
  bottom: -30px;
}
.quick-shop-wrapper .variation-swatch-selected .variations {
  margin-bottom: 40px;
}
.quick-shop-wrapper .quick-shop-close {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 5;
  height: 30px;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
  background-color: #fff;
}

.quick-shop-shown {
  overflow: hidden;
}
.quick-shop-shown .quick-shop-wrapper {
  opacity: 1;
  visibility: visible;
}
.quick-shop-shown .quick-shop-close {
  opacity: 1;
  transition: all 0.25s ease 0.35s;
  padding-right: 16px;
}

.loading-quick-shop .product-transition::after {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e06c";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
  color: var(--accent);
  z-index: 10;
}
.loading-quick-shop .product-transition .woocommerce-loop-product__link {
  background-color: rgba(255, 255, 255, 0.95);
}

.cross-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 30px;
}
.cross-button:after, .cross-button:before {
  content: "\20";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.cross-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cross-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross-button:hover:after, .cross-button:hover:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  margin: 8px 8px 8px 0;
  padding: 3px;
  width: auto;
  height: auto;
  min-width: 32px;
  min-height: 32px;
  border: 2px solid;
  border-color: var(--border);
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  border-radius: 32px;
  box-shadow: none;
}
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
  font-size: 12px;
}
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
  content: none;
}
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: none;
  border-color: var(--accent);
}

.preloader .product-transition,
.preloader .woocommerce-loop-product__title &gt; a,
.preloader .short-description,
.preloader .star-rating,
.preloader .button-group,
.preloader .posted-in,
.preloader .price &gt; span,
.preloader .product-attributes .item,
.preloader .shop-action,
.preloader .product-label {
  position: relative;
}
.preloader .product-transition:after,
.preloader .woocommerce-loop-product__title &gt; a:after,
.preloader .short-description:after,
.preloader .star-rating:after,
.preloader .button-group:after,
.preloader .posted-in:after,
.preloader .price &gt; span:after,
.preloader .product-attributes .item:after,
.preloader .shop-action:after,
.preloader .product-label:after {
  content: "";
  position: absolute;
  z-index: 996;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.product-attributes {
  display: flex;
  margin-bottom: 12px;
}
.product-attributes .item {
  margin-right: 10px;
}
.product-attributes .color-item {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
}
.product-attributes .color-item[style="background-color:#ffffff"], .product-attributes .color-item[style="background-color:"] {
  box-shadow: 0 0 0 1px inset var(--border);
}
.product-attributes .image-item img {
  border: 1px solid #fff;
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.product-attributes .name {
  font-size: 11px;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 1px 10px;
  color: var(--accent);
  display: block;
}

@-webkit-keyframes rightToLeft {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
.woocommerce-products-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-products-header h1.page-title {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}
.woocommerce-products-header .woocommerce-result-count {
  margin-bottom: 0;
  text-align: right;
}
.woocommerce-products-header .term-description {
  flex: 0 0 100%;
  order: 1;
}
.woocommerce-products-header h1.page-title,
.woocommerce-products-header .woocommerce-result-count {
  order: 2;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .woocommerce-products-header h1.page-title,
.woocommerce-products-header .woocommerce-result-count {
    flex: 0 0 100%;
    max-width: 50%;
  }
}

.woocommerce-loop-product__gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 15px;
}
.woocommerce-loop-product__gallery .gallery_item {
  padding: 5px;
}
.woocommerce-loop-product__gallery .gallery_item img {
  border-radius: 5px;
  border: 1px solid var(--border);
  width: 58px;
  height: 58px;
  object-fit: cover;
}
.woocommerce-loop-product__gallery .gallery_item.active img {
  border-color: var(--primary);
}

.yurman-wrap-swatches {
  margin-top: 10px;
}
.yurman-wrap-swatches .inner {
  display: flex;
  flex-wrap: wrap;
}
.yurman-wrap-swatches .yurman-product-swatches {
  padding: 3px;
  cursor: pointer;
  margin-right: 2px;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 4px;
}
.yurman-wrap-swatches .yurman-product-swatches:hover, .yurman-wrap-swatches .yurman-product-swatches.active {
  box-shadow: 0 0 0 1px inset var(--border);
}
.yurman-wrap-swatches .yurman-product-swatches.swatches-color {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.yurman-wrap-swatches .yurman-product-swatches.swatches-color .color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
}
.yurman-wrap-swatches .yurman-product-swatches.swatches-image {
  padding: 0;
  border-radius: 50%;
}
.yurman-wrap-swatches .yurman-product-swatches.swatches-image img {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  object-fit: cover;
}
.yurman-wrap-swatches .yurman-product-swatches.swatches-label {
  padding: 2px 4px;
}

/**
 * Widgets
 */
.product_list_widget {
  list-style: none;
  margin-left: 0;
}
.product_list_widget li {
  margin-bottom: 17px;
}
.product_list_widget li::before, .product_list_widget li::after {
  content: "";
  display: table;
}
.product_list_widget li::after {
  clear: both;
}
.product_list_widget li img {
  max-width: 80px;
  float: left;
  margin-right: 15px;
}
.product_list_widget li &gt; a {
  display: block;
  line-height: 20px;
  color: var(--accent);
}
.product_list_widget li &gt; a:hover {
  color: var(--primary);
}
.product_list_widget li .product-title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--accent);
}
.product_list_widget li .product-title:hover {
  color: var(--primary_hover);
}
.product_list_widget li .woocommerce-sub-title {
  color: var(--light);
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
}
.product_list_widget li .amount {
  color: var(--accent);
}
.product_list_widget li del .amount {
  font-size: 0.85em;
  color: var(--text);
}
.product_list_widget li ins .amount {
  color: var(--accent);
}
.product_list_widget .reviewer {
  font-size: 0.875em;
}
.product_list_widget .product-content {
  margin-left: 20px;
  flex: 1;
}
.product_list_widget .product-content del {
  color: var(--light);
}
.product_list_widget .product-content del .amount {
  font-size: 0.875em;
  font-weight: 400;
  color: var(--light);
}
.product_list_widget .product-content .amount {
  font-family: var(--heading-font);
  color: var(--primary);
}
.product_list_widget .star-rating {
  margin-bottom: 10px;
  font-size: 12px;
}
.product_list_widget .product-title {
  margin-top: 0.6180469716em;
  margin-bottom: 0.875em;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 24px;
}
.product_list_widget .product-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--accent);
}
.product_list_widget .product-title span:hover {
  color: var(--primary);
}
.product_list_widget a {
  display: block;
}

.widget ul.products li.product a {
  text-decoration: none;
}

.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.6180469716em;
}
.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none !important;
  color: var(--text);
  font-size: 14px;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  height: 1em;
  line-height: 1;
}

.widget_products a {
  display: block;
}

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
  position: relative;
  padding-left: 27px;
}
.widget_shopping_cart .product_list_widget li a.remove {
  opacity: 1;
  font-size: 0;
  color: var(--light);
}
.widget_shopping_cart .product_list_widget li a.remove:before {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e03e";
  font-size: 22px;
}
.widget_shopping_cart .product_list_widget li a.remove:hover:before {
  color: var(--primary);
}
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 1.41575em;
}
.widget_shopping_cart .product_list_widget img {
  margin-right: 1em;
  float: left;
}
.widget_shopping_cart .mini_cart_item {
  display: block;
}
.widget_shopping_cart .mini_cart_item a {
  color: var(--accent);
  margin-bottom: 3px;
  line-height: 22px;
  font-family: var(--base-font);
}
.widget_shopping_cart .mini_cart_item a:hover {
  color: var(--primary);
}
.widget_shopping_cart p.total {
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid var(--border);
}
.widget_shopping_cart p.total strong {
  color: var(--accent);
}
.widget_shopping_cart p.total .amount {
  font-size: 16px;
  font-weight: 600;
  float: right;
}
.widget_shopping_cart p.total .amount bdi {
  color: var(--primary);
}
.widget_shopping_cart .buttons {
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.6180469716em;
}
.widget_shopping_cart .buttons a:not(.checkout) {
  background-color: transparent;
  color: var(--accent);
}
.widget_shopping_cart .buttons a:not(.checkout):hover {
  color: #fff;
}
.widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0;
}
.widget_shopping_cart .buttons a img {
  margin-left: auto;
  margin-right: auto;
}

.widget.woocommerce li .count {
  font-size: 1em;
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  color: var(--light);
}

.widget_product_categories ul.children {
  display: none;
}
.widget_product_categories ul.product-categories &gt; li &gt; ul {
  position: relative;
}
.widget_product_categories ul.product-categories &gt; li &gt; ul:before {
  content: "";
  position: absolute;
  left: -15px;
  top: calc(-1em + 6px);
  bottom: calc(-1em + 15px);
  width: 1px;
  background-color: var(--primary);
}
.widget_product_categories li &gt; a:hover:before {
  background-color: var(--primary);
}
.widget_product_categories li.cat-parent {
  position: relative;
}
.widget_product_categories li.cat-parent:before {
  display: none;
}
.widget_product_categories li.cat-parent &gt; i {
  cursor: pointer;
  position: absolute;
  left: -3px;
  top: 0;
  line-height: 23px;
}
.widget_product_categories li.cat-parent &gt; i:hover {
  color: var(--primary);
}
.widget_product_categories li.current-cat &gt; a {
  color: var(--primary);
}
.widget_product_categories li.current-cat &gt; a:before {
  background-color: var(--primary);
}

.widget_price_filter .widget-title {
  border: none;
}
.widget_price_filter form {
  margin-bottom: 0;
  margin-top: 40px;
}
.widget_price_filter form .price_slider_wrapper {
  margin-right: 13px;
}
.widget_price_filter .price_label span {
  font-weight: 600;
}
.widget_price_filter .price_slider {
  margin-bottom: 15px;
}
.widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
}
.widget_price_filter .price_slider_amount .button {
  display: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  order: 3;
  text-transform: none;
  flex: 0 0 100%;
  margin-top: 20px;
}
.widget_price_filter .price_slider_amount .button:before {
  content: none;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: ew-resize;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: -5px;
  margin-left: auto;
  opacity: 1;
  border: 2px solid var(--primary);
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-color: var(--primary);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 5px;
  background: #E6E2E0;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 2px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
  padding: 5px;
  margin-bottom: 0;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-button-type {
  display: block;
  padding: 7px 20px;
  text-align: center;
  min-width: 48px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid var(--border);
  color: var(--text);
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-button-type:hover {
  border-color: var(--accent);
  color: #fff;
  background: var(--accent);
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .yurman-button-type {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-color-type {
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
  border: 1px solid transparent;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-color-type:hover {
  border: 1px solid var(--accent);
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-color-type .color-label {
  border: 1px solid #ffffff;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-color-type img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .yurman-color-type {
  border: 2px solid var(--accent);
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-image-type {
  display: block;
  min-width: 90px;
  margin-top: 5px;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-image-type img {
  margin: auto;
  opacity: 0.2;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-image-type .image-count {
  display: block;
  text-align: center;
  color: var(--light);
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-image-type .image-name {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: var(--accent);
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-image-type:hover img {
  opacity: 1;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .yurman-image-type img {
  opacity: 1;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .yurman-image-type .image-name {
  color: var(--primary);
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-color-type .color-label {
  width: 100%;
  height: 100%;
  display: block;
}
.yurman_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .yurman-color-type .color-name {
  display: none;
}

/**
 * Cart
 */
#primary .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
  padding-left: 0;
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-product-details + .wc-block-components-product-details {
  display: none !important;
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items .wc-block-cart-items__header {
  background: var(--background2);
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items .wc-block-cart-items__header-product {
  visibility: visible;
  color: var(--background2);
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items th {
  padding-left: 16px;
  color: var(--accent);
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items td,
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items th {
  border: 0;
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items td {
  border-top: 1px solid var(--border);
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main table.wc-block-cart-items .wc-block-cart-item__total .price {
  font-weight: 600;
  color: var(--accent);
  font-size: 16px;
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-cart-item__remove-link {
  color: var(--secondary);
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 30px !important;
  position: relative;
  border: 2px solid var(--border);
  background: var(--background2);
  align-self: flex-start;
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__totals-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  font-family: var(--heading-font);
  font-weight: 400;
  color: var(--accent);
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-item__label {
  font-weight: 400;
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-item__value {
  font-weight: 600;
  color: var(--accent);
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-footer-item-tax-value {
  color: var(--secondary);
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout.is-medium .wc-block-components-main td, #primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout.is-small .wc-block-components-main td {
  padding-top: 16px;
}
#primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout.is-medium .wc-block-components-sidebar .wc-block-cart__totals-title + .wc-block-components-totals-wrapper, #primary .wp-block-woocommerce-cart .wc-block-components-sidebar-layout.is-small .wc-block-components-sidebar .wc-block-cart__totals-title + .wc-block-components-totals-wrapper {
  border-top: 0;
}

@media (min-width: 768px) {
  table.cart {
    margin-bottom: 30px;
  }
}
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
  display: none;
}
table.cart .text-quantity {
  display: none;
}
table.cart thead {
  border-bottom: 1px solid var(--border);
}
@media (max-width: 767px) {
  table.cart thead {
    display: none;
  }
}
table.cart th {
  color: var(--text);
  font-weight: 600;
  background: var(--background2);
}
table.cart td,
table.cart th {
  padding: 2em 0 0;
}
table.cart tr td {
  text-align: left;
  border-color: var(--border);
}
@media (max-width: 767px) {
  table.cart tr td {
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  table.cart tr td:not(:last-child) {
    border-style: solid;
    border-width: 0 0 1px 0;
  }
}
table.cart tr td[data-title]::before {
  font-size: 14px;
  color: var(--accent);
  font-weight: 600;
}
table.cart tr:first-child td.product-remove {
  border-top-width: 0;
}
table.cart td.product-thumbnail img {
  margin: auto;
  max-width: 80px;
}
table.cart td.product-thumbnail::before {
  display: none;
}
@media (max-width: 767px) {
  table.cart td.product-thumbnail {
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 0;
    border: none !important;
  }
}
table.cart .product-quantity {
  min-width: 120px;
}
table.cart td.product-remove {
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  table.cart td.product-remove {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    font-size: 11px;
  }
}
table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -8px;
  left: -6px;
  box-shadow: none;
  color: var(--light);
}
table.cart td.product-remove a.remove:hover i, table.cart td.product-remove a.remove:active i {
  color: red;
}
table.cart td.product-name {
  line-height: 1.4;
  font-size: 15px;
}
table.cart td.product-name:before {
  margin-right: 1em;
}
table.cart td.product-name a {
  font-weight: 600;
  color: var(--accent);
  box-shadow: none;
}
table.cart td.product-name a:hover {
  color: var(--primary_hover);
}
table.cart td.product-name .backorder_notification {
  font-size: 16px;
  font-weight: 400;
  color: #3d9cd2;
}
table.cart td.product-name .variation dt {
  color: var(--text);
}
@media (max-width: 767px) {
  table.cart td.product-name {
    text-align: left;
    border-width: 0;
    padding-right: 50px;
    font-size: 16px;
  }
  table.cart td.product-name:before {
    display: none;
  }
}
table.cart .product-price {
  text-align: center;
}
@media (max-width: 767px) {
  table.cart .product-price {
    text-align: right;
  }
}
table.cart .product-price .amount {
  color: var(--text);
  font-weight: 600;
}
@media (max-width: 767px) {
  table.cart .quantity {
    float: right;
  }
}
table.cart td.product-quantity .qty {
  padding: 0.326em;
  width: 45px;
  font-weight: 600;
  color: var(--accent);
}
table.cart td.product-subtotal {
  padding-bottom: 1.41575em;
}
@media (min-width: 768px) {
  table.cart td.product-subtotal {
    padding-bottom: 2.2906835em;
  }
}
table.cart td.product-subtotal .amount {
  color: var(--accent);
  font-weight: 600;
}
table.cart .cart_item {
  margin-bottom: 1em;
  border-top: 1px solid;
  border-top-color: var(--border);
}
table.cart .cart_item:first-child {
  border-top: none;
}
@media (max-width: 767px) {
  table.cart .cart_item {
    padding-left: 140px;
    position: relative;
    display: block;
  }
}
table.cart td.actions {
  background-color: transparent;
  padding-top: 10px;
  padding-right: 0;
  border-top: 1px solid var(--border);
}
@media (min-width: 768px) {
  table.cart td.actions {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  table.cart td.actions {
    display: flex;
    flex-direction: column-reverse;
  }
}
table.cart td.actions label {
  display: none;
}
table.cart td.actions .coupon {
  position: relative;
  margin-bottom: 1.5em;
  text-align: left;
}
@media (max-width: 767px) {
  table.cart td.actions .coupon {
    margin-top: 1.5em;
  }
}
table.cart td.actions .coupon .input-text {
  border: 1px solid var(--border);
  min-width: 300px;
  padding-right: 50px;
  padding-bottom: 9px;
  padding-top: 9px;
}
table.cart td.actions .coupon .input-text:focus {
  border-color: var(--primary_hover);
}
table.cart td.actions .coupon button[type=submit] {
  height: 44px;
  vertical-align: top;
  padding: 0 25px;
  margin-left: 5px;
}
table.cart td.actions input {
  display: block;
  width: 100%;
  margin: 0.5407911001em 0;
}
table.cart td.actions button[name=update_cart] {
  padding: 11px 35px;
  font-size: 16px;
  background: var(--text);
}

.woocommerce-cart-form table td {
  vertical-align: middle;
}

.cart-collaterals {
  margin-bottom: 1.618em;
}
@media (min-width: 768px) {
  .cart-collaterals {
    margin-bottom: 4.235801032em;
  }
}

.cart_totals {
  padding: 30px 20px;
  position: relative;
  border: 2px solid var(--border);
  background: var(--background2);
}
.cart_totals &gt; h2 {
  padding-left: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  margin-top: 0 !important;
}
.cart_totals .wcppec-checkout-buttons__separator {
  font-size: 11px;
  font-weight: 600;
}
.cart_totals .wcppec-checkout-buttons {
  margin: 1em 0 0;
}
.cart_totals table {
  color: var(--accent);
  font-weight: 600;
}
.cart_totals table th, .cart_totals table td {
  padding: 20px 10px;
}
.cart_totals table th .amount, .cart_totals table td .amount {
  color: var(--primary);
}
.cart_totals .cart-subtotal {
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
.cart_totals .cart-subtotal .amount {
  font-size: 18px;
}
.cart_totals .order-total {
  border-top: 1px solid;
  border-top-color: var(--border);
}
.cart_totals .order-total th {
  vertical-align: middle;
}
.cart_totals .order-total .amount {
  font-size: 22px;
}
.cart_totals .checkout-button {
  display: block;
  text-align: center;
}
.cart_totals .checkout-button:after {
  display: none;
}
.cart_totals .input-text {
  background: #fff;
  border: 1px solid var(--border);
}

.woocommerce-shipping-calculator {
  margin: 0;
}
.woocommerce-shipping-calculator &gt; p:first-child {
  margin: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--text);
  text-decoration: underline;
  font-size: 12px;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1.41575em;
  text-align: left;
}

.woocommerce-shipping-destination {
  margin-bottom: 0;
}

ul#shipping_method {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
}
ul#shipping_method li {
  margin-bottom: 0.2360828548em;
}
ul#shipping_method li:last-child {
  margin-bottom: 0;
}
ul#shipping_method input {
  margin-right: 0.3342343017em;
}
ul#shipping_method input[type=radio] + label {
  margin-left: 0;
  color: var(--accent);
}
ul#shipping_method input[type=radio]:first-child:checked + label:after {
  color: var(--primary);
}
ul#shipping_method .amount {
  color: var(--accent);
  font-weight: 600;
}

.shipping-calculator-button {
  font-weight: 400;
}
.shipping-calculator-button:hover {
  text-decoration: underline;
  color: var(--primary) !important;
}

.woocommerce-cart .site-content {
  margin-bottom: 6.8535260698em;
}
.woocommerce-cart .cart-empty {
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 18px;
  color: var(--accent);
}
.woocommerce-cart .cart-empty:before {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e045";
  text-align: center;
  display: block;
  font-size: 120px;
  color: var(--light);
  line-height: 1;
  margin-bottom: 30px;
}
.woocommerce-cart .return-to-shop {
  text-align: center;
}

.cross-sells h2 {
  font-size: 24px;
}

/**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
#primary .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata ul.wc-block-components-product-details + ul.wc-block-components-product-details {
  display: none;
}
#primary .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item {
  color: var(--accent);
}
#primary .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--secondary);
}

.checkout_coupon {
  margin-bottom: 2.617924em;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px solid;
  border-color: var(--border);
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 50px;
}
.checkout_coupon p:first-child {
  grid-column-end: 2 span;
}
.checkout_coupon .form-row-first {
  grid-column: 1/3;
  grid-row: 2;
  margin-right: 0;
  width: 100%;
}
.checkout_coupon .form-row-last {
  width: unset;
  float: left;
  grid-column: 2;
  grid-row: 2;
  z-index: 4;
}
.checkout_coupon .input-text {
  width: 100%;
  border: 1px solid var(--border);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  padding-right: 50px;
}
.checkout_coupon .input-text:focus {
  border-color: var(--primary);
}
.checkout_coupon button[type=submit] {
  font-size: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: transparent;
  text-align: center;
  border: 2px solid transparent;
  margin-top: 4px;
  margin-right: 3px;
}
.checkout_coupon button[type=submit]:before {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e011";
  font-size: 18px;
  color: var(--accent);
  line-height: 44px;
  display: block;
}
.checkout_coupon button[type=submit]:hover {
  background-color: transparent;
}
.checkout_coupon button[type=submit]:hover:before {
  color: var(--primary);
}

#ship-to-different-address label {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}

form.checkout {
  position: static !important;
  /* 1 */
  margin-top: 30px;
  margin-bottom: 0;
}
form.checkout::before, form.checkout::after {
  content: "";
  display: table;
}
form.checkout::after {
  clear: both;
}
form.checkout &gt; .blockUI {
  position: fixed !important;
  /* 1 */
}

#order_review_heading {
  display: none;
}

.checkout-review-order-table-wrapper {
  padding: 0 30px;
  background-color: var(--background);
}

#order_review {
  padding: 20px 30px 30px;
  border: 2px solid var(--border);
  background: var(--background2);
}
#order_review table {
  margin-bottom: 0;
}
#order_review table td, #order_review table th {
  padding: 1em 0;
}
#order_review .woocommerce-checkout-review-order-table thead th, #order_review .woocommerce-checkout-review-order-table thead td {
  border: none;
  font-weight: 600;
  font-size: 18px;
}
#order_review .woocommerce-checkout-review-order-table th {
  color: var(--accent);
}
#order_review .woocommerce-checkout-review-order-table th.product-total {
  text-align: right;
}
#order_review .woocommerce-checkout-review-order-table td {
  text-align: right;
}
#order_review .woocommerce-checkout-review-order-table td.product-name {
  text-align: left;
  font-size: 14px;
  color: var(--text);
}
#order_review .woocommerce-checkout-review-order-table td.product-name strong {
  font-size: 16px;
  background: var(--primary);
  color: #fff;
  padding: 2px 10px;
  border-radius: 6px;
}
#order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td {
  border-top: 1px solid;
  border-top-color: var(--border);
}
#order_review .woocommerce-checkout-review-order-table .amount {
  color: var(--accent);
  font-weight: 600;
  font-size: 14px;
}
#order_review .woocommerce-checkout-review-order-table #shipping_method .amount {
  color: var(--accent);
  font-size: 14px;
}
#order_review .woocommerce-checkout-review-order-table .order-total th {
  vertical-align: middle;
}
#order_review .woocommerce-checkout-review-order-table .order-total .amount {
  font-size: 26px;
  color: var(--primary);
}

#payment::before, #payment::after {
  content: "";
  display: table;
}
#payment::after {
  clear: both;
}
#payment .create-account {
  clear: both;
}
#payment .woocommerce-privacy-policy-text a:hover {
  color: var(--primary_hover);
}
#payment .payment_methods {
  margin: 0;
  padding: 0;
}
#payment .payment_methods &gt; .woocommerce-PaymentMethod &gt; label,
#payment .payment_methods &gt; .wc_payment_method &gt; label {
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-left: 0;
}
#payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
}
#payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: 1.618em;
  margin-left: 10px;
}
#payment .payment_methods li.woocommerce-PaymentMethod &gt; input[type=radio]:first-child:checked + label::before, #payment .payment_methods li.wc_payment_method &gt; input[type=radio]:first-child:checked + label::before {
  color: var(--primary);
}
#payment .payment_methods li &gt; label {
  color: var(--accent);
}
#payment .payment_methods li p {
  margin: 0;
}
#payment .payment_methods li .payment_box {
  font-size: 0.875em;
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  background-color: var(--border);
}
#payment .payment_methods li .payment_box:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  top: -6px;
  left: 35px;
  border-bottom-color: var(--border);
}
#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0;
  font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
  margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: 0.6180469716em;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
  margin-right: 0.236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.41575em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right 0.6180469716em center;
  background-size: 31px 20px;
  background-image: url("../../../assets/images/credit-cards/unknown.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url("../../../assets/images/credit-cards/visa.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url("../../../assets/images/credit-cards/mastercard.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url("../../../assets/images/credit-cards/laser.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url("../../../assets/images/credit-cards/diners.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url("../../../assets/images/credit-cards/maestro.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url("../../../assets/images/credit-cards/jcb.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url("../../../assets/images/credit-cards/amex.svg");
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url("../../../assets/images/credit-cards/discover.svg");
}
#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 1em;
}
#payment .terms label {
  display: block;
  cursor: pointer;
}
#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}
#payment .place-order {
  margin-top: 1.618em;
  margin-bottom: 0;
  float: none;
  width: 100%;
}
#payment .place-order .button {
  width: 100%;
  white-space: pre-wrap;
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 45%;
  word-wrap: break-word;
  color: var(--accent);
}
table.woocommerce-checkout-review-order-table .product-quantity {
  font-weight: 400;
}
table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity {
  color: var(--text);
}
table.woocommerce-checkout-review-order-table .variation dt {
  font-weight: 400;
  color: var(--text);
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none;
}

.woocommerce-billing-fields h3 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 30px;
}

.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .yurman-modal.modal-coupon .coupons-not-found, .yurman-modal.modal-coupon .woocommerce-form-coupon-toggle .coupons-not-found {
  font-weight: 600;
  padding: 15px;
  border: none;
  text-align: center;
  background-color: transparent;
  color: var(--accent);
}
.woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-form-coupon-toggle .yurman-modal.modal-coupon .coupons-not-found a, .yurman-modal.modal-coupon .woocommerce-form-coupon-toggle .coupons-not-found a {
  color: var(--primary);
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover, .woocommerce-form-coupon-toggle .yurman-modal.modal-coupon .coupons-not-found a:hover, .yurman-modal.modal-coupon .woocommerce-form-coupon-toggle .coupons-not-found a:hover {
  text-decoration: underline;
}

.woocommerce-additional-fields h3 {
  font-size: 28px;
}

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0;
}
.woocommerce-checkout ul#shipping_method &gt; li {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}
.woocommerce-checkout ul#shipping_method &gt; li input {
  margin-left: 8px;
  margin-right: 0;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  color: #0f834d;
  background-color: var(--background2);
  font-size: 24px;
  text-align: center;
  padding: 2.2906835em 1.41575em;
}
.woocommerce-order .woocommerce-order-details__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.618em;
}
.woocommerce-order .woocommerce-table--order-details {
  max-width: 900px;
  margin: 1.41575em auto 5.9968353111em;
}
.woocommerce-order .woocommerce-table--order-details th {
  color: var(--accent);
}
.woocommerce-order .woocommerce-table--order-details tr td:last-child,
.woocommerce-order .woocommerce-table--order-details tr th:last-child {
  text-align: right;
}
.woocommerce-order .woocommerce-table--order-details td,
.woocommerce-order .woocommerce-table--order-details th {
  border-top: 1px solid;
  border-top-color: var(--border);
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-order .woocommerce-table--order-details thead td,
.woocommerce-order .woocommerce-table--order-details thead th {
  border-top: 0;
  border-bottom: 2px solid;
  border-bottom-color: var(--border);
}
.woocommerce-order .woocommerce-table--order-details .product-name a {
  color: var(--text);
}
.woocommerce-order .woocommerce-table--order-details .product-name a:hover {
  color: var(--primary);
}
.woocommerce-order .woocommerce-table--order-details tfoot {
  color: var(--accent);
}
.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount {
  font-size: 1.618em;
  color: var(--primary);
}

form.woocommerce-form-track-order {
  max-width: 800px;
  padding: 50px 50px 20px;
  background: var(--background2);
  margin: 0 auto;
}
form.woocommerce-form-track-order .order-text {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1024px) {
  form.woocommerce-form-track-order .order-text {
    margin-bottom: 50px;
  }
}
form.woocommerce-form-track-order input {
  width: 100%;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  font-weight: 600;
  padding: 0.5407911001em 0;
  text-align: right;
  font-size: 0.875em;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * My Account
 */
.woocommerce-account .woocommerce {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: var(--container);
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-account .woocommerce.no-padding {
  padding: 0;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: "";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account h2 {
  font-size: 24px;
  font-weight: 600;
}
.woocommerce-account h1.entry-title {
  display: none;
}
.woocommerce-account .woocommerce-privacy-policy-text a {
  box-shadow: none !important;
}

label.inline {
  display: inline !important;
  margin-left: 1em;
}

.woocommerce-MyAccount-navigation .inner ul {
  margin-bottom: 0;
  border: 0;
}
.woocommerce-MyAccount-navigation .inner ul li {
  border: 0;
  border-bottom: 4px solid #fff;
  background: var(--background2);
}
.woocommerce-MyAccount-navigation .inner ul li:first-child {
  border-radius: 8px 8px 0 0;
}
.woocommerce-MyAccount-navigation .inner ul li:last-child {
  border-radius: 0 0 8px 8px;
}
.woocommerce-MyAccount-navigation .inner ul li.woocommerce-MyAccount-navigation-link.is-active, .woocommerce-MyAccount-navigation .inner ul li.woocommerce-MyAccount-navigation-link:hover {
  background: var(--primary);
}
.woocommerce-MyAccount-navigation .inner ul li.woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-MyAccount-navigation .inner ul li.woocommerce-MyAccount-navigation-link:hover a {
  color: #fff;
}
.woocommerce-MyAccount-navigation .inner ul li.woocommerce-MyAccount-navigation-link a {
  margin: 0;
  padding: 15px 30px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  border-top: 1px solid;
  list-style: none;
  border-top-color: var(--border);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none !important;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  padding: 0.875em 0;
  display: flex;
  align-items: center;
  color: var(--accent);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  color: var(--primary);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:after {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  margin-left: auto;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--primary);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a::after {
  content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a::after {
  content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a::after {
  content: "\e01e";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a::after {
  content: "\e022";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods a::after {
  content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a::after {
  content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::after {
  content: "\e023";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--subscriptions a::after {
  content: "\e071";
}

ul.order_details {
  list-style: none;
  position: relative;
  max-width: 900px;
  margin: 0 auto 1.618em;
}
ul.order_details::before, ul.order_details::after {
  content: "";
  display: table;
}
ul.order_details::after {
  clear: both;
}
ul.order_details li {
  padding: 1em 1.618em;
  text-align: center;
  border-color: var(--border);
}
ul.order_details li:first-child {
  padding-top: 1.618em;
  border: 0;
}
ul.order_details li:last-child {
  padding-bottom: 1.618em;
}
ul.order_details li:last-child::before, ul.order_details li:last-child::after {
  content: "";
  display: table;
}
ul.order_details li:last-child::after {
  clear: both;
}
ul.order_details li strong {
  display: block;
  text-transform: none;
  color: var(--accent);
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  font-size: 0.875em;
  margin-right: 0.236em;
  padding: 0;
  background: transparent;
  color: var(--accent);
  vertical-align: middle;
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  border-radius: 0;
}
.my_account_orders .button:hover,
.woocommerce-MyAccount-downloads .button:hover {
  background-size: 100% 1px;
  text-decoration: none;
}
.my_account_orders .button:after,
.woocommerce-MyAccount-downloads .button:after {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e011";
  margin-left: 5px;
}

/**
 * My Account
 */
.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important;
}
.woocommerce-MyAccount-content h3 {
  font-size: 22px;
}
.woocommerce-MyAccount-content mark {
  color: var(--primary);
}
.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center;
}
.woocommerce-MyAccount-content table th {
  color: var(--accent);
}
.woocommerce-MyAccount-content table thead th {
  background-color: rgba(0, 0, 0, 0.05);
}
form.woocommerce-form-register button[type=submit] {
  display: block;
  width: 100%;
}

form.woocommerce-form-login .woocommerce-form-login-wrap {
  padding: 50px;
  background: #f6f6f6;
  margin-bottom: 30px;
}
form.woocommerce-form-login button[type=submit] {
  display: block;
  width: 100%;
}
form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  float: left;
}
form.woocommerce-form-login .woocommerce-LostPassword a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-style: dotted;
}

.woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce-order-details h2 {
  font-size: 18px;
}
.woocommerce-order-details .order-again {
  margin-bottom: 3.706325903em;
}
.woocommerce-order-details .order_details a:not(.button) {
  color: var(--accent);
  background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.woocommerce-order-details .order_details a:not(.button):hover {
  background-size: 100% 1px;
  text-decoration: none;
}
.woocommerce-order-details .order_details .product-quantity {
  color: var(--primary);
}
.woocommerce-order-details .order_details .product-total .amount {
  font-weight: 600;
  color: var(--accent);
}
.woocommerce-order-details .order_details tfoot .amount {
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
}

.woocommerce-customer-details h2 {
  font-size: 18px;
}

.yurman-order-tracking-wrapper {
  border: 0.5px solid var(--border);
  padding: 40px;
  border-radius: 8px;
}
.yurman-order-tracking-wrapper .order-info mark {
  color: var(--primary);
}
@media (max-width: 767px) {
  .yurman-order-tracking-wrapper {
    border: 0;
    padding: 0;
  }
}

.wcml-dropdown {
  width: 100%;
}
.wcml-dropdown li,
.wcml-dropdown .wcml-cs-submenu li {
  border-color: var(--border);
}
.wcml-dropdown .wcml-cs-submenu {
  border-top: 0;
}
.wcml-dropdown a {
  padding: 1em 1.41575em;
}
.wcml-dropdown a.wcml-cs-item-toggle:after {
  right: 1em;
}

.wcml-horizontal-list li.wcml-cs-active-currency a,
.wcml-vertical-list li.wcml-cs-active-currency a {
  font-weight: bold;
  color: var(--accent);
  cursor: default;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
  border-radius: 0px;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  padding-top: 7px;
  padding-bottom: 7px;
  height: auto;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
  min-width: 57px;
}

.wpcvs-term {
  border-color: var(--border);
}

.wpcvs-term.wpcvs-selected {
  border-color: var(--primary_hover);
}
.wpcvs-term.wpcvs-selected &gt; span:before {
  background-color: var(--primary_hover);
}

.wpcvs-type-button .wpcvs-term &gt; span {
  font-size: 14px;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  background: transparent;
}

.wpcvs-type-color .wpcvs-term {
  width: 36px;
}
.wpcvs-type-color .wpcvs-term &gt; span {
  height: 28px;
}

.wpcvs-type-button .wpcvs-term,
.wpcvs-type-color .wpcvs-term {
  height: 36px;
}

.variations_form table.variations tr {
  flex-direction: column;
  align-items: start;
}
.variations_form table.variations tr .label {
  flex: 1;
  width: 100%;
  margin-bottom: 10px;
}
.variations_form table.variations tr .value .wpcvs-terms {
  display: flex;
}
.variations_form table.variations tr .value .wpcvs-terms .wpcvs-term {
  margin: 0 10px 3px 0;
}
.variations_form table.variations tr .value .wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before {
  display: none;
}
.variations_form table.variations tr .value .wpcvs-type-button .wpcvs-term {
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 0;
}
.variations_form table.variations tr .value .wpcvs-type-button .wpcvs-term.wpcvs-selected {
  border-color: var(--accent);
  color: #fff;
  background: var(--accent);
}
.variations_form table.variations tr .value .wpcvs-type-button .wpcvs-term .wpcvs-term-inner {
  height: 27px;
  line-height: 27px;
  background: transparent;
  padding: 0 8px;
}
.variations_form table.variations tr .value .wpcvs-type-color .wpcvs-term {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
}
.variations_form table.variations tr .value .wpcvs-type-color .wpcvs-term .wpcvs-term-inner {
  height: 100%;
  border-radius: 50%;
}
.variations_form table.variations tr .value .wpcvs-type-color .wpcvs-term.wpcvs-selected {
  padding: 3px;
}
.variations_form table.variations tr .value .wpcvs-type-color .wpcvs-term .wpcvs-term-color {
  height: 100%;
  width: 100%;
  flex: 1;
  border-radius: 50%;
}

.yurman-canvas-filter {
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  position: fixed;
  z-index: 10002;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  width: 360px;
  height: 100vh;
}
@media (max-width: 768px) {
  .yurman-canvas-filter {
    width: 330px;
  }
}
.yurman-canvas-filter::-webkit-scrollbar {
  width: 3px;
}
.yurman-canvas-filter::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.yurman-canvas-filter::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.yurman-canvas-filter .widget {
  margin-bottom: 45px;
}

.yurman-overlay-filter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.off-canvas-active .yurman-overlay-filter {
  visibility: visible;
  opacity: 1;
}
.off-canvas-active .yurman-canvas-filter {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

a.filter-toggle {
  font-size: 14px;
  color: var(--accent);
  font-weight: 600;
  margin-right: auto;
  order: 1;
}
@media (min-width: 768px) {
  a.filter-toggle {
    margin-right: 20px;
  }
}
a.filter-toggle i {
  font-size: 16px;
  margin-right: 10px;
  margin-top: -5px;
}
@media (min-width: 1024px) {
  a.filter-toggle {
    display: none;
  }
}
.shop_filter_canvas a.filter-toggle {
  display: inline-block;
}
@media (min-width: 768px) {
  .shop_filter_canvas a.filter-toggle {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
  }
  .shop_filter_canvas a.filter-toggle:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--border);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
a.filter-toggle:focus, a.filter-toggle:hover {
  color: var(--primary);
}

.filter-close {
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  color: var(--accent);
}
.filter-close:after {
  content: "\2b";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
  font-size: 30px;
  font-weight: 400;
  transform: rotate(45deg);
}

@media (min-width: 783px) {
  .admin-bar .yurman-canvas-filter {
    top: 32px;
  }
}
@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .yurman-canvas-filter {
    top: 46px;
  }
}

/*=======================
* MODAL POPUP STYLE
========================*/
#woosq-popup {
  max-width: 1040px !important;
  max-height: 650px !important;
}
#woosq-popup .slick-track,
#woosq-popup .thumbnails,
#woosq-popup .thumbnails img {
  max-height: 650px !important;
}
#woosq-popup .slick-arrow {
  background: var(--background2) !important;
}
#woosq-popup .single-product tr.product {
  display: table-row;
}
#woosq-popup .single-product &gt; .product {
  display: flex;
}
#woosq-popup .single-product &gt; .product &gt; div {
  height: 600px !important;
}
#woosq-popup .single-product .thumbnails {
  background: #fff !important;
}
#woosq-popup .single-product .thumbnails img {
  width: 100%;
  object-fit: cover;
}
#woosq-popup .single-product div.product .product_title {
  font-size: 28px;
  margin-bottom: 20px;
  display: block;
}
#woosq-popup .single-product div.product .woocommerce-product-rating {
  margin-bottom: 20px;
}
#woosq-popup .single-product div.product .woocommerce-product-details__short-description {
  font-size: 14px;
  margin-bottom: 30px;
}

/**
 * Wishlist
 */
#woosw_wishlist {
  display: none !important;
}

.woosw-list .woosw-content-mid-notice {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: var(--accent);
  padding: 30px 0 80px;
}
.woosw-list .woosw-content-mid-notice:before {
  content: "\e045";
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 86px;
  margin-bottom: 20px;
  display: block;
  color: rgba(135, 135, 135, 0.15);
}
.woosw-list table.woosw-content-items thead th {
  color: var(--accent);
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items thead {
    display: none;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item {
  border-top: 1px solid var(--border);
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item {
    display: block;
    padding-left: 120px;
    position: relative;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item td {
  background: transparent;
  padding: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item td {
    padding: 10px 0;
    text-align: right;
    display: block;
    border: none;
    border-bottom: 1px solid;
    border-color: var(--border);
  }
  .woosw-list table.woosw-content-items tr.woosw-content-item td:last-child {
    border: none;
  }
  .woosw-list table.woosw-content-items tr.woosw-content-item td:before {
    content: attr(data-title);
    float: left;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--image {
  width: 120px;
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--image img {
  height: auto;
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--image {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    border: 0;
    width: 100px;
  }
  .woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--image img {
    width: 100px;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--title a {
  color: var(--accent);
  font-weight: 600;
  font-size: 16px;
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--title a:hover {
  color: var(--primary);
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
    text-align: left;
    padding-right: 30px;
  }
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--heading-font);
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--price del {
  font-size: 0.85em;
  color: var(--text);
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--stock {
  color: var(--primary);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  font-family: var(--heading-font);
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--add p {
  border: 0 !important;
  padding: 0 !important;
}
.woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--remove {
  width: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .woosw-list table.woosw-content-items tr.woosw-content-item .woosw-content-item--remove {
    width: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0;
    border: none;
  }
}
.woosw-list .woosw-actions {
  margin-bottom: 2.2906835em;
}

#woosw_copy_url {
  padding: 0;
  border: none;
  background-color: transparent;
  text-overflow: ellipsis;
}

#woosw_copy_btn {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
}

.woosw-popup .add_to_cart_inline .button {
  white-space: nowrap;
  padding: 10px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
  padding: 15px;
  border: 1px solid var(--border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
  color: var(--accent);
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a:hover {
  color: var(--primary_hover);
}
@media (max-width: 767px) {
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
    min-width: 150px;
    width: auto;
  }
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .tr-additional td {
  vertical-align: top;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
  max-width: 150px;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
  padding: 15px;
  border: 1px solid var(--border);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label {
  font-weight: 600;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes {
  table-layout: auto !important;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
  border: none !important;
  background: none !important;
  padding: 10px !important;
}
@media (max-width: 768px) {
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td {
    padding-top: 0 !important;
    display: block;
  }
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
    display: block;
    padding-bottom: 0 !important;
  }
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del {
  text-decoration: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del .amount {
  text-decoration: line-through;
  color: var(--light);
  font-size: 14px;
  font-weight: 600;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .amount {
  color: var(--primary);
  font-size: 16px;
}

@keyframes freeshipping-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.yurman-freeshipping .inner-text {
  text-align: center;
  font-size: 14px;
}
.yurman-freeshipping .inner-text span {
  color: var(--primary);
  font-weight: 600;
}
.yurman-freeshipping .freeshipping-progress {
  margin-bottom: 15px;
}
.yurman-freeshipping .freeshipping-progress .progress-bar {
  position: relative;
  height: 16px;
  background: #f1f1f1;
  border-radius: 8px;
}
.yurman-freeshipping .freeshipping-progress .progress-value {
  max-width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 8px;
  left: 0;
  top: 0;
  color: #fff;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
}
.yurman-freeshipping .freeshipping-progress .progress-value span {
  position: relative;
  z-index: 1;
}
.yurman-freeshipping .freeshipping-progress .progress-value:before {
  z-index: 0;
  content: "";
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  animation: freeshipping-progress 1.2s 0.3s;
  animation-fill-mode: forwards;
  height: 16px;
}
.widget_shopping_cart .yurman-freeshipping {
  padding: 20px;
  background: var(--backgroun2);
  font-size: 12px;
  border-top: 1px solid var(--border);
}

.button.add_to_cart_button.loading {
  opacity: 1 !important;
  color: #fff;
}

.product-style-default {
  height: auto;
}

ul.products:not(.products-list) &gt; li.product.outofstock .product-img-wrap {
  opacity: 0.3;
}
ul.products:not(.products-list) &gt; li.product.outofstock .shop-action {
  display: none;
}
ul.products:not(.products-list) &gt; li.product.outofstock .product-labels .featured, ul.products:not(.products-list) &gt; li.product.outofstock .product-labels .onsale {
  display: none;
}

.products-overflow {
  overflow: hidden;
}

li.product .product-block-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  transition: all ease 0.4s;
}
li.product .product-block-list h2,
li.product .product-block-list h3,
li.product .product-block-list .woocommerce-loop-product__title,
li.product .product-block-list .wc-block-grid__product-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--base-font);
  text-transform: uppercase;
}
li.product .product-block-list h2 a,
li.product .product-block-list h3 a,
li.product .product-block-list .woocommerce-loop-product__title a,
li.product .product-block-list .wc-block-grid__product-title a {
  color: var(--accent);
  font-weight: 400;
  transition: all ease 0.3s;
  background-image: linear-gradient(to right, var(--accent) 0%, var(--accent) 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
li.product .product-block-list h2 a:hover,
li.product .product-block-list h3 a:hover,
li.product .product-block-list .woocommerce-loop-product__title a:hover,
li.product .product-block-list .wc-block-grid__product-title a:hover {
  background-size: 100% 1px;
  text-decoration: none;
}
li.product .product-block-list .posted-in {
  color: var(--light);
  font-size: 13px;
  margin-bottom: 5px;
}
li.product .product-block-list .posted-in a {
  color: var(--light);
  transition: all ease 0.3s;
  background-image: linear-gradient(to right, var(--accent) 0%, var(--accent) 100%);
  background-position: 0 calc(100% - 0em);
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
li.product .product-block-list .posted-in a:hover {
  background-size: 100% 1px;
  text-decoration: none;
}
li.product .product-block-list .posted-in a:hover {
  color: var(--accent);
}
li.product .product-block-list .price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
li.product .product-block-list .product-transition {
  flex: 0 0 220px;
  margin: 0 30px 0 0;
  box-shadow: none;
}
@media (max-width: 568px) {
  li.product .product-block-list .product-transition {
    flex: unset;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
li.product .product-block-list .product-img-wrap .product-image img {
  display: block;
}
li.product .product-block-list .product-list-add-cart {
  display: flex;
  align-items: center;
}
li.product .product-block-list .product-list-add-cart [class*=hint--]:after, li.product .product-block-list .product-list-add-cart [class*=hint--]:before {
  display: none !important;
}
li.product .product-block-list .short-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
li.product .product-block-list .short-description ul {
  margin-left: 0;
}
li.product .product-block-list .short-description p {
  margin-bottom: 15px;
  font-size: 14px;
}
li.product .product-block-list .short-description + .product-list-add-cart {
  margin-top: 20px;
}
li.product .product-block-list .count-review {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
li.product .product-block-list .count-review &gt; span {
  margin-left: 3px;
  font-size: 12px;
}
li.product .product-block-list .product-caption {
  flex: 1;
  display: flex;
  flex-direction: column;
}
li.product .product-block-list a[class*=product_type_] {
  text-align: center;
  padding: 13px 20px;
  background-color: var(--accent);
  opacity: 1;
  position: static;
  font-weight: 500;
}
li.product .product-block-list a[class*=product_type_]:before {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e002";
  margin-right: 8px;
  margin-top: -3px;
}
li.product .product-block-list a[class*=product_type_]:hover {
  background-color: var(--primary_hover);
}
li.product .product-block-list .woosc-btn,
li.product .product-block-list .woosq-btn,
li.product .product-block-list .woosw-btn {
  background-color: #fff;
  color: var(--accent);
  font-size: 0;
  padding: 0 0 0 25px;
}
li.product .product-block-list .woosc-btn:before,
li.product .product-block-list .woosq-btn:before,
li.product .product-block-list .woosw-btn:before {
  font-size: 16px;
  text-align: center;
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
li.product .product-block-list .woosc-btn:before,
li.product .product-block-list .wooscp-btn:before {
  content: "\e001";
}
li.product .product-block-list .woosq-btn:before {
  content: "\e018";
}
li.product .product-block-list .woosw-btn:before {
  content: "\e007";
}
li.product .product-block-list:hover .product-transition .shop-action {
  transform: translateY(0);
}
li.product .product-block-list:hover .product-img-wrap .inner {
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
li.product .product-block-list:hover .product-img-wrap.bottom-to-top .inner {
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
li.product .product-block-list:hover .product-img-wrap.top-to-bottom .inner {
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
li.product .product-block-list:hover .product-img-wrap.left-to-right .inner {
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
li.product .product-block-list:hover .product-img-wrap.right-to-left .inner {
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
li.product .product-block-list:hover .product-img-wrap.swap .product-image {
  opacity: 0;
}
li.product .product-block-list:hover .product-img-wrap.swap .product-image img {
  transform: rotateY(180deg);
}
li.product .product-block-list:hover .product-img-wrap.swap .product-image.second-image {
  opacity: 1;
}
li.product .product-block-list:hover .product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(0deg);
}
li.product .product-block-list:hover .product-img-wrap.fade .product-image {
  opacity: 0;
}
li.product .product-block-list:hover .product-img-wrap.fade .product-image.second-image {
  opacity: 1;
}
li.product .product-block-list:hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1);
}
li.product .product-block-list:hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0);
}
li.product .product-block-list:hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1);
}

ul.products-list {
  margin: 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
ul.products-list li.product {
  width: 100%;
  list-style: none;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}

.product-list-wrap .time-sale {
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-top: 10px;
}
.product-list-wrap .time-sale .deal-text {
  order: 2;
  margin-left: 15px;
  margin-bottom: 15px;
}

.wpcsi-shoppable-image-wrapper .wpcsi-shoppable-image .wpcsi-tag {
  line-height: 22px;
}
.wpcsi-shoppable-image-wrapper .wpcsi-shoppable-image .wpcsi-popup {
  width: 240px;
  padding: 20px;
}
@media (max-width: 767px) {
  .wpcsi-shoppable-image-wrapper .wpcsi-shoppable-image .wpcsi-popup {
    padding: 10px;
  }
}
.wpcsi-shoppable-image-wrapper .wpcsi-shoppable-image .wpcsi-product-list .product-info {
  text-align: left;
}
.wpcsi-shoppable-image-wrapper .wpcsi-shoppable-image .wpcsi-product-list .product-info .product-name a {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--accent);
}
.wpcsi-shoppable-image-wrapper .wpcsi-shoppable-image .wpcsi-product-list .product-info .product-name a:hover {
  color: var(--primary_hover);
}
.wpcsi-shoppable-image-wrapper .wpcsi-shoppable-image .wpcsi-product-list .product-info .product-atc a {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

.yurman-list-coupons a {
  text-decoration: none;
}
.yurman-list-coupons a.coupon-selected .coupon-info, .yurman-list-coupons a:hover .coupon-info {
  border: 1px solid var(--primary);
}
.progressing .yurman-list-coupons a {
  pointer-events: none;
  opacity: 0.6;
}
.yurman-list-coupons .coupon-info {
  background-color: var(--background2);
  color: var(--text);
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
  border: 1px solid var(--border);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.yurman-list-coupons .coupon-info &gt; div {
  margin: 5px;
}
.yurman-list-coupons .coupon-info .coupon-value {
  font-size: 16px;
  color: var(--accent);
  margin: 5px;
  line-height: 1.2;
}
.yurman-list-coupons .coupon-info .coupon-code-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
.yurman-list-coupons .coupon-info .coupon-code-wrap .coupon-code {
  border: 1px dashed #9d9d9d;
  background-color: #f1f1f1;
  padding: 5px 11px 5px 15px;
  margin: 5px 10px 5px 0;
  letter-spacing: 4px;
  color: var(--primary);
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.yurman-modal.modal-coupon {
  --modal-index: 999;
}
.yurman-modal.modal-coupon .coupons-not-found {
  margin-bottom: 0 !important;
}

.yurman-apply-coupon-btn {
  display: inline-block;
  font-size: 13px;
}

.minicart-coupons {
  padding: 0 20px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.minicart-coupons .yurman-icon-coupon {
  font-size: 15px;
}
.minicart-coupons .coupon-form {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
}
.minicart-coupons .coupon-form .coupon-input {
  flex-grow: 1;
  background-color: transparent;
  box-shadow: none;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  color: #222222;
  height: 34px;
  min-height: 34px;
  line-height: 34px;
  border-radius: 0;
  font-size: 14px;
}
.minicart-coupons .coupon-form .coupon-button {
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  color: var(--primary);
  height: 34px;
  line-height: 34px;
  border-width: 0 0 1px 0;
  border-style: solid;
  font-size: 12px;
  border-color: var(--primary);
  border-radius: 0;
}
.minicart-coupons .yurman-btn-wrapper {
  margin-bottom: 5px;
}
.minicart-coupons .coupon-added {
  display: flex;
  justify-content: space-between;
}
.minicart-coupons .coupon-added .coupon-added-left .coupon-remove {
  width: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}
.minicart-coupons .coupon-added .coupon-added-right {
  font-weight: 600;
  color: var(--accent);
}

@keyframes freeshipping-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.yurman-freeshipping .inner-text {
  text-align: center;
}
.yurman-freeshipping .inner-text span {
  color: var(--primary);
}
.yurman-freeshipping .freeshipping-progress {
  margin-bottom: 15px;
}
.yurman-freeshipping .freeshipping-progress .progress-bar {
  position: relative;
  height: 16px;
  background: #f1f1f1;
  border-radius: 8px;
}
.yurman-freeshipping .freeshipping-progress .progress-value {
  max-width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 8px;
  left: 0;
  top: 0;
  color: #fff;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
}
.yurman-freeshipping .freeshipping-progress .progress-value span {
  position: relative;
  z-index: 1;
}
.yurman-freeshipping .freeshipping-progress .progress-value:before {
  z-index: 0;
  content: "";
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  animation: freeshipping-progress 1.2s 0.3s;
  animation-fill-mode: forwards;
  height: 16px;
}
.widget_shopping_cart .yurman-freeshipping {
  padding: 30px 15px 15px;
  background: var(--backgroun2);
  line-height: 20px;
  font-size: 12px;
  border-top: 1px solid var(--border);
}

.yurman-free-shipping-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
}
.yurman-free-shipping-label .label {
  margin-right: 5px;
  display: inline-block;
}
.yurman-free-shipping-label i {
  color: var(--accent);
  margin-right: 7px;
  width: 20px;
  font-size: 16px;
}
.yurman-free-shipping-label .amount {
  margin-left: 3px;
  color: var(--primary);
}

.site-header-cart-side .widget_shopping_cart {
  margin-bottom: 0;
  position: relative;
  flex: 1 1 auto;
  display: flex;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 16px;
  margin: 15px;
  margin-top: 50px;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message:before {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e045";
  text-align: center;
  display: block;
  font-size: 120px;
  color: var(--light);
  opacity: 0.4;
}
.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__tax .item,
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 18px;
  line-height: 26px;
  color: var(--accent);
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__tax .item.subtotal,
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total.subtotal {
  border-top: 1px solid var(--border);
  padding-bottom: 5px;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__tax .item .amount,
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total .amount {
  color: var(--accent);
  font-weight: 600;
  float: right;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__tax .item {
  margin-bottom: 5px;
  padding: 0 20px;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__tax .item strong {
  color: var(--accent);
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__tax .item span {
  color: var(--accent);
  font-weight: 400;
}
.site-header-cart-side .widget_shopping_cart .yurman-apply-coupon-btn {
  color: var(--text);
  text-decoration: underline;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart-scroll {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 15px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li {
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid;
  border-color: var(--border);
  margin: 0 20px;
  display: flex;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li:last-child {
  border-bottom: 0;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li .product-thumbnail {
  width: 95px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li .product-caption {
  flex-grow: 1;
  padding-left: 15px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li .product-quantity-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li .product-quantity-wrap .quantity {
  width: 90px;
  height: 35px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li .product-name {
  font-size: 14px;
  margin: 0;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li img {
  max-width: 95px;
  margin-right: 20px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li a span.title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-header-cart-side .widget_shopping_cart .buttons {
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.site-header-cart-side .widget_shopping_cart .buttons a {
  margin-top: 15px;
  margin-bottom: 20px;
}
.site-header-cart-side .widget_shopping_cart .buttons a:first-child {
  background: #F4F4F4;
  color: var(--accent);
  margin: 0;
}
.site-header-cart-side .widget_shopping_cart .buttons a.wc-forward {
  flex-basis: 100%;
  border-radius: 0;
  padding: 12px;
  margin: 0 20px 15px;
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout {
  background: var(--accent);
}
.site-header-cart-side .widget_shopping_cart .buttons .wc_ppec_responsive_payment_buttons {
  flex-basis: 100%;
  margin: 0 40px 20px;
}
.site-header-cart-side:before {
  transition: all ease-in-out 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.site-header-cart-side.loading:before {
  opacity: 1;
  visibility: visible;
}
.site-header-cart-side.loading::after {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e06c" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
  z-index: 3;
}

.yurman-modal.modal-quick-view-popup {
  --spacing: 40px;
  --modal-width: 1040px;
  --modal-spacing: 0;
}
.yurman-modal.modal-quick-view-popup .modal-content-wrap {
  overflow: hidden;
}
.yurman-modal.modal-quick-view-popup .single-product div.product .product_title {
  font-size: 28px;
  line-height: 1.2;
}
.yurman-modal.modal-quick-view-popup .single-product div.product .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}
.yurman-modal.modal-quick-view-popup .single-product div.product .yurman-price-by-quantity-wrap {
  margin-bottom: 15px;
}

.product-quick-view-content .woo-single-images {
  margin: 0;
}
.product-quick-view-content .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-quick-view-content .image-cover img {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-quick-view-content .image-cover .woocommerce-product-gallery__image {
  position: relative;
}
.product-quick-view-content .image-cover .woocommerce-product-gallery__wrapper-carousel {
  min-width: 100%;
  height: 100%;
}
.product-quick-view-content .image-cover .woocommerce-product-gallery__image,
.product-quick-view-content .image-cover .swiper-container,
.product-quick-view-content .image-cover .swiper,
.product-quick-view-content .image-cover .single-product-carousel,
.product-quick-view-content .image-cover .woocommerce-product-gallery {
  width: 100%;
  height: 100%;
}
.product-quick-view-content .image-cover .swiper-slide {
  height: 100%;
}
.product-quick-view-content .image-cover .swiper-container, .product-quick-view-content .image-cover .swiper {
  padding-bottom: 0;
}
.product-quick-view-content .image-cover .swiper-pagination {
  bottom: 10px;
}
.product-quick-view-content .woo-single-info {
  position: relative;
  display: flex;
  height: var(--modal-height);
  max-height: calc(100vh - 60px);
}
.product-quick-view-content .quick-view-col-images {
  position: relative;
  width: 50%;
}
.product-quick-view-content .yurman-main-swiper .swiper-slide .yurman-lazy-image,
.product-quick-view-content .yurman-main-swiper .swiper-slide img {
  width: 100%;
}
.product-quick-view-content .yurman-thumbs-swiper {
  margin: 20px 0 0;
}
.product-quick-view-content .quick-view-col-summary {
  width: 50%;
  margin: 0;
  padding: 30px 0;
  display: flex;
}
.product-quick-view-content .quick-view-col-summary &gt; .inner-content {
  position: relative;
  max-width: 100%;
  overflow-y: auto;
}
.product-quick-view-content .quick-view-col-summary &gt; .inner-content &gt; .inner {
  padding-right: 43px;
  padding-left: 37px;
}
.product-quick-view-content .entry-summary .yurman-sales-countdown-layout-box {
  padding: 20px;
  --number-size: 32px;
}
.product-quick-view-content .entry-summary .single_add_to_cart_button {
  margin-left: 0;
}
.product-quick-view-content .woosb-products .woosb-thumb {
  width: 72px;
}
.product-quick-view-content .woobt-wrap {
  display: none;
}

.scroll-y {
  position: relative;
  overflow-y: auto;
}
.handheld .scroll-y {
  overflow-y: scroll;
}

@media screen and (min-height: 760px) {
  .product-quick-view-content {
    --gap-ver: 30px;
    --gap-hoz: 30px;
  }
}
@media (max-width: 767px) {
  .product-quick-view-content {
    display: block;
    padding: var(--gap-ver) var(--gap-hoz);
  }
  .product-quick-view-content .quick-view-col-summary {
    margin: 30px 0 0;
    width: 100%;
  }
  .product-quick-view-content .quick-view-col-summary .inner-content &gt; .inner {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .product-quick-view-content .quick-view-col-images {
    width: 100%;
  }
  .product-quick-view-content .woo-single-images {
    margin: 0;
  }
  .product-quick-view-content .single-product form.cart {
    padding: 0 0 5px;
  }
  .product-quick-view-content .single-product form.cart .quantity-button-wrapper {
    margin-bottom: 15px;
  }
}
.widget_product_search {
  position: relative;
}

.ajax-search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 500px;
  z-index: 999;
  transform: translateY(10px);
  display: none;
}
.ajax-search-result .inner {
  height: 100%;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.ajax-search-result:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  top: -6px;
  left: 30%;
  border-bottom-color: #fff;
}

.product-item-search {
  padding: 10px 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
}
.product-item-search:hover {
  background: var(--background2);
}
.product-item-search .product-link {
  display: flex;
}
.product-item-search .product-link img {
  width: 60px;
  margin-left: 15px;
}
.product-item-search .product-content {
  margin-left: 15px;
}
.product-item-search .product-title {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: var(--base-font);
}
.product-item-search .product-title:hover {
  color: var(--primary);
}
.product-item-search:last-child {
  border-bottom: none;
}
.product-item-search .price {
  color: var(--primary);
}
.product-item-search .amount {
  font-size: 14px;
  font-weight: 600;
}

.ajax-search .site-header-search .button-search-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  width: 100%;
  height: unset;
}
.ajax-search .site-header-search i {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--accent);
}
.ajax-search .site-header-search .content {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: var(--accent);
}
.ajax-search .site-header-search:hover i {
  color: var(--accent);
}

.yurman-wishlist-content.loadding {
  position: relative;
}
.yurman-wishlist-content.loadding::after {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e06c" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}

.site-wishlist-side .wishlist-side-wrap-content {
  margin-bottom: 0;
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 30px 30px;
}
.site-wishlist-side .wishlist-side-wrap-content .woosw-content-item--image img {
  border: 2px dashed var(--border);
}
.site-wishlist-side .yurman-wishlist-content-scroll {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 15px;
  margin-right: -15px;
}
.site-wishlist-side .yurman-wishlist-content-scroll .yurman-wishlist-content {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
}
.site-wishlist-side .yurman-wishlist-bottom {
  padding-top: 3em;
  margin: 0;
}
.site-wishlist-side .yurman-wishlist-bottom a.button {
  display: block;
  text-align: center;
}
.site-wishlist-side .woosw-items .woosw-item--actions {
  display: none;
}
.site-wishlist-side .woosw-popup-content-bot,
.site-wishlist-side .woosw-popup-content-top {
  display: none;
}

#woosw-area {
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 0;
  color: var(--light);
}

.yurman-wishlist-content.loadding {
  position: relative;
}
.yurman-wishlist-content.loadding::after {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e06c" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.yurman-wishlist-content .woosw-items .woosw-item {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.yurman-wishlist-content .woosw-items .woosw-item:last-child {
  border-bottom: 0;
}
.yurman-wishlist-content .woosw-items .woosw-item .woosw-item-inner {
  display: flex;
}
.yurman-wishlist-content .woosw-items div.woosw-item--remove {
  order: 4;
}
.yurman-wishlist-content .woosw-items div.woosw-item--remove span {
  cursor: pointer;
  position: relative;
}
.yurman-wishlist-content .woosw-items div.woosw-item--remove span:before {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e03e";
  font-size: 18px;
}
.yurman-wishlist-content .woosw-items div.woosw-item--remove span:hover {
  color: red;
}
.yurman-wishlist-content .woosw-items div.woosw-item--remove span.removing:before {
  opacity: 0;
}
.yurman-wishlist-content .woosw-items div.woosw-item--remove span.removing::after {
  font-family: "yurman-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e06c" !important;
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
.yurman-wishlist-content .woosw-items div.woosw-item--image {
  padding-right: 1em;
}
.yurman-wishlist-content .woosw-items div.woosw-item--image img {
  max-width: 90px;
}
.yurman-wishlist-content .woosw-items div.woosw-item--info {
  flex: 1 1 auto;
}
.yurman-wishlist-content .woosw-items div.woosw-item--info .woosw-item--name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 22px;
}
.yurman-wishlist-content .woosw-items div.woosw-item--info .woosw-item--name a {
  color: var(--accent);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yurman-wishlist-content .woosw-items div.woosw-item--info .woosw-item--name a:hover {
  color: var(--primary);
}
.yurman-wishlist-content .woosw-items div.woosw-item--info .woosw-item--price {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 3px;
}
.yurman-wishlist-content .woosw-items div.woosw-item--info .woosw-item--price del {
  font-weight: 400;
  color: var(--light);
  font-size: 12px;
}
.yurman-wishlist-content .woosw-items div.woosw-item--info .woosw-item--time {
  font-size: 14px;
  font-weight: 400;
  color: var(--light);
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #btn-back-to-top {
    display: none !important;
  }
}

.time-sale {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}
.time-sale .deal-text {
  margin-right: 5px;
}
.time-sale .yurman-countdown {
  padding: 8px 30px;
  background: var(--primary);
  border-radius: 100px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.time-sale .yurman-countdown .countdown-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.time-sale .yurman-countdown .countdown-item:not(:last-child):after {
  position: absolute;
  content: "\3a";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  top: 6px;
  right: 0;
}
.time-sale .yurman-countdown .countdown-label {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}
.time-sale .yurman-countdown .countdown-digits,
.time-sale .yurman-countdown .countdown-label {
  display: block;
  text-align: center;
}

.elementor-widget-yurman-flash-sale-timer.time-sale-style-2 .time-sale {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.elementor-widget-yurman-flash-sale-timer.time-sale-style-2 .time-sale .yurman-countdown {
  padding: 5px 18px;
}
.elementor-widget-yurman-flash-sale-timer.time-sale-style-2 .time-sale .yurman-countdown .countdown-item:not(:last-child) {
  padding-right: 0;
  margin-right: 0;
  position: relative;
}
.elementor-widget-yurman-flash-sale-timer.time-sale-style-2 .time-sale .yurman-countdown .countdown-item:not(:last-child):after {
  position: static;
  content: "\3a";
  margin-top: -3px;
  padding: 0 3px;
}
.elementor-widget-yurman-flash-sale-timer.time-sale-style-2 .time-sale .yurman-countdown .countdown-item .countdown-digits {
  display: inline;
}
.elementor-widget-yurman-flash-sale-timer.time-sale-style-2 .time-sale .yurman-countdown .countdown-item .countdown-label {
  display: none;
}

.gridlist-toggle {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.gridlist-toggle:after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  display: block;
  background: var(--border);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gridlist-toggle a {
  padding: 5px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  color: var(--accent);
  border: 1px solid var(--border);
}
.gridlist-toggle a.active, .gridlist-toggle a:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

@media (min-width: 768px) {
  ul.order_details {
    margin: 3.706325903em auto;
  }
  ul.order_details li {
    width: 22.5806451613%;
    float: left;
    margin-right: 3.2258064516%;
    border-left-style: solid;
    border-left-width: 1px;
  }
  ul.order_details li:first-child {
    border: 0;
  }
  ul.order_details li:last-child {
    float: right;
    margin-right: 0;
  }
  ul.order_details li:last-child::before, ul.order_details li:last-child::after {
    content: "";
    display: table;
  }
  ul.order_details li:last-child::after {
    clear: both;
  }

  .demo_store {
    bottom: 0;
  }
  .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em;
  }

  /**
   * Responsive tables
   */
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
  table.shop_table_responsive tr.woocommerce-shipping-totals td {
    width: 60%;
  }

  /**
   * Header Elements
   */
  .site-header-cart {
    position: relative;
  }
  .site-header-cart .cart-contents {
    display: inline-block;
    position: relative;
    text-indent: 0;
  }
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    margin-top: 20px;
    top: 100%;
    width: 320px;
    z-index: 999999;
    right: -999em;
    display: block;
    border-width: 2px;
    border-style: solid;
  }
  .site-header-cart .widget_shopping_cart:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
  }
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget {
    height: 0;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
    text-align: left;
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    right: 0;
    display: block;
  }
  .site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget {
    height: auto;
  }

  .site-search {
    display: block;
  }
  .site-search form {
    margin: 0;
  }

  /**
   * Reset mobile product styles
   */
  ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    flex: 0 0 100%;
    max-width: calc(100% / 4);
  }

  /**
   * Main content area (adjacent to sidebar) product layout
   */
  ul.products.columns-1 li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.products.columns-2 li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ul.products.columns-3 li.product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  ul.products.columns-4 li.product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  ul.products.columns-5 li.product {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  ul.products.columns-6 li.product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  #reviews .comment-form-email {
    margin-right: 0;
  }

  /**
   * Cart
   */
  .woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0;
  }

  table.cart th,
table.cart td {
    padding: 15px 15px 15px 0;
  }
  table.cart .qty {
    padding: 0.875em;
    max-width: 3.632em;
  }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em 0 1.618em 1.618em;
    border: 0;
    width: 5%;
  }
  table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
    box-shadow: none;
  }
  table.cart td.product-remove i {
    font-size: 20px;
  }
  table.cart td.product-thumbnail {
    width: 14%;
  }
  table.cart td.product-name {
    width: 40%;
  }
  table.cart td.product-price {
    width: 16%;
  }
  table.cart td.product-subtotal {
    padding: 1.618em 1.618em 1.618em 0;
    width: 16%;
  }
  table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
    display: inline-block;
  }
  table.cart .quantity .qty {
    padding: 0.6180469716em;
  }
  table.cart td.actions {
    text-align: right;
  }
  table.cart td.actions label {
    display: none;
  }
  table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    float: left;
  }
  table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0;
  }

  .cart-collaterals::before, .cart-collaterals::after {
    content: "";
    display: table;
  }
  .cart-collaterals::after {
    clear: both;
  }
  .cart-collaterals .cross-sells {
    width: 42.0289855072%;
    float: left;
    margin-right: 4.347826087%;
  }
  .cart-collaterals .shipping_calculator {
    width: 53.6231884058%;
    float: right;
    margin-right: 0;
    margin: 0;
    clear: right;
  }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block;
  }
  .cart-collaterals .shipping_calculator {
    clear: right;
  }

  /**
   * Wishlist
   */
  table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button {
    display: none;
  }

  /**
   * Checkout
   */
  #ship-to-different-address {
    position: relative;
  }
  #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 0;
  }

  .col2-set {
    width: 53.6231884058%;
    float: left;
    margin-right: 4.347826087%;
  }
  .col2-set .form-row-first {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .col2-set .form-row-last {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }
  .col2-set .col-1,
.col2-set .col-2 {
    margin-bottom: 1.618em;
  }
  .col2-set + #customer_details {
    display: none;
  }
  .col2-set .woocommerce-billing-fields::before, .col2-set .woocommerce-billing-fields::after {
    content: "";
    display: table;
  }
  .col2-set .woocommerce-billing-fields::after {
    clear: both;
  }
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }

  #customer_details + #wc_checkout_add_ons {
    width: 42.0289855072%;
    float: right;
    margin-right: 0;
  }

  #wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: 0.5407911001em;
    clear: left;
    margin-top: 0.35em;
  }

  #order_review {
    width: 42.0289855072%;
    float: right;
    margin-right: 0;
    clear: right;
  }

  #order_review {
    transition: box-shadow ease 0.4s;
  }

  .woocommerce-order-pay #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em;
  }
  .woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em;
  }

  /**
   * My Account
   */
  table + .addresses {
    margin-top: 1.618em;
  }

  .col2-set#customer_login {
    width: 100%;
    margin: 0;
  }
  .col2-set#customer_login .col-1 {
    width: 50%;
    float: left;
    padding-right: 5%;
  }
  .col2-set#customer_login .col-2 {
    width: 50%;
    float: right;
    padding-left: 5%;
  }

  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .col2-set.addresses .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  .woocommerce-MyAccount-navigation {
    width: 23.5668789809%;
    float: left;
    margin-right: 1.9108280255%;
  }

  .woocommerce-MyAccount-content {
    width: 74.5222929936%;
    float: right;
    margin-right: 0;
  }

  .addresses header.title::before, .addresses header.title::after {
    content: "";
    display: table;
  }
  .addresses header.title::after {
    clear: both;
  }
  .addresses header.title a {
    float: right;
  }
  .addresses header.title h3 {
    float: left;
  }

  /**
   * General WooCommerce Components
   */
  .form-row-first {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
    clear: both;
  }

  .form-row-last {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  /**
   * Sticky Add to Cart
   */
  .yurman-sticky-add-to-cart {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    transform: translate3d(0, 100%, 0);
    padding: 10px 1em;
    overflow: hidden;
    zoom: 1;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  .yurman-sticky-add-to-cart--slideInDown {
    animation-name: slideInDown;
  }
  .yurman-sticky-add-to-cart--slideOutUp {
    animation-name: slideOutUp;
  }
  .yurman-sticky-add-to-cart__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .yurman-sticky-add-to-cart__content-title {
    display: block;
  }
  .yurman-sticky-add-to-cart__content-price {
    margin-right: 0.875em;
  }
  .yurman-sticky-add-to-cart__content-button {
    margin-left: auto;
    padding-top: 0.86em;
    padding-bottom: 0.86em;
  }
  .yurman-sticky-add-to-cart img {
    max-width: 60px;
    margin: 0 1.41575em 0 0;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .yurman-sticky-add-to-cart .star-rating {
    display: inline-block;
    margin: 0;
    vertical-align: sub;
  }

  /**
   * Quick View
   */
  #yith-quick-view-modal.open .product-title {
    margin-top: -0.2333em;
    font-size: 30px;
  }

  #yith-quick-view-close {
    top: 10px;
    right: 10px;
    text-indent: -9999px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  body:not(.page-template-template-fullwidth-php) table.cart td,
body:not(.page-template-template-fullwidth-php) table.cart th {
    padding: 1em;
  }
}
@media (min-width: 911px) {
  .woocommerce-cart-form {
    width: 63.9097744361%;
    float: left;
    margin-right: 2.2556390977%;
  }

  .cart-collaterals {
    width: 33.8345864662%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  ul.products li.product .product-labels .product-label {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 880px) {
  /**
   * Single product page
   */
  .single-product .content-single-wrapper {
    display: flex;
    align-items: flex-start;
  }
  .single-product .content-single-wrapper .images {
    max-width: calc(55% - 30px);
    flex: 0 0 calc(55% - 30px);
  }
  .single-product .content-single-wrapper .images .thumbnails::before, .single-product .content-single-wrapper .images .thumbnails::after {
    content: "";
    display: table;
  }
  .single-product .content-single-wrapper .images .thumbnails::after {
    clear: both;
  }
  .single-product .content-single-wrapper .images .thumbnails a.zoom {
    width: 22.5806451613%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .single-product .content-single-wrapper .images .thumbnails a.zoom.last {
    float: right;
    margin-right: 0;
  }
  .single-product .content-single-wrapper .summary {
    margin-left: auto;
    max-width: calc(45% - 30px);
    flex: 0 0 calc(45% - 30px);
  }
  .single-product div.product .woocommerce-product-gallery {
    float: left;
    margin-bottom: 50px;
  }
  .single-product #reviews .comment-form-author,
.single-product #reviews .comment-form-email {
    flex: 50%;
    max-width: 50%;
  }
  .single-product #reviews .comment-form-email {
    margin-right: 0;
  }
}
@media (max-width: 881px) {
  .single-product .site-main {
    margin-top: 0;
  }
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 15px;
  }
  .single-product div.product .summary {
    margin-bottom: 0;
  }
  .single-product div.product ul.tabs {
    margin-bottom: 20px;
  }
  .single-product .yurman-single-mobile-header {
    display: block;
  }
  .single-product .yurman-single-mobile-header .product-brand {
    float: none;
    margin: 0;
  }
}

/*# sourceMappingURL=woocommerce.css.map */
</pre></body></html>