@charset "UTF-8";
/**
 * WooCommerce CSS Variables
 */
/* stylelint-disable scss/at-mixin-pattern */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
}
@font-face {
  font-family: "WooCommerce";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
}
/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * Imports
 */
/**
 * Styling begins
 */
.woocommerce,
.woocommerce-page {
  /**
  * General layout styles
  */
  /**
  * Cart page
  */
  /**
  * Cart sidebar
  */
  /**
  * Forms
  */
  /**
  * oEmbeds
  */
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  *zoom: 1;
  width: 100%;
}
.woocommerce .col2-set::before, .woocommerce .col2-set::after,
.woocommerce-page .col2-set::before,
.woocommerce-page .col2-set::after {
  display: table;
  content: " ";
}
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img,
.woocommerce-page img {
  max-width: 100%;
  height: auto;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  height: auto;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: right;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: left;
}
.woocommerce table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
  display: none;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  *zoom: 1;
  width: 100%;
}
.woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after {
  display: table;
  content: " ";
}
.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  float: left;
  width: 30.75%;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  float: left;
  width: 48%;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  *zoom: 1;
  float: right;
  width: 48%;
  clear: right;
}
.woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  display: table;
  content: " ";
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::before,
.woocommerce-page ul.product_list_widget li::after {
  display: table;
  content: " ";
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  *zoom: 1;
}
.woocommerce form .form-row::before, .woocommerce form .form-row::after,
.woocommerce-page form .form-row::before,
.woocommerce-page form .form-row::after {
  display: table;
  content: " ";
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
  /*rtl:raw:
  float: right;
  */
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Hide the Edge "reveal password" native button */
}
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  cursor: pointer;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  margin-left: 0.618em;
  font-family: "WooCommerce";
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  content: "\e010";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms {
  float: left;
  padding: 0 1em 0 0;
  text-align: left;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
  *zoom: 1;
}
.woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after {
  display: table;
  content: " ";
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  padding: 1.618em;
  margin-bottom: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

/**
 * Twenty Eleven specific styles
 */
.woocommerce-page.left-sidebar #content.twentyeleven {
  float: right;
  width: 58.4%;
  margin: 0 7.6%;
}
.woocommerce-page.right-sidebar #content.twentyeleven {
  float: left;
  width: 58.4%;
  margin: 0 7.6%;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen .tfwc {
  max-width: 474px;
  padding: 12px 10px 0;
  margin: 0 auto;
}
.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important;
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0;
}

@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfwc {
    margin-right: auto;
  }
}
/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15wc {
  padding-top: 7.6923%;
  padding-right: 7.6923%;
  padding-left: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.twentyfifteen .t15wc .page-title {
  margin-left: 0;
}

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-top: 8.3333%;
    margin-right: 7.6923%;
    margin-left: 7.6923%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    padding: 10%;
    margin-right: 8.3333%;
    margin-left: 8.3333%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
/**
 * Twenty Sixteen specific styles
 */
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0;
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%;
}

@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%;
  }
}
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%;
  }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0;
  }
}
/**
 * RTL styles.
 */
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right;
}
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left;
}

