/*************************************
** Categories page
*************************************/

li.product-category.product a {
    transition: all .3s ease;
  }
  
  li.product-category.product a:hover h2 {
    opacity: 0;
  }
  
  
  li.product-category.product img {
    filter: brightness(0.5);
    transition: all .3s ease;
    opacity: 0.8;
  }
  
  li.product-category.product a:hover img {
    filter: brightness(1);
    opacity: 1;
  }
  
  h2.woocommerce-loop-category__title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff !important;
  }
  
  h2.woocommerce-loop-category__title .count {
    display: none;
  }
  
  .current-cat>a {
    color: #f0b622 !important;
  }
  
  /*************************************
  ** END Categories page
  *************************************/
  
  
  
  /* inject:scss */
  .alm-listing.products li img {
    position: static;
  }
  
  .osf-woocommerce-ajaxload .loading:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: p 0.45s infinite linear;
    -webkit-animation: p 0.45s infinite linear;
    margin: 30px auto;
  }
  
  @keyframes p {
    to {
      transform: rotate(1turn);
    }
  }
  
  .price del {
    font-weight: 400;
    text-decoration: line-through;
    position: relative;
    color: #b4bbc2;
  }
  
  .price del+ins {
    margin-left: 0.327em;
  }
  
  .product-title {
    font-weight: 500;
  }
  
  .site-header-cart {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
  }
  
  .site-header-cart .shopping_cart_nav .product_list_widget img,
  .site-header-cart .widget_shopping_cart .product_list_widget img {
    margin-right: 1em;
    max-width: 40px;
  }
  
  .site-search {
    font-size: 0.875em;
    clear: both;
    display: none;
  }
  
  .site-search .widget_product_search input[type="search"],
  .site-search .widget_product_search input[type="text"] {
    padding: 1em 1.41575em;
    line-height: 1;
  }
  
  .site-search .widget_product_search form:before {
    top: 1.15em;
    left: 1.15em;
  }
  
  .site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
  }
  
  /**
   * Shop tables
   */
  
  table.shop_table_responsive tbody th,
  table.shop_table_responsive thead {
    display: none;
  }
  
  table.shop_table_responsive tr td {
    display: block;
    clear: both;
  }
  
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  
  table.shop_table_responsive tr td.product-remove a {
    text-align: left;
  }
  
  table.shop_table_responsive tr td.actions:before,
  table.shop_table_responsive tr td.download-actions:before,
  table.shop_table_responsive tr td.product-remove:before {
    display: none;
  }
  
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
  }
  
  table.shop_table_responsive.my_account_orders .order-actions {
    text-align: right;
  }
  
  .stock:empty:before,
  table.shop_table_responsive.my_account_orders .order-actions:before {
    display: none;
  }
  
  .stock.in-stock {
    color: #0f834d;
  }
  
  .stock.out-of-stock {
    color: #e2401c;
  }
  
  a.reset_variations {
    display: inline-block;
    margin-left: 1em;
  }
  
  .site-header .shopping_cart_nav li,
  .site-header .shopping_cart_nav p.buttons,
  .site-header .shopping_cart_nav p.total,
  .site-header .widget_shopping_cart li,
  .site-header .widget_shopping_cart p.buttons,
  .site-header .widget_shopping_cart p.total {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .site-header .shopping_cart_nav>li {
    padding: 0;
  }
  
  .wc-proceed-to-checkout {
    margin-bottom: 1.618em;
  }
  
  .wc-proceed-to-checkout:after,
  .wc-proceed-to-checkout:before {
    content: "";
    display: table;
  }
  
  .wc-proceed-to-checkout:after {
    clear: both;
  }
  
  .wc-proceed-to-checkout .button {
    display: block;
  }
  
  .wc-proceed-to-checkout .button:after {
    content: none;
  }
  
  .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    white-space: normal;
  }
  
  .woocommerce-shipping-calculator,
  .woocommerce-shipping-calculator>p:first-child {
    margin: 0;
  }
  
  .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 1.41575em;
  }
  
  ul#shipping_method {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  
  ul#shipping_method li {
    margin-bottom: 0.23608em;
  }
  
  ul#shipping_method li:last-child {
    margin-bottom: 0;
  }
  
  ul#shipping_method input {
    margin-right: 0.33423em;
  }
  
  .woocommerce-checkout ul#shipping_method {
    margin-bottom: 0;
  }
  
  /**
   * Password strength meter
   */
  .woocommerce-password-strength {
    text-align: left;
    font-weight: 600;
    padding: 0.54079em 0;
    text-align: right;
    font-size: 0.875em;
  }
  
  .woocommerce-password-strength.strong {
    color: #0f834d;
  }
  
  .woocommerce-password-strength.bad,
  .woocommerce-password-strength.short {
    color: #e2401c;
  }
  
  .woocommerce-password-strength.good {
    color: #3d9cd2;
  }
  
  /**
   * General WooCommerce components
   */
  .woocommerce-form__label-for-checkbox {
    cursor: pointer;
    display: block;
  }
  
  .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: 0.33423em;
  }
  
  .form-row label {
    display: block;
    width: 100%;
  }
  
  .form-row input,
  .form-row select,
  .form-row textarea {
    width: 100%;
  }
  
  .form-row .button,
  .form-row input[type="checkbox"],
  .form-row input[type="radio"] {
    width: auto;
  }
  
  .form-row.create-account label {
    display: inline-block;
  }
  
  .form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
  }
  
  .form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
  }
  
  .form-row-last {
    margin-right: 0 !important;
  }
  
  .form-row-wide {
    clear: both;
    width: 100%;
  }
  
  .required {
    border-bottom: 0 !important;
    color: red;
  }
  
  .demo_store {
    position: fixed;
    left: 0;
    bottom: 69px;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #3d9cd2;
    color: #fff;
    z-index: 999;
  }
  
  .demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: block;
  }
  
  .demo_store a:hover {
    text-decoration: none;
  }
  
  .star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.1em;
    font-family: FontAwesome;
    font-weight: 400;
  }
  
  .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    opacity: 0.25;
    letter-spacing: 0.1em;
  }
  
  .star-rating:before,
  .star-rating span {
    float: left;
    top: 0;
    left: 0;
    position: absolute;
  }
  
  .star-rating span {
    overflow: hidden;
    padding-top: 1.5em;
  }
  
  .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #f68553;
    letter-spacing: 0.1em;
  }
  
  p.stars {
    display: inline-block;
    margin: 0;
  }
  
  p.stars>span {
    display: flex;
  }
  
  p.stars a {
    position: relative;
    text-indent: -999em;
    display: flex;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
    color: transparent;
  }
  
  p.stars a,
  p.stars a:before {
    height: 1em;
    width: 1em;
  }
  
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-family: FontAwesome;
    content: "\f006";
    color: #43454b;
    text-indent: 0;
    opacity: 0.25;
  }
  
  p.stars a:hover {
    color: transparent;
  }
  
  p.stars a:hover~a:before {
    content: "\f006";
    color: #43454b;
    opacity: 0.25;
  }
  
  p.stars:hover a:before {
    content: "\f006";
    color: #eea96a;
    opacity: 1;
  }
  
  p.stars.selected a.active:before {
    content: "\f006";
    color: #96588a;
    opacity: 1;
  }
  
  p.stars.selected a.active~a:before {
    content: "\f006";
    color: #43454b;
    opacity: 0.25;
  }
  
  p.stars.selected a:not(.active):before {
    content: "\f006";
    color: #96588a;
    opacity: 1;
  }
  
  .onsale {
    padding: 5px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    left: 15px;
    background-color: #fb5d5d;
    font-weight: 400;
  }
  
  .onsale,
  .out-of-stock {
    color: #fff;
    line-height: 1.2;
  }
  
  .out-of-stock {
    padding: 5px 10px;
    z-index: 15;
    text-transform: capitalize;
    background: #e3e3e3;
  }
  
  .quantity .qty {
    text-align: center;
    padding: 0;
    -moz-appearance: textfield;
  }
  
  .quantity .qty::-webkit-inner-spin-button,
  .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .storefront-sorting {
    font-size: 0.875em;
    margin-bottom: 2.61792em;
  }
  
  .related,
  .upsells {
    margin-top: 35px;
  }
  
  .related>h2:first-child,
  .upsells>h2:first-child {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 1.3em;
    text-align: center;
  }
  
  .woocommerce-notices-wrapper {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-noreviews,
  .woocommerce-notice,
  p.no-comments {
    padding: 1em 1.618em;
    background-color: #0f834d;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
  }
  
  .woocommerce-error:after,
  .woocommerce-error:before,
  .woocommerce-info:after,
  .woocommerce-info:before,
  .woocommerce-message:after,
  .woocommerce-message:before,
  .woocommerce-noreviews:after,
  .woocommerce-noreviews:before,
  .woocommerce-notice:after,
  .woocommerce-notice:before,
  p.no-comments:after,
  p.no-comments:before {
    content: "";
    display: table;
  }
  
  .woocommerce-error:after,
  .woocommerce-info:after,
  .woocommerce-message:after,
  .woocommerce-noreviews:after,
  .woocommerce-notice:after,
  p.no-comments:after {
    clear: both;
  }
  
  .woocommerce-error a,
  .woocommerce-info a,
  .woocommerce-message a,
  .woocommerce-noreviews a,
  .woocommerce-notice a,
  p.no-comments a {
    color: #fff;
    text-decoration: underline;
    padding-left: 6px;
  }
  
  .woocommerce-error a:hover,
  .woocommerce-info a:hover,
  .woocommerce-message a:hover,
  .woocommerce-noreviews a:hover,
  .woocommerce-notice a:hover,
  p.no-comments a:hover {
    color: #fff;
    opacity: 0.7;
  }
  
  .woocommerce-error a.button:hover,
  .woocommerce-info a.button:hover,
  .woocommerce-message a.button:hover,
  .woocommerce-noreviews a.button:hover,
  .woocommerce-notice a.button:hover,
  p.no-comments a.button:hover {
    opacity: 1;
  }
  
  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button,
  .woocommerce-noreviews .button,
  .woocommerce-notice .button,
  p.no-comments .button {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    border: none;
    margin-right: 10px;
  }
  
  @media (max-width: 480px) {
  
    .woocommerce-error .button,
    .woocommerce-info .button,
    .woocommerce-message .button,
    .woocommerce-noreviews .button,
    .woocommerce-notice .button,
    p.no-comments .button {
      padding-left: 0;
      border-left-width: 0;
      float: inherit;
      display: block;
    }
  }
  
  .woocommerce-error .button:hover,
  .woocommerce-info .button:hover,
  .woocommerce-message .button:hover,
  .woocommerce-noreviews .button:hover,
  .woocommerce-notice .button:hover,
  p.no-comments .button:hover {
    background: none;
    color: #fff;
    opacity: 0.7;
    text-decoration: underline;
  }
  
  .woocommerce-error pre,
  .woocommerce-info pre,
  .woocommerce-message pre,
  .woocommerce-noreviews pre,
  .woocommerce-notice pre,
  p.no-comments pre {
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-notice {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 99999;
    transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    animation: q 0.35s ease 0.5s both;
    padding: 10px 80px 10px 50px;
    min-height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  
  @media (min-width: 768px) {
  
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message,
    .woocommerce-notice {
      bottom: 0;
    }
  }
  
  .woocommerce-error:after,
  .woocommerce-info:after,
  .woocommerce-message:after,
  .woocommerce-notice:after {
    content: "x";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.25s ease;
    -webkit-transition: background-color 0.25s ease;
    margin-bottom: 0;
  }
  
  .hidden-notice.woocommerce-notice,
  .woocommerce-error.hidden-notice,
  .woocommerce-info.hidden-notice,
  .woocommerce-message.hidden-notice {
    animation: r 0.35s ease both;
  }
  
  .woocommerce-info.cart-empty {
    position: static;
    background-color: transparent;
    margin-bottom: 30px;
    transform: translate(0);
  }
  
  .woocommerce-info.cart-empty:after {
    content: none;
  }
  
  .woocommerce-info.cart-empty.hidden-notice {
    animation: none;
    transform: translate(0);
  }
  
  ul.woocommerce-error,
  ul.woocommerce-info,
  ul.woocommerce-message,
  ul.woocommerce-notice {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  @keyframes q {
    0% {
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      transform: none;
    }
  }
  
  @keyframes r {
    0% {
      transform: none;
    }
  
    to {
      transform: translate3d(0, 100%, 0);
    }
  }
  
  .payment_methods .woocommerce-info,
  .payment_methods .woocommerce-notice,
  .search-no-results.woocommerce .woocommerce-info,
  .woocommerce-cart [role="alert"],
  .woocommerce-checkout [role="alert"],
  .woocommerce-form-coupon-toggle>.woocommerce-info,
  .woocommerce-form-login-toggle>.woocommerce-info,
  .woocommerce-MyAccount-content .woocommerce-Message {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: auto;
    cursor: default;
    transform: none;
    -webkit-transform: none;
    animation: none;
    -webkit-animation: none;
    padding-right: 30px;
    margin-bottom: 1.5em;
  }
  
  .payment_methods .woocommerce-info:after,
  .payment_methods .woocommerce-notice:after,
  .search-no-results.woocommerce .woocommerce-info:after,
  .woocommerce-cart [role="alert"]:after,
  .woocommerce-checkout [role="alert"]:after,
  .woocommerce-form-coupon-toggle>.woocommerce-info:after,
  .woocommerce-form-login-toggle>.woocommerce-info:after,
  .woocommerce-MyAccount-content .woocommerce-Message:after {
    content: none;
  }
  
  .site-content>.col-full>.woocommerce>.woocommerce-error:first-child,
  .site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
  .site-content>.col-full>.woocommerce>.woocommerce-message:first-child,
  .site-content>.col-full>.woocommerce>.woocommerce-notice:first-child {
    margin-top: 2.61792em;
  }
  
  .woocommerce-error {
    list-style: none;
  }
  
  .woocommerce-info,
  .woocommerce-noreviews,
  p.no-comments {
    background-color: #3d9cd2;
  }
  
  .woocommerce-error {
    background-color: #e2401c;
  }
  
  dl.variation {
    font-size: 0.875em;
  }
  
  dl.variation dd {
    margin: 0 0 1em;
  }
  
  .wc-item-meta {
    font-size: 0.875em;
    margin-left: 0;
    list-style: none;
  }
  
  .wc-item-meta li:after,
  .wc-item-meta li:before {
    content: "";
    display: table;
  }
  
  .wc-item-meta li:after {
    clear: both;
  }
  
  .wc-item-meta li p,
  .wc-item-meta li strong {
    display: inline-block;
  }
  
  .demo_store {
    bottom: 0;
  }
  
  .demo_store a {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em;
  }
  
  /**
   * Handheld footer bar
   */
  .storefront-handheld-footer-bar {
    display: none;
  }
  
  /**
   * Responsive tables
   */
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  
  @media (max-width: 767px) {
    table.shop_table_responsive thead {
      display: none;
    }
  }
  
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  
  @media (max-width: 767px) {
    table.shop_table_responsive tbody th {
      display: none;
    }
  }
  
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  
  @media (min-width: 768px) {
    table.shop_table_responsive tr td:before {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    table.shop_table_responsive tr td {
      display: block;
      text-align: right;
    }
  
    table.shop_table_responsive tr td:first-child {
      padding-left: 0.4em;
    }
  
    table.shop_table_responsive tr td:before {
      content: attr(data-title) ": ";
      font-weight: 700;
      float: left;
    }
  }
  
  /**
   * Header Elements
   */
  .site-header-cart {
    position: relative;
  }
  
  .site-header-cart:hover .header-button:before,
  .site-header-cart:hover .shopping_cart {
    opacity: 1;
    visibility: visible;
  }
  
  .site-header-cart:hover .shopping_cart {
    pointer-events: auto;
  }
  
  .site-header-cart .shopping_cart {
    position: absolute;
    top: 100%;
    z-index: 999999;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    list-style: none;
    transition: all 0.35s;
  }
  
  .site-header-cart .widget_shopping_cart {
    width: auto;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #fff;
    min-width: 270px;
    padding-bottom: 0;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-top: 2px solid;
    border-radius: 0;
  }
  
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  
  .site-header-cart .shopping_cart_nav,
  .site-header-cart .widget_shopping_cart {
    padding: 0 !important;
  }
  
  .site-header-cart .shopping_cart_nav h2.widgettitle,
  .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none;
  }
  
  .site-header-cart .shopping_cart_nav .product_list_widget,
  .site-header-cart .widget_shopping_cart .product_list_widget {
    padding: 0;
  }
  
  .site-header-cart .shopping_cart_nav .product_list_widget li,
  .site-header-cart .widget_shopping_cart .product_list_widget li {
    width: 100%;
    border-width: 0 0 1px;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  
  .site-header-cart .shopping_cart_nav .product_list_widget li a,
  .site-header-cart .widget_shopping_cart .product_list_widget li a {
    font-size: 13px;
    font-size: 0.8125rem;
    height: auto;
    line-height: 1.2;
    padding: 0 !important;
    border: none;
    text-align: left;
    display: block;
    color: #000;
  }
  
  .site-header-cart .shopping_cart_nav .product_list_widget li a.remove,
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: relative;
    float: right;
    z-index: 999;
    text-indent: 0;
    text-align: center;
    top: 0.4em;
    width: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #bbb;
  }
  
  .site-header-cart .shopping_cart_nav .product_list_widget li a.remove:before,
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
    content: none;
  }
  
  .site-header-cart .shopping_cart_nav .product_list_widget li .quantity,
  .site-header-cart .widget_shopping_cart .product_list_widget li .quantity {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  
  .site-header-cart .shopping_cart_nav .product_list_widget li .quantity .amount,
  .site-header-cart .widget_shopping_cart .product_list_widget li .quantity .amount {
    color: #888;
    font-weight: 400;
  }
  
  .site-header-cart .shopping_cart_nav p.total,
  .site-header-cart .widget_shopping_cart p.total {
    order: 0;
    text-align: right;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  
  #elementor-sidebar .site-header-cart .shopping_cart_nav p.total,
  #elementor-sidebar .site-header-cart .widget_shopping_cart p.total {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .site-header-cart .shopping_cart_nav p.total strong,
  .site-header-cart .widget_shopping_cart p.total strong {
    vertical-align: middle;
    font-weight: 400;
  }
  
  .site-header-cart .shopping_cart_nav p.total .woocommerce-Price-amount,
  .site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount {
    vertical-align: middle;
    padding-left: 0.5rem;
    font-weight: 600;
  }
  
  .site-header-cart .shopping_cart_nav p.buttons,
  .site-header-cart .widget_shopping_cart p.buttons {
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  
  .site-header-cart .shopping_cart_nav p.buttons .button,
  .site-header-cart .widget_shopping_cart p.buttons .button {
    display: block;
    height: auto;
    text-align: center;
    border: none !important;
    border-color: transparent;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0.6rem 1.25rem;
    font-size: 12px !important;
    line-height: 1.6;
  }
  
  .site-header-cart .shopping_cart_nav p.buttons .button:after,
  .site-header-cart .widget_shopping_cart p.buttons .button:after {
    display: none;
  }
  
  .site-header-cart .shopping_cart_nav p.buttons .button:hover,
  .site-header-cart .widget_shopping_cart p.buttons .button:hover {
    opacity: 0.7;
  }
  
  .site-header-cart .shopping_cart_nav p.buttons .button:active,
  .site-header-cart .shopping_cart_nav p.buttons .button:focus,
  .site-header-cart .widget_shopping_cart p.buttons .button:active,
  .site-header-cart .widget_shopping_cart p.buttons .button:focus {
    outline: none;
  }
  
  .site-header-cart .shopping_cart_nav p.buttons .button:not(.checkout),
  .site-header-cart .widget_shopping_cart p.buttons .button:not(.checkout) {
    background-color: #f5f5f5;
    color: #000;
    line-height: 1.6;
  }
  
  .site-header-cart .shopping_cart_nav p.buttons .button.checkout,
  .site-header-cart .widget_shopping_cart p.buttons .button.checkout {
    margin-bottom: 8px;
  }
  
  .site-header-cart .woocommerce-mini-cart__empty-message {
    padding: 30px;
    margin: 0;
    min-height: 180px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    overflow: hidden;
    line-height: 1.5;
    color: #2d2d2d;
  }
  
  .site-header-cart .woocommerce-mini-cart__empty-message:before {
    content: "+";
    font-size: 100px;
    font-size: 6.25rem;
    font-weight: 200;
    display: block;
    color: #e43636;
    transform: rotate(45deg);
    line-height: 60px;
    padding: 10px;
  }
  
  .site-header-cart .widget_shopping_cart_content {
    min-width: 270px;
    display: flex;
    flex-direction: column;
  }
  
  .site-header-cart .widget_shopping_cart_content .product_list_widget {
    border: none;
  }
  
  .site-header-cart .shopping_cart_nav li,
  .site-header-cart .shopping_cart_nav p.buttons,
  .site-header-cart .widget_shopping_cart li,
  .site-header-cart .widget_shopping_cart p.buttons {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .site-header-cart .shopping_cart_nav>li {
    padding: 0;
  }
  
  .header-button {
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: unset;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  
  .header-button i {
    font-size: 20px;
    line-height: 1;
    transition: all 0.3s ease;
  }
  
  .header-button .title {
    white-space: nowrap;
  }
  
  .header-button .amount,
  .header-button .count,
  .header-button .count-text,
  .header-button .title {
    transition: all 0.3s ease;
  }
  
  .header-button .count {
    white-space: nowrap;
    font-size: 10px;
    font-weight: 300;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    margin: -18px 0 0 2px;
  }
  
  .header-button:not(:hover) .amount,
  .header-button:not(:hover) .count-text,
  .header-button:not(:hover) .title,
  .header-button:not(:hover) i {
    color: #222;
  }
  
  .header-button:not(:hover) .count {
    color: #fff;
    background-color: #ae8875;
  }
  
  .header-button:hover {
    outline: none;
    color: unset;
  }
  
  .header-button:hover .count {
    color: #fff;
  }
  
  .button.wc-backward {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .menu-item-cart .header-button {
    margin-left: 1.25em;
  }
  
  .menu-item-cart .header-button .title {
    display: none;
  }
  
  .menu-item-cart .header-button .count {
    top: 5px;
  }
  
  .menu-item-cart .header-button i {
    top: 35% !important;
  }
  
  body:not(.opal-header-layout-sideHeader) #elementor-sidebar .shopping_cart {
    left: 0;
    right: unset;
  }
  
  body:not(.opal-header-layout-sideHeader) .shopping_cart {
    right: 0;
    border: none;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  
  body:not(.opal-header-layout-sideHeader) .active .shopping_cart {
    left: unset;
    right: -10px;
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  
  body:not(.opal-header-layout-sideHeader) .active .shopping_cart.right {
    left: -10px;
    right: unset;
  }
  
  body:not(.opal-header-layout-sideHeader) .active .shopping_cart.justify {
    right: 50%;
    transform: translateX(50%);
  }
  
  .main-navigation .site-header-cart .widget_shopping_cart {
    display: unset;
  }
  
  .main-navigation .shopping_cart_nav .product_list_widget {
    position: static;
    border-right: 0;
    border-left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  
  .main-navigation .shopping_cart_nav .product_list_widget li a.remove {
    width: 15px;
  }
  
  .main-navigation .shopping_cart_nav .product_list_widget li a.remove:before {
    content: "\f057";
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
  }
  
  @media (min-width: 1200px) {
    body.opal-header-layout-sideHeader .site-header .site-header-cart {
      text-align: center;
      float: none;
    }
  
    body.opal-header-layout-sideHeader .site-header .site-header-cart .header-button .amount,
    body.opal-header-layout-sideHeader .site-header .site-header-cart .header-button .title {
      display: none;
    }
  
    body.opal-header-layout-sideHeader .site-header .site-header-cart:focus .widget_shopping_cart,
    body.opal-header-layout-sideHeader .site-header .site-header-cart:hover .widget_shopping_cart {
      left: 100%;
      top: 0;
      right: inherit;
    }
  
    body.opal-header-layout-sideHeader.opal-side-header-right .site-header .site-header-cart:focus .widget_shopping_cart,
    body.opal-header-layout-sideHeader.opal-side-header-right .site-header .site-header-cart:hover .widget_shopping_cart {
      right: 100%;
      top: 0;
      left: inherit;
    }
  
    body.opal-header-layout-sideHeader .main-navigation .menu-item-search .sub-menu {
      min-width: 280px;
    }
  }
  
  .top-bar ul.site-header-cart>li {
    border: none;
  }
  
  .site-search {
    display: block;
  }
  
  .site-search form {
    margin: 0;
  }
  
  .woocommerce .page-description {
    margin-bottom: 1.618em;
  }
  
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review,
  .woocommerce-order-pay #order_review {
    width: 100%;
    float: none;
  }
  
  .page-header .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .page-title,
  .page-header .woocommerce-order-pay #order_review #payment .page-title,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .page-header .page-title,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,
  .woocommerce-order-pay #order_review #payment .page-header .page-title,
  .woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em;
  }
  
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods+.form-row,
  .woocommerce-order-pay #order_review #payment .form-row,
  .woocommerce-order-pay #order_review .payment_methods+.form-row {
    padding: 1em;
  }
  
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order,
  .woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em;
  }
  
  /**
   * General WooCommerce Components
   */
  .storefront-full-width-content .woocommerce-tabs .panel {
    margin-bottom: 3.70633em;
  }
  
  .woocommerce-tabs {
    padding-bottom: 2.61792em;
  }
  
  .woocommerce-tabs:after,
  .woocommerce-tabs:before {
    content: "";
    display: table;
  }
  
  .woocommerce-tabs:after {
    clear: both;
  }
  
  .woocommerce-tabs ul.tabs li.active:after {
    right: 1em;
  }
  
  .woocommerce-tabs .panel {
    margin-top: 0;
  }
  
  .notification-added-to-cart {
    position: fixed;
    z-index: 99999;
    top: 200px;
    right: 50px;
    pointer-events: none;
  }
  
  @media (max-width: 991px) {
    .notification-added-to-cart {
      display: none;
    }
  }
  
  .notification-added-to-cart .notification-wrap {
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  
  .notification-added-to-cart .ns-thumb {
    position: absolute;
    z-index: 99;
    top: 0;
    animation-name: t;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    overflow: hidden;
  }
  
  .notification-added-to-cart .ns-thumb img {
    width: 70px;
    height: 70px;
  }
  
  .notification-added-to-cart .ns-content {
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 0 30px 0 90px;
    height: 70px;
    animation-name: s;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-delay: 0.5s;
    max-width: 370px;
    color: #fff;
  }
  
  .notification-added-to-cart .ns-content strong {
    font-weight: 700;
  }
  
  .notification-added-to-cart .ns-content p {
    margin: 0;
  }
  
  .notification-added-to-cart.hide {
    opacity: 0;
  }
  
  @keyframes s {
    0% {
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      transform: translateZ(0);
    }
  }
  
  @keyframes t {
    0% {
      opacity: 0;
      transform: matrix(0.7, 0, 0, 0.7, 0, 0);
    }
  
    2.083333% {
      transform: matrix(0.75266, 0, 0, 0.76342, 0, 0);
    }
  
    4.166667% {
      transform: matrix(0.81071, 0, 0, 0.84545, 0, 0);
    }
  
    6.25% {
      transform: matrix(0.86808, 0, 0, 0.9286, 0, 0);
    }
  
    8.333333% {
      transform: matrix(0.92038, 0, 0, 1, 0, 0);
    }
  
    10.416667% {
      opacity: 1;
      transform: matrix(0.96482, 0, 0, 1.05202, 0, 0);
    }
  
    12.5% {
      transform: matrix(1, 0, 0, 1.08204, 0, 0);
    }
  
    14.583333% {
      transform: matrix(1.02563, 0, 0, 1.09149, 0, 0);
    }
  
    16.666667% {
      transform: matrix(1.04227, 0, 0, 1.08453, 0, 0);
    }
  
    18.75% {
      transform: matrix(1.05102, 0, 0, 1.06666, 0, 0);
    }
  
    20.833333% {
      transform: matrix(1.05334, 0, 0, 1.04355, 0, 0);
    }
  
    22.916667% {
      transform: matrix(1.05078, 0, 0, 1.02012, 0, 0);
    }
  
    25% {
      transform: matrix(1.04487, 0, 0, 1, 0, 0);
    }
  
    27.083333% {
      transform: matrix(1.03699, 0, 0, 0.98534, 0, 0);
    }
  
    29.166667% {
      transform: matrix(1.02831, 0, 0, 0.97688, 0, 0);
    }
  
    31.25% {
      transform: matrix(1.01973, 0, 0, 0.97422, 0, 0);
    }
  
    33.333333% {
      transform: matrix(1.01191, 0, 0, 0.97618, 0, 0);
    }
  
    35.416667% {
      transform: matrix(1.00526, 0, 0, 0.98122, 0, 0);
    }
  
    37.5% {
      transform: matrix(1, 0, 0, 0.98773, 0, 0);
    }
  
    39.583333% {
      transform: matrix(0.99617, 0, 0, 0.99433, 0, 0);
    }
  
    41.666667% {
      transform: matrix(0.99368, 0, 0, 1, 0, 0);
    }
  
    43.75% {
      transform: matrix(0.99237, 0, 0, 1.00413, 0, 0);
    }
  
    45.833333% {
      transform: matrix(0.99202, 0, 0, 1.00651, 0, 0);
    }
  
    47.916667% {
      transform: matrix(0.99241, 0, 0, 1.00726, 0, 0);
    }
  
    50% {
      transform: matrix(0.99329, 0, 0, 1.00671, 0, 0);
    }
  
    52.083333% {
      transform: matrix(0.99447, 0, 0, 1.00529, 0, 0);
    }
  
    54.166667% {
      transform: matrix(0.99577, 0, 0, 1.00346, 0, 0);
    }
  
    56.25% {
      transform: matrix(0.99705, 0, 0, 1.0016, 0, 0);
    }
  
    58.333333% {
      transform: matrix(0.99822, 0, 0, 1, 0, 0);
    }
  
    60.416667% {
      transform: matrix(0.99921, 0, 0, 0.99884, 0, 0);
    }
  
    62.5% {
      transform: matrix(1, 0, 0, 0.99816, 0, 0);
    }
  
    64.583333% {
      transform: matrix(1.00057, 0, 0, 0.99795, 0, 0);
    }
  
    66.666667% {
      transform: matrix(1.00095, 0, 0, 0.99811, 0, 0);
    }
  
    68.75% {
      transform: matrix(1.00114, 0, 0, 0.99851, 0, 0);
    }
  
    70.833333% {
      transform: matrix(1.00119, 0, 0, 0.99903, 0, 0);
    }
  
    72.916667% {
      transform: matrix(1.00114, 0, 0, 0.99955, 0, 0);
    }
  
    75% {
      transform: matrix(1.001, 0, 0, 1, 0, 0);
    }
  
    77.083333% {
      transform: matrix(1.00083, 0, 0, 1.00033, 0, 0);
    }
  
    79.166667% {
      transform: matrix(1.00063, 0, 0, 1.00052, 0, 0);
    }
  
    81.25% {
      transform: matrix(1.00044, 0, 0, 1.00058, 0, 0);
    }
  
    83.333333% {
      transform: matrix(1.00027, 0, 0, 1.00053, 0, 0);
    }
  
    85.416667% {
      transform: matrix(1.00012, 0, 0, 1.00042, 0, 0);
    }
  
    87.5% {
      transform: matrix(1, 0, 0, 1.00027, 0, 0);
    }
  
    89.583333% {
      transform: matrix(0.99991, 0, 0, 1.00013, 0, 0);
    }
  
    91.666667% {
      transform: matrix(0.99986, 0, 0, 1, 0, 0);
    }
  
    93.75% {
      transform: matrix(0.99983, 0, 0, 0.99991, 0, 0);
    }
  
    95.833333% {
      transform: matrix(0.99982, 0, 0, 0.99985, 0, 0);
    }
  
    97.916667% {
      transform: matrix(0.99983, 0, 0, 0.99984, 0, 0);
    }
  
    to {
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  
  .opal-canvas-filter {
    background-color: #fff;
    transition: all 0.5s;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media (min-width: 768px) {
    .opal-canvas-filter {
      padding-left: 35px;
      padding-right: 35px;
    }
  }
  
  .opal-canvas-filter section {
    padding-bottom: 35px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eee;
  }
  
  .opal-canvas-filter.position-2cl,
  .opal-canvas-filter.position-2cr {
    position: fixed;
    z-index: 10002;
    visibility: hidden;
    overflow-y: auto;
    width: 350px;
    height: 100vh;
  }
  
  @media (max-width: 991px) {
  
    .opal-canvas-filter.position-2cl,
    .opal-canvas-filter.position-2cr {
      width: 300px;
    }
  }
  
  .opal-canvas-filter.position-2cl::-webkit-scrollbar,
  .opal-canvas-filter.position-2cr::-webkit-scrollbar {
    width: 3px;
  }
  
  .opal-canvas-filter.position-2cl::-webkit-scrollbar-track,
  .opal-canvas-filter.position-2cr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }
  
  .opal-canvas-filter.position-2cl::-webkit-scrollbar-thumb,
  .opal-canvas-filter.position-2cr::-webkit-scrollbar-thumb {
    background-color: #000;
  }
  
  .opal-canvas-filter.position-2cl {
    top: 0;
    left: 0;
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  
  .opal-canvas-filter.position-2cr {
    top: 0;
    right: 0;
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  
  .opal-canvas-filter.position-2cr .filter-close {
    text-align: left;
  }
  
  .opal-canvas-filter .widget ul {
    padding-left: 0;
  }
  
  .opal-canvas-filter-open .opal-overlay-filter {
    cursor: pointer;
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  
  .opal-canvas-filter-open .opal-canvas-filter.position-2cl,
  .opal-canvas-filter-open .opal-canvas-filter.position-2cr {
    visibility: visible;
    transform: translateZ(0);
  }
  
  .filter-toggle {
    background: transparent;
    height: 2.5em;
    padding: 0;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
  }
  
  .filter-toggle:after {
    content: "";
    border-left: 1px solid #eee;
    height: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .filter-toggle .filter-icon,
  .filter-toggle:after {
    display: inline-block;
    vertical-align: middle;
  }
  
  .filter-toggle .filter-icon {
    color: #222;
    padding-right: 8px;
    margin-top: -2px;
  }
  
  .filter-toggle.active:hover .filter-icon:after,
  .filter-toggle.active:hover .filter-icon:before {
    width: 25px;
  }
  
  .filter-close {
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    display: block;
    cursor: pointer;
    text-align: right;
    vertical-align: middle;
    font-weight: 700;
  }
  
  .filter-close:after {
    content: "";
    width: 10px;
    border: 1px solid;
    border-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    top: -1px;
  }
  
  @media (min-width: 783px) {
  
    .admin-bar .opal-canvas-filter.position-2cl,
    .admin-bar .opal-canvas-filter.position-2cr {
      top: 32px;
    }
  }
  
  @media (min-width: 600px) and (max-width: 782px) {
  
    .admin-bar .opal-canvas-filter.position-2cl,
    .admin-bar .opal-canvas-filter.position-2cr {
      top: 46px;
    }
  }
  
  @media (min-width: 1200px) {
    body.opal-woocommerce-archive-style-default .filter-toggle {
      /* display: none; */
    }
  }
  
  @media (max-width: 1199px) {
    body.opal-woocommerce-archive-style-default #secondary {
      display: none;
    }
  
    body.opal-woocommerce-archive-style-default #primary {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    body.opal-woocommerce-archive-style-default #primary .site-main {
      padding: 0;
    }
  }
  
  .owl-theme.woocommerce-carousel .owl-nav [class*="owl"],
  .owl-theme.woocommerce-product-carousel .owl-nav [class*="owl"] {
    opacity: 1 !important;
  }
  
  /**
   * Cart
   */
  .woocommerce-cart .hentry,
  .woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0;
  }
  
  .page-template-template-fullwidth-php table.cart .product-thumbnail {
    display: table-cell;
  }
  
  .page-template-template-fullwidth-php table.cart thead {
    font-size: 1em;
    text-indent: 0;
  }
  
  .woocommerce-cart .cross-sells {
    padding: 0;
  }
  
  .woocommerce-cart .cart-empty {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    letter-spacing: -0.075em;
    margin-top: 80px;
  }
  
  .woocommerce-cart .cart-empty:before {
    color: #d7d7d7;
    font-size: 145px;
    font-size: 9.0625rem;
    display: block;
    line-height: 1.45;
    margin-left: -25px;
  }
  
  .woocommerce-cart .cart-empty+.return-to-shop {
    margin-bottom: 60px;
  }
  
  .woocommerce-cart .return-to-shop {
    text-align: center;
  }
  
  
  .cart-collaterals {
    margin-bottom: 40px;
  }
  
  .cart-collaterals:after,
  .cart-collaterals:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
    background-image: radial-gradient(closest-side, transparent 9px, #f8f8f8 100%);
  }
  
  .cart-collaterals:before {
    margin-top: -10px;
  }
  
  .cart-collaterals:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-bottom: -10px;
  }
  
  .cart-collaterals h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: 500;
  }
  
  .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
  
  .cart-collaterals .cart_totals {
    width: 100%;
    padding: 45px;
    background-color: #f8f8f8;
  }
  
  @media (max-width: 767px) {
    .cart-collaterals .cart_totals {
      padding: 20px;
    }
  }
  
  .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  .cart-collaterals .cart_totals td {
    padding: 1.5em 0;
  }
  
  .cart-collaterals .cart_totals th {
    font-weight: 400;
  }
  
  .cart-collaterals .cart_totals th:after {
    content: ":";
  }
  
  .cart-collaterals .cart_totals tr {
    border-top: 1px solid #eee;
  }
  
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    margin: 0;
    clear: right;
  }
  
  .cart-collaterals .cart_totals small.includes_tax {
    display: block;
  }
  
  .cart-collaterals .shipping_calculator {
    clear: right;
  }
  
  /**
   * Checkout
   *
   * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
   *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
   */
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: transparent;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    border: none;
  }
  
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    text-transform: uppercase;
    margin-left: 0.25rem;
  }
  
  .woocommerce-checkout .woocommerce-form-login {
    width: 550px;
    max-width: 100%;
    box-shadow: none;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }
  
  .woocommerce-checkout .woocommerce-form-login>p:first-of-type {
    text-align: center;
  }
  
  .woocommerce-checkout .woocommerce-form-login .lost_password,
  .woocommerce-checkout .woocommerce-form-login label {
    font-weight: 500;
  }
  
  .woocommerce-checkout .form-row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .checkout_coupon {
    position: relative;
    width: 470px;
    max-width: 100%;
    padding: 50px;
    background: #fafafa;
    margin: 1.5rem auto 2.61792em;
  }
  
  @media (max-width: 767px) {
    .checkout_coupon {
      padding: 40px 30px;
    }
  }
  
  .checkout_coupon .form-row-first {
    margin: 0;
  }
  
  .checkout_coupon .form-row-first input {
    padding-right: 70px;
    background-color: transparent;
  }
  
  .checkout_coupon .form-row-last {
    margin-bottom: 0;
    margin-top: 30px;
  }
  
  .checkout_coupon .form-row-last button,
  .checkout_coupon .form-row-last input {
    margin: auto;
    width: 100%;
  }
  
  .checkout_coupon:after,
  .checkout_coupon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
    background-image: radial-gradient(closest-side, transparent 9px, #fafafa 100%);
  }
  
  .checkout_coupon:after {
    bottom: -10px;
    top: unset;
    left: 0;
    transform: rotate(180deg);
  }
  
  form.checkout {
    position: static !important;
  }
  
  form.checkout:after,
  form.checkout:before {
    content: "";
    display: table;
  }
  
  form.checkout:after {
    clear: both;
  }
  
  form.checkout>.blockUI {
    position: fixed !important;
  }
  
  .elementor-element form.checkout>.gallery>div,
  .entry-gallery form.checkout>.gallery>div,
  .single-portfolio-summary form.checkout>.single-portfolio-summary-inner>div,
  .single-product form.checkout>div.product>div,
  .single form.checkout>.gallery>div,
  .site-footer form.checkout>.widget-area>div,
  .widget form.checkout>.gallery>div,
  .woocommerce-account .woocommerce form.checkout>.u-columns.woocommerce-Addresses>div,
  .woocommerce-account form.checkout>.woocommerce>div,
  .woocommerce-billing-fields form.checkout>.woocommerce-billing-fields__field-wrapper>div,
  .woocommerce-cart form.checkout>.woocommerce>div,
  .woocommerce-MyAccount-content form.checkout>form[class^="woocommerce-"]>div,
  body.opal-content-layout-2cl #content form.checkout>.wrap>div,
  body.opal-content-layout-2cr #content form.checkout>.wrap>div,
  form.checkout>.comment-form>div,
  form.checkout>.osf-sorting>div,
  form.checkout>.row>div,
  form.checkout>.woocommerce-address-fields__field-wrapper>div,
  form.checkout>.woocommerce-Addresses>div,
  form.checkout>.woocommerce-columns--addresses>div,
  form.checkout>[data-elementor-columns]>div,
  form.checkout>[data-opal-columns]>div,
  form.checkout>form.track_order>div,
  form.checkout>ul.products>div {
    margin-top: 3rem;
  }
  
  @media (min-width: 1200px) {
    .order_review_inner {
      padding-left: 65px;
    }
  }
  
  .woocommerce-privacy-policy-link:hover {
    text-decoration: underline;
  }
  
  .woocommerce-privacy-policy-text p {
    margin-bottom: 35px;
  }
  
  #payment:after,
  #payment:before {
    content: "";
    display: table;
  }
  
  #payment .create-account,
  #payment:after {
    clear: both;
  }
  
  #payment .payment_methods {
    padding: 15px 15px 0 15px!important;
    margin-bottom: 45px;
    position: relative;
    z-index: 3;
  }
  
  #payment .payment_methods:before {
    content: "";
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    background-color: #fff;
    top: 0;
    left: -25px;
    z-index: -1;
  }
  
  #payment .payment_methods>.wc_payment_method>label {
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 700;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
  
  #payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    border-bottom: 1px solid;
    border-bottom-color: silver2;
  }
  
  #payment .payment_methods li a {
    text-decoration: underline;
    float: right;
  }
  
  #payment .payment_methods li:last-child:not(.woocommerce-notice) {
    padding-bottom: 0;
    border-bottom: 0;
  }
  
  #payment .payment_methods li p {
    margin: 0;
  }
  
  #payment .payment_methods li .payment_box {
    padding-bottom: 0px;
    margin-top: -5px;
  }
  
  #payment .payment_methods li .payment_box fieldset {
    border: 0;
    margin: 0;
    padding: 1em 0 0;
    font-size: 0.875em;
  }
  
  #payment .payment_methods li .payment_box fieldset label {
    width: auto;
    margin-left: 0;
  }
  
  #payment .payment_methods li .payment_box fieldset .form-row {
    margin-bottom: 1em;
  }
  
  #payment .payment_methods li .payment_box fieldset .form-row input[type="checkbox"] {
    margin-right: 5px;
  }
  
  #payment .payment_methods li .payment_box fieldset #cvv {
    width: 22% !important;
  }
  
  #payment .payment_methods li .payment_box fieldset .help {
    width: 75%;
    float: right;
  }
  
  #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
    padding-top: 1em;
    margin: 0;
  }
  
  #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
    margin-top: 0.61805em;
  }
  
  #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type="radio"] {
    margin-right: 0.236em;
  }
  
  #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
    margin-left: 0;
  }
  
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc,
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
    font-size: 1.41575em;
  }
  
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
    background-repeat: no-repeat;
    background-position: right 0.61805em center;
    background-size: 31px 20px;
    background-image: url(../../../assets/images/credit-cards/unknown.svg);
  }
  
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../../../assets/images/credit-cards/visa.svg);
  }
  
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../../../assets/images/credit-cards/mastercard.svg);
  }
  
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../../../assets/images/credit-cards/laser.svg);
  }
  
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../../../assets/images/credit-cards/diners.svg);
  }
  
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../../../assets/images/credit-cards/maestro.svg);
  }
  
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../../../assets/images/credit-cards/jcb.svg);
  }
  
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../../../assets/images/credit-cards/amex.svg);
  }
  
  #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../../../assets/images/credit-cards/discover.svg);
  }
  
  #payment .payment_methods li.woocommerce-info,
  #payment .payment_methods li.woocommerce-notice,
  #payment .payment_methods li.woocommerce-notice--info {
    padding: 25px 0 0;
    background-color: transparent;
    border: none;
    display: inline-block;
  }
  
  #payment .payment_methods li.woocommerce-info:before,
  #payment .payment_methods li.woocommerce-notice--info:before,
  #payment .payment_methods li.woocommerce-notice:before {
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffb400;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 10px;
  }
  
  #payment .terms {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-bottom: 1em;
  }
  
  #payment .terms label {
    display: block;
    cursor: pointer;
  }
  
  #payment .woocommerce-terms-and-conditions {
    padding: 1em;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  #payment .place-order {
    margin-bottom: 0;
    float: none;
    width: 100%;
  }
  
  #payment .place-order .button {
    font-size: 1em;
    width: 100%;
    white-space: pre-wrap;
  }
  
  .woocommerce-checkout-review-order {
    background-color: #fafafa;
    padding: 40px 15px;
  }
  
  @media (min-width: 576px) {
    .woocommerce-checkout-review-order {
      padding: 50px 50px 75px;
    }
  }
  
  .woocommerce-checkout-review-order:after,
  .woocommerce-checkout-review-order:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
    background-image: radial-gradient(closest-side, transparent 9px, #fafafa 100%);
  }
  
  .woocommerce-checkout-review-order:after {
    bottom: -10px;
    top: unset;
    left: 0;
    transform: rotate(180deg);
  }
  
  table.woocommerce-checkout-review-order-table th {
    padding: 1.4rem 0;
    font-weight: 400;
  }
  
  table.woocommerce-checkout-review-order-table td {
    padding: 1.4rem 0;
  }
  
  table.woocommerce-checkout-review-order-table .product-name {
    min-width: 150px;
  }
  
  table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
  }
  
  table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 500;
  }
  
  table.woocommerce-checkout-review-order-table .order-total {
    border: none;
  }
  
  table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  table.woocommerce-checkout-review-order-table .product-name strong {
    font-weight: 400;
  }
  
  .woocommerce-checkout .payment-fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
  }
  
  .admin-bar .woocommerce-checkout .payment-fixed {
    top: 32px;
  }
  
  .admin-bar .woocommerce-checkout #wc_checkout_add_ons label+br {
    display: none;
  }
  
  /**
   * Checkout
   */
  #ship-to-different-address {
    position: relative;
  }
  
  #ship-to-different-address label {
    font-weight: 500;
  }
  
  .woocommerce-shipping-fields label {
    font-weight: 700;
    margin-top: 20px;
  }
  
  .woocommerce-shipping-fields .select2-container--default .select2-selection--single {
    border-radius: 0;
  }
  
  .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    font-weight: 400;
  }
  
  .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    margin-top: -4px;
  }
  
  .col2-set .col-1,
  .col2-set .col-2,
  .col2-set .woocommerce.columns-mobile-6 ul.products>li,
  .col2-set .woocommerce.columns-mobile-6 ul.products li.product,
  .col2-set [data-elementor-columns-mobile="6"] .column-item,
  .woocommerce.columns-mobile-6 .col2-set ul.products>li,
  .woocommerce.columns-mobile-6 ul.products .col2-set li.product,
  [data-elementor-columns-mobile="6"] .col2-set .column-item {
    margin-bottom: 1.618em;
  }
  
  .col2-set+#customer_details {
    display: none;
  }
  
  .col2-set .woocommerce-billing-fields:after,
  .col2-set .woocommerce-billing-fields:before {
    content: "";
    display: table;
  }
  
  .col2-set .woocommerce-billing-fields:after {
    clear: both;
  }
  
  .woocommerce-billing-fields .form-row {
    margin: 0;
  }
  
  .woocommerce-billing-fields label {
    margin-top: 23px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .page-header .woocommerce-billing-fields>.page-title,
  .woocommerce-billing-fields>h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .woocommerce-billing-fields .select2-container--default .selection {
    display: block;
  }
  
  .woocommerce-billing-fields .select2-container--default .select2-selection--single {
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
  }
  
  .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
    position: absolute;
  }
  
  #billing_address_2_field {
    margin-top: 20px;
  }
  
  .woocommerce-additional-fields {
    margin-top: 40px;
  }
  
  .page-header .woocommerce-additional-fields>.page-title,
  .woocommerce-additional-fields>h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .woocommerce-additional-fields .form-row {
    margin: 0;
  }
  
  .woocommerce-additional-fields label {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .woocommerce-MyAccount-content form[class^="woocommerce-"] fieldset {
    margin-right: 15px;
    margin-left: 15px;
    width: 100%;
  }
  
  #wc_checkout_add_ons input[type="radio"] {
    float: left;
    margin-right: 0.54079em;
    clear: left;
    margin-top: 0.35em;
  }
  
  #order_review,
  #order_review_heading {
    clear: right;
  }
  
  #order_review {
    transition: box-shadow 0.4s ease;
    position: relative;
  }
  
  #order_review .shop_table {
    margin-bottom: 20px;
  }
  
  #order_review .shop_table thead {
    display: none;
  }
  
  #order_review .shop_table tr.cart_item:first-child {
    border-top: 1px solid #e5e5e5;
  }
  
  .order_review_heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 23px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  #order_review_heading {
    margin-bottom: 0;
    padding-bottom: 0.61805em;
  }
  
  @media (max-width: 767px) {
    .woocommerce-columns--addresses .woocommerce-column {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  .form-row.woocommerce-invalid input.input-text,
  .form-row.woocommerce-validated input.input-text {
    border-color: #2a2a2a;
    box-shadow: none;
  }
  
  .select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 40px !important;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 57px;
    right: 8px;
  }
  
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaaaaa;
  }
  
  .select2-dropdown {
    border: 1px solid #aaaaaa !important;
  }
  
  .checkout .woocommerce-input-wrapper {
    width: 100%;
  }
  
  .checkout .woocommerce-account-fields {
    margin-top: 20px;
  }
  
  form.track_order {
    position: relative;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  form.track_order .form-row {
    display: block;
  }
  
  form.track_order p:first-of-type {
    margin: 0 0 40px;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  @media (min-width: 768px) {
    form.track_order p:first-of-type {
      padding: 0 21%;
    }
  }
  
  form.track_order p.form-row-first {
    position: relative;
  }
  
  @media (max-width: 767px) {
  
    form.track_order p.form-row-first,
    form.track_order p.form-row-last {
      flex-basis: auto;
    }
  }
  
  form.track_order p:last-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  form.track_order p:last-of-type button[type="submit"] {
    width: 100%;
    line-height: inherit;
  }
  
  form.track_order label {
    font-size: 20px;
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 0.7rem;
  }
  
  /**
   * COMPARE
   */
  
  #cboxWrapper,
  #colorbox {
    overflow: visible;
  }
  
  #cboxBottomCenter,
  #cboxBottomLeft,
  #cboxBottomRight,
  #cboxMiddleLeft,
  #cboxMiddleRight,
  #cboxTopCenter,
  #cboxTopLeft,
  #cboxTopRight {
    display: none;
  }
  
  #yith-wcwl-form {
    overflow-x: auto;
  }
  
  .opal-currency_switcher li ul {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
  }
  
  .opal-currency_switcher ul {
    position: relative;
    margin: 0;
  }
  
  .opal-currency_switcher ul:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  
  .opal-currency_switcher .currency_wrap {
    list-style: none;
  }
  
  .opal-currency_switcher .currency_select {
    cursor: pointer;
    padding: 0 20px;
    border: 0 !important;
  }
  
  .opal-currency_switcher .list-currency {
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  }
  
  .opal-currency_switcher .list-currency button[type="submit"] {
    background: transparent;
    width: 100%;
    line-height: inherit;
    padding: 0;
    border: none;
  }
  
  .opal-currency_switcher .list-currency button[type="submit"]:hover {
    border: none;
    background: transparent;
  }
  
  .opal-currency_switcher .list-currency li {
    display: block;
  }
  
  .deal-progress .progress-bar {
    width: 100%;
    height: 12px;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
  }
  
  .deal-progress .progress-value {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QONaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MCA3OS4xNjA0NTEsIDIwMTcvMDUvMDYtMDE6MDg6MjEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NjlhNDgwNTgtNjc0YS1iYjQ2LTg2ZWUtZDE5NjE2ZmMyYzVkIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcwQTE3MjdBODY0RTExRThBN0ZFRjc3MjY3NDgwQzk4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcwQTE3Mjc5ODY0RTExRThBN0ZFRjc3MjY3NDgwQzk4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmJiYWZhNWY4LTIyODUtMTk0MC04NzFjLWNjYTNmZGRjYmIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmMyN2QwMTYwLWQwNTYtZjU0OS04NTQxLTUzZjY0ZGQ0Yzc1ZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEIAAwAJAMBEQACEQEDEQH/xABqAAEBAQEAAAAAAAAAAAAAAAAHAAYIAQEAAAAAAAAAAAAAAAAAAAAAEAABAgMDBg8AAAAAAAAAAAABAAMRAgQhBQYxQYGxEhRRocEiQmLCEzNjFTUWJgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AOVEGnwbjJ+5HxT1BLl2OHnyZS2T05OUIF2nqGKhiR9icOMuATNuSmIIOcIMDjrAse8vW6m7bZqqllGXhnkGsIDlBIJAjflvrmy9H2a2G3HxfK7WbSgQkB99G+c9fRu28x18UUH/2Q==");
    background-repeat: repeat-x;
  }
  
  .opal-woocommerce-deal {
    text-align: center;
    margin-bottom: 1.5em;
  }
  
  .opal-woocommerce-deal .deal-text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.75em;
  }
  
  .opal-woocommerce-deal .countdown-times {
    margin-top: 1rem;
    color: #222;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
  }
  
  .opal-woocommerce-deal .countdown-times>div {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .opal-woocommerce-deal .countdown-times>div b {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    vertical-align: middle;
  }
  
  .opal-woocommerce-deal .day,
  .opal-woocommerce-deal .hours,
  .opal-woocommerce-deal .minutes {
    position: relative;
  }
  
  .opal-woocommerce-deal .day:after,
  .opal-woocommerce-deal .hours:after,
  .opal-woocommerce-deal .minutes:after {
    right: 0;
    top: 2px;
    position: absolute;
    content: ":";
    line-height: 1;
    font-size: 24px;
  }
  
  #comments {
    margin-top: 15px;
  }
  
  #comments .commentlist .bypostauthor>.comment-body cite:after {
    content: "\f0f6";
  }
  
  #comments .commentlist .bypostauthor>.comment-body cite:after,
  #comments .commentlist .reply a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.54079em;
  }
  
  #comments .commentlist .reply a:after {
    content: "\f112";
  }
  
  #comments .commentlist .reply a.comment-edit-link:after {
    content: "\f040";
  }
  
  .added_to_cart.loading,
  .button.loading,
  button.loading,
  input[type="button"].loading,
  input[type="reset"].loading,
  input[type="submit"].loading {
    position: relative;
  }
  
  .added_to_cart.loading:before,
  .button.loading:before,
  button.loading:before,
  input[type="button"].loading:before,
  input[type="reset"].loading:before,
  input[type="submit"].loading:before {
    opacity: 0;
  }
  
  .added_to_cart.loading:after,
  .button.loading:after,
  button.loading:after,
  input[type="button"].loading:after,
  input[type="reset"].loading:after,
  input[type="submit"].loading:after {
    content: "";
    vertical-align: middle;
    border: 1px solid #eee;
    border-left-color: #000;
    border-radius: 50%;
    animation: p 0.45s infinite linear;
    -webkit-animation: p 0.45s infinite linear;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    overflow: hidden;
  }
  
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    text-indent: -999px;
    overflow: hidden;
  }
  
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 1.75em;
    text-indent: 0;
    color: #000;
  }
  
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important;
  }
  
  .stock:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.54079em;
  }
  
  .stock.in-stock:before {
    content: "\f118";
  }
  
  .stock.out-of-stock:before {
    content: "\f119";
  }
  
  a.reset_variations:before {
    content: "\f021";
  }
  
  .woocommerce-breadcrumb a:first-of-type:before,
  a.reset_variations:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.54079em;
  }
  
  .woocommerce-breadcrumb a:first-of-type:before {
    content: "\f015";
  }
  
  a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-size: 1.5rem;
    color: #bbb;
  }
  
  a.remove:focus,
  a.remove:hover {
    color: #e2401c;
  }
  
  .woocommerce-shipping-calculator>p:first-child a:before {
    content: "\f0d1";
    margin-right: 0.33423em;
  }
  
  .blockUI:before,
  .woocommerce-shipping-calculator>p:first-child a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .blockUI:before {
    content: "\f110";
    animation: a 0.75s linear infinite;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
  }
  
  .woocommerce-breadcrumb .breadcrumb-separator {
    text-indent: -9999px;
    position: relative;
    padding: 0 6.85353em;
  }
  
  .woocommerce-breadcrumb .breadcrumb-separator:after {
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 0.875em;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    opacity: 0.25;
  }
  
  #payment .payment_methods>.wc_payment_method>label:before {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    margin-bottom: -3px;
    margin-right: 10px;
    display: inline-block;
  }
  
  #payment .payment_methods li.wc_payment_method>input[type="radio"]:first-child {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
  }
  
  #payment .payment_methods li.wc_payment_method>input[type="radio"]:first-child:checked+label:before {
    background-color: #000;
    height: 15px;
    width: 15px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #d3d3d3;
    margin-bottom: -2px;
    margin-right: 11px;
    margin-left: 1px;
  }
  
  .woocommerce-password-strength:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f119";
    margin-left: 0.54079em;
  }
  
  .woocommerce-password-strength.strong:after {
    content: "\f118";
  }
  
  .woocommerce-password-strength.good:after {
    content: "\f11a";
  }
  
  .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
  }
  
  .woocommerce-MyAccount-navigation ul li a:before {
    content: "\f0f6";
    line-height: 1.618;
    margin-left: 0.54079em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: 0.25;
  }
  
  .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
  }
  
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before,
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before,
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "";
  }
  
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "";
  }
  
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "";
  }
  
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "";
  }
  
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before,
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "";
  }
  
  .my_account_orders .button.view:after {
    content: "\f06e";
  }
  
  .my_account_orders .button.view:after,
  p.order-again .button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.54079em;
  }
  
  p.order-again .button:after {
    content: "\f021";
  }
  
  .woocommerce-MyAccount-downloads .button:after {
    content: "\f0ed";
    margin-left: 0.54079em;
  }
  
  .demo_store:before,
  .woocommerce-MyAccount-downloads .button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .demo_store:before {
    margin-right: 0.54079em;
    content: "\f05a";
  }
  
  .wc-forward:after,
  .woocommerce-Button--next:after {
    content: "\f178";
    margin-left: 0.54079em;
  }
  
  .wc-forward:after,
  .woocommerce-Button--next:after,
  .woocommerce-Button--previous:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .woocommerce-Button--previous:before {
    content: "\f177";
    margin-right: 0.54079em;
  }
  
  #reviews .commentlist li p.meta .verified {
    display: inline-block;
    height: 1.41575em;
    width: 1.41575em;
    position: relative;
    text-indent: -9999px;
  }
  
  #reviews .commentlist li p.meta .verified:before {
    content: "\f058";
    color: #0f834d;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.41575em;
    height: 1.41575em;
    text-indent: 0;
    text-align: center;
    line-height: 1.618em;
  }
  
  /**
   * Composite Products
   */
  #reviews .commentlist li p.meta .verified:before,
  .single-product div.product .component_selections .clear_component_options:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .single-product div.product .component_selections .clear_component_options:before {
    content: "\f021";
    margin-right: 0.54079em;
  }
  
  /**
   * Mix and Match
   */
  .cart .mnm_table_item .mnm_table_item_indent:before,
  .shop_table .mnm_table_item .mnm_table_item_indent:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
    content: "\f148";
    margin-right: 0.38198em;
    opacity: 0.25;
  }
  
  /**
   * Quick view
   */
  .cart .mnm_table_item .mnm_table_item_indent:before,
  .quick-view-button:before,
  .shop_table .mnm_table_item .mnm_table_item_indent:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .quick-view-button:before {
    content: "\f06e";
    margin-right: 0.61805em;
  }
  
  /**
   * Ship multiple addresses
   */
  .woocommerce-page .no_shipping_address .gift-form label:after,
  .woocommerce-page .ship_address .gift-form label:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06b";
    margin-left: 0.54079em;
  }
  
  .woocommerce-page .no_shipping_address .modify-address-button:before,
  .woocommerce-page .ship_address .modify-address-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    margin-right: 0.54079em;
  }
  
  .woocommerce-page .addresses+.addresses header.title a:before {
    content: "\f067";
  }
  
  /**
   * Variation Swatches
   */
  a#variations_clear:before {
    content: "\f021";
  }
  
  /**
   * My Account
   */
  .woocommerce-account .woocommerce {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .woocommerce-account .woocommerce .u-columns {
    flex-wrap: wrap;
  }
  
  @media (max-width: 767px) {
    .woocommerce-account .woocommerce .u-columns [class^="u-column"] {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  .woocommerce-account .woocommerce>form,
  .woocommerce-account .woocommerce>h2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  
  .woocommerce-account .woocommerce #customer_login h2,
  .woocommerce-account .woocommerce>h2 {
    text-align: center;
  }
  
  .woocommerce-account .woocommerce-MyAccount-content a {
    text-decoration: underline;
  }
  
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount {
    font-weight: 700;
  }
  
  .woocommerce-account .woocommerce-message,
  .woocommerce-account .woocommerce-notice {
    margin-right: 15px;
    margin-left: 15px;
  }
  
  .woocommerce-account .form-row {
    align-items: center;
  }
  
  .woocommerce-account .login-title span {
    color: #777;
  }
  
  @media (min-width: 992px) {
  
    form.register,
    form.woocommerce-form-login {
      max-width: 440px;
      margin: 50px auto 40px;
    }
  }
  
  form.register h2,
  form.woocommerce-form-login h2 {
    font-weight: 600;
    margin-bottom: 28px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  
  form.register .user-text,
  form.woocommerce-form-login .user-text {
    margin-bottom: 1em;
  }
  
  form.register label,
  form.woocommerce-form-login label {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
  
  form.woocommerce-form-login .woocommerce-form-login-wrap {
    background-color: #f8f8f8;
    padding: 50px 50px 60px;
    margin-bottom: 25px;
  }
  
  @media (max-width: 767px) {
    form.woocommerce-form-login .woocommerce-form-login-wrap {
      padding: 30px;
    }
  }
  
  form.woocommerce-form-login .woocommerce-LostPassword {
    margin-bottom: 0;
    text-decoration: underline;
    text-decoration-style: dotted;
  }
  
  form.woocommerce-form-login .button[type="submit"] {
    margin-top: 20px;
    background-color: #000;
    border-color: #000;
  }
  
  form.register .woocommerce-form-register-wrap {
    padding-top: 50px;
  }
  
  form.register .button[type="submit"] {
    background-color: #000;
    border-color: #000;
  }
  
  label.inline {
    display: inline !important;
  }
  
  .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
  }
  
  .woocommerce-MyAccount-navigation ul li a {
    padding: 0.875em 0;
    display: block;
  }
  
  .woocommerce-MyAccount-navigation ul li.is-active {
    font-weight: 700;
  }
  
  ul.order_details {
    list-style: none;
    position: relative;
    margin: 3.70633em 0;
    padding: 0;
    background: #eee;
  }
  
  ul.order_details:after,
  ul.order_details:before {
    display: table;
  }
  
  ul.order_details:after {
    clear: both;
  }
  
  ul.order_details:after,
  ul.order_details:before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px;
  }
  
  ul.order_details:after {
    top: auto;
    bottom: -16px;
    transform: rotate(180deg);
  }
  
  ul.order_details li {
    padding: 1em 1.618em;
    font-size: 0.8em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    border-color: #fff;
  }
  
  ul.order_details li:first-child {
    padding-top: 1.618em;
  }
  
  ul.order_details li:last-child {
    border: 0;
    padding-bottom: 1.618em;
  }
  
  ul.order_details li strong {
    display: block;
    font-size: 1.41575em;
    text-transform: none;
  }
  
  .my_account_orders .button,
  .woocommerce-MyAccount-downloads .button {
    padding: 0.61805em 0.875em;
    font-size: 0.875em;
    margin-right: 0.236em;
  }
  
  .woocommerce-MyAccount-content h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
  }
  
  .woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em !important;
  }
  
  .woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .woocommerce-address-fields__field-wrapper .form-row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  /**
   * My Account
   */
  .woocommerce-MyAccount-content .woocommerce-Pagination {
    text-align: center;
  }
  
  .woocommerce-MyAccount-content .woocommerce-Pagination a {
    text-decoration: none;
  }
  
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button.woocommerce-button--previous {
    float: left;
  }
  
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button.woocommerce-button--next {
    float: right;
  }
  
  .woocommerce-order-details {
    margin-bottom: 30px;
  }
  
  .woocommerce-table--order-details .woocommerce-Price-amount {
    font-weight: 700;
  }
  
  .woocommerce-orders-table tr:nth-child(2n) {
    background-color: #e1e1e1;
  }
  
  .woocommerce-orders-table tr td:first-child {
    padding-left: 5px;
  }
  
  /**
   * My Account
   */
  table+.addresses {
    margin-top: 1.618em;
  }
  
  .product-transition {
    position: relative;
    overflow: hidden;
  }
  
  .product-transition .group-action {
    position: absolute;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  
  .product-transition .woocommerce-loop-product__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  li.product {
    box-sizing: border-box;
  }
  
  li.product .added_to_cart.wc-forward {
    display: none;
  }
  
  li.product .stock-label {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    line-height: 25px;
    font-weight: 500;
  }
  
  li.product .posted_in {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    margin-top: 6px;
  }
  
  li.product .onsale,
  li.product .trend {
    position: absolute;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    color: #fff;
    padding: 0 8px;
    top: 20px;
    left: 20px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fb5d5d;
    letter-spacing: 0.02em;
    padding-top: 2px;
  }
  
  li.product .trend {
    background-color: #76b6e7;
  }
  
  li.product .trend+.onsale {
    display: none;
  }
  
  li.product .time {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
    background-color: #2d2d2d;
  }
  
  li.product .countdown-times {
    justify-content: center;
    display: inline-flex;
    text-transform: uppercase;
    padding: 8px 0;
    flex-wrap: wrap;
    color: #fff;
  }
  
  li.product .countdown-times b {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  
  li.product .countdown-times span {
    font-size: 9px;
    font-size: 0.5625rem;
    color: #ccc;
    display: block;
    font-weight: 400;
  }
  
  li.product .countdown-times>div {
    line-height: 1.2;
    min-width: 45px;
    padding: 0 5px;
  }
  
  .shop_table .product-price {
    height: auto;
    overflow: visible;
  }
  
  .shop-action {
    transition: all 0.35s ease;
    display: flex;
  }
  
  .shop-action .compare,
  .shop-action .opal-add-to-cart-button,
  .shop-action .yith-wcqv-button,
  .shop-action .yith-wcwl-add-button {
    flex: 0 1 40px;
  }
  
  .shop-action .opal-add-to-cart-button {
    width: 40px;
    height: 40px;
  }
  
  .shop-action a[class*="product_type_"] {
    display: block;
    position: relative;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
  }
  
  .shop-action a[class*="product_type_"]:before {
    font-size: 18px;
    font-size: 1.125rem;
    color: #2d2d2d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  
  .shop-action .yith-wcwl-add-button {
    position: relative;
  }
  
  .shop-action .yith-wcwl-add-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .product-block {
    position: relative;
  }
  
  li.product>a {
    display: block;
  }
  
  li.product:hover .product-img-wrap .inner {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  
  li.product:hover .product-img-wrap.bottom-to-top .inner {
    transform: translate3d(0, -100%, 0);
  }
  
  li.product:hover .product-img-wrap.top-to-bottom .inner {
    transform: translate3d(0, 100%, 0);
  }
  
  li.product:hover .product-img-wrap.left-to-right .inner {
    transform: translate3d(100%, 0, 0);
  }
  
  li.product:hover .product-img-wrap.right-to-left .inner {
    transform: translate3d(-100%, 0, 0);
  }
  
  li.product:hover .product-img-wrap.swap .product-image {
    opacity: 0;
  }
  
  li.product:hover .product-img-wrap.swap .product-image img {
    transform: rotateY(180deg);
  }
  
  li.product:hover .product-img-wrap.swap .product-image.second-image {
    opacity: 1;
  }
  
  li.product:hover .product-img-wrap.swap .product-image.second-image img {
    transform: rotateY(0deg);
  }
  
  li.product:hover .product-img-wrap.fade .product-image {
    opacity: 0;
  }
  
  li.product:hover .product-img-wrap.fade .product-image.second-image {
    opacity: 1;
  }
  
  li.product:hover .product-img-wrap.zoom-in .product-image.second-image {
    transform: scale(1);
  }
  
  li.product:hover .product-img-wrap.zoom-out .product-image {
    transform: scale(0);
  }
  
  li.product:hover .product-img-wrap.zoom-out .product-image.second-image {
    transform: scale(1);
  }
  
  .product-img-wrap {
    overflow: hidden;
    position: relative;
  }
  
  .product-img-wrap .inner {
    width: 100%;
    height: 100%;
    animation-fill-mode: both;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  
  .product-img-wrap .product-image {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  }
  
  .product-img-wrap .product-image.second-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .product-img-wrap.top-to-bottom .product-image {
    bottom: 100%;
  }
  
  .product-img-wrap.left-to-right .product-image {
    top: 0;
    right: 100%;
  }
  
  .product-img-wrap.right-to-left .product-image {
    top: 0;
    left: 100%;
  }
  
  .product-img-wrap.swap .product-image {
    top: 0;
    left: 0;
    transition: all 0.7s ease;
  }
  
  .product-img-wrap.swap .product-image img {
    transition: all 0.7s ease;
    transform: rotateY(0deg);
  }
  
  .product-img-wrap.swap .product-image.second-image {
    z-index: 2;
    opacity: 0;
  }
  
  .product-img-wrap.swap .product-image.second-image img {
    transform: rotateY(-180deg);
  }
  
  .product-img-wrap.fade .product-image {
    top: 0;
    left: 0;
    transition: all 0.5s ease;
  }
  
  .product-img-wrap.fade .product-image.second-image {
    opacity: 0;
    z-index: 2;
  }
  
  .product-img-wrap.zoom-in .product-image {
    top: 0;
    left: 0;
    transition: all 0.5s ease;
  }
  
  .product-img-wrap.zoom-in .product-image.second-image {
    transform: scale(0);
    z-index: 2;
  }
  
  .product-img-wrap.zoom-out .product-image {
    top: 0;
    left: 0;
    transition: all 0.5s ease;
  }
  
  .product-img-wrap.zoom-out .product-image.second-image {
    z-index: -1;
  }
  
  .otf-product-list .product-img-wrap:hover .inner {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  
  .otf-product-list .product-img-wrap:hover.bottom-to-top .inner {
    transform: translate3d(0, -100%, 0);
  }
  
  .otf-product-list .product-img-wrap:hover.top-to-bottom .inner {
    transform: translate3d(0, 100%, 0);
  }
  
  .otf-product-list .product-img-wrap:hover.left-to-right .inner {
    transform: translate3d(100%, 0, 0);
  }
  
  .otf-product-list .product-img-wrap:hover.right-to-left .inner {
    transform: translate3d(-100%, 0, 0);
  }
  
  .otf-product-list .product-img-wrap:hover.swap .product-image {
    opacity: 0;
  }
  
  .otf-product-list .product-img-wrap:hover.swap .product-image img {
    transform: rotateY(180deg);
  }
  
  .otf-product-list .product-img-wrap:hover.swap .product-image.second-image {
    opacity: 1;
  }
  
  .otf-product-list .product-img-wrap:hover.swap .product-image.second-image img {
    transform: rotateY(0deg);
  }
  
  .otf-product-list .product-img-wrap:hover.fade .product-image {
    opacity: 0;
  }
  
  .otf-product-list .product-img-wrap:hover.fade .product-image.second-image {
    opacity: 1;
  }
  
  .otf-product-list .product-img-wrap:hover.zoom-in .product-image.second-image {
    transform: scale(1);
  }
  
  .otf-product-list .product-img-wrap:hover.zoom-out .product-image {
    transform: scale(0);
  }
  
  .otf-product-list .product-img-wrap:hover.zoom-out .product-image.second-image {
    transform: scale(1);
  }
  
  ul.products li.product.osf-product-list .price,
  ul.products li.product.osf-product-list .woocommerce-loop-product__title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  ul.products li.product.osf-product-list .price del {
    color: #e3e3e3;
  }
  
  li.product.osf-product-list {
    margin-bottom: 15px !important;
  }
  
  li.product.osf-product-list:after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #eee;
    display: block;
    padding-top: 15px;
  }
  
  li.product.osf-product-list:last-child:after {
    display: none;
  }
  
  @media (min-width: 992px) {
  
    li.product.osf-product-list .product-block>.product-image,
    li.product.osf-product-list .product-img-wrap {
      max-width: 300px;
      float: left;
    }
  }
  
  li.product.osf-product-list .caption {
    text-align: left;
    width: 100%;
  }
  
  @media (min-width: 992px) {
    li.product.osf-product-list .caption {
      width: calc(100% - 300px);
      padding-left: 30px;
      float: right;
    }
  }
  
  li.product.osf-product-list .star-rating {
    margin-left: 0;
  }
  
  li.product.osf-product-list .yith-wcqv-button {
    height: auto;
  }
  
  li.product.osf-product-list .shop-action {
    display: flex;
  }
  
  li.product.osf-product-list .shop-action>* {
    margin-right: 10px;
  }
  
  .elementor-widget-wp-widget-recent-posts li.product.osf-product-list .shop-action>ul,
  .widget_recent_entries li.product.osf-product-list .shop-action>ul,
  li.product.osf-product-list .elementor-widget-wp-widget-recent-posts .shop-action>ul,
  li.product.osf-product-list .shop-action>.clear,
  li.product.osf-product-list .widget_recent_entries .shop-action>ul {
    margin: 0;
  }
  
  li.product.osf-product-list .shop-action a[class*="product_type_"] {
    flex: unset;
  }
  
  li.product.osf-product-list .price,
  li.product.osf-product-list .woocommerce-loop-product__title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  li.product.osf-product-list .price del {
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
  }
  
  li.product.osf-product-list .star-rating {
    margin-bottom: 0.5rem;
  }
  
  li.product.osf-product-list .excerpt {
    margin-top: 1rem;
    font-size: 0.875em;
    margin-bottom: 1.5rem;
  }
  
  li.product.osf-product-list .excerpt ul {
    padding-left: 20px;
  }
  
  /**
   * Products
   */
  ul.products {
    clear: both;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 30px;
  }
  
  ul.products li.product .woocommerce-LoopProduct-link {
    display: block;
  }
  
  ul.products li.product .price {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
  
  ul.products li.product .price del {
    color: #b3b3b3;
    text-decoration: line-through;
    position: relative;
  }
  
  .page-header ul.products li.product .page-title,
  ul.products li.product .page-header .page-title,
  ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2,
  ul.products li.product h3 {
    margin: 0 0 5px;
  }
  
  ul.products li.product img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  
  ul.products li.product img.ajax-loading {
    display: none;
  }
  
  .page-header ul.products li.product.product-category .page-title,
  ul.products li.product.product-category .page-header .page-title,
  ul.products li.product.product-category .woocommerce-loop-category__title,
  ul.products li.product.product-category h2,
  ul.products li.product.product-category h3 {
    font-size: 1.1em;
  }
  
  .product-category h2.woocommerce-loop-category__title {
    color: #fff !important;
    font-size: 1.75rem !important; 
  } 
  }
  
  ul.products li.product.product-category img {
    margin-bottom: 1.618em;
  }
  
  ul.products li.product ins {
    background: transparent;
  }
  
  ul.products li.product .posfed_in {
    display: block;
  }
  
  ul.products li.product .posfed_in a {
    color: #e0e2e6;
  }
  
  ul.products li.product a[class*="product_type_"].loading {
    color: transparent;
  }
  
  ul.products li.product a[class*="product_type_"].loading:after {
    color: #fff;
  }
  
  @media (min-width: 768px) {
    ul.products+.woocommerce-result-count {
      margin-top: 40px;
      text-align: right;
    }
  }
  
  @media (max-width: 767px) {
    ul.products+.woocommerce-result-count {
      margin-bottom: 0;
    }
  }
  
  ul.products+.woocommerce-result-count+.woocommerce-pagination {
    margin-top: 0;
  }
  
  @media (min-width: 768px) {
    ul.products+.woocommerce-result-count+.woocommerce-pagination {
      margin-top: -5em;
    }
  }
  
  li.product .star-rating {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  
  [class^="columns-"] {
    width: 100%;
  }
  
  .woocommerce.columns-mobile-6 [class*="col-md"] #customer_details ul.products>li,
  .woocommerce.columns-mobile-6 ul.products [class*="col-md"] #customer_details li.product,
  [class*="col-md"] #customer_details .col-1,
  [class*="col-md"] #customer_details .col-2,
  [class*="col-md"] #customer_details .woocommerce.columns-mobile-6 ul.products>li,
  [class*="col-md"] #customer_details .woocommerce.columns-mobile-6 ul.products li.product,
  [class*="col-md"] #customer_details [data-elementor-columns-mobile="6"] .column-item,
  [data-elementor-columns-mobile="6"] [class*="col-md"] #customer_details .column-item {
    padding: 0;
  }
  
  .archive.osf_woocommerce_archive_product_style_full #content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .columns-5 ul.products>li,
  .columns-5 ul.products li.product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  @media (max-width: 991px) {
  
    .columns-5 ul.products>li,
    .columns-5 ul.products li.product {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
  }
  
  @media (max-width: 767px) {
  
    .columns-5 ul.products>li,
    .columns-5 ul.products li.product {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  
  @media (max-width: 575px) {
  
    .columns-5 ul.products>li,
    .columns-5 ul.products li.product {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  @media (min-width: 992px) {
  
    .woocommerce.columns-5 ul.products>li,
    .woocommerce.columns-5 ul.products li.product {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  
  @media (min-width: 768px) {
  
    .woocommerce.columns-tablet-5 ul.products>li,
    .woocommerce.columns-tablet-5 ul.products li.product {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  
  @media (min-width: 576px) {
  
    .woocommerce.columns-mobile-5 ul.products>li,
    .woocommerce.columns-mobile-5 ul.products li.product {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }
  
  .woocommerce .woocommerce-carousel ul.products {
    margin-left: 0;
    margin-right: 0;
  }
  
  .woocommerce .woocommerce-carousel ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .woocommerce-product-carousel {
    width: 100%;
    position: relative;
  }
  
  .woocommerce-product-carousel ul.products {
    margin-left: 0;
    margin-right: 0;
  }
  
  .osf-sorting {
    padding-top: 0;
    padding-bottom: 14px;
  }
  
  .osf-sorting,
  .osf-sorting .osf-sorting-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  
  .osf-sorting .osf-sorting-group+.osf-sorting-group .woocommerce-result-count {
    margin-left: auto;
  }
  
  @media (max-width: 991px) {
    .osf-sorting .osf-sorting-group+.osf-sorting-group .woocommerce-result-count {
      display: none;
    }
  }
  
  .osf-sorting .woocommerce-result-count {
    margin: 0;
  }
  
  @media (max-width: 768px) {
    .osf-sorting .woocommerce-result-count {
      padding-top: 0.5em;
      margin: auto;
      padding-bottom: 0.5em;
    }
  }
  
  .osf-sorting .woocommerce-ordering {
    display: inline-block;
  }
  
  @media (max-width: 575px) {
    .osf-sorting .woocommerce-ordering {
      width: 100%;
    }
  }
  
  .osf-sorting .woocommerce-ordering select {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 2.5em;
    border-color: #eee;
    font-size: inherit;
    border-radius: 5px;
  }
  
  .osf-sorting .woocommerce-ordering .select-selected {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
  
  .osf-sorting .woocommerce-ordering .select-selected:after {
    vertical-align: baseline;
  }
  
  .osf-sorting .display-mode {
    display: inline-block;
    text-align: right;
    float: right;
    margin-left: 0.5rem;
    min-width: 74px;
  }
  
  @media (max-width: 768px) {
    .osf-sorting .display-mode {
      margin-right: auto;
    }
  }
  
  .osf-sorting .display-mode button {
    background-color: #fff;
    color: #b6babe;
    padding: 0 0.5rem;
    border: 1px solid #eee;
    border-radius: 0;
    line-height: 1;
    font-size: inherit;
    height: 2.5em;
    width: 2.5em;
    -webkit-appearance: none;
  }
  
  .osf-sorting .display-mode button+button {
    margin-left: -1px;
  }
  
  .osf-sorting .display-mode button.active,
  .osf-sorting .display-mode button:hover {
    background-color: #fff;
    border-color: #eee;
    -webkit-appearance: none;
    box-shadow: none;
    line-height: 1;
    font-size: inherit;
  }
  
  .columns-5 .woocommerce-loop-product__title,
  .columns-6 .woocommerce-loop-product__title,
  .opal-content-layout-2cl .columns-3 .woocommerce-loop-product__title,
  .opal-content-layout-2cl .columns-4 .woocommerce-loop-product__title,
  .opal-content-layout-2cl .columns-5 .woocommerce-loop-product__title,
  .opal-content-layout-2cl .columns-6 .woocommerce-loop-product__title,
  .opal-content-layout-2cr .columns-3 .woocommerce-loop-product__title,
  .opal-content-layout-2cr .columns-4 .woocommerce-loop-product__title,
  .opal-content-layout-2cr .columns-5 .woocommerce-loop-product__title,
  .opal-content-layout-2cr .columns-6 .woocommerce-loop-product__title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  
  @media (max-width: 991px) {
  
    .opal-content-layout-2cl .osf-sorting .woocommerce-result-count,
    .opal-content-layout-2cr .osf-sorting .woocommerce-result-count {
      margin: auto;
      padding-bottom: 0.5em;
    }
  }
  
  @media (max-width: 991px) {
  
    .opal-content-layout-2cl .osf-sorting .display-mode,
    .opal-content-layout-2cr .osf-sorting .display-mode {
      margin-right: auto;
    }
  }
  
  .woocommerce-ordering {
    position: relative;
    float: right;
  }
  
  .woocommerce-ordering select {
    display: none;
  }
  
  .opal-default-content-layout .woocommerce-ordering select {
    display: inline-block;
  }
  
  .select-selected {
    background-color: #fff;
    padding: 8px 40px 8px 25px;
    border: 1px solid #aaa;
    cursor: pointer;
    position: relative;
    max-width: 280px;
    border-radius: 4px;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    color: #222;
    margin-left: 5.5rem;
    vertical-align: middle;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    content: "\f106";
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div {
    padding: 3px 15px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .select-items div:hover {
    background-color: #f7f8fa;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px 0;
    margin-top: -1px;
    border: 1px solid #eee;
    width: 260px;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .same-as-selected {
    background-color: #f7f8fa;
  }
  
  /**
   * Single Product
   */
  
  td.woocommerce-product-attributes-item__value p {
    margin: 0;
  }
  
  .woocommerce-Tabs-panel--description {
    margin-top: 40px !important;
    background: rgba(245, 246, 250, 0.7);
    padding: 10px !important;
    border: 1px solid #eee;
  }
  
  div#tab-description p:last-child {
    margin-bottom: 0;
  }
  
  .site-main>.product>.onsale {
    position: absolute;
    z-index: 10;
  }
  
  .single-product .pswp__button {
    background-color: transparent;
  }
  
  .single-product div.product {
    position: relative;
  }
  
  
  @media (min-width: 1200px) {
    .single-product div.product .entry-summary .inner {
      padding-left: 45px;
    }
  }
  
  .single-product div.product .entry-summary .yith-wcwl-add-button {
    position: relative;
  }
  
  .single-product div.product .entry-summary .yith-wcwl-add-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .single-product div.product .entry-summary .compare {
    display: none;
    margin-bottom: 20px;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
  }
  
  .single-product div.product .entry-summary .compare:before {
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1;
    padding-right: 5px;
  }
  
  .single-product div.product .images figure {
    margin: 0;
  }
  
  .single-product div.product .product_title {
    font-size: 36px;
    font-size: 2.25rem;
    padding-top: 0;
    margin-bottom: 15px;
    font-family: inherit;
  }
  
  .single-product div.product .quantity_label {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 15px;
    margin-top: 1em;
  }
  
  .single-product div.product .images,
  .single-product div.product .summary,
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 2.29068em;
    margin-top: 0;
  }
  
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3.70633em;
  }
  
  .single-product div.product .woocommerce-product-gallery .zoomImg {
    background-color: #fff;
  }
  
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 45px;
    display: block;
    height: 1.75em;
    width: 1.75em;
    z-index: 90;
    text-align: center;
    color: #2d2d2d;
  }
  
  .single-product div.product .woocommerce-product-gallery img {
    margin: 0;
  }
  
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    padding-left: 0;
    list-style: none;
    cursor: pointer;
    margin-bottom: 15px;
    margin-right: 15px;
    flex-basis: 22.5%;
  }
  
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    transition: all, ease, 0.2s;
    width: 100%;
    display: block;
    border: 1px solid #eee;
  }
  
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-color: #000;
  }
  
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover:before {
    content: "";
  }
  
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    border-color: #000;
  }
  
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  
  .single-product div.product .images {
    margin-bottom: 2em;
  }
  
  .single-product div.product .images .woocommerce-main-image {
    margin-bottom: 1.618em;
    display: block;
  }
  
  .single-product div.product .images .thumbnails:after,
  .single-product div.product .images .thumbnails:before {
    content: "";
    display: table;
  }
  
  .single-product div.product .images .thumbnails:after {
    clear: both;
  }
  
  .single-product div.product .images .thumbnails a.zoom {
    display: block;
    width: 22.05%;
    margin-right: 3.8%;
    float: left;
    margin-bottom: 1em;
  }
  
  .single-product div.product .images .thumbnails a.zoom.last {
    margin-right: 0;
  }
  
  .single-product div.product .images .thumbnails a.zoom.first {
    clear: both;
  }
  
  .single-product div.product form.cart:not(.variations_form):not(.grouped_form) {
    display: flex;
  }
  
  .single-product div.product form.cart:after,
  .single-product div.product form.cart:before {
    content: "";
    display: table;
  }
  
  .single-product div.product form.cart:after {
    clear: both;
  }
  
  .single-product div.product form.cart .single_variation_wrap {
    width: 100%;
  }
  
  .single-product div.product form.cart .quantity {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 16px;
    border: 2px solid #2d2d2d;
    width: 105px;
    flex-basis: 105px;
    margin-top: 1em;
  }
  
  .single-product div.product form.cart .quantity .quantity-action {
    cursor: pointer;
    padding: 0.5rem 0;
    color: #222;
    width: 33.33%;
    text-align: center;
    line-height: 1;
  }
  
  .single-product div.product form.cart .quantity .quantity-action:active,
  .single-product div.product form.cart .quantity .quantity-action:focus,
  .single-product div.product form.cart .quantity .quantity-action:hover {
    color: #000;
  }
  
  .single-product div.product form.cart .quantity input[type="number"] {
    padding: 0.5rem 0;
    line-height: 1;
    width: 33.33%;
    background-color: transparent;
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  .single-product div.product form.cart.grouped_form .quantity_label {
    display: none;
  }
  
  .single-product div.product .summary .price {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 0.7em;
  }
  
  .single-product div.product .summary .price ins {
    background-color: transparent;
    float: left;
    margin-left: 0;
    margin-right: 0.327em;
  }
  
  .single-product div.product .summary .price del {
    color: #777;
    font-size: 16px;
    font-size: 1rem;
  }
  
  .single-product div.product table.variations {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    margin: 0;
  }
  
  .single-product div.product table.variations tr {
    display: block;
  }
  
  .single-product div.product table.variations td,
  .single-product div.product table.variations th {
    padding: 0;
    list-style: none;
    background-color: transparent;
    vertical-align: middle;
    border: 0;
  }
  
  .single-product div.product table.variations select {
    height: 40px;
    width: 100%;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    background: transparent;
  }
  
  .single-product div.product table.variations label {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    white-space: nowrap;
    line-height: 40px;
  }
  
  .single-product div.product table.variations label:after {
    content: ":";
    padding-right: 5px;
  }
  
  .single-product div.product table.variations .value select {
    padding: 0 10px;
    margin: 10px 0;
  }
  
  .single-product div.product .single_variation .price {
    margin-bottom: 0;
    display: block;
  }
  
  .single-product div.product .variations_button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .single-product div.product .variations_button:after,
  .single-product div.product .variations_button:before {
    content: "";
    display: table;
  }
  
  .single-product div.product .variations_button:after {
    clear: both;
  }
  
  .single-product div.product .woocommerce-variation-price {
    margin-top: 15px;
  }
  
  .single-product div.product .woocommerce-product-rating {
    display: flex;
    margin-bottom: 20px;
  }
  
  .single-product div.product .woocommerce-product-rating:after,
  .single-product div.product .woocommerce-product-rating:before {
    content: "";
    display: table;
  }
  
  .single-product div.product .woocommerce-product-rating:after {
    clear: both;
  }
  
  .single-product div.product .woocommerce-product-rating a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #7c7a7a;
    padding-top: 3px;
  }
  
  .single-product div.product .woocommerce-product-rating .star-rating {
    margin-right: 0.61805em;
  }
  
  .single-product div.product .product_meta {
    margin-top: 1rem;
  }
  
  .single-product div.product .product_meta .posted_in,
  .single-product div.product .product_meta .sku_wrapper,
  .single-product div.product .product_meta .tagged_as {
    display: block;
    line-height: 2;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  
  .single-product div.product .product_meta .posted_in:last-child,
  .single-product div.product .product_meta .sku_wrapper:last-child,
  .single-product div.product .product_meta .tagged_as:last-child {
    border-bottom: 0;
  }
  
  .single-product div.product .woocommerce-tabs {
    padding: 0;
  }
  
  .single-product div.product .woocommerce-tabs .panel .shop_attributes p {
    margin-bottom: 0;
  }
  
  .single-product div.product.compare-button {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
  
  .single-product div.product .pbr-social-share {
    margin-top: 10px;
    text-align: left;
  }
  
  .single-product div.product .pbr-social-share:before {
    display: none;
  }
  
  .single-product div.product .pbr-social-share a {
    text-transform: uppercase;
  }
  
  .single-product div.product form.variations_form>div {
    background-color: transparent !important;
  }
  
  .single-product[class*="opal-comment-form"] .comment-form .comment-form-author,
  .single-product[class*="opal-comment-form"] .comment-form .comment-form-email,
  .single-product[class*="opal-comment-form"] .comment-form .comment-notes {
    order: unset;
  }
  
  .single-product[class*="opal-comment-form"] .comment-form .form-submit {
    margin-top: 20px;
  }
  
  .single-product[class*="opal-comment-form"] .comment-form .form-submit .submit {
    min-width: 260px;
  }
  
  .single-product[class*="product-style"] .stock.out-of-stock {
    position: static;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  
  .single-product[class*="opal-comment-form"] .comment-form .form-submit .submit {
    background: #000;
    border-color: #000;
  }
  
  .single-product .single_add_to_cart_button,
  .single-product .single_add_to_cart_button.disabled[type="submit"] {
    padding: 0.25em 2em;
    background-color: #222;
    border-color: #222;
    margin-top: 1em;
  }
  
  .single-product .single_add_to_cart_button.disabled[type="submit"]:before,
  .single-product .single_add_to_cart_button:before {
    margin-right: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    vertical-align: middle;
  }
  
  .single-product .woocommerce-product-details__short-description ul {
    padding-left: 1.5em;
  }
  
  .single-product table.variations {
    margin-bottom: 1em;
  }
  
  .single-product table.group_table {
    width: 100%;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #e1e1e1;
    padding-top: 24px;
  }
  
  .single-product table.group_table tr:last-child {
    border-bottom: 0;
  }
  
  .single-product table.group_table tr:last-child .woocommerce-grouped-product-image {
    border-bottom: 0;
    padding-bottom: 13px;
  }
  
  .single-product table.group_table tr:first-child .woocommerce-grouped-product-image {
    padding-top: 20px;
    width: 80px;
  }
  
  .single-product table.group_table .woocommerce-grouped-product-image {
    border-bottom: 1px solid #fff;
  }
  
  .single-product table.group_table .woocommerce-grouped-product-image img {
    width: 70px;
  }
  
  .single-product table.group_table .woocommerce-grouped-product-list-item__label label {
    margin-bottom: 0;
  }
  
  .single-product table.group_table .woocommerce-grouped-product-list-item__price {
    text-align: right;
  }
  
  .single-product table.group_table .woocommerce-grouped-product-list-item__price .amount {
    color: #222;
  }
  
  .single-product table.group_table .woocommerce-grouped-product-list-item__price ins {
    background: transparent;
    color: #222;
  }
  
  .single-product table.group_table .woocommerce-grouped-product-list-item__price p {
    margin-bottom: 0;
  }
  
  .single-product table.group_table .quantity {
    margin-right: 0 !important;
    margin-left: auto;
  }
  
  .single-product table.group_table .woocommerce-grouped-product-list-item__quantity {
    text-align: right;
  }
  
  .single-product a.reset_variations {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    margin-left: 0;
    text-decoration: underline;
  }
  
  .single-product a.reset_variations:before {
    content: "\f00d";
  }
  
  .single-product .woocommerce-tabs {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 0;
    margin-top: 20px;
  }
  
  @media (min-width: 768px) {
    .single-product .woocommerce-tabs {
      margin-bottom: 90px;
    }
  }
  
  .single-product .woocommerce-tabs#osf-accordion-container [data-content] h2:first-of-type,
  .single-product .woocommerce-tabs .panel h2:first-of-type {
    display: none;
  }
  
  .single-product .star-rating {
    line-height: 2;
  }
  
  .single-product .onsale {
    left: 45px;
    top: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0.4em 1em;
  }
  
  .single-product .osf_has_image_gallery+.onsale {
    left: 130px;
  }
  
  .single-product .woocommerce-product-gallery img {
    display: block;
  }
  
  .single-product .entry-summary form.cart {
    padding: 10px 0;
  }
  
  .single-product table.variations td.label {
    min-width: 60px;
  }
  
  .single-product table.variations tr {
    border-bottom: 0;
    padding-top: 0;
  }
  
  .single-product table.variations select {
    border: 1px solid #eee;
  }
  
  .single-product .comment-body,
  .single-product .comment_container {
    margin-bottom: 0.25rem;
  }
  
  .single-product #reviews .commentlist li {
    margin-bottom: 0;
  }
  
  .single-product #reviews .commentlist li:first-child .comment_container {
    padding-top: 0;
  }
  
  .single-product #reviews .commentlist li .comment_container {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: #eee;
    padding: 60px 0 50px;
  }
  
  .single-product .entry-summary #reviews .commentlist li .comment_container {
    padding: 30px 0;
  }
  
  .single-product .stock.out-of-stock {
    position: static;
    background-color: transparent;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  
  .single-product#yith-quick-view-content a.reset_variations {
    margin-top: 0;
    vertical-align: middle;
    display: inline-block;
  }
  
  .woocommerce-tabs ul.tabs {
    list-style: none;
    margin-bottom: 0;
    display: block;
    padding-left: 0;
    text-align: center;
  }
  
  .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin-right: 40px;
  }
  
  @media (max-width: 575px) {
    .woocommerce-tabs ul.tabs li {
      display: block;
      margin-right: 0;
    }
  }
  
  .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0;
  }
  
  .woocommerce-tabs ul.tabs li a {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    padding: 12px 0;
    position: relative;
    color: #2d2d2d;
  }
  
  .woocommerce-tabs ul.tabs li a:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid;
    transition: all 0.3s ease-in-out;
  }
  
  .woocommerce-tabs ul.tabs li.active a:after,
  .woocommerce-tabs ul.tabs li a:hover:after {
    width: 100%;
  }
  
  .woocommerce-tabs .panel {
    padding-top: 30px;
  }
  
  @media (min-width: 768px) {
    .woocommerce-tabs .panel {
      padding-top: 40px;
    }
  }
  
  .woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em;
    color: #000;
  }
  
  .woocommerce-tabs#osf-accordion-container [data-accordion] {
    border-bottom: 1px solid;
    border-color: #eee;
  }
  
  .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control] {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:after,
  .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
    content: "";
    width: 12px;
    display: inline-block;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
  }
  
  .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
    transform: rotate(90deg);
  }
  
  .woocommerce-tabs#osf-accordion-container [data-accordion].open [data-control]:before {
    content: none;
  }
  
  .ywsfd-wrapper {
    border-top: 1px solid;
    border-color: #ccc;
  }
  
  .ywsfd-wrapper h2:first-of-type {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    padding-top: 1em;
    line-height: 30px;
  }
  
  .ywsfd-wrapper .ywsfd-social {
    margin-top: 0;
    border: none;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
  }
  
  .button-wrapper #chart-button {
    background-color: transparent;
    padding: 0;
    text-decoration: underline;
  }
  
  .button-wrapper #chart-button:hover {
    text-decoration: none;
    opacity: 0.8;
    background-color: transparent;
  }
  
  .remodal .remodal-close:focus,
  .remodal .remodal-close:hover {
    color: #fff;
  }
  
  .osf-wrap-swatches {
    transition: all 0.35s ease-in-out;
  }
  
  .osf-wrap-swatches .swatch {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
  }
  
  .osf-wrap-swatches .swatch-color {
    height: 15px;
    width: 15px;
    font-size: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  
  .osf-wrap-swatches .swatch-label {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0 3px;
    line-height: 18px;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ebebeb;
  }
  
  .osf-wrap-swatches .swatch-label.checked {
    background-color: #000;
    color: #fff;
  }
  
  .osf-wrap-swatches .swatch-image {
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
  }
  
  .osf-wrap-swatches .swatch-image,
  .osf-wrap-swatches .swatch-image img {
    height: 20px;
    width: 20px;
  }
  
  .osf-wrap-swatches .swatch-color.checked:after,
  .osf-wrap-swatches .swatch-image.checked:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
  }
  
  .product-image-swatch+.product-image {
    display: none !important;
  }
  
  .product-swatch-loading .product-img-wrap:after {
    font-family: FontAwesome;
    content: "\f110";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 2;
    color: #fff;
    font-size: 28px;
    animation: a 2s infinite linear;
  }
  
  .product-swatch-loading .product-img-wrap:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
  }
  
  /**
   * Widgets
   */
  
  .widget_product_brands ul,
  .widget_rating_filter ul,
  .woocommerce-widget-layered-nav ul {
    margin: 0;
  }
  
  .widget_product_brands ul li a,
  .widget_rating_filter ul li a,
  .woocommerce-widget-layered-nav ul li a {
    position: relative;
    padding-left: 33px;
  }
  
  .widget_product_brands ul li a:before,
  .widget_rating_filter ul li a:before,
  .woocommerce-widget-layered-nav ul li a:before {
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    border: 1px solid #eee;
  }
  
  .widget_product_brands ul li.chosen a,
  .widget_product_brands ul li.current-cat a,
  .widget_product_brands ul li a:hover,
  .widget_rating_filter ul li.chosen a,
  .widget_rating_filter ul li.current-cat a,
  .widget_rating_filter ul li a:hover,
  .woocommerce-widget-layered-nav ul li.chosen a,
  .woocommerce-widget-layered-nav ul li.current-cat a,
  .woocommerce-widget-layered-nav ul li a:hover {
    color: #000;
  }
  
  .widget_product_brands ul li.chosen a:after,
  .widget_rating_filter ul li.chosen a:after,
  .woocommerce-widget-layered-nav ul li.chosen a:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 10px;
    height: 5px;
    border-style: solid;
    border-color: #000;
    border-width: 0 0 1px 1px;
    display: block;
  }
  
  .widget_product_brands input[type="text"] {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  
  .osf-active-filters li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .osf-active-filters li a {
    border: 1px solid #eee;
    color: #999;
    padding: 3px 12px;
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  
  .osf-active-filters li a:before {
    content: "\f057";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    top: -6px;
    left: -6px;
  }
  
  .osf-active-filters li a:hover:before {
    color: #ff4a5d;
  }
  
  .osf-active-filters .widget_layered_nav_filters {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
  }
  
  .osf-active-filters .widget_layered_nav_filters ul li {
    padding: 0;
  }
  
  .osf-active-filters .widget_layered_nav_filters .widgettitle {
    display: none;
  }
  
  .osf-active-filters .osf_active_filters_label {
    color: #000;
  }
  
  .osf-active-filters .clear-all {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 10px;
    border-left: 1px solid;
    border-color: #eee;
  }
  
  .osf-active-filters div+.osf_active_filters_label {
    display: inline-block;
    float: left;
  }
  
  .osf-active-filters div~.clear-all {
    display: inline-block;
    line-height: 1.2;
  }
  
  .woocommerce-widget-layered-nav ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #7c7a7a;
  }
  
  .woocommerce-widget-layered-nav ul li a.osf-color-type {
    display: flex;
    align-items: center;
    padding-left: 37px;
  }
  
  .woocommerce-widget-layered-nav ul li a.osf-color-type:before {
    display: none;
  }
  
  .woocommerce-widget-layered-nav ul li a.osf-label-type:hover {
    border-color: #000;
    color: #fff;
    background-color: #000;
  }
  
  .woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-name {
    color: #000;
  }
  
  .woocommerce-widget-layered-nav ul li.chosen a.osf-color-type:after {
    box-shadow: -1px 1px #fff;
    left: 12px;
    top: 44%;
  }
  
  .woocommerce-widget-layered-nav ul li.chosen a.osf-label-type {
    border-color: #000;
    color: #fff;
    background-color: #000;
  }
  
  .woocommerce-widget-layered-nav ul.two_columns {
    columns: 2;
  }
  
  .woocommerce-widget-layered-nav ul.inline li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .woocommerce-widget-layered-nav .osf-color-type .color-label {
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid #eee;
    transition: all 0.3s ease;
  }
  
  .woocommerce-widget-layered-nav .osf-color-type .color-name {
    line-height: 30px;
  }
  
  .woocommerce-widget-layered-nav .osf-color-type .color-count {
    color: #777;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    margin-left: auto;
  }
  
  .woocommerce-widget-layered-nav .osf-color-type:hover .color-label:before {
    border-color: #000;
  }
  
  .woocommerce-widget-layered-nav .osf-color-type:hover .color-name {
    color: #222;
  }
  
  .woocommerce-widget-layered-nav .osf-label-type {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    min-width: 57px;
    border: 1px solid #eee;
    padding: 0.4em 0.5em 0.2em;
    display: inline-block;
    text-align: center;
  }
  
  .woocommerce-widget-layered-nav .osf-label-type:after,
  .woocommerce-widget-layered-nav .osf-label-type:before {
    content: none;
  }
  
  .product_list_widget,
  .woocommerce-product-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  
  .product_list_widget li,
  .woocommerce-product-list li {
    margin-bottom: 30px;
    list-style: none;
    width: 100%;
  }
  
  .product_list_widget li:not(.woocommerce-mini-cart-item),
  .woocommerce-product-list li:not(.woocommerce-mini-cart-item) {
    display: flex;
  }
  
  .product_list_widget li:after,
  .product_list_widget li:before,
  .woocommerce-product-list li:after,
  .woocommerce-product-list li:before {
    content: "";
    display: table;
  }
  
  .product_list_widget li:after,
  .woocommerce-product-list li:after {
    clear: both;
  }
  
  .product_list_widget li .inner,
  .woocommerce-product-list li .inner {
    display: flex;
    width: 100%;
    align-items: center;
  }
  
  .product_list_widget li img,
  .woocommerce-product-list li img {
    width: 100%;
    float: left;
  }
  
  .product_list_widget li img.wp-post-image,
  .woocommerce-product-list li img.wp-post-image {
    max-width: 5.99684em;
  }
  
  .product_list_widget li .product-thumbnail,
  .woocommerce-product-list li .product-thumbnail {
    margin-right: 20px;
    max-width: 100px;
    width: auto;
  }
  
  .product_list_widget li .product-content,
  .woocommerce-product-list li .product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  
  .product_list_widget li .product-title,
  .woocommerce-product-list li .product-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    padding-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.2em;
  }
  
  .product_list_widget li .product-title+.product-price,
  .woocommerce-product-list li .product-title+.product-price {
    margin-top: 0;
  }
  
  .product_list_widget li .product-price,
  .woocommerce-product-list li .product-price {
    margin-top: 0.875em;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
  }
  
  .product_list_widget li>a,
  .woocommerce-product-list li>a {
    display: block;
  }
  
  .product_list_widget li:first-child:before,
  .woocommerce-product-list li:first-child:before {
    content: none;
  }
  
  .product_list_widget li .star-rating,
  .woocommerce-product-list li .star-rating {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  
  .product_list_widget li .star-rating+.product-price,
  .woocommerce-product-list li .star-rating+.product-price {
    margin-top: 0;
  }
  
  .product_list_widget li .posted_in,
  .woocommerce-product-list li .posted_in {
    margin-bottom: 5px;
    font-size: 0.875em;
    display: none;
  }
  
  .product_list_widget li .product-excerpt,
  .woocommerce-product-list li .product-excerpt {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.8em;
  }
  
  .product_list_widget ins,
  .woocommerce-product-list ins {
    background: transparent;
    float: left;
    margin-right: 10px;
  }
  
  .product_list_widget del,
  .woocommerce-product-list del {
    font-size: 0.875em;
    opacity: 0.4;
  }
  
  .product_list_widget del .amount,
  .woocommerce-product-list del .amount {
    color: #2d2d2d;
  }
  
  .woocommerce-product-list li {
    border: none;
    box-sizing: border-box;
  }
  
  .woocommerce-product-list li .posted_in {
    line-height: 1.2;
    display: block;
  }
  
  .woocommerce-product-list li .posted_in a {
    color: #a3a5a7;
  }
  
  .widget ul.products li.product a {
    text-decoration: none;
  }
  
  .widget_products a {
    display: block;
  }
  
  .widget_shopping_cart .product_list_widget {
    margin-bottom: 0;
  }
  
  .widget_shopping_cart .product_list_widget li {
    position: relative;
  }
  
  .widget_shopping_cart .product_list_widget li img {
    margin-right: 15px;
  }
  
  .widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: 0.6em;
    right: 0;
    opacity: 1;
  }
  
  .widget_shopping_cart p.buttons,
  .widget_shopping_cart p.total {
    padding: 1em 0;
    margin: 0;
  }
  
  .widget_shopping_cart p.total {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .widget_shopping_cart .buttons .button {
    display: block;
    height: auto;
  }
  
  .widget_shopping_cart .buttons .button:nth-child(odd) {
    margin-bottom: 0.61805em;
    display: block;
  }
  
  .widget.woocommerce li .count {
    float: right;
    clear: both;
  }
  
  .widget_price_filter .price_slider {
    margin-bottom: 1em;
  }
  
  .widget_price_filter .price_slider_amount {
    line-height: 2.4em;
  }
  
  .widget_price_filter .price_slider_amount input[type="text"] {
    display: none;
  }
  
  .widget_price_filter .price_slider_amount .button {
    float: left;
  }
  
  .widget_price_filter .price_slider_amount .price_label span {
    color: #000;
  }
  
  .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
  }
  
  .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 7px;
    height: 16px;
    cursor: ew-resize;
    outline: none;
    background-color: #000;
    box-sizing: border-box;
    opacity: 1;
    top: -6px;
  }
  
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -7px;
  }
  
  .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
  .widget_price_filter .ui-slider .ui-slider-handle:hover {
    box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
  }
  
  .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background: #2c2d33;
    background-color: #000;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
  }
  
  .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 0;
  }
  
  .widget_price_filter .ui-slider-horizontal {
    height: 4px;
  }
  
  .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
  }
  
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
  }
  
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
  }
  
  .widget_product_search form input[type="submit"] {
    display: none;
  }
  
  .search-form-wapper .input-group,
  .search-form-wapper .input-group-btn,
  .search-form-wapper .search-form {
    border-radius: inherit !important;
  }
  
  .search-form-wapper .search-submit {
    border-top-right-radius: inherit !important;
    border-bottom-right-radius: inherit !important;
  }
  
  .search-form-wapper input[type="search"] {
    border-top-left-radius: inherit !important;
    border-bottom-left-radius: inherit !important;
  }
  
  .opal-style-1.search-form-wapper .input-group-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
  }
  
  .opal-style-1.search-form-wapper .search-submit,
  .opal-style-1.search-form-wapper input[type="search"] {
    border-radius: inherit !important;
    border: none;
  }
  
  .opal-style-1.search-form-wapper .search-submit {
    background: transparent;
    padding-left: 25px;
    padding-right: 20px;
  }
  
  .opal-style-1.search-form-wapper.button_left .input-group-btn {
    left: 0;
    right: auto;
  }
  
  .opal-style-1.search-form-wapper.button_left input[type="search"] {
    padding-left: 55px;
    padding-right: 15px;
  }
  
  .opal-style-1.search-form-wapper.button_right .input-group-btn {
    right: 0;
    left: auto;
  }
  
  .opal-style-1.search-form-wapper.button_right input[type="search"] {
    padding-right: 55px;
    padding-left: 15px;
  }
  
  .opal-style-1.search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
  .opal-style-1.search-form-wapper .dgwt-wcas-sf-wrapp {
    background-color: transparent;
  }
  
  .widget_rating_filter .star-rating {
    display: inline-block;
    vertical-align: middle;
  }
  
  .osf-product-deal .woocommerce-product-list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .osf-product-deal .woocommerce-product-list li .inner {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
  
  @media (max-width: 767px) {
    .osf-product-deal .woocommerce-product-list li .inner {
      display: block !important;
    }
  }
  
  .osf-product-deal .woocommerce-product-list li p {
    margin: 0;
  }
  
  .osf-product-deal .woocommerce-product-list li .product-thumbnail {
    margin-right: 0;
    padding: 0;
    max-width: 100%;
  }
  
  .osf-product-deal .woocommerce-product-list .product-content {
    padding: 30px;
  }
  
  .osf-product-deal .woocommerce-product-list .product-title {
    font-size: 1em;
    font-weight: 500;
  }
  
  .osf-product-deal .woocommerce-product-list .product-price {
    font-size: 1.5em;
  }
  
  .osf-product-deal .woocommerce-product-list .time {
    margin-top: 25px;
    padding-top: 45px;
    border: 1px solid;
    border-color: #eee;
  }
  
  .osf-product-deal .woocommerce-product-list .opal-countdown {
    font-weight: 400;
  }
  
  .osf-product-deal .woocommerce-product-list .opal-countdown .day:after,
  .osf-product-deal .woocommerce-product-list .opal-countdown .hours:after,
  .osf-product-deal .woocommerce-product-list .opal-countdown .minutes:after {
    content: "";
  }
  
  .osf-product-deal .woocommerce-product-list .opal-countdown .countdown-times>div {
    text-transform: capitalize;
  }
  
  .osf-product-deal .woocommerce-product-list .opal-countdown b {
    min-width: 50px;
    background-color: transparent;
    font-size: 1.25em;
    line-height: 30px;
    min-height: 30px;
  }
  
  .osf-product-deal .woocommerce-product-list .opal-countdown .day {
    text-align: left;
    border-right: 1px solid;
    padding-right: 10px;
  }
  
  .osf-product-deal .woocommerce-product-list .opal-countdown .day b {
    font-size: 2.25em;
  }
  
  #secondary .widget_price_filter button[type="submit"],
  .opal-canvas-filter .widget_price_filter button[type="submit"] {
    display: none;
  }
  
  .otf-product-recently-review {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
  }
  
  @media (max-width: 767px) {
    .otf-product-recently-review {
      display: none;
    }
  }
  
  .otf-product-recently-review .otf-woocommerce-recently-viewed {
    float: right;
    font-size: 15px;
    line-height: 1;
    padding: 14px 45px 14px 17px;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0 95px;
    position: relative;
    background-color: #f4f5f5;
    cursor: pointer;
    font-weight: 500;
    z-index: 999;
  }
  
  .otf-product-recently-review .otf-woocommerce-recently-viewed:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    transition: 0.2s;
  }
  
  .otf-product-recently-review .otf-woocommerce-recently-viewed.active {
    background: #fff;
  }
  
  .otf-product-recently-review .otf-woocommerce-recently-viewed.active:after {
    transform: rotate(180deg) translateY(50%);
  }
  
  .otf-product-recently-content {
    width: 100% !important;
    display: none;
    clear: both;
    position: relative;
  }
  
  .otf-product-recently-content .otf-product-recently-content-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .otf-product-recently-content .woocommerce-product {
    background: #fff;
  }
  
  .otf-product-recently-content .widget_recently_viewed_products {
    margin-bottom: 0 !important;
  }
  
  .otf-product-recently-content .products {
    display: flex;
    padding: 30px 0;
  }
  
  .otf-product-recently-content li {
    width: 20%;
    padding: 0 15px !important;
  }
  
  .otf-product-recently-content li .inner {
    border: none !important;
    display: block;
    padding: 0;
  }
  
  .otf-product-recently-content li a.product-thumbnail {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  
  .otf-product-recently-content li img.wp-post-image {
    max-width: 200px;
  }
  
  .otf-product-recently-content li .product-thumbnail img {
    border: 1px solid #eee;
  }
  
  .otf-product-recently-content li .product-content {
    display: block;
    width: 100%;
  }
  
  .otf-product-recently-content li .product-content .product-title {
    padding-top: 1em;
    max-height: 4.2em;
  }
  
  .otf-product-recently-content li .product-content .product-price,
  .otf-product-recently-content li .product-content .star-rating,
  .otf-product-recently-content li .product-content .time {
    display: none;
  }
  
  .recently_viewed_product-item {
    position: relative;
  }
  
  a.recently_viewed_product-item-remove {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 5px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
  
  a.recently_viewed_product-item-remove:hover {
    color: red !important;
  }
  
  /**
   * Breadcrumbs
   */
  .woocommerce-breadcrumb {
    margin-left: -1.387rem;
    margin-right: -1.387rem;
    margin-bottom: 1.618em;
    font-size: 0.875em;
    padding: 1em 1.387rem;
  }
  
  .woocommerce-breadcrumb .breadcrumb-separator {
    display: inline-block;
    padding: 0 0.54079em;
  }
  
  /**
   * Breadcrumbs
   */
  .woocommerce-breadcrumb {
    padding: 1.41575em 99em;
    margin-left: -99em;
    margin-right: -99em;
    margin-bottom: 4.2358em;
  }
  
  @media (min-width: 568px) and (max-width: ms(18)) {
    .woocommerce-breadcrumb {
      margin-left: -2.618rem;
      margin-right: -2.618rem;
      padding-left: 2.618rem;
      padding-right: 2.618rem;
    }
  }
  
  #opal-woocommerce-loading {
    background: #fff;
    position: fixed;
    z-index: 10001;
    top: 50%;
    width: 50px;
    height: 50px;
    left: 50%;
    margin: -25px auto auto -25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  #opal-woocommerce-loading:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: p 0.45s infinite linear;
    -webkit-animation: p 0.45s infinite linear;
    margin: 30px auto;
    margin: 10px auto;
  }
  
  body.opal-filter-loading #content {
    opacity: 0.76;
  }
  
  body.opal-filter-loading #content * {
    pointer-events: none;
  }
  
  .woocommerce .blockUI.blockOverlay:before,
  .woocommerce .loader:before {
    content: "";
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: p 0.45s infinite linear;
    -webkit-animation: p 0.45s infinite linear;
    background-image: none !important;
  }
  
  .shop-action .blockUI.blockOverlay:before,
  .shop-action .loader:before {
    width: 20px;
    height: 20px;
    background: #fff !important;
    top: 50%;
    left: 50%;
    opacity: 1 !important;
    overflow: hidden;
    border-radius: 50%;
    margin: -10px;
  }
  
  .shop-action .blockUI.blockOverlay {
    opacity: 1 !important;
    overflow: hidden;
  }
  
  @media (min-width: 768px) {
    .handheld-footer-bar {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    .opal-wrapper {
      margin-bottom: 65px;
    }
  
    .handheld-footer-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      border-top: 1px solid hsla(0, 0%, 100%, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      z-index: 9999;
      background-color: #2d2d2d;
    }
  
    .handheld-footer-bar [class*="columns-"] {
      display: flex;
      -ms-flex-align: center;
      list-style: none;
      margin-bottom: 0;
      padding: 0;
      min-height: 65px;
      color: #f3f3f3;
      position: relative;
    }
  
    .handheld-footer-bar [class*="columns-"] li {
      flex: 1 1 0;
      text-align: center;
    }
  
    .handheld-footer-bar [class*="columns-"] li:not(:last-child) a {
      border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    }
  
    .handheld-footer-bar [class*="columns-"] a {
      color: #f3f3f3;
      height: 100%;
      cursor: pointer;
      display: block;
      background: #262626;
    }
  
    .handheld-footer-bar [class*="columns-"] a:before {
      font: normal normal normal 26px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      text-align: center;
      cursor: pointer;
      pointer-events: none;
      line-height: 65px;
    }
  
    .handheld-footer-bar .my-account .my-accrount-footer {
      display: block;
      position: relative;
      text-indent: -9999px;
      z-index: 999;
    }
  
    .handheld-footer-bar .my-account .my-accrount-footer:before {
      text-indent: 0;
      font-size: 27px;
    }
  
    .handheld-footer-bar .cart .footer-cart-contents {
      position: relative;
      display: block;
      z-index: 99;
    }
  
    .handheld-footer-bar .cart .footer-cart-contents .count {
      text-indent: 0;
      display: block;
      width: 2em;
      height: 2em;
      line-height: 2;
      box-sizing: content-box;
      font-size: 12px;
      position: absolute;
      top: 10px;
      left: calc(50% + 5px);
      border-radius: 100%;
    }
  
    .handheld-footer-bar .site-search {
      position: absolute;
      bottom: -120%;
      left: 0;
      right: 0;
      transition: all, ease, 0.2s;
      padding: 1em 1em 0;
      z-index: 1;
      display: block;
      background-color: #262626;
    }
  
    .handheld-footer-bar .site-search .search-submit {
      border-radius: 0;
    }
  
    .handheld-footer-bar .search .search-footer {
      position: relative;
      text-indent: -9999px;
      z-index: 999;
    }
  
    .handheld-footer-bar .search input[type="search"] {
      margin-top: 0;
      padding: 10px;
      border-color: hsla(0, 0%, 100%, 0.2);
    }
  
    .handheld-footer-bar .search.active .site-search {
      bottom: 100%;
    }
  }
  
  .handheld-footer-bar .search .search-footer:before {
    text-indent: 0;
  }
  
  .woo-variation-swatches-stylesheet-disabled .woo-variation-raw-select,
  .woo-variation-swatches-stylesheet-disabled .woo-variation-raw-select+.select2 {
    display: none !important;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all 0.2s ease;
    position: relative;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item img {
    margin: 0;
    /** Storefront FIX */
    padding: 0;
    /** ShopIsle Fix */
    width: 100%;
    /** TheGem Fix */
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper {
    display: block;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item {
    box-sizing: border-box;
    display: block;
    list-style: none;
    cursor: pointer;
    margin: 0;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
    cursor: pointer;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
    cursor: pointer;
    width: auto;
    margin-right: 5px;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 2px;
    margin: 7px 10px 7px 0;
    border-radius: 0;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:last-of-type {
    margin-right: 0;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected,
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9);
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 7px 15px 7px 0;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.disabled:after,
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.disabled:before {
    display: none;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.disabled).selected .variable-item-span,
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.disabled):hover .variable-item-span {
    color: #fff;
    background-color: #000;
  }
  
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:last-child {
    margin-right: 0;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span:after,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item img {
    border-radius: 100%;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    border: 1px solid #eee;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
    padding: 0 5px;
    height: 40px;
    min-width: 60px;
    line-height: 40px;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.color-variable-item span:after {
    border-radius: 0;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover {
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
    overflow: hidden;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover img,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover span,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled img,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled span {
    opacity: 0.3;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before {
    position: absolute;
    content: " " !important;
    width: 100%;
    height: 1px;
    background: red !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto;
    transform-origin: center;
    z-index: 0;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before {
    transform: rotate(45deg);
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after {
    transform: rotate(-45deg);
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover input,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover label,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled input,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled label {
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: 0.5;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:after,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:before,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover:after,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover:before {
    display: none;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover {
    pointer-events: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover img,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover span,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled img,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled span {
    opacity: 0.3;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover {
    overflow: hidden;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover input,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover label,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled input,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled label {
    pointer-events: none;
    opacity: 0.3;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: center;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled.radio-variable-item {
    width: auto !important;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip] {
    position: relative;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]:after,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]:before {
    left: 8px;
    bottom: 100%;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item .image-tooltip-wrapper {
    transform: translateX(-50%);
    left: 8px;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
    left: 50%;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
    transform: translateX(-50%);
    left: 50%;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
    left: 100%;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
    transform: translateX(-50%);
    left: 100%;
  }
  
  .woo-variation-swatches-stylesheet-disabled.rtl table.variations td.label {
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
  }
  
  .woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper .variable-item {
    text-align: right;
  }
  
  .woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px 0 4px 8px;
  }
  
  .woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
    margin-right: 0;
    margin-left: 5px;
  }
  
  .woo-variation-swatches-stylesheet-disabled.woocommerce .product.elementor table.variations td.value:before {
    display: none !important;
  }
  
  .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 14px;
  }
  
  .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  }
  
  /* endinject */
  /* inject:product-block */
  /** Product Animation Start : Style 1 */
  .page-header .product-style-1 li.product .page-title,
  .product-style-1 li.product .page-header .page-title,
  .product-style-1 li.product .woocommerce-loop-product__title,
  .product-style-1 li.product h2,
  .product-style-1 li.product h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    font-family: inherit;
  }
  
  .page-header .product-style-1 li.product .page-title a,
  .product-style-1 li.product .page-header .page-title a,
  .product-style-1 li.product .woocommerce-loop-product__title a,
  .product-style-1 li.product h2 a,
  .product-style-1 li.product h3 a {
    line-height: 1.6;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.2em;
  }
  
  .page-header .product-style-1 li.product .page-title a:hover,
  .product-style-1 li.product .page-header .page-title a:hover,
  .product-style-1 li.product .woocommerce-loop-product__title a:hover,
  .product-style-1 li.product h2 a:hover,
  .product-style-1 li.product h3 a:hover {
    text-decoration: underline;
  }
  
  .product-style-1 li.product .group-action {
    top: 50%;
    right: -40px;
    width: 40px;
    transform: translateY(-50%);
  }
  
  .product-style-1 li.product .group-action .shop-action {
    flex-direction: column;
  }
  
  .product-style-1 li.product .product-block {
    transition: all 0.3s ease-out;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .product-style-1 li.product .caption {
    transition: all 0.3s ease-out;
    padding: 25px 15px;
    text-align: center;
  }
  
  .product-style-1 li.product:hover .group-action {
    right: 1px;
  }
  
  /** Product Animation End : Style 1 */