@media (max-width: 767px) {
  /**
   * woocommerce-smallscreen.scss
   * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
   */
  /**
   * Imports
   */
  /**
   * Style begins
   */
  .woocommerce,
  .woocommerce-page {
    /**
    * General layout
    */
    /**
    * Cart
    */
    /**
    * Checkout
    */
    /**
    * Account
    */
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
  .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    float: left;
    content: attr(data-title) ": ";
  }
  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before, .woocommerce table.shop_table_responsive tr td.product-name::before, .woocommerce table.shop_table_responsive tr td.download-product::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before,
  .woocommerce-page table.shop_table_responsive tr td.product-name::before,
  .woocommerce-page table.shop_table_responsive tr td.download-product::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-name, .woocommerce table.shop_table_responsive tr td.download-product,
  .woocommerce table.shop_table_responsive tr td p.woocommerce-shipping-destination,
  .woocommerce table.shop_table_responsive tr td .woocommerce-MyAccount-downloads-file.button,
  .woocommerce-page table.shop_table_responsive tr td.product-name,
  .woocommerce-page table.shop_table_responsive tr td.download-product,
  .woocommerce-page table.shop_table_responsive tr td p.woocommerce-shipping-destination,
  .woocommerce-page table.shop_table_responsive tr td .woocommerce-MyAccount-downloads-file.button {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before,
  .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
  .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart td.actions,
  .woocommerce #content table.cart td.actions,
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon {
    *zoom: 1;
    float: none;
    padding-bottom: 0.5em;
  }
  .woocommerce table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after,
  .woocommerce #content table.cart td.actions .coupon::before,
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::before,
  .woocommerce-page table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::before,
  .woocommerce-page #content table.cart td.actions .coupon::after {
    display: table;
    content: " ";
  }
  .woocommerce table.cart td.actions .coupon::after,
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::after {
    clear: both;
  }
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48%;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce table.cart td.actions .coupon .button.alt,
  .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce #content table.cart td.actions .coupon .button.alt,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page table.cart td.actions .coupon .button.alt,
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .button.alt {
    float: right;
  }
  .woocommerce table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .cross-sells {
    float: none;
    width: 100%;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row,
  .woocommerce-page.woocommerce-checkout form.login .form-row {
    float: none;
    width: 100%;
  }
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    padding: 0;
    text-align: left;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last,
  .woocommerce-page .lost_reset_password .form-row-first,
  .woocommerce-page .lost_reset_password .form-row-last {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  /**
   * Twenty Thirteen specific styles
   */
  .single-product .twentythirteen .panel {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
/**
 * Global styles
 */
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99998;
  display: none;
  width: 100%;
  padding: 1em 0;
  margin: 0;
  font-size: 1em;
  color: #fafafa;
  text-align: center;
  background-color: #7a7a7a;
  -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}
p.demo_store a,
.woocommerce-store-notice a {
  color: #fafafa;
  text-decoration: underline;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

.woocommerce {
  /**
      * Buttons
      */
  /**
      * Reviews
      */
  /**
      * Star ratings
      */
  /**
      * Tables
      */
  /**
      * Forms
      */
  /**
      * Order page
      */
  /**
      * Cart sidebar
      */
  /**
      * Layered nav widget
      */
  /**
      * Rating Filter Widget
      */
  /**
      * Price filter widget
      */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  font-size: 2em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  content: "";
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}
.woocommerce .loader::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  font-size: 2em;
  line-height: 1;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  content: "";
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}
.woocommerce a.remove {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: var(--wp--custom--color--background-primary);
  border: 0;
  border-radius: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.woocommerce a.remove:is(:hover, :focus) {
  opacity: 0.8;
}
.woocommerce small.note {
  display: block;
  margin-top: 10px;
  font-size: 0.857em;
  color: var(--wp--custom--color--text-secondary);
}
.woocommerce .woocommerce-breadcrumb {
  *zoom: 1;
  padding: 0;
  margin: 0 0 1em;
  font-size: 0.92em;
  color: var(--wp--custom--color--text-secondary);
}
.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
  display: table;
  content: " ";
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--wp--custom--color--text-secondary);
}
.woocommerce .quantity .qty {
  width: 4.3em;
  text-align: left;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: calc(0.5em + 1px) calc(1em + 1px);
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: var(--wp--preset--color--accent);
  border: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: relative;
  left: auto;
  display: inline-block;
  margin: 0;
  overflow: visible;
  font-size: 100%;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.woocommerce a.button:is(:hover, :focus),
.woocommerce button.button:is(:hover, :focus),
.woocommerce input.button:is(:hover, :focus) {
  opacity: 0.8;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  padding-right: 2.618em;
  opacity: 0.25;
}
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  position: absolute;
  top: 0.618em;
  right: 1em;
  font-family: "WooCommerce";
  font-weight: 400;
  vertical-align: top;
  content: "\e01c";
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  margin-left: 0.53em;
  font-family: "WooCommerce";
  vertical-align: bottom;
  content: "\e017";
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  text-decoration: none;
  background-image: none;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: var(--wp--custom--color--background-secondary);
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: var(--wp--custom--color--background-secondary);
}
.woocommerce a.button:is(:hover, :focus),
.woocommerce button.button:is(:hover, :focus),
.woocommerce input.button:is(:hover, :focus) {
  opacity: 0.7;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  display: block;
  padding-top: 0.5em;
}
.woocommerce .add_to_cart_button.ajax_add_to_cart.added + a.added_to_cart {
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
.woocommerce p a.button {
  margin-top: 1.25em;
}
.woocommerce #reviews h2 small {
  float: right;
  margin: 10px 0 0;
  font-size: 15px;
  color: var(--wp--custom--color--text-secondary);
}
.woocommerce #reviews h2 small a {
  color: var(--wp--custom--color--text-secondary);
  text-decoration: none;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  padding: 0;
  margin: 0;
  border: 0;
}
.woocommerce #reviews #comment {
  height: 150px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  display: table;
  content: " ";
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  width: 100%;
  margin: 0;
  list-style: none;
  background: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  display: table;
  content: " ";
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  position: relative;
  padding: 0;
  margin: 0 0 20px;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  font-size: 0.75em;
  color: var(--wp--custom--color--text-secondary);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 32px;
  height: auto;
  padding: 3px;
  margin: 0;
  background: #e0e0e0;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar + .comment-text {
  margin-left: 50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  *zoom: 1;
  padding: 1em 1em 0;
  margin: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  display: table;
  content: " ";
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  margin: 20px 0 0 50px;
  list-style: none outside;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce #reviews #comments p.woocommerce-noreviews {
  margin-bottom: 1em;
}
.woocommerce #reviews #comments .comment-text .description {
  font-size: 0.875rem;
}
.woocommerce #reviews #review_form #respond .comment-reply-title {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: var(--wp--custom--font-size--heading-h-4);
  font-weight: bold;
}
.woocommerce #reviews #review_form #respond .comment-notes {
  margin-bottom: 2em;
}
.woocommerce #reviews #review_form #respond label {
  display: block;
  margin-bottom: 0.5em;
}
.woocommerce #reviews #review_form #respond p {
  margin-bottom: 1em;
}
.woocommerce #reviews #review_form #respond .required {
  color: #ca2424;
}
.woocommerce #reviews #review_form #respond .comment-form-rating .stars a {
  font-size: 20px;
}
.woocommerce #reviews #review_form #respond .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.5em;
}
.woocommerce #reviews #review_form #respond .comment-form-cookies-consent input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0.4em;
  margin-right: 10px;
}
.woocommerce .star-rating {
  position: relative;
  width: 5.4em;
  height: 1em;
  overflow: hidden;
  font-family: "star";
  font-size: 1rem;
  line-height: 1;
}
.woocommerce .star-rating::before {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  color: var(--wp--custom--color--wc-rating);
  content: "sssss";
}
.woocommerce .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  padding-top: 1.5em;
  overflow: hidden;
}
.woocommerce .star-rating span::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--wp--custom--color--wc-rating);
  content: "SSSSS";
}
.woocommerce p.stars a {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  color: var(--wp--custom--color--wc-rating);
  text-decoration: none;
  text-indent: -999em;
  border: 0 !important;
}
.woocommerce p.stars a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  font-family: "WooCommerce";
  line-height: 1;
  text-indent: 0;
  content: "\e021";
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  width: 100%;
  margin-bottom: 1.618em;
  border-collapse: collapse;
  border: 0;
  border-top: 1px solid var(--wp--custom--color--border);
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 1em;
  border: 1px solid var(--wp--custom--color--border);
}
.woocommerce table.shop_attributes th {
  width: 150px;
  padding: 8px;
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid var(--wp--custom--color--border);
}
.woocommerce table.shop_attributes td {
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid var(--wp--custom--color--border);
}
.woocommerce table.shop_attributes td p {
  margin: 0;
}
.woocommerce table.shop_table {
  width: 100%;
  margin: 0 -1px 24px 0;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid var(--wp--custom--color--border);
}
.woocommerce table.shop_table th {
  padding: 9px 12px;
  line-height: 1.5em;
  background-color: var(--wp--custom--color--background-tertiary);
}
.woocommerce table.shop_table td {
  padding: 9px 12px;
  vertical-align: middle;
  border-top: 1px solid var(--wp--custom--color--border);
}
.woocommerce table.shop_table td small {
  font-size: 0.7em;
  font-weight: normal;
}
@media (max-width: 991px) {
  .woocommerce table.shop_table td small {
    display: block;
  }
}
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  border-top: 1px solid var(--wp--custom--color--border);
}
.woocommerce table.shop_table.cart th.product-thumbnail {
  width: 17%;
}
.woocommerce table.shop_table.cart th.product-name {
  width: 30%;
}
.woocommerce table.shop_table.cart th.product-price {
  width: 16%;
}
.woocommerce table.shop_table.cart th.product-subtotal {
  width: 16%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-name {
  width: 50%;
}
.woocommerce table.shop_table.order_details th.product-name {
  width: 50%;
}
.woocommerce table.shop_table.order_details th.download-product,
.woocommerce table.shop_table.order_details th.download-file {
  width: 35%;
}
.woocommerce table.shop_table.order_details th.download-remaining {
  width: 13%;
}
.woocommerce table.shop_table.order_details th.download-expires {
  width: 17%;
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  margin: 1px;
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  text-align: center;
  vertical-align: top;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  display: inline-block;
  content: "↓";
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  display: inline-block;
  float: left;
  margin-right: 0.25em;
  clear: both;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus:input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row label[for=username],
.woocommerce form .form-row label[for=password],
.woocommerce form .form-row label[for=user_login],
.woocommerce form .form-row label[for=reg_username],
.woocommerce form .form-row label[for=reg_email],
.woocommerce form .form-row label[for=reg_password],
.woocommerce form .form-row label[for^=account_],
.woocommerce form .form-row label[for^=password_],
.woocommerce form .form-row label[for^=billing_],
.woocommerce form .form-row label[for^=shipping_],
.woocommerce form .form-row label[for^=additional_],
.woocommerce form .form-row label[for^=order_comments] {
  margin-top: 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--wp--custom--color--border);
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  position: relative;
  display: none;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  color: #fff;
  background: #1e85be;
  border-radius: 3px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 100;
  display: block;
  margin-top: -4px;
  content: "";
  border-color: #1e85be transparent transparent;
  border-style: solid;
  border-width: 4px 6px 0;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.woocommerce form .form-row select {
  margin: 0;
  cursor: pointer;
}
.woocommerce form .form-row .required {
  color: #ca2424;
  text-decoration: none;
  border: 0 !important;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row .input-radio + label {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.woocommerce form .form-row .input-radio + label::after {
  white-space: pre;
  content: "\a";
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
}
.woocommerce form .form-row textarea {
  display: block;
  height: 4em;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #ca2424;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #ca2424;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #373737;
}
.woocommerce form .form-row :placeholder {
  line-height: normal;
}
.woocommerce form .form-row :input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  padding: 20px;
  margin: 1em 0 2em;
  text-align: left;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .woocommerce form.checkout_coupon .form-row-first,
  .woocommerce form.checkout_coupon .form-row-last {
    width: 100%;
  }
  .woocommerce form.checkout_coupon .form-row-first {
    margin-bottom: 5px;
  }
  .woocommerce form.checkout_coupon .form-row-last .button {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .woocommerce form.checkout_coupon .form-row-first {
    width: 39%;
  }
  .woocommerce form.checkout_coupon .form-row-last {
    width: 60%;
  }
}
.woocommerce form.checkout::before,
.woocommerce form.checkout::after {
  display: table;
  content: "";
}
.woocommerce form.checkout::after {
  clear: both;
  content: "";
}
.woocommerce ul#shipping_method {
  padding: 0;
  margin: 0;
  list-style: none outside;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li:last-child {
  margin-bottom: 0;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .woocommerce-order h2 {
  margin-top: 1.5em;
}
.woocommerce ul.order_details {
  *zoom: 1;
  padding: 1em 1.5em 1.5em;
  margin: 1em 0 3em;
  list-style: none;
  background-color: var(--wp--custom--color--background-tertiary);
}
.woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
  display: table;
  content: " ";
}
.woocommerce ul.order_details::after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  padding-right: 2em;
  padding-left: 0;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 0;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  list-style-type: none;
  border-right: 1px dashed #c7c7c7;
}
@media (max-width: 991px) {
  .woocommerce ul.order_details li {
    float: none;
    border-right: 0;
  }
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  line-height: 1.5;
  text-transform: none;
}
.woocommerce ul.order_details li:last-of-type {
  border: 0;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 0;
  font-style: normal;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-radius: 5px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  margin-right: 0.618em;
  font-family: "WooCommerce";
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  content: "\e037";
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  margin-left: -1.5em;
  line-height: 1.75;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  margin-right: 0.618em;
  font-family: "WooCommerce";
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  content: "\e02d";
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  margin-left: -1.5em;
  line-height: 1.75;
}
.woocommerce .woocommerce-order-details .order-again {
  margin-bottom: calc(24px + 1.25em);
}
.woocommerce span.onsale {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  z-index: 1;
  padding: 0.4em 1.25em 0.4em 0.5em;
  margin: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  letter-spacing: 0.025em;
  background-color: var(--wp--custom--color--wc-sale-badge);
  border-radius: 0;
}
@media (max-width: 767px) {
  .woocommerce span.onsale {
    padding: 0.25em 1em 0.25em 0.5em;
  }
}
@media (min-width: 768px) {
  .woocommerce div.product .onsale-wrapper span.onsale {
    max-width: 47%;
  }
}
.woocommerce span.onsale:not(.onsale-custom) {
  text-transform: uppercase;
}
.woocommerce [class*=widget-mobile-navigation-] span.onsale,
.woocommerce .japacart-sidebar span.onsale,
.woocommerce .footer-widgets__col span.onsale {
  padding: 0.25em 1em 0.25em 0.5em;
}
.woocommerce div.product {
  position: relative;
}
.woocommerce div.product .japacart-after_single_product_summary {
  clear: both;
}
.woocommerce div.product .summary.entry-summary {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .woocommerce div.product .summary.entry-summary {
    float: right;
    width: 49%;
  }
}
.woocommerce div.product .summary.entry-summary .product_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: calc(var(--wp--custom--font-size--heading-h-2) * 1.2);
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .woocommerce div.product .summary.entry-summary .product_title {
    font-size: var(--wp--custom--font-size--heading-h-2);
  }
}
.woocommerce div.product .summary.entry-summary span.price,
.woocommerce div.product .summary.entry-summary p.price {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .woocommerce div.product .summary.entry-summary span.price,
  .woocommerce div.product .summary.entry-summary p.price {
    font-size: 1.25rem;
  }
}
.woocommerce div.product .summary.entry-summary span.price ins,
.woocommerce div.product .summary.entry-summary p.price ins {
  text-decoration: none;
}
.woocommerce div.product .summary.entry-summary span.price del,
.woocommerce div.product .summary.entry-summary p.price del {
  color: var(--wp--custom--color--text-secondary);
}
.woocommerce div.product .summary.entry-summary span.price .woocommerce-price-suffix,
.woocommerce div.product .summary.entry-summary p.price .woocommerce-price-suffix {
  font-size: 0.7rem;
}
.woocommerce div.product .summary.entry-summary span.price {
  display: block;
}
.woocommerce div.product .summary.entry-summary .stock {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0;
  color: #fff;
  background-color: var(--wp--custom--color--background-secondary);
}
.woocommerce div.product .summary.entry-summary .stock.out-of-stock {
  background-color: var(--wp--custom--color--background-primary);
}
.woocommerce div.product .summary.entry-summary .woocommerce-product-details__short-description {
  margin-top: calc(var(--wp--custom--spacing--base) * 0.5);
  margin-bottom: calc(var(--wp--custom--spacing--base) * 0.5);
}
.woocommerce div.product .summary.entry-summary .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1;
}
.woocommerce div.product .summary.entry-summary .woocommerce-product-rating .star-rating {
  margin-right: 0.5rem;
}
.woocommerce div.product .summary.entry-summary .product_meta {
  margin-top: 2rem;
  font-size: 0.875rem;
}
.woocommerce div.product .summary.entry-summary .product_meta > span {
  display: block;
}
.woocommerce div.product div.images {
  margin-bottom: 2rem;
}
.woocommerce div.product div.images img {
  background-color: #fff;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
@media (max-width: 767px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    float: left;
    width: 47%;
  }
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  position: relative;
}
@media (max-width: 767px) {
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav {
    position: relative;
    top: calc(50% - 20px);
    list-style: none;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev,
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
    position: absolute;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev a,
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    outline: none;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev a.flex-disabled,
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next a.flex-disabled {
    display: none !important;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev a svg,
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next a svg {
    fill: #fff;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
    left: 10px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-prev a {
    padding-right: 0.3rem;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
    right: 10px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav .flex-nav-next a {
    padding-left: 0.3rem;
  }
}
@media (min-width: 768px) {
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-direction-nav {
    display: none;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  text-align: center;
  background-color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: block;
  text-decoration: none;
  border: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  opacity: 0;
}
@media (max-width: 991px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--wp--custom--color--text-primary);
    text-decoration: none;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3Csvg%20preserveAspectRatio%3D%22xMinYMid%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%22-5.499%20-5.5%2032%2032%22%3E%3Cpath%20fill%3D%22%2523444444%22%20d%3D%22M20.35%2017.871l-4.974-4.23c-.516-.463-1.065-.676-1.509-.655a7.875%207.875%200%2010-.882.88c-.021.444.192.994.655%201.51l4.23%204.974c.725.805%201.908.873%202.629.15.724-.722.656-1.904-.149-2.629zM7.876%2013.126a5.25%205.25%200%2011.001-10.501%205.25%205.25%200%2001-.001%2010.501z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    border: 1px solid var(--wp--custom--color--border);
    border-radius: 50%;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:is(:hover, :focus) {
  opacity: 0.7;
}
.woocommerce div.product div.images .flex-control-thumbs {
  list-style: none;
}
@media (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 0.5rem minmax(0, 1fr) 0.5rem minmax(0, 1fr) 0.5rem minmax(0, 1fr) 0.5rem minmax(0, 1fr);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    margin-left: 0.3rem;
    background-color: var(--wp--custom--color--background-secondary);
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs li img {
    z-index: -100;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 0;
  }
  .woocommerce div.product div.images .flex-control-thumbs li img.flex-active + span {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: var(--wp--preset--color--accent);
    border-radius: 50%;
  }
}
@media (min-width: 768px) {
  .woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid var(--wp--custom--color--border);
  }
  .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border: 1px solid var(--wp--preset--color--accent);
  }
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  cursor: pointer;
}
.woocommerce div.product .woocommerce-tabs {
  display: inline-block;
  width: 100%;
  margin: 2rem 0 0;
  clear: both;
}
.woocommerce div.product .woocommerce-tabs h2.woocommerce-Reviews-title {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
@media only screen and (max-width: 374px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    word-break: break-all;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  border-bottom: 1px solid var(--wp--custom--color--border);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  display: inline-block;
  background-color: var(--wp--custom--color--background-tertiary);
  border: 1px solid var(--wp--custom--color--border);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
  background-color: inherit;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:only-of-type {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:only-of-type a {
  font-weight: bold;
  border-bottom: 1px dotted var(--wp--custom--color--border);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li + li {
  margin-left: 0.25rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs a {
  display: block;
  padding: calc(var(--wp--custom--spacing--base) * 0.5) calc(var(--wp--custom--spacing--base) * 0.75);
  text-decoration: none;
}
@media (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs a {
    padding: calc(var(--wp--custom--spacing--base) * 0.5) calc(var(--wp--custom--spacing--base) * 1.25);
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs a:hover {
  color: inherit;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: var(--wp--custom--spacing--base) calc(var(--wp--custom--spacing--base) * 0.75);
  border-right: 1px solid var(--wp--custom--color--border);
  border-bottom: 1px solid var(--wp--custom--color--border);
  border-left: 1px solid var(--wp--custom--color--border);
}
@media (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: calc(var(--wp--custom--spacing--base) * 1.25);
  }
}
.woocommerce div.product .woocommerce-tabs .panel > :last-child {
  margin-bottom: 0;
}
.woocommerce div.product form.cart {
  margin: 1.5em 0;
}
.woocommerce div.product form.cart::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 0.5em 0 0;
}
.woocommerce div.product form.cart .qty {
  height: 2.75em;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  position: relative;
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border: 0;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: list-item;
  padding: 0;
  line-height: 2em;
  vertical-align: top;
  list-style: none;
  background-color: transparent;
  border: 0;
}
.woocommerce div.product form.cart .variations th {
  text-align: left;
}
.woocommerce div.product form.cart .variations select {
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .variations td.value {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations td.value .reset_variations[style*=hidden] {
  display: none !important;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  font-size: 0.83em;
  visibility: hidden;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  float: left;
  height: 2.75em;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .button {
    min-width: 70%;
  }
}
.woocommerce div.product form.cart .group_table {
  margin-bottom: 1em;
  border-top: 1px solid var(--wp--custom--color--border);
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.3;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid var(--wp--custom--color--border);
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce div.product form.cart .group_table td:first-child .button {
  width: 100%;
  min-height: 3em;
  padding: 0.5em 0.25em;
  font-size: 0.6875rem;
}
.woocommerce div.product form.cart .group_table td:last-child {
  text-align: right;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.woocommerce div.product form.cart .variations_button {
  padding-top: 1em;
}
.woocommerce .products.upsells > h2,
.woocommerce .products.related > h2,
.woocommerce .cross-sells > h2 {
  margin-top: 2rem;
  margin-bottom: 0.25rem;
  font-size: calc(var(--wp--custom--font-size--heading-h-2) * 1.2);
}
@media (min-width: 768px) {
  .woocommerce .products.upsells > h2,
  .woocommerce .products.related > h2,
  .woocommerce .cross-sells > h2 {
    font-size: var(--wp--custom--font-size--heading-h-2);
  }
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  padding: 0;
  margin: 0;
  list-style: none outside;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  *zoom: 1;
  padding: 10px;
  margin: 0;
  margin-bottom: 10px;
  color: var(--wp--custom--color--text-primary);
  list-style: none;
  background-color: var(--wp--custom--color--background-tertiary);
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
  display: table;
  content: " ";
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  width: 55px;
  height: auto;
  margin-left: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  *zoom: 1;
  padding-left: 1em;
  margin: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
  display: table;
  content: " ";
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  padding: 4px 0 0;
  margin-bottom: 0.5em;
  border-top: 3px double #e0e0e0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  display: inline-block;
  min-width: 40px;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  position: relative;
  padding-top: 10px;
  padding-left: 2.5em;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 12px;
  left: 0.5em;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  display: table;
  content: " ";
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  padding: 0;
  margin: 0;
  list-style: none outside;
  border: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  display: table;
  content: " ";
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  margin-right: 0.618em;
  font-family: "WooCommerce";
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  content: "\e013";
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #ca2424;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none outside;
  zoom: 1;
  border: 0;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  margin-right: 0.618em;
  font-family: "WooCommerce";
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  content: "\e013";
  speak: none;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5em;
  color: #ca2424;
  vertical-align: inherit;
}
.woocommerce .widget_rating_filter ul {
  padding: 0;
  margin: 0;
  list-style: none outside;
  border: 0;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  display: table;
  content: " ";
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  display: inline-block;
  float: none;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  margin-right: 0.618em;
  font-family: "WooCommerce";
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  content: "\e013";
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #ca2424;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 0.8751em;
  line-height: 2.4;
  text-align: right;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
  font-size: 1.15em;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  margin-right: 0.5em;
  margin-left: 0.5em;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -0.3em;
  z-index: 2;
  width: 1em;
  height: 1em;
  /* rtl:ignore */
  margin-left: -0.5em;
  cursor: ew-resize;
  background-color: #7a7a7a;
  border-radius: 1em;
  outline: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  font-size: 0.7em;
  background-color: #7a7a7a;
  border: 0;
  border-radius: 1em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #2e2e2e;
  border: 0;
  border-radius: 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

ul.products {
  display: -ms-grid;
  display: grid;
  padding-left: 0;
  clear: both;
  list-style: none;
}
ul.products li.products-item {
  position: relative;
  margin-bottom: 0;
}
ul.products li.products-item .products-item-title,
ul.products li.products-item .woocommerce-loop-category__title {
  padding-left: 0;
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.4;
  border-left: 0;
}
ul.products li.products-item .price {
  display: block;
  margin-top: 0.25rem;
  line-height: 1.4;
}
ul.products li.products-item .price ins {
  text-decoration: none;
}
ul.products li.products-item .price del {
  color: var(--wp--custom--color--text-secondary);
}
ul.products li.products-item .price .woocommerce-price-suffix {
  font-size: 0.7em;
}
ul.products li.products-item a {
  text-decoration: none;
  outline: none;
}
ul.products li.products-item .products-item-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--wp--custom--color--border);
}
ul.products li.products-item .products-item-image img {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
ul.products li.products-item .products-item-image img:is(:hover, :focus) {
  opacity: 0.7;
}
ul.products li.products-item .star-rating {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
}
ul.products li.products-item .button {
  margin-top: 0.5rem;
}
ul.products li.products-item .japacart-button-details {
  display: none;
}
ul.products li.products-item .woocommerce-loop-category__title mark {
  display: none;
}

ul.products.columns-1 .products-item-title,
ul.products.columns-1 .woocommerce-loop-category__title {
  font-size: var(--wp--custom--font-size--heading-h-3);
}
ul.products.columns-1 .price,
ul.products.columns-1 .onsale,
ul.products.columns-1 .button {
  font-size: 1rem;
}
ul.products.columns-2 .products-item-title,
ul.products.columns-2 .woocommerce-loop-category__title {
  font-size: 1.0625rem;
}
ul.products.columns-2 .price,
ul.products.columns-2 .onsale,
ul.products.columns-2 .button {
  font-size: 1rem;
}
ul.products.columns-3 .products-item-title,
ul.products.columns-3 .woocommerce-loop-category__title {
  font-size: 1rem;
}
@media (max-width: 767px) {
  ul.products.columns-3 .products-item-title,
  ul.products.columns-3 .woocommerce-loop-category__title {
    font-size: 0.9375rem;
  }
}
ul.products.columns-3 .price,
ul.products.columns-3 .onsale,
ul.products.columns-3 .button {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  ul.products.columns-3 .price,
  ul.products.columns-3 .onsale,
  ul.products.columns-3 .button {
    font-size: 0.875rem;
  }
}
ul.products.columns-4 .products-item-title,
ul.products.columns-4 .woocommerce-loop-category__title {
  font-size: 0.9375rem;
}
ul.products.columns-4 .price,
ul.products.columns-4 .onsale,
ul.products.columns-4 .button {
  font-size: 0.875rem;
}

ul.products.columns-2 .woocommerce-product-details__short-description, ul.products.columns-3 .woocommerce-product-details__short-description, ul.products.columns-4 .woocommerce-product-details__short-description {
  display: none;
}
@media (max-width: 575px) {
  ul.products.columns-1 .woocommerce-product-details__short-description {
    display: none;
  }
}
ul.products.columns-1 li.products-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
  border-bottom: 1px solid var(--wp--custom--color--border);
}
ul.products.columns-1 li.products-item:first-child {
  border-top: 1px solid var(--wp--custom--color--border);
}
ul.products.columns-1 li.products-item .products-item-title,
ul.products.columns-1 li.products-item .woocommerce-loop-category__title {
  margin-bottom: 0.75rem;
  font-weight: bold;
}
ul.products.columns-1 li.products-item .button {
  margin-top: 1.25rem;
  letter-spacing: 0.05em;
}
ul.products.columns-1 li.products-item .japacart-button-details {
  display: inline-block;
}
ul.products.columns-1 li.products-item .button + .japacart-button-details,
ul.products.columns-1 li.products-item .button + * + .japacart-button-details {
  display: none;
}
ul.products.columns-1 li.products-item .woocommerce-product-details__short-description {
  margin-top: calc(var(--wp--custom--spacing--base) * 0.75);
  margin-bottom: calc(var(--wp--custom--spacing--base) * 0.5);
}
ul.products.columns-1 li.products-item .woocommerce-product-details__short-description > ul {
  list-style-type: disc;
}
ul.products.columns-1 li.products-item .products-item-inner,
ul.products.columns-1 li.products-item .products-item-inner > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.products.columns-1 li.products-item .products-item-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
ul.products.columns-1 li.products-item .products-item-inner > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
ul.products.columns-1 li.products-item .products-item-inner.categories-item-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.products.columns-1 li.products-item .products-item-image {
  width: 40%;
  margin-right: var(--wp--custom--padding--content);
}
ul.products.columns-1 li.products-item .products-item-content {
  width: 60%;
}
ul.products.columns-2 {
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (min-width: 576px) {
  ul.products.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.products.columns-3 {
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (min-width: 576px) {
  ul.products.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.products.columns-4 {
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  ul.products.columns-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  ul.products.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.woocommerce-result-count {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .woocommerce-result-count {
    margin-bottom: 0.5rem;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .woocommerce-result-count {
    float: left;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}

.woocommerce-ordering {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .woocommerce-ordering {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .woocommerce-ordering {
    float: right;
  }
}

[class*=widget-mobile-navigation-] ul.products.columns-1,
.japacart-sidebar ul.products.columns-1,
.footer-widgets__col ul.products.columns-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
[class*=widget-mobile-navigation-] ul.products.columns-2,
.japacart-sidebar ul.products.columns-2,
.footer-widgets__col ul.products.columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
[class*=widget-mobile-navigation-] ul.products.columns-3,
.japacart-sidebar ul.products.columns-3,
.footer-widgets__col ul.products.columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
[class*=widget-mobile-navigation-] ul.products.columns-4,
.japacart-sidebar ul.products.columns-4,
.footer-widgets__col ul.products.columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

[class*=widget-mobile-navigation-] ul.products {
  padding: 1rem;
  background-color: #fff;
}
@media (min-width: 576px) and (max-width: 991px) {
  [class*=widget-mobile-navigation-] ul.products {
    padding: 1.5rem;
  }
}
[class*=widget-mobile-navigation-] ul.products.columns-1 .products-item-title,
[class*=widget-mobile-navigation-] ul.products.columns-1 .woocommerce-loop-category__title, [class*=widget-mobile-navigation-] ul.products.columns-2 .products-item-title,
[class*=widget-mobile-navigation-] ul.products.columns-2 .woocommerce-loop-category__title, [class*=widget-mobile-navigation-] ul.products.columns-3 .products-item-title,
[class*=widget-mobile-navigation-] ul.products.columns-3 .woocommerce-loop-category__title, [class*=widget-mobile-navigation-] ul.products.columns-4 .products-item-title,
[class*=widget-mobile-navigation-] ul.products.columns-4 .woocommerce-loop-category__title {
  font-size: 0.875rem;
}
[class*=widget-mobile-navigation-] ul.products.columns-1 .price,
[class*=widget-mobile-navigation-] ul.products.columns-1 .onsale,
[class*=widget-mobile-navigation-] ul.products.columns-1 .button, [class*=widget-mobile-navigation-] ul.products.columns-2 .price,
[class*=widget-mobile-navigation-] ul.products.columns-2 .onsale,
[class*=widget-mobile-navigation-] ul.products.columns-2 .button, [class*=widget-mobile-navigation-] ul.products.columns-3 .price,
[class*=widget-mobile-navigation-] ul.products.columns-3 .onsale,
[class*=widget-mobile-navigation-] ul.products.columns-3 .button, [class*=widget-mobile-navigation-] ul.products.columns-4 .price,
[class*=widget-mobile-navigation-] ul.products.columns-4 .onsale,
[class*=widget-mobile-navigation-] ul.products.columns-4 .button {
  font-size: 0.75rem;
}
[class*=widget-mobile-navigation-] ul.products.columns-2 .products-item-title,
[class*=widget-mobile-navigation-] ul.products.columns-2 .woocommerce-loop-category__title, [class*=widget-mobile-navigation-] ul.products.columns-3 .products-item-title,
[class*=widget-mobile-navigation-] ul.products.columns-3 .woocommerce-loop-category__title, [class*=widget-mobile-navigation-] ul.products.columns-4 .products-item-title,
[class*=widget-mobile-navigation-] ul.products.columns-4 .woocommerce-loop-category__title {
  margin-top: 0.5rem;
}
[class*=widget-mobile-navigation-] ul.products.columns-1 li.products-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
[class*=widget-mobile-navigation-] ul.products.columns-1 li.products-item .products-item-title,
[class*=widget-mobile-navigation-] ul.products.columns-1 li.products-item .woocommerce-loop-category__title {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
[class*=widget-mobile-navigation-] ul.products.columns-1 li.products-item .button {
  margin-top: 0.5rem;
}
[class*=widget-mobile-navigation-] ul.products.columns-1 li.products-item .products-item-image {
  margin-right: 1rem;
}
[class*=widget-mobile-navigation-] ul.products.columns-2 {
  row-gap: 1.25rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
[class*=widget-mobile-navigation-] ul.products.columns-3, [class*=widget-mobile-navigation-] ul.products.columns-4 {
  row-gap: 1rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

@media (min-width: 992px) {
  .japacart-sidebar ul.products.columns-1 .products-item-title,
  .japacart-sidebar ul.products.columns-1 .woocommerce-loop-category__title, .japacart-sidebar ul.products.columns-2 .products-item-title,
  .japacart-sidebar ul.products.columns-2 .woocommerce-loop-category__title, .japacart-sidebar ul.products.columns-3 .products-item-title,
  .japacart-sidebar ul.products.columns-3 .woocommerce-loop-category__title, .japacart-sidebar ul.products.columns-4 .products-item-title,
  .japacart-sidebar ul.products.columns-4 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-1 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-1 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-2 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-2 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-3 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-3 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-4 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-4 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-1 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-1 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-2 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-2 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-3 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-3 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-4 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-4 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-1 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-1 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-2 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-2 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-3 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-3 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-4 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-4 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-1 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-1 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-2 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-2 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-3 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-3 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-4 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-4 .woocommerce-loop-category__title {
    font-size: 0.875rem;
  }
  .japacart-sidebar ul.products.columns-1 .price,
  .japacart-sidebar ul.products.columns-1 .onsale,
  .japacart-sidebar ul.products.columns-1 .button, .japacart-sidebar ul.products.columns-2 .price,
  .japacart-sidebar ul.products.columns-2 .onsale,
  .japacart-sidebar ul.products.columns-2 .button, .japacart-sidebar ul.products.columns-3 .price,
  .japacart-sidebar ul.products.columns-3 .onsale,
  .japacart-sidebar ul.products.columns-3 .button, .japacart-sidebar ul.products.columns-4 .price,
  .japacart-sidebar ul.products.columns-4 .onsale,
  .japacart-sidebar ul.products.columns-4 .button,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-1 .price,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-1 .onsale,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-1 .button,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-2 .price,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-2 .onsale,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-2 .button,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-3 .price,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-3 .onsale,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-3 .button,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-4 .price,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-4 .onsale,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-4 .button,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-1 .price,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-1 .onsale,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-1 .button,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-2 .price,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-2 .onsale,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-2 .button,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-3 .price,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-3 .onsale,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-3 .button,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-4 .price,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-4 .onsale,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-4 .button,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-1 .price,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-1 .onsale,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-1 .button,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-2 .price,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-2 .onsale,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-2 .button,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-3 .price,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-3 .onsale,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-3 .button,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-4 .price,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-4 .onsale,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-4 .button,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-1 .price,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-1 .onsale,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-1 .button,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-2 .price,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-2 .onsale,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-2 .button,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-3 .price,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-3 .onsale,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-3 .button,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-4 .price,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-4 .onsale,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-4 .button {
    font-size: 0.75rem;
  }
  .japacart-sidebar ul.products.columns-2 .products-item-title,
  .japacart-sidebar ul.products.columns-2 .woocommerce-loop-category__title, .japacart-sidebar ul.products.columns-3 .products-item-title,
  .japacart-sidebar ul.products.columns-3 .woocommerce-loop-category__title, .japacart-sidebar ul.products.columns-4 .products-item-title,
  .japacart-sidebar ul.products.columns-4 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-2 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-2 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-3 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-3 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-4 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-4 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-2 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-2 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-3 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-3 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-4 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-4 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-2 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-2 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-3 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-3 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-4 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-4 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-2 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-2 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-3 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-3 .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-4 .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-4 .woocommerce-loop-category__title {
    margin-top: 0.5rem;
  }
  .japacart-sidebar ul.products.columns-1 li.products-item,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-1 li.products-item,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-1 li.products-item,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-1 li.products-item,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-1 li.products-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .japacart-sidebar ul.products.columns-1 li.products-item .products-item-title,
  .japacart-sidebar ul.products.columns-1 li.products-item .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-1 li.products-item .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-1 li.products-item .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-1 li.products-item .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-1 li.products-item .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-1 li.products-item .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-1 li.products-item .woocommerce-loop-category__title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-1 li.products-item .products-item-title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-1 li.products-item .woocommerce-loop-category__title {
    margin-top: 0;
    margin-bottom: 0.25rem;
  }
  .japacart-sidebar ul.products.columns-1 li.products-item .button,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-1 li.products-item .button,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-1 li.products-item .button,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-1 li.products-item .button,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-1 li.products-item .button {
    margin-top: 0.5rem;
  }
  .japacart-sidebar ul.products.columns-1 li.products-item .products-item-image,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-1 li.products-item .products-item-image,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-1 li.products-item .products-item-image,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-1 li.products-item .products-item-image,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-1 li.products-item .products-item-image {
    margin-right: 1rem;
  }
  .japacart-sidebar ul.products.columns-2,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-2,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-2,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-2,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-2 {
    row-gap: 1.25rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .japacart-sidebar ul.products.columns-3, .japacart-sidebar ul.products.columns-4,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-3,
  .footer-widgets__col:first-child:nth-last-child(2) ul.products.columns-4,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-3,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col ul.products.columns-4,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-3,
  .footer-widgets__col:first-child:nth-last-child(3) ul.products.columns-4,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-3,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col ul.products.columns-4 {
    row-gap: 1rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  *zoom: 1;
  position: relative;
  width: auto;
  padding: 1em;
  margin: 0 0 2em;
  color: #474747;
  word-wrap: break-word;
  list-style: none outside;
  background-color: var(--wp--custom--color--background-tertiary);
  border-top: 3px solid #7a7a7a;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  display: table;
  content: " ";
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button {
  float: right;
  margin-left: 0.5em;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none outside !important;
}

/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-top-color: #7a7a7a;
}

.woocommerce-info {
  border-top-color: #7a7a7a;
}

.woocommerce-error {
  border-top-color: #7a7a7a;
}

/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  display: table;
  content: " ";
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  display: table;
  content: " ";
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  padding-left: 0;
  margin-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.woocommerce-account ul.digital-downloads li::before {
  margin-right: 0.618em;
  font-family: "WooCommerce";
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  content: "\e00a";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
.woocommerce-account .woocommerce-form .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-form button {
  padding-right: 3em;
  padding-left: 3em;
}
.woocommerce-account .woocommerce-form .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form .woocommerce-form-login__rememberme {
  margin-top: 1em;
}
.woocommerce-account .woocommerce-form .woocommerce-form-register__submit {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 3em;
  }
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 28%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 0.5em;
  background: var(--wp--custom--color--background-tertiary);
  -webkit-transition: all 0.3ms;
  transition: all 0.3ms;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 1em 1.5em;
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--custom--color--text-primary);
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:is(:hover, :focus) {
  color: #fff;
  background-color: var(--wp--custom--color--background-secondary);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #fff;
  background-color: var(--wp--custom--color--background-primary);
}
.woocommerce-account header.woocommerce-Address-title {
  margin-top: 2em;
  margin-bottom: 1em;
  overflow: hidden;
  border-bottom: 2px solid currentColor;
}
.woocommerce-account header.woocommerce-Address-title h3 {
  float: left;
}
.woocommerce-account header.woocommerce-Address-title a {
  float: right;
  padding: 0.15em 1em;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  background-color: var(--wp--custom--color--background-primary);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.woocommerce-account header.woocommerce-Address-title a:is(:hover, :focus) {
  opacity: 0.8;
}
.woocommerce-account fieldset {
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: var(--wp--custom--color--background-tertiary);
  border: 0;
}
.woocommerce-account fieldset legend {
  padding: 0.5em 1.5em 1.5em;
  margin-left: -1em;
  font-weight: bold;
  background-color: var(--wp--custom--color--background-tertiary);
}

body.woocommerce-account h2 {
  margin-top: 1em;
}

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart .product-thumbnail img,
.woocommerce-checkout table.cart .product-thumbnail img,
#add_payment_method table.cart .product-thumbnail img {
  display: block;
  max-width: 80px;
  height: auto;
  margin: 0 auto;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin: 0 4px 0 0;
  outline: 0;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  display: table;
  content: " ";
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 1.25em;
  text-align: center;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  display: inline-block;
  float: none;
  margin-top: 0.5em;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  margin-left: 0.618em;
  font-family: "WooCommerce";
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  content: "\e019";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0;
}
.woocommerce-cart .cart-collaterals button[name=calc_shipping],
.woocommerce-checkout .cart-collaterals button[name=calc_shipping],
#add_payment_method .cart-collaterals button[name=calc_shipping] {
  width: 100%;
}
.woocommerce-cart .cart-collaterals #calc_shipping_postcode_field,
.woocommerce-checkout .cart-collaterals #calc_shipping_postcode_field,
#add_payment_method .cart-collaterals #calc_shipping_postcode_field {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout .cart-collaterals .cart_totals h2,
#add_payment_method .cart-collaterals .cart_totals h2 {
  margin-bottom: 0.25em;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  font-size: 0.83em;
  color: var(--wp--custom--color--text-secondary);
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  padding: 0;
  margin: 0 0 6px;
  border-collapse: separate;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 35%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  line-height: 1.5em;
  border-right: 0;
  border-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: var(--wp--custom--color--text-secondary);
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #7a7a7a;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #e0e0e0;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-top: 1em;
  margin-bottom: 0;
}
.woocommerce-cart .checkout h3,
.woocommerce-checkout .checkout h3,
#add_payment_method .checkout h3 {
  margin-top: 1.5em;
}
.woocommerce-cart .checkout .woocommerce-billing-fields > h3:first-child,
.woocommerce-checkout .checkout .woocommerce-billing-fields > h3:first-child,
#add_payment_method .checkout .woocommerce-billing-fields > h3:first-child {
  margin-top: 0;
}
.woocommerce-cart .checkout .woocommerce-additional-fields,
.woocommerce-checkout .checkout .woocommerce-additional-fields,
#add_payment_method .checkout .woocommerce-additional-fields {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .woocommerce-cart .checkout h3#order_review_heading,
  .woocommerce-checkout .checkout h3#order_review_heading,
  #add_payment_method .checkout h3#order_review_heading {
    margin-top: 0;
  }
  .woocommerce-cart .checkout .col2-set,
  .woocommerce-checkout .checkout .col2-set,
  #add_payment_method .checkout .col2-set {
    *zoom: 1;
    float: left;
    width: 48.9411764706%;
    margin-right: 5.8823529412%;
  }
  .woocommerce-cart .checkout .col2-set::before, .woocommerce-cart .checkout .col2-set::after,
  .woocommerce-checkout .checkout .col2-set::before,
  .woocommerce-checkout .checkout .col2-set::after,
  #add_payment_method .checkout .col2-set::before,
  #add_payment_method .checkout .col2-set::after {
    display: table;
    content: " ";
  }
  .woocommerce-cart .checkout .col2-set::after,
  .woocommerce-checkout .checkout .col2-set::after,
  #add_payment_method .checkout .col2-set::after {
    clear: both;
  }
  .woocommerce-cart .checkout .col2-set.addresses,
  .woocommerce-checkout .checkout .col2-set.addresses,
  #add_payment_method .checkout .col2-set.addresses {
    width: 100%;
  }
  .woocommerce-cart .checkout .col2-set.addresses .col-1, .woocommerce-cart .checkout .col2-set.addresses .col-2,
  .woocommerce-checkout .checkout .col2-set.addresses .col-1,
  .woocommerce-checkout .checkout .col2-set.addresses .col-2,
  #add_payment_method .checkout .col2-set.addresses .col-1,
  #add_payment_method .checkout .col2-set.addresses .col-2 {
    width: 100%;
  }
  .woocommerce-cart .checkout .col2-set .col-1,
  .woocommerce-checkout .checkout .col2-set .col-1,
  #add_payment_method .checkout .col2-set .col-1 {
    float: none;
    width: 100%;
  }
  .woocommerce-cart .checkout .col2-set .col-2,
  .woocommerce-checkout .checkout .col2-set .col-2,
  #add_payment_method .checkout .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce-cart .checkout #order_review_heading,
  .woocommerce-cart .checkout #order_review,
  .woocommerce-checkout .checkout #order_review_heading,
  .woocommerce-checkout .checkout #order_review,
  #add_payment_method .checkout #order_review_heading,
  #add_payment_method .checkout #order_review {
    float: right;
    width: 45.1764705882%;
    margin-right: 0;
    clear: right;
  }
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  font-weight: normal;
  color: var(--wp--custom--color--text-secondary);
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  width: 100%;
  padding: 0;
  clear: left;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart #order_review_heading,
.woocommerce-checkout #order_review_heading,
#add_payment_method #order_review_heading {
  margin-bottom: 0.25em;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: var(--wp--custom--color--background-tertiary);
  border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  padding: 1em;
  margin: 0;
  text-align: left;
  list-style: none outside;
  border-bottom: 1px solid #c7c7c7;
}
.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  display: table;
  content: " ";
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: normal;
  line-height: 2;
  text-align: left;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 0.5em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  position: relative;
  padding: 0;
  margin: -2px 0 0 0.5em;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-icon {
  max-width: 39px !important;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  display: table;
  content: " ";
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.woocommerce-cart #payment div.form-row.place-order .button,
.woocommerce-checkout #payment div.form-row.place-order .button,
#add_payment_method #payment div.form-row.place-order .button {
  width: 100%;
  font-size: 1.25rem;
  white-space: pre-wrap;
}
.woocommerce-cart #payment div.form-row p,
.woocommerce-checkout #payment div.form-row p,
#add_payment_method #payment div.form-row p {
  margin-bottom: 1em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  line-height: 1.5;
  color: #474747;
  background-color: #d4d4d4;
  border-radius: 2px;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  margin-top: var(--wp--custom--spacing--base);
}
.woocommerce-cart #payment div.payment_box div.form-row,
.woocommerce-checkout #payment div.payment_box div.form-row,
#add_payment_method #payment div.payment_box div.form-row {
  padding: 1em 0;
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #bababa;
  border-top-color: #adadad;
}
.woocommerce-cart #payment div.payment_box :placeholder,
.woocommerce-checkout #payment div.payment_box :placeholder,
#add_payment_method #payment div.payment_box :placeholder {
  color: #adadad;
}
.woocommerce-cart #payment div.payment_box :input-placeholder,
.woocommerce-checkout #payment div.payment_box :input-placeholder,
#add_payment_method #payment div.payment_box :input-placeholder {
  color: #adadad;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  position: relative;
  margin: -3px 1em 0 0;
  vertical-align: middle;
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  font-weight: normal;
  color: var(--wp--custom--color--text-secondary);
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  position: absolute;
  top: -0.75em;
  left: 0;
  display: block;
  margin: -1em 0 0 2em;
  content: "";
  border: 1em solid #d4d4d4; /* arrow size / color */
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  font-size: 0.83em;
  line-height: 52px;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce-cart #coupon_code,
.woocommerce-checkout #coupon_code,
#add_payment_method #coupon_code {
  text-align: center;
}
@media (min-width: 768px) {
  .woocommerce-cart #coupon_code,
  .woocommerce-checkout #coupon_code,
  #add_payment_method #coupon_code {
    min-width: 10em;
  }
}

.woocommerce-terms-and-conditions {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.woocommerce-invalid #terms {
  outline: 2px solid #ca2424;
  outline-offset: 2px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  padding: 3px 0.5em;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  display: block;
  margin: 0.5em 0 0;
}

.select2-container .select2-selection--single {
  margin-bottom: 0 !important;
  border-color: var(--wp--custom--color--border);
}

.woocommerce-Tabs-panel--description::after,
.woocommerce-product-details__short-description::after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce-Tabs-panel--description > :first-child,
.woocommerce-product-details__short-description > :first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.woocommerce-Tabs-panel--description h2,
.woocommerce-product-details__short-description h2 {
  padding-left: 0.75em;
  letter-spacing: 0.025em;
  border-left: 2px solid currentColor;
}
.woocommerce-Tabs-panel--description h3,
.woocommerce-product-details__short-description h3 {
  padding-bottom: 0.25em;
  border-bottom: 2px solid currentColor;
}
.woocommerce-Tabs-panel--description table,
.woocommerce-product-details__short-description table {
  max-width: 100%;
  border-spacing: 0;
}
.woocommerce-Tabs-panel--description table th,
.woocommerce-product-details__short-description table th {
  font-weight: bold;
}
.woocommerce-Tabs-panel--description table th,
.woocommerce-Tabs-panel--description table td,
.woocommerce-product-details__short-description table th,
.woocommerce-product-details__short-description table td {
  padding: 1rem;
  border: 1px solid var(--wp--custom--color--border);
}
.woocommerce-Tabs-panel--description table thead,
.woocommerce-product-details__short-description table thead {
  border-bottom: 0;
}
.woocommerce-Tabs-panel--description table tfoot,
.woocommerce-product-details__short-description table tfoot {
  border-top: 0;
}
.woocommerce-Tabs-panel--description table table,
.woocommerce-product-details__short-description table table {
  border-spacing: 0;
}
.woocommerce-Tabs-panel--description :where(ul, ol),
.woocommerce-product-details__short-description :where(ul, ol) {
  padding-left: 1.3em;
}
.woocommerce-Tabs-panel--description :where(li),
.woocommerce-product-details__short-description :where(li) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.woocommerce-Tabs-panel--description .wp-block-list,
.woocommerce-product-details__short-description .wp-block-list {
  padding-left: 1.3em;
}

.woocommerce-Tabs-panel--description > *,
.term-description > *,
.woocommerce-terms-and-conditions > * {
  -webkit-margin-before: var(--wp--custom--spacing--base);
          margin-block-start: var(--wp--custom--spacing--base);
}

.woocommerce-product-details__short-description > * {
  -webkit-margin-before: calc(var(--wp--custom--spacing--base) * 0.5);
          margin-block-start: calc(var(--wp--custom--spacing--base) * 0.5);
}

.woocommerce-terms-and-conditions {
  background-color: #fff;
}
.woocommerce-terms-and-conditions :where(ul, ol) {
  padding-left: 1.3em;
}
.woocommerce-terms-and-conditions :where(li) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.woocommerce-terms-and-conditions .wp-block-list {
  padding-left: 1.3em;
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.8);
}
.pswp__img {
  background-color: #fff;
}
.pswp__caption {
  display: none;
}

.account-unit {
  z-index: 30;
}
@media (max-width: 991px) {
  .account-unit.account-unit--has-cart-button + .hamburger {
    margin-left: -2px;
    border-left: 0;
  }
}
@media (min-width: 992px) {
  .account-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.account-unit__cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .account-unit__cart {
    width: 52px;
    height: 50px;
    background-color: #fff;
    border: 1px solid var(--wp--custom--color--border);
  }
}
@media (min-width: 992px) {
  .account-unit__cart {
    width: 38px;
    height: 38px;
    margin-left: 15px;
    line-height: 1;
  }
  .account-unit__cart path,
  .account-unit__cart circle {
    fill: var(--wp--custom--color--header-text);
  }
  .account-unit__cart:hover path,
  .account-unit__cart:hover circle {
    fill-opacity: 0.7;
  }
}
@media (max-width: 991px) {
  .account-unit__cart svg {
    position: absolute;
    top: 15px;
    right: 17px;
  }
}
.account-unit__cart-num {
  position: absolute;
  top: 8px;
  right: 2px;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  font-size: 0.8125rem;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: var(--wp--custom--color--wc-cart-num);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .account-unit__cart-num {
    top: -5px;
    right: -7px;
  }
}
.account-unit__member {
  list-style: none;
}
.account-unit__member a {
  color: var(--wp--custom--color--header-text);
  text-decoration: none;
}
.account-unit__member.account-unit__member--mobile {
  margin: calc(var(--wp--custom--padding--content) * 2) 1rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .account-unit__member.account-unit__member--mobile {
    display: none;
  }
}
.account-unit__member.account-unit__member--mobile a {
  display: block;
  padding: 0.5rem;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.025em;
  border: 1px solid currentColor;
}
.account-unit__member.account-unit__member--mobile a:hover {
  color: inherit;
}
.account-unit__member.account-unit__member--mobile .account-unit__member-item + .account-unit__member-item {
  margin-top: 0.5rem;
}
.account-unit__member.account-unit__member--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .account-unit__member.account-unit__member--pc {
    display: none;
  }
}
.account-unit__member.account-unit__member--pc a:is(:hover, :focus) {
  color: var(--wp--custom--color--header-text);
  opacity: 0.7;
}
.account-unit__member.account-unit__member--pc .account-unit__member-item + .account-unit__member-item {
  margin-left: 1em;
}

body.woocommerce-page .page-description,
body.woocommerce-page .term-description {
  padding-bottom: var(--wp--custom--spacing--base);
  margin-bottom: var(--wp--custom--spacing--base);
  border-bottom: 1px dotted var(--wp--custom--color--border);
}
body.woocommerce-page .page-description > :last-child,
body.woocommerce-page .term-description > :last-child {
  margin-bottom: 0;
}

.woocommerce-product-details__short-description iframe.storesjp-button-cart {
  display: block;
}

.widget_layered_nav ul > li:not(:last-child),
.widget_product_categories ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.widget_layered_nav ul a,
.widget_product_categories ul a {
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}

.widget_product_categories ul li:not(:last-child) ul {
  margin-bottom: 1em;
}
.widget_product_categories ul ul {
  margin-top: 0.5em;
  margin-left: 0.5em;
  font-size: 0.875rem;
}
.widget_product_categories ul ul > li {
  position: relative;
  display: block;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.widget_product_categories ul ul > li::before {
  position: absolute;
  left: 0;
  content: "-";
}

.widget-pc-header.woocommerce button.button {
  border: 1px solid var(--wp--custom--color--header-text);
}
.widget-pc-header.woocommerce .price_label,
.widget-pc-header.woocommerce .woocommerce-mini-cart__total,
.widget-pc-header.woocommerce .woocommerce-mini-cart__empty-message {
  color: var(--wp--custom--color--header-text);
}
.widget-pc-header.widget_product_categories, .widget-pc-header.widget_layered_nav, .widget-pc-header.widget_rating_filter {
  color: var(--wp--custom--color--header-text);
}
.widget-pc-header.widget_rating_filter .star-rating::before {
  color: var(--wp--custom--color--header-text);
}

[class*=widget-mobile-navigation-].woocommerce button.button {
  border: 1px solid #fff;
}
[class*=widget-mobile-navigation-].woocommerce .price_label,
[class*=widget-mobile-navigation-].woocommerce .woocommerce-mini-cart__total,
[class*=widget-mobile-navigation-].woocommerce .woocommerce-mini-cart__empty-message {
  color: #fff;
}
[class*=widget-mobile-navigation-].widget_product_categories, [class*=widget-mobile-navigation-].widget_layered_nav, [class*=widget-mobile-navigation-].widget_rating_filter {
  color: #fff;
}
[class*=widget-mobile-navigation-].widget_rating_filter .star-rating::before {
  color: #fff;
}

.widget_product_search .woocommerce-product-search {
  padding: 0.5em 0.75em;
  line-height: 1.3;
  color: var(--wp--custom--color--text-primary);
  background-color: #fff;
  border: 1px solid var(--wp--custom--color--border);
  position: relative;
  width: 100%;
  overflow: hidden;
}
.widget_product_search .woocommerce-product-search .search-field {
  width: 100%;
  padding: 0 1.75rem 0 0;
  border: 0;
}
.widget_product_search .woocommerce-product-search [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  font-size: 0;
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3Csvg%20preserveAspectRatio%3D%22xMinYMid%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%22-5.499%20-5.5%2032%2032%22%3E%3Cpath%20fill%3D%22%2523444444%22%20d%3D%22M20.35%2017.871l-4.974-4.23c-.516-.463-1.065-.676-1.509-.655a7.875%207.875%200%2010-.882.88c-.021.444.192.994.655%201.51l4.23%204.974c.725.805%201.908.873%202.629.15.724-.722.656-1.904-.149-2.629zM7.876%2013.126a5.25%205.25%200%2011.001-10.501%205.25%205.25%200%2001-.001%2010.501z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  border: 1px solid var(--wp--custom--color--secondary);
}
.widget_product_search .woocommerce-product-search [type=submit]:is(:hover, :focus) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.widget_product_search .woocommerce-product-search [type=submit] svg {
  display: none;
}

.widget_product_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
.widget_product_tag_cloud .tagcloud .tag-cloud-link,
.widget_product_tag_cloud .tagcloud [rel=tag] {
  display: block;
  padding: 0.25rem 0.5rem;
  margin: 0;
  font-size: 0.75rem !important;
  line-height: 1;
  color: var(--wp--custom--color--text-primary);
  text-decoration: none;
  background-color: var(--wp--custom--color--background-tertiary);
  border: 0;
  border-radius: 3px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.widget_product_tag_cloud .tagcloud .tag-cloud-link::before,
.widget_product_tag_cloud .tagcloud [rel=tag]::before {
  content: "#";
}
.widget_product_tag_cloud .tagcloud .tag-cloud-link:is(:hover, :focus),
.widget_product_tag_cloud .tagcloud [rel=tag]:is(:hover, :focus) {
  opacity: 0.8;
}

ul.wc-block-review-list,
ul.wc-block-grid__products,
ul.wc-block-product-categories-list.wc-block-product-categories-list,
ul.wc-block-checkbox-list,
ul.wc-block-active-filters__list {
  padding-left: 0;
  list-style: none;
}

ul.woocommerce-search-list__list {
  padding-left: 0;
  list-style: none;
}

.wp-block-button.wc-block-load-more .wp-block-button__link,
.wp-block-button__link.add_to_cart_button {
  color: #fff;
  border: 0;
}

.wp-block-button.wc-block-grid__product-add-to-cart a.added_to_cart {
  display: block;
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars,
.wc-block-components-product-rating__stars {
  font-family: "star" !important;
}

.wc-block-components-review-list-item__rating > div.wc-block-components-review-list-item__rating__stars span::before,
div.wc-block-components-product-rating__stars span::before,
.wc-block-grid__product-rating div.wc-block-grid__product-rating__stars span::before,
.wc-block-grid__products div.wc-block-grid__product-rating span::before {
  color: var(--wp--custom--color--wc-rating);
}

.wc-block-checkbox-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wc-block-checkbox-list input[type=checkbox] {
  width: 1.5em;
}

.wc-block-review-list.wc-block-components-review-list .wc-block-review-list-item__item.wc-block-components-review-list-item__item {
  margin-bottom: 1.5rem;
}
.wc-block-review-list.wc-block-components-review-list .wc-block-review-list-item__info.wc-block-components-review-list-item__info {
  margin-bottom: 0.5rem;
}
.wc-block-review-list.wc-block-components-review-list .wc-block-review-list-item__text.wc-block-components-review-list-item__text {
  font-size: 0.875rem;
}

div[class*=wc-block-featured-] {
  margin-top: var(--wp--custom--spacing--base);
}

.wc-block-grid {
  font-weight: normal;
}

.wc-block-components-product-name,
.wc-block-grid__product-link {
  text-decoration: none;
}

h2.wc-block-components-product-title,
.wc-block-grid__product-title {
  margin-top: 1em;
  font-size: var(--wp--custom--font-size--heading-h-4);
  font-weight: normal;
  text-decoration: none;
}

ul.wc-block-grid__products li.wc-block-grid__product {
  margin-top: 0;
  margin-bottom: 0;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
div.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
  color: #fff;
  background-color: var(--wp--custom--color--wc-sale-badge);
  border: 0;
}

.wc-block-components-sort-select__label {
  margin-right: 12px;
}

.wc-block-product-search .wc-block-product-search__label {
  font-weight: bold;
}
.wc-block-product-search .wc-block-product-search__field {
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0.5em 0.75em;
  line-height: 1.3;
  color: var(--wp--custom--color--text-primary);
  background-color: #fff;
  border: 1px solid var(--wp--custom--color--border);
}
.wc-block-product-search .wc-block-product-search__button {
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: calc(0.5em + 1px) calc(1em + 1px);
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: var(--wp--preset--color--accent);
  border: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background-color: var(--wp--custom--color--background-primary);
  border: 1px solid var(--wp--custom--color--background-secondary);
}
.wc-block-product-search .wc-block-product-search__button:is(:hover, :focus) {
  opacity: 0.8;
}
.wc-block-product-search .wc-block-product-search__field .components-text-control__input {
  min-height: auto;
  padding: 0;
  font-size: inherit;
  border: 0;
}

.wc-block-product-categories__button {
  background-color: var(--wp--custom--color--background-primary);
}
.wc-block-product-categories__button svg {
  fill: #fff;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list {
  margin-left: 0;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list a {
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list li:not(:last-child) ul {
  margin-bottom: 1em;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list ul {
  margin-top: 0.5em;
  margin-left: 0.5em;
  font-size: 0.875rem;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list ul > li {
  position: relative;
  display: block;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list ul > li::before {
  position: absolute;
  left: 0;
  content: "-";
}

.wp-block-woocommerce-price-filter {
  margin-top: 2rem;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  padding: 0.5em 0.75em;
  line-height: 1.3;
  color: var(--wp--custom--color--text-primary);
  background-color: #fff;
  border: 1px solid var(--wp--custom--color--border);
  max-width: 92px;
  border-color: var(--wp--custom--color--border) !important;
}

.wp-block-woocommerce-active-filters,
.wp-block-woocommerce-stock-filter,
.wp-block-woocommerce-attribute-filter,
.wc-block-rating-filter {
  margin-top: 1rem;
}

.wp-block-woocommerce-single-product .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.wp-block-woocommerce-single-product .wc-block-add-to-cart-form .quantity .qty {
  width: 5em;
  margin-right: 0;
}
.wp-block-woocommerce-single-product .wp-element-button {
  background-color: var(--wp--preset--color--accent);
}

.widget-pc-header .wc-block-product-search__label {
  color: var(--wp--custom--color--header-text);
}

[class*=widget-mobile-navigation-] ul.wc-block-review-list,
[class*=widget-mobile-navigation-] ul.wc-block-grid__products,
[class*=widget-mobile-navigation-] ul.wc-block-product-categories-list.wc-block-product-categories-list,
[class*=widget-mobile-navigation-] ul.wc-block-checkbox-list,
[class*=widget-mobile-navigation-] ul.wc-block-active-filters__list,
[class*=widget-mobile-navigation-] .wc-block-sort-select__label,
[class*=widget-mobile-navigation-] .wc-block-review-list-item__author,
[class*=widget-mobile-navigation-] .wc-block-review-list-item__published-date,
[class*=widget-mobile-navigation-] .wc-block-product-search__label {
  color: #fff;
}
[class*=widget-mobile-navigation-] .wc-block-grid__product-title {
  font-size: 0.875rem;
}
[class*=widget-mobile-navigation-] .wc-block-grid__product-price,
[class*=widget-mobile-navigation-] .wc-block-grid__product-add-to-cart {
  font-size: 0.75rem;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .japacart-sidebar .wc-block-grid__product-title,
  .footer-widgets__col:first-child:nth-last-child(2) .wc-block-grid__product-title,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col .wc-block-grid__product-title,
  .footer-widgets__col:first-child:nth-last-child(3) .wc-block-grid__product-title,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col .wc-block-grid__product-title {
    font-size: 0.875rem;
  }
  .japacart-sidebar .wc-block-grid__product-price,
  .japacart-sidebar .wc-block-grid__product-add-to-cart,
  .footer-widgets__col:first-child:nth-last-child(2) .wc-block-grid__product-price,
  .footer-widgets__col:first-child:nth-last-child(2) .wc-block-grid__product-add-to-cart,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col .wc-block-grid__product-price,
  .footer-widgets__col:first-child:nth-last-child(2) ~ .footer-widgets__col .wc-block-grid__product-add-to-cart,
  .footer-widgets__col:first-child:nth-last-child(3) .wc-block-grid__product-price,
  .footer-widgets__col:first-child:nth-last-child(3) .wc-block-grid__product-add-to-cart,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col .wc-block-grid__product-price,
  .footer-widgets__col:first-child:nth-last-child(3) ~ .footer-widgets__col .wc-block-grid__product-add-to-cart {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}

.modal-body.wcgwp_modal_body .giftwrap_details {
  margin-bottom: 1em;
}

.wc-giftwrap div.giftwrap_thumb {
  margin-top: 0;
}

.giftwrap_li.show_thumb {
  margin-top: 1em;
}

.wc_giftwrap_notes_container {
  padding-top: 1em;
}

a.wcgwp-modal-toggle.btn,
a.show_giftwrap.wcgwp-slide-toggle,
a.cancel_giftwrap {
  display: inline-block;
  padding: 0.25em 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #fff;
  text-decoration: none;
  background-color: var(--wp--custom--color--background-secondary);
  border: 0;
  border-radius: 5px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
a.wcgwp-modal-toggle.btn:is(:hover, :focus),
a.show_giftwrap.wcgwp-slide-toggle:is(:hover, :focus),
a.cancel_giftwrap:is(:hover, :focus) {
  color: #fff;
  opacity: 0.8;
}

.giftwrap_ul {
  overflow: hidden;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  top: auto;
  right: 10px;
  bottom: 5px;
  left: auto;
}

ul.products li.products-item .yith-wcwl-add-button a:not(.button),
ul.products li.products-item .yith-wcwl-wishlistaddedbrowse a:not(.button),
ul.products li.products-item .yith-wcwl-wishlistexistsbrowse a:not(.button) {
  text-decoration: underline;
}
@media (max-width: 575px) {
  ul.products.columns-1 .yith-wcwl-add-button,
  ul.products.columns-1 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-1 .yith-wcwl-wishlistexistsbrowse {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.products.columns-1 .yith-wcwl-add-button,
  ul.products.columns-1 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-1 .yith-wcwl-wishlistexistsbrowse {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  ul.products.columns-1 .yith-wcwl-add-button,
  ul.products.columns-1 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-1 .yith-wcwl-wishlistexistsbrowse {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  ul.products.columns-2 .yith-wcwl-add-button,
  ul.products.columns-2 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-2 .yith-wcwl-wishlistexistsbrowse {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.products.columns-2 .yith-wcwl-add-button,
  ul.products.columns-2 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-2 .yith-wcwl-wishlistexistsbrowse {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  ul.products.columns-2 .yith-wcwl-add-button,
  ul.products.columns-2 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-2 .yith-wcwl-wishlistexistsbrowse {
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  ul.products.columns-1 .yith-wcwl-add-button,
  ul.products.columns-1 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-1 .yith-wcwl-wishlistexistsbrowse, ul.products.columns-2 .yith-wcwl-add-button,
  ul.products.columns-2 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-2 .yith-wcwl-wishlistexistsbrowse {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.products.columns-3 .yith-wcwl-add-button,
  ul.products.columns-3 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-3 .yith-wcwl-wishlistexistsbrowse {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  ul.products.columns-3 .yith-wcwl-add-button,
  ul.products.columns-3 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-3 .yith-wcwl-wishlistexistsbrowse {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  ul.products.columns-3 .yith-wcwl-add-button,
  ul.products.columns-3 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-3 .yith-wcwl-wishlistexistsbrowse, ul.products.columns-4 .yith-wcwl-add-button,
  ul.products.columns-4 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-4 .yith-wcwl-wishlistexistsbrowse {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  ul.products.columns-3 .yith-wcwl-add-button,
  ul.products.columns-3 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-3 .yith-wcwl-wishlistexistsbrowse, ul.products.columns-4 .yith-wcwl-add-button,
  ul.products.columns-4 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-4 .yith-wcwl-wishlistexistsbrowse {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.products.columns-4 .yith-wcwl-add-button,
  ul.products.columns-4 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-4 .yith-wcwl-wishlistexistsbrowse {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  ul.products.columns-4 .yith-wcwl-add-button,
  ul.products.columns-4 .yith-wcwl-wishlistaddedbrowse,
  ul.products.columns-4 .yith-wcwl-wishlistexistsbrowse {
    font-size: 0.875rem;
  }
}

.wishlist-title.wishlist-title-with-form {
  margin-bottom: var(--wp--custom--spacing);
}

table.wishlist_table.shop_table.cart .dateadded,
.wishlist_table.shop_table.cart.mobile .dateadded {
  margin-bottom: 0.5em;
  font-size: 0.875rem;
}
table.wishlist_table.shop_table.cart .wishlist-in-stock,
.wishlist_table.shop_table.cart.mobile .wishlist-in-stock {
  color: var(--wp--custom--color--text-primary);
}
table.wishlist_table.shop_table.cart .wishlist-out-of-stock,
.wishlist_table.shop_table.cart.mobile .wishlist-out-of-stock {
  color: #ca2424;
}
table.wishlist_table.shop_table.cart .add_to_cart_button,
.wishlist_table.shop_table.cart.mobile .add_to_cart_button {
  display: inline-block !important;
  width: 100%;
  padding: 0.618em 0.5em;
  color: #fff;
  text-decoration: none;
  background-color: var(--wp--custom--color--background-primary);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
table.wishlist_table.shop_table.cart .add_to_cart_button:is(:hover, :focus),
.wishlist_table.shop_table.cart.mobile .add_to_cart_button:is(:hover, :focus) {
  outline: none;
  opacity: 0.7;
}

.yith-wcwl-share {
  width: 100%;
}

#yith_wcwl_share_url {
  width: 100%;
  margin-top: 1em;
}

table.wishlist_table.shop_table.cart {
  font-size: 1rem;
}
table.wishlist_table.shop_table.cart th {
  border-top: 0;
}
table.wishlist_table.shop_table.cart th.product-name {
  width: 25%;
}
table.wishlist_table.shop_table.cart th.product-stock-status {
  width: 12%;
}
table.wishlist_table.shop_table.cart td {
  text-align: left;
}
table.wishlist_table.shop_table.cart td.product-price .woocommerce-price-suffix {
  display: block;
}

.wishlist_table.shop_table.cart.mobile {
  width: 100%;
}
.wishlist_table.shop_table.cart.mobile li {
  padding-top: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  border-bottom: 1px solid var(--wp--custom--color--border);
}
.wishlist_table.shop_table.cart.mobile li:first-child {
  border-top: 1px solid var(--wp--custom--color--border);
}
.wishlist_table.shop_table.cart.mobile .item-wrapper {
  width: 100%;
}
.wishlist_table.shop_table.cart.mobile table.item-details-table {
  width: 100%;
}
.wishlist_table.shop_table.cart.mobile table.item-details-table td {
  padding: 0;
  font-size: 1rem;
}
.wishlist_table.shop_table.cart.mobile table.item-details-table td.label {
  font-weight: normal;
}
.wishlist_table.shop_table.cart.mobile table.additional-info td {
  font-size: 1rem;
}
.wishlist_table.shop_table.cart.mobile table.additional-info td.label {
  font-weight: normal;
}
.wishlist_table.shop_table.cart.mobile .wishlist-empty {
  margin: 3em 0 8em;
}
.wishlist_table.shop_table.cart.mobile .remove_from_wishlist {
  font-size: 1.5rem;
}