.woocommerce .woocommerce-products-header .woocommerce-products-header__title {
    margin-bottom: 1em;
  }
  .woocommerce.archive #lqd-contents-wrap > .vc_row {
    margin-inline-start: -15px;
    margin-inline-end: -15px;
  }
  .woocommerce.archive #lqd-contents-wrap.container-fluid {
    padding-inline-start: 2.5vw;
    padding-inline-end: 2.5vw;
  }
  .woocommerce.archive
    #lqd-contents-wrap.container-fluid
    .ld-shop-topbar
    .container {
    width: 100%;
  }
  .woocommerce.archive
    #lqd-contents-wrap.container-fluid
    .ld-shop-topbar.fullwidth {
    width: 100%;
    margin-inline-start: 0;
    margin-inline-end: 0;
    left: 0;
    right: 0;
  }
  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 75px;
    text-align: inherit;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-size: 12px;
  }
  .woocommerce .ld-sp .ld-sp-btn.added:after,
  .woocommerce .ld-sp .ld-sp-btn.loading:after,
  .woocommerce nav.woocommerce-pagination ul.page-numbers:after,
  .woocommerce nav.woocommerce-pagination ul.page-numbers:before {
    content: none;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li {
    display: inline-flex;
    margin-inline-start: 0;
    margin-inline-end: 10px;
    margin-block-end: 5px;
    border: 0;
    float: none;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li a,
  .woocommerce nav.woocommerce-pagination ul.page-numbers li span {
    display: inline-flex;
    min-width: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li a,
  .woocommerce nav.woocommerce-pagination ul.page-numbers li > span {
    width: 32px;
    height: 32px;
    border: 1px solid #e2e2e2;
    color: #303030;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
  .woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers .wc-pagination-button {
    width: 100%;
    margin: 20px 0 0;
    justify-content: center;
  }
  .woocommerce
    nav.woocommerce-pagination
    ul.page-numbers
    .wc-pagination-button
    a {
    width: 100%;
    height: auto;
    padding: 1em;
    font-size: 16px;
    font-weight: 600;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:after,
  .woocommerce div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce div.products:after,
  .woocommerce div.products:before,
  .woocommerce
    nav.woocommerce-pagination
    ul.page-numbers
    .wc-pagination-button
    a:before,
  .woocommerce ul.products:after,
  .woocommerce ul.products:before {
    content: none !important;
  }
  .woocommerce
    nav.woocommerce-pagination
    ul.page-numbers
    .wc-pagination-button
    a.lqd-ajax-btn-loading
    span:after {
    content: "";
    margin-inline-start: 1em;
    font: 1em/1 "lqd-essentials";
    font-weight: 700;
    animation: spin 1.5s linear infinite;
  }
  .woocommerce
    nav.woocommerce-pagination
    ul.page-numbers
    .wc-pagination-button
    a:hover {
    color: #fff;
  }
  .woocommerce
    nav.woocommerce-pagination
    ul.page-numbers
    .wc-pagination-button
    span {
    padding: 0;
    font: inherit;
  }
  .woocommerce div.products,
  .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce div.products div.product {
    padding-top: 0;
  }
  .woocommerce ul.products {
    margin-inline-start: -15px;
    margin-inline-end: -15px;
  }
  .woocommerce ul.products li.product {
    width: 25%;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    margin-bottom: 30px;
    transition: opacity 0.3s;
  }
  .woocommerce ul.products li.product .ld-sp {
    margin-bottom: 0;
  }
  #yith-wcwl-form ul.shop_table,
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
  }
  .woocommerce ul.products li.product h3 {
    line-height: 1.333em;
  }
  .woocommerce ul.products li.product .price {
    color: #191919;
    font-size: clamp(14px, 0.9em, 1em);
    letter-spacing: 0;
  }
  .woocommerce ul.products li.product .price del {
    opacity: 0.75;
    font-size: 0.95em;
  }
  .woocommerce ul.products li.product .price ins {
    font-weight: inherit;
    text-decoration: none;
  }
  .woocommerce ul.products li.product span.onsale,
  .woocommerce ul.products li.product span.soldout {
    min-width: 0;
    min-height: 0;
    padding: 6px 12px;
    margin: 0;
    top: 18px;
    left: 18px;
    right: auto;
    border-radius: 2px;
    background-color: #e82d2d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.185em;
    color: #fff;
  }
  .woocommerce ul.products li.product span.soldout:only-child {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1px;
    background-color: #000;
    color: #fff;
  }
  .woocommerce ul.products.items-loading {
    position: relative;
  }
  .woocommerce ul.products.items-loading > li.product {
    opacity: 0.2;
  }
  .woocommerce ul.products.columns-1 li.product,
  .woocommerce.columns-1 ul.products li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-2 li.product,
  .woocommerce.columns-2 ul.products li.product {
    width: 50%;
  }
  .has-sidebar ul.products li.product,
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: 33.3333333333%;
  }
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce.columns-4 ul.products li.product {
    width: 25%;
  }
  .woocommerce ul.products.columns-5 li.product,
  .woocommerce.columns-5 ul.products li.product {
    width: 20%;
  }
  .woocommerce ul.products.columns-6 li.product,
  .woocommerce.columns-6 ul.products li.product {
    width: 16.6666666667%;
  }
  .carousel-item .woocommerce ul.products,
  .carousel-item .woocommerce ul.products li.product,
  .woocommerce form.woocommerce-shipping-calculator > p {
    margin-bottom: 0;
  }
  .woocommerce.archive ul.products li.product {
    display: flex;
    flex-direction: column;
  }
  .woocommerce.archive ul.products li.product .ld-sp {
    flex-grow: 1;
  }
  @media screen and (max-width: 479px) {
    .woocommerce ul.products li.product span.onsale,
    .woocommerce ul.products li.product span.soldout {
      padding: 4px 8px;
    }
  }
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.15em 2.1em;
    position: relative;
    border-radius: 0;
    background-color: var(--color-primary);
    font-size: 13px;
    line-height: 1.5em;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  }
  .woocommerce #respond input#submit > i,
  .woocommerce a.button > i,
  .woocommerce button.button > i,
  .woocommerce input.button > i {
    margin-inline-end: 0.75em;
  }
  .woocommerce #respond input#submit > span:not(.btn-icon):not(.btn-txt),
  .woocommerce a.button > span:not(.btn-icon):not(.btn-txt),
  .woocommerce button.button > span:not(.btn-icon):not(.btn-txt),
  .woocommerce input.button > span:not(.btn-icon):not(.btn-txt) {
    padding: 0;
  }
  .woocommerce #respond input#submit > span:not(.btn-icon):not(.btn-txt) + i,
  .woocommerce a.button > span:not(.btn-icon):not(.btn-txt) + i,
  .woocommerce button.button > span:not(.btn-icon):not(.btn-txt) + i,
  .woocommerce input.button > span:not(.btn-icon):not(.btn-txt) + i {
    margin-inline-end: 0;
    margin-inline-start: 0.75em;
  }
  .woocommerce #respond input#submit.disabled,
  .woocommerce #respond input#submit:disabled,
  .woocommerce #respond input#submit:disabled[disabled],
  .woocommerce a.button.disabled,
  .woocommerce a.button:disabled,
  .woocommerce a.button:disabled[disabled],
  .woocommerce button.button.disabled,
  .woocommerce button.button:disabled,
  .woocommerce button.button:disabled[disabled],
  .woocommerce input.button.disabled,
  .woocommerce input.button:disabled,
  .woocommerce input.button:disabled[disabled] {
    padding: 1.15em 2.1em;
  }
  .woocommerce #respond input#submit:focus,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:focus,
  .woocommerce a.button:hover,
  .woocommerce button.button:focus,
  .woocommerce button.button:hover,
  .woocommerce input.button:focus,
  .woocommerce input.button:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.05);
  }
  .woocommerce a.added_to_cart,
  .woocommerce div.product div.woocommerce-product-gallery__image > a {
    display: block;
  }
  .woocommerce .ld-sp {
    position: relative;
    font-size: 16px;
    line-height: 1.6875em;
    /* text-align: start; */
    margin-bottom: 30px;
  }
  .woocommerce .ld-sp figure {
    position: relative;
    margin-bottom: 20px !important;
    overflow: hidden;
  }
  .woocommerce .ld-sp figure img {
    width: 100%;
    margin: 0 !important;
  }
  .ld-sp-img .ld-sp-img-gallery figure,
  .woocommerce .ld-sp .ld-sp-img-hover {
    margin-bottom: 0 !important;
  }
  .liquid-wc-product-search-results li > a:hover:before,
  .woocommerce .ld-sp:hover .ld-sp-img-hover {
    opacity: 1;
    transform: scale(1);
  }
  .flickity-equal-cells .carousel-item > .woocommerce,
  .flickity-equal-cells .carousel-item > .woocommerce ul.products,
  .flickity-equal-cells .carousel-item > .woocommerce ul.products li.product {
    display: flex;
    min-height: 100%;
  }
  .carousel-item
    .woocommerce
    ul.products[class*="columns-"]
    li.product:only-child,
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    div.product.compare-button:only-child,
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    div.product.compare-button:only-child
    .button {
    width: 100%;
  }
  .ld-sp-img > a > img {
    transition: opacity 0.3s;
  }
  .ld-sp-img:hover .ld-sp-img-gal-trigger {
    opacity: 1;
  }
  .ld-sp-img-gallery {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: flex-end;
  }
  .ld-sp-img-gallery > figure:nth-of-type(n + 1) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .ld-sp-img-gallery > figure:nth-of-type(n + 1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ld-sp-img-gal-trigger {
    flex-grow: 1;
    height: 100%;
    margin-inline-start: 1px;
    margin-inline-end: 1px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .ld-sp-img-gal-trigger:first-of-type {
    margin-inline-start: 0;
  }
  .ld-sp-img-gal-trigger:last-of-type {
    margin-inline-end: 0;
  }
  .ld-sp-img-gal-trigger:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background 0.3s;
  }
  .ld-sp-img-gal-trigger:hover:before {
    background-color: var(--color-primary);
  }
  .ld-sp-img-gal-trigger:hover + figure,
  .woocommerce ul.products li.product .ld-sp-min-2 .price del {
    opacity: 1;
  }
  .ld-sp-img-hover {
    width: auto;
    height: auto;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.85s, transform 0.85s, visibility 0.85s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .vc_mobile .ld-sp-img-hover,
  .woocommerce
    .ld-sp
    .yith-wcwl-add-to-wishlist
    > div.yith-wcwl-add-button
    i.fa-heart-o
    + .fa-heart,
  .woocommerce div.product > .row:after,
  .woocommerce div.product > .row:before {
    display: none;
  }
  .ld-sp-img-hover a,
  .ld-sp-img-hover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-has-gallery .ld-sp-img > a:hover > img {
    opacity: 0;
  }
  .woocommerce .ld-sp-info h3 {
    margin: 0;
    font-size: inherit;
  }
  .woocommerce .ld-sp-clsc .yith-wcwl-add-to-wishlist a,
  .woocommerce .ld-sp-def .yith-wcwl-add-to-wishlist a,
  .woocommerce .ld-sp-info h3 a,
  .woocommerce .ld-sp-list .yith-wcwl-add-to-wishlist a,
  .woocommerce .ld-sp-mhs-1 .yith-wcwl-add-to-wishlist a,
  .woocommerce .ld-sp-mhs-2 .yith-wcwl-add-to-wishlist a,
  .woocommerce .ld-sp-min-2 .yith-wcwl-add-to-wishlist a {
    color: #000;
  }
  .woocommerce .ld-sp-price {
    color: #191919;
    margin: 0;
  }
  /* .woocommerce .ld-sp .ld-sp-btn {
    padding: 0.75em 1em;
    position: absolute;
    left: 17px;
    right: 17px;
    bottom: 25px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.185em;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    white-space: normal;
    transition: all 0.3s;
  }
  .woocommerce .ld-sp .ld-sp-btn,
  .woocommerce .ld-sp .ld-sp-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce .ld-sp .ld-sp-btn.loading {
    pointer-events: none;
    filter: blur(1px) saturate(0%) opacity(0.7);
    transform: scale(0.97) !important;
  }
  .woocommerce .ld-sp .ld-sp-btn:hover {
    color: #fff;
  } */
  .woocommerce .ld-sp .lqd-mobile-add-to-cart-icn {
    display: none;
    margin: 0 !important;
    transition: opacity 0.3s;
  }
  .woocommerce .ld-sp .added_to_cart {
    display: none;
    padding: 7px 15px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.185em;
    transform: translate(-50%, -50%);
  }
  .woocommerce .ld-sp .added_to_cart:hover,
  /* .woocommerce .ld-sp .ld-sp-btn:hover, */
  .woocommerce div.product form.cart button.button:hover {
    background-color: var(--color-primary);
  }
  .woocommerce .ld-sp .yith-wcwl-add-to-wishlist {
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 70px;
    right: 17px;
    z-index: 3;
  }
  .woocommerce .ld-sp .yith-wcwl-add-to-wishlist > div {
    width: 39px;
    height: 39px;
  }
  .woocommerce .ld-sp .yith-wcwl-add-to-wishlist > div a {
    display: block;
    min-width: 17px;
    min-height: 17px;
    border: 0;
    border-radius: 20px !important;
    background-color: #fff;
    font-size: 12px;
    line-height: 1em;
    color: #000;
    overflow: hidden;
    text-indent: -99999px;
  }
  .woocommerce .ld-sp .yith-wcwl-add-to-wishlist > div a:hover,
  .woocommerce ul.products li.product .ld-sp-min-2 .price ins {
    color: var(--color-primary);
  }
  .woocommerce .ld-sp .yith-wcwl-add-to-wishlist > div i {
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    margin: 0;
    font-size: 17px;
    text-indent: 0;
  }
  .woocommerce .ld-sp .yith-wcwl-add-to-wishlist > div .feedback {
    display: none;
    z-index: 3;
  }
  .woocommerce .ld-sp .yith-wcwl-add-to-wishlist > div:empty {
    display: none;
  }
  .woocommerce .ld-sp .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .woocommerce
    .ld-sp
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistaddedbrowse
    .fa-heart-o:before,
  .woocommerce
    .ld-sp
    .yith-wcwl-add-to-wishlist
    .yith-wcwl-wishlistexistsbrowse
    .fa-heart-o:before {
    content: "";
  }
  .woocommerce
    .ld-sp
    .yith-wcwl-add-to-wishlist.exists
    .yith-wcwl-wishlistaddedbrowse {
    display: block !important;
  }
  .woocommerce .ld-sp .compare,
  .woocommerce .ld-sp .yith-wcqv-button {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin: 0 !important;
    padding: 0;
    border-radius: 20px;
    position: absolute;
    right: 18px;
    overflow: hidden;
    color: #000;
    text-indent: -99999px;
  }
  .woocommerce .ld-sp .yith-wcqv-button {
    top: 18px;
    font-size: 1em;
  }
  .woocommerce .ld-sp .compare:before,
  .woocommerce .ld-sp .yith-wcqv-button:before {
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    font-family: "lqd-essentials";
    text-indent: 0;
  }
  .woocommerce .ld-sp .yith-wcqv-button:before {
    content: "";
  }
  .woocommerce .ld-sp .compare .blockOverlay,
  .woocommerce .ld-sp .yith-wcqv-button .blockOverlay {
    border-radius: inherit;
  }
  .woocommerce .ld-sp .compare:hover,
  .woocommerce .ld-sp .yith-wcqv-button:hover {
    background-color: #000;
    color: #fff;
  }
  .woocommerce .ld-sp .compare {
    top: 65px;
    font-size: 1.5em;
  }
  .woocommerce .ld-sp .compare:before {
    content: "";
  }
  .woocommerce .ld-sp .blockUI.blockOverlay {
    background-size: cover !important;
  }
  .woocommerce .ld-sp-mhs-1 .ld-sp-btns .compare-button,
  .woocommerce .ld-sp-min-1 .ld-sp-btns .compare-button,
  .woocommerce .ld-sp-min-2 .ld-sp-btns .compare-button {
    display: flex;
  }
  .woocommerce .ld-sp-mhs-1 .ld-sp-btns > a + a,
  .woocommerce .ld-sp-mhs-1 .ld-sp-btns > a + div,
  .woocommerce .ld-sp-mhs-1 .ld-sp-btns > div + a,
  .woocommerce .ld-sp-mhs-1 .ld-sp-btns > div + div,
  .woocommerce .ld-sp-min-1 .ld-sp-btns > a + a,
  .woocommerce .ld-sp-min-1 .ld-sp-btns > a + div,
  .woocommerce .ld-sp-min-1 .ld-sp-btns > div + a,
  .woocommerce .ld-sp-min-1 .ld-sp-btns > div + div,
  .woocommerce .ld-sp-min-2 .ld-sp-btns > a + a,
  .woocommerce .ld-sp-min-2 .ld-sp-btns > a + div,
  .woocommerce .ld-sp-min-2 .ld-sp-btns > div + a,
  .woocommerce .ld-sp-min-2 .ld-sp-btns > div + div {
    margin-inline-start: 7px !important;
  }
  .woocommerce .ld-sp-mhs-1 .ld-sp-btn:first-child,
  .woocommerce .ld-sp-mhs-1 .ld-sp-btn:only-child,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btn:first-child,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btn:only-child,
  .woocommerce .ld-sp-min-1 .ld-sp-btn:first-child,
  .woocommerce .ld-sp-min-1 .ld-sp-btn:only-child,
  .woocommerce .ld-sp-min-2 .ld-sp-btn:first-child,
  .woocommerce .ld-sp-min-2 .ld-sp-btn:only-child {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .woocommerce .ld-sp-clsc .compare,
  .woocommerce .ld-sp-clsc .yith-wcqv-button,
  .woocommerce .ld-sp-def .compare,
  .woocommerce .ld-sp-def .yith-wcqv-button,
  .woocommerce .ld-sp-list .compare,
  .woocommerce .ld-sp-list .yith-wcqv-button {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    font-weight: 400;
    background-color: #fff;
  }
  .woocommerce .ld-sp-mhs-1 .compare,
  .woocommerce .ld-sp-mhs-1 .yith-wcqv-button,
  .woocommerce .ld-sp-min-2 .compare,
  .woocommerce .ld-sp-min-2 .yith-wcqv-button {
    left: auto;
    bottom: auto;
    font-weight: 400;
  }
  .woocommerce .ld-sp-mhs-2 .compare,
  .woocommerce .ld-sp-mhs-2 .yith-wcqv-button {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    font-weight: 400;
    background-color: #fff;
  }
  .woocommerce .ld-sp-clsc .compare:hover,
  .woocommerce .ld-sp-clsc .yith-wcqv-button:hover,
  .woocommerce .ld-sp-def .compare:hover,
  .woocommerce .ld-sp-def .yith-wcqv-button:hover,
  .woocommerce .ld-sp-list .compare:hover,
  .woocommerce .ld-sp-list .yith-wcqv-button:hover {
    background-color: #000;
    color: #fff;
  }
  .woocommerce .ld-sp-mhs-1 .compare:hover,
  .woocommerce .ld-sp-mhs-1 .yith-wcqv-button:hover,
  .woocommerce .ld-sp-min-2 .compare:hover,
  .woocommerce .ld-sp-min-2 .yith-wcqv-button:hover {
    background-color: #000;
  }
  .woocommerce .ld-sp-mhs-2 .compare:hover,
  .woocommerce .ld-sp-mhs-2 .yith-wcqv-button:hover {
    background-color: #000;
    color: #fff;
  }
  /* .woocommerce .ld-sp-mhs-1 .ld-sp-btn,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btn, */
  .woocommerce .ld-sp-min-1 .added_to_cart,
  /* .woocommerce .ld-sp-min-1 .ld-sp-btn {
    bottom: 0;
  } */
  .woocommerce .ld-sp-mhs-1 .added_to_cart:focus,
  .woocommerce .ld-sp-mhs-1 .added_to_cart:hover,
  /* .woocommerce .ld-sp-mhs-1 .ld-sp-btn:focus,
  .woocommerce .ld-sp-mhs-1 .ld-sp-btn:hover, */
  .woocommerce .ld-sp-mhs-2 .added_to_cart:focus,
  .woocommerce .ld-sp-mhs-2 .added_to_cart:hover,
  /* .woocommerce .ld-sp-mhs-2 .ld-sp-btn:focus,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btn:hover,
  .woocommerce .ld-sp-min-1 .added_to_cart:focus, */
  .woocommerce .ld-sp-min-1 .added_to_cart:hover,
  /* .woocommerce .ld-sp-min-1 .ld-sp-btn:focus,
  .woocommerce .ld-sp-min-1 .ld-sp-btn:hover {
    transform: none;
    background: 0 0;
    box-shadow: none;
    color: var(--color-primary);
  } */
  .woocommerce .ld-sp-mhs-1 .added_to_cart,
  .woocommerce .ld-sp-mhs-2 .added_to_cart,
  .woocommerce .ld-sp-min-1 .added_to_cart {
    opacity: 1;
    visibility: visible;
  }
  /* .woocommerce .ld-sp-mhs-1 .ld-sp-btn,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btn,
  .woocommerce .ld-sp-min-1 .ld-sp-btn {
    right: auto;
    left: 0;
  } */
  .woocommerce .ld-sp-mhs-1 .added_to_cart,
  .woocommerce .ld-sp-mhs-2 .added_to_cart,
  .woocommerce .ld-sp-min-1 .added_to_cart {
    top: auto;
    left: auto;
    transform: none;
  }
  .woocommerce .ld-sp-mhs-1 .added_to_cart,
  /* .woocommerce .ld-sp-mhs-1 .ld-sp-btn, */
  .woocommerce .ld-sp-mhs-2 .added_to_cart,
  /* .woocommerce .ld-sp-mhs-2 .ld-sp-btn, */
  .woocommerce .ld-sp-min-1 .added_to_cart,
  /* .woocommerce .ld-sp-min-1 .ld-sp-btn {
    width: auto;
    padding: 0;
    margin: 0 !important;
    border-radius: 0;
    background: 0 0;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: var(--color-primary);
  } */
  .woocommerce .ld-sp-mhs-1 .added_to_cart,
  .woocommerce .ld-sp-min-1 .added_to_cart {
    right: -25%;
  }
  .woocommerce .ld-sp-mhs-1 .compare,
  .woocommerce .ld-sp-mhs-1 .yith-wcqv-button,
  .woocommerce .ld-sp-min-1 .compare,
  .woocommerce .ld-sp-min-1 .yith-wcqv-button,
  .woocommerce .ld-sp-min-2 .compare,
  .woocommerce .ld-sp-min-2 .yith-wcqv-button {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    position: relative;
    top: auto;
    right: auto;
    border-radius: 0;
    background-color: transparent !important;
  }
  .woocommerce .ld-sp-mhs-1 .compare:hover,
  .woocommerce .ld-sp-mhs-1 .yith-wcqv-button:hover,
  .woocommerce .ld-sp-min-1 .compare:hover,
  .woocommerce .ld-sp-min-1 .yith-wcqv-button:hover,
  .woocommerce .ld-sp-min-2 .compare:hover,
  .woocommerce .ld-sp-min-2 .yith-wcqv-button:hover {
    color: #000;
    box-shadow: none;
  }
  .woocommerce .ld-sp-mhs-1 .added_to_cart,
  .woocommerce .ld-sp-mhs-2 .added_to_cart {
    bottom: 0;
  }
  .woocommerce .ld-sp-mhs-1 .yith-wcwl-add-to-wishlist {
    margin: 0;
  }
  .woocommerce .ld-sp-mhs-1 .yith-wcwl-add-to-wishlist > div {
    width: 20px;
    height: 20px;
  }
  .woocommerce .ld-sp-mhs-1 .yith-wcwl-add-to-wishlist > div a {
    display: flex;
    width: 100%;
    height: 100%;
    border: 0;
    align-items: center;
  }
  .woocommerce .ld-sp-mhs-1 .yith-wcwl-add-to-wishlist > div a:hover {
    background-color: transparent;
  }
  .woocommerce .ld-sp-mhs-1 .compare {
    font-size: 1em;
  }
  .woocommerce .ld-sp-mhs-1 .compare:not(:only-child),
  .woocommerce .ld-sp-min-1 .compare:not(:only-child),
  .woocommerce .ld-sp-min-1 .yith-wcwl-add-to-wishlist:not(:only-child),
  .woocommerce .ld-sp-min-2 .compare:not(:only-child),
  .woocommerce .ld-sp-min-2 .yith-wcwl-add-to-wishlist:not(:only-child) {
    margin-inline-start: 6px !important;
  }
  .woocommerce .ld-sp-clsc .added_to_cart,
  .woocommerce .ld-sp-def .added_to_cart,
  .woocommerce .ld-sp-mhs-2 .added_to_cart {
    right: 0;
  }
  .woocommerce .ld-sp-def .yith-wcwl-add-to-wishlist,
  .woocommerce .ld-sp-list .yith-wcwl-add-to-wishlist {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .woocommerce .ld-sp-clsc .yith-wcwl-add-to-wishlist a,
  .woocommerce .ld-sp-def .yith-wcwl-add-to-wishlist a,
  .woocommerce .ld-sp-list .yith-wcwl-add-to-wishlist a,
  .woocommerce .ld-sp-mhs-2 .yith-wcwl-add-to-wishlist a {
    width: 100%;
    height: 100%;
  }
  .woocommerce .ld-sp-clsc .ld-sp-btns > a,
  .woocommerce .ld-sp-clsc .yith-wcwl-add-to-wishlist > div,
  .woocommerce .ld-sp-def .ld-sp-btns > a,
  .woocommerce .ld-sp-def .yith-wcwl-add-to-wishlist > div,
  .woocommerce .ld-sp-list .ld-sp-btns > a,
  .woocommerce .ld-sp-list .yith-wcwl-add-to-wishlist > div,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btns > a,
  .woocommerce .ld-sp-mhs-2 .yith-wcwl-add-to-wishlist > div {
    width: 39px;
    height: 39px;
    margin: 0;
  }
  .woocommerce .ld-sp-clsc .ld-sp-btns > a,
  .woocommerce .ld-sp-clsc .yith-wcwl-add-to-wishlist > div a,
  .woocommerce .ld-sp-def .ld-sp-btns > a,
  .woocommerce .ld-sp-def .yith-wcwl-add-to-wishlist > div a,
  .woocommerce .ld-sp-list .ld-sp-btns > a,
  .woocommerce .ld-sp-list .yith-wcwl-add-to-wishlist > div a,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btns > a,
  .woocommerce .ld-sp-mhs-2 .yith-wcwl-add-to-wishlist > div a {
    border: 0;
    border-radius: 5em !important;
    background-color: #fff;
    color: #000;
    align-items: center;
    justify-content: center;
  }
  .woocommerce .ld-sp-clsc .ld-sp-btns > a:hover,
  .woocommerce .ld-sp-clsc .yith-wcwl-add-to-wishlist > div a:hover,
  .woocommerce .ld-sp-def .ld-sp-btns > a:hover,
  .woocommerce .ld-sp-def .yith-wcwl-add-to-wishlist > div a:hover,
  .woocommerce .ld-sp-list .ld-sp-btns > a:hover,
  .woocommerce .ld-sp-list .yith-wcwl-add-to-wishlist > div a:hover,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btns > a:hover,
  .woocommerce .ld-sp-mhs-2 .yith-wcwl-add-to-wishlist > div a:hover {
    background-color: #000;
    color: #fff;
  }
  .woocommerce .ld-sp-clsc .compare,
  .woocommerce .ld-sp-clsc .yith-wcqv-button,
  .woocommerce .ld-sp-def .compare,
  .woocommerce .ld-sp-def .yith-wcqv-button,
  .woocommerce .ld-sp-list .compare,
  .woocommerce .ld-sp-list .yith-wcqv-button,
  .woocommerce .ld-sp-mhs-2 .compare,
  .woocommerce .ld-sp-mhs-2 .yith-wcqv-button {
    font-size: 1.15em;
  }
  .woocommerce .ld-sp-clsc .ld-sp-btns,
  .woocommerce .ld-sp-def .ld-sp-btns,
  .woocommerce .ld-sp-list .ld-sp-btns,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btns {
    flex-direction: column-reverse !important;
  }
  .woocommerce .ld-sp-clsc .ld-sp-btns > a,
  .woocommerce .ld-sp-clsc .ld-sp-btns > div,
  .woocommerce .ld-sp-def .ld-sp-btns > a,
  .woocommerce .ld-sp-def .ld-sp-btns > div,
  .woocommerce .ld-sp-list .ld-sp-btns > a,
  .woocommerce .ld-sp-list .ld-sp-btns > div,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btns > a,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btns > div {
    margin-bottom: 10px !important;
    padding: 0;
  }
  .woocommerce .ld-sp-clsc .ld-sp-btns > div,
  .woocommerce .ld-sp-def .ld-sp-btns > div,
  .woocommerce .ld-sp-list .ld-sp-btns > div,
  .woocommerce .ld-sp-mhs-2 .ld-sp-btns > div {
    display: flex;
  }
  .woocommerce .ld-sp-min-1 .compare,
  .woocommerce .ld-sp-min-1 .yith-wcqv-button,
  .woocommerce .ld-sp-min-2 .compare,
  .woocommerce .ld-sp-min-2 .yith-wcqv-button {
    font-size: 1.15em;
  }
  .woocommerce .ld-sp-min-1 .yith-wcwl-add-to-wishlist,
  .woocommerce .ld-sp-min-2 .yith-wcwl-add-to-wishlist {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .woocommerce .ld-sp-min-1 .yith-wcwl-add-to-wishlist > div,
  .woocommerce .ld-sp-min-2 .yith-wcwl-add-to-wishlist > div {
    width: 20px;
    height: 20px;
  }
  .woocommerce .ld-sp-min-1 .yith-wcwl-add-to-wishlist > div a,
  .woocommerce .ld-sp-min-2 .yith-wcwl-add-to-wishlist > div a,
  .woocommerce table.shop_attributes td,
  .woocommerce table.shop_attributes th,
  .woocommerce table.shop_attributes tr {
    border: 0;
  }
  .woocommerce .ld-sp-min-1 .yith-wcwl-add-to-wishlist > div a:hover,
  .woocommerce .ld-sp-min-2 .yith-wcwl-add-to-wishlist > div a:hover {
    background-color: transparent;
    color: #000;
  }
  .woocommerce .ld-sp-min-2 .added_to_cart,
  /* .woocommerce .ld-sp-min-2 .ld-sp-btn {
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2em;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
    text-align: center;
    backdrop-filter: blur(8px) saturate(180%);
  } */
  .woocommerce .ld-sp-min-2 .added_to_cart:hover,
  /* .woocommerce .ld-sp-min-2 .ld-sp-btn:hover {
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
  } */
  /* .woocommerce .ld-sp-clsc .ld-sp-btn {
    border-radius: 5em;
  }
  .woocommerce .ld-sp-clsc .added_to_cart,
  .woocommerce .ld-sp-clsc .ld-sp-btn {
    letter-spacing: 0;
    text-transform: none;
  }
  .woocommerce .ld-sp-clsc .ld-sp-btn {
    border: 2px solid #eaeaea;
    background: 0 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 1em;
    color: #000;
  }
  .woocommerce .ld-sp-clsc .ld-sp-btn:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
  } */
  .woocommerce .ld-sp-clsc .added_to_cart {
    margin-top: 1em;
    border-radius: 5em;
    position: relative;
    top: auto;
    left: auto;
    font-size: 85%;
  }
  /* .woocommerce .ld-sp-clsc-alt .ld-sp-btn {
    display: inline-flex;
    border: 0;
    background-color: var(--color-primary);
    font-size: 0.8em;
    font-weight: 700;
    color: #fff;
  }
  .woocommerce .ld-sp-clsc-alt .ld-sp-btn span:before {
    content: "";
    font: 700 1.2em/1 "lqd-essentials";
    margin-inline-end: 0.3em;
  }
  .woocommerce .ld-sp-list .added_to_cart,
  .woocommerce .ld-sp-list .ld-sp-btn {
    padding: 8px 15px;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
    font-size: 12px;
    transform: none;
    transition-delay: 0s;
  } */
  .woocommerce span.ld-sp-soldout,
  .woocommerce span.lqd-sp-label,
  .woocommerce span.onsale {
    min-width: 0;
    min-height: 0;
    padding: 5px 12px;
    margin: 0;
    position: absolute;
    top: 18px;
    left: 18px;
    right: auto;
    z-index: 3;
    border-radius: 2px;
    background-color: #e82d2d;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.185em;
    font-weight: 700;
    backface-visibility: hidden;
  }
  .woocommerce span.ld-sp-soldout,
  .woocommerce span.onsale {
    color: #fff;
  }
  .woocommerce span.lqd-sp-label {
    background-color: var(--color-primary);
    color: #fff;
  }
  .woocommerce span.onsale + span.lqd-sp-label {
    top: 4.5em;
  }
  .woocommerce ul.products li.product .ld-sp-soldout:only-child,
  .woocommerce ul.products li.product span.onsale:only-child {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1px;
    background-color: #000;
    color: #fff;
  }
  .woocommerce ul.products li.product .ld-sp-soldout {
    background-color: #e82d2d;
    color: #fff;
  }
  @media screen and (max-width: 479px) {
    .woocommerce span.ld-sp-soldout,
    .woocommerce span.lqd-sp-label,
    .woocommerce span.onsale {
      padding: 4px 8px;
    }
  }
  .woocommerce .product-category {
    margin-bottom: 0.15em;
    font-size: 0.825em;
    color: rgba(0, 0, 0, 0.4);
  }
  .ld-bsp-info h3 a,
  .woocommerce .ld-sp-mhs-1 .ld-sp-btns a,
  .woocommerce .product-category:hover,
  .woocommerce div.product form.grouped_form .social-icon a,
  .woocommerce
    div.product
    form.grouped_form
    table.group_table
    .woocommerce-grouped-product-list-item__label
    a {
    color: #000;
  }
  .ld-bsp {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
  }
  .ld-bsp img {
    border-radius: 2px;
  }
  .ld-bsp-info {
    font-size: 1em;
    line-height: 1.8em;
    flex: 1 0;
  }
  .ld-bsp-info h3 {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0.5em 0 0;
  }
  .ld-bsp-img + .ld-bsp-info {
    margin-inline-start: 17px;
  }
  .megamenu .ld-bsp-info h3 {
    font-size: 15px;
  }
  .ld-bsp-carousel .ld-bsp-img a {
    display: inline-block;
    height: 75px;
    overflow: hidden;
  }
  .ld-bsp-carousel .ld-bsp-img img {
    width: 75px;
  }
  .ld-bsp-carousel .flickity-button {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    font-size: 18px;
    background-color: #f2f2f2;
  }
  .ld-bsp-carousel .flickity-button:hover {
    background-color: #000;
    color: #fff;
  }
  .woocommerce .ld-sp-def .ld-sp-btns {
    top: 5%;
    right: 5%;
  }
  .woocommerce .ld-sp-min-1 .ld-sp-add-to-cart,
  .woocommerce .ld-sp-min-1 .price {
    display: inline-block;
  }
  .woocommerce .ld-sp-mhs-1 {
    background-color: #fff;
  }
  .woocommerce .ld-sp-mhs-1 .ld-sp-img {
    margin: 0;
  }
  .woocommerce .ld-sp-mhs-1 .ld-sp-info-inner {
    flex: 1;
    padding-inline-end: 12px;
  }
  .woocommerce .ld-sp-mhs-1 .ld-sp-info {
    padding-top: 20px;
  }
  .woocommerce .ld-sp-mhs-1 .ld-sp-info .ld-sp-btn,
  .woocommerce .ld-sp-mhs-1 .ld-sp-info h3 {
    font-weight: inherit !important;
  }
  .woocommerce .ld-sp-mhs-1 .ld-sp-btns {
    font-size: 20px;
  }
  .woocommerce .ld-sp-mhs-1 .price {
    display: inline-block;
  }
  .woocommerce .ld-sp-mhs-1 .yith-wcwl-add-to-wishlist {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .woocommerce.has-sidebar .ld-sp-mhs-1 .ld-sp-info-inner {
    padding-inline-end: 7px;
  }
  .woocommerce .ld-sp-mhs-2 {
    padding-top: 5%;
    position: relative;
  }
  .woocommerce .ld-sp-mhs-2 .ld-sp-img,
  .woocommerce .ld-sp-mhs-2 .ld-sp-info {
    position: relative;
    z-index: 2;
  }
  .woocommerce .ld-sp-mhs-2 .ld-sp-img {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
  }
  .woocommerce .ld-sp-mhs-2 .ld-sp-btns {
    top: 5%;
    right: 5%;
  }
  .liquid-wc-product-search button i,
  .woocommerce .ld-sp-mhs-2 .price {
    display: inline-block;
  }
  .woocommerce .ld-sp-mhs-2 .yith-wcwl-add-to-wishlist {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .woocommerce .ld-sp-mhs-2 .yith-wcqv-button {
    padding: 0;
    margin: 0 !important;
  }
  .woocommerce .ld-sp-mhs-2:hover {
    z-index: 2;
  }
  .woocommerce .ld-sp-clsc {
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e3e3;
  }
  .woocommerce .ld-sp-clsc .price,
  .woocommerce .ld-sp-clsc h3 {
    font-size: 15px !important;
    line-height: 1.5em !important;
  }
  .woocommerce .ld-sp-clsc .price {
    font-weight: 700 !important;
    color: var(--color-primary);
  }
  .woocommerce .ld-sp-clsc .ld-sp-img {
    position: relative;
    z-index: 2;
  }
  .woocommerce .ld-sp-clsc .ld-sp-btns {
    top: 5%;
    right: 5%;
  }
  .woocommerce .ld-sp-clsc .ld-sp-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .woocommerce .ld-sp-clsc .ld-sp-info .price {
    margin-bottom: 1em !important;
  }
  /* .woocommerce .ld-sp-clsc .ld-sp-info .ld-sp-btn {
    margin-top: auto !important;
  } */
  .woocommerce .ld-sp-clsc .ld-sp-info del + ins {
    color: #f23c3c;
  }
  .woocommerce .ld-sp-clsc .yith-wcwl-add-to-wishlist {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .woocommerce .ld-sp-clsc .yith-wcqv-button {
    padding: 0;
    margin: 0 !important;
  }
  .woocommerce .ld-sp-clsc-alt h3 {
    font-size: 13px !important;
  }
  .woocommerce .ld-sp-clsc-alt .price {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: var(--color-secondary, var(--color-primary)) !important;
  }
  .woocommerce .ld-sp-list .ld-sp-img {
    flex-basis: 30%;
  }
  .woocommerce .ld-sp-list .ld-sp-info {
    flex: 1;
  }
  .woocommerce .ld-sp-list .ld-sp-info h3 {
    margin-bottom: 0.5em;
  }
  .woocommerce .ld-sp-list .ld-sp-info span.price {
    display: block;
    margin-bottom: 0.25em;
    font-size: 1em;
    color: #000;
  }
  .woocommerce .ld-sp-list .ld-sp-btns {
    top: 5%;
    right: 5%;
  }
  .woocommerce div.product {
    padding-top: 3em;
  }
  .woocommerce div.product > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .woocommerce div.product > .row > div {
    flex-grow: 1;
  }
  .woocommerce #reviews #comments ol.commentlist,
  .woocommerce div.product .lqd-woo-single-summary > div[class*="col-"],
  .woocommerce div.product.compare-button,
  .woocommerce form.woocommerce-checkout #payment div.form-row,
  .woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods {
    padding: 0;
  }
  .woocommerce
    div.product
    .lqd-woo-single-images
    .lqd-woo-single-images-thumbs
    .carousel-dots,
  .woocommerce
    div.product
    .lqd-woo-single-images
    .lqd-woo-single-images-thumbs
    .carousel-dots-mobile,
  .woocommerce div.product .lqd-woo-summary-info .yith-wcwl-add-to-wishlist {
    display: none;
  }
  .woocommerce div.product .lqd-woo-single-summary {
    position: sticky;
    top: calc(var(--lqd-sticky-header-height, 0) + 30px);
    z-index: 3;
  }
  .woocommerce div.product .woocommerce-product-details__short-description ul {
    padding: 0;
    list-style-position: inside;
  }
  .woocommerce div.product div.summary {
    float: none !important;
    width: 100% !important;
  }
  .woocommerce div.product .lqd-woo-summary-top {
    margin-bottom: 2em;
  }
  .woocommerce div.product .lqd-woo-summary-top .woocommerce-breadcrumb {
    width: auto;
  }
  .woocommerce #reviews #comments ol.commentlist li .description p,
  .woocommerce div.product .lqd-woo-summary-top .woocommerce-product-rating,
  .woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods li input {
    margin: 0;
  }
  .woocommerce div.product .lqd-woo-summary-top > [class*="col-"] {
    width: auto;
    padding: 0;
  }
  .woocommerce div.product .product_title {
    margin-bottom: 0.35em;
    font-size: 36px;
  }
  .woocommerce div.product p.price {
    margin-bottom: 0;
    font-size: 24px;
    color: #000;
  }
  .woocommerce div.product .woocommerce-product-rating {
    display: inline-flex;
    margin: 0.75em 0 1em;
    align-items: center;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
  }
  .woocommerce
    #review_form
    #respond
    .comment-form
    .comment-form-cookies-consent:after,
  .woocommerce
    #review_form
    #respond
    .comment-form
    .comment-form-cookies-consent:before,
  .woocommerce #review_form #respond .comment-form .stars:after,
  .woocommerce #review_form #respond .comment-form .stars:before,
  .woocommerce #review_form #respond .comment-form > .row:after,
  .woocommerce #review_form #respond .comment-form > .row:before,
  .woocommerce div.product .woocommerce-product-rating:after,
  .woocommerce div.product .woocommerce-product-rating:before,
  .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
  .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    content: none;
  }
  .woocommerce div.product .woocommerce-product-rating .star-rating {
    margin: 0 15px 0 0;
  }
  #yith-wcwl-form ul.shop_table h3 a,
  .woocommerce #review_form #respond .comment-form .stars a,
  .woocommerce .woocommerce-breadcrumb a,
  .woocommerce div.product .woocommerce-product-rating a {
    color: inherit;
  }
  #yith-wcwl-form ul.shop_table li,
  .woocommerce #review_form #respond .comment-form .stars span,
  .woocommerce div.product .lqd-woo-pagination {
    display: flex;
    align-items: center;
  }
  .woocommerce div.product .lqd-woo-pagination a {
    display: inline-flex;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    color: #000;
  }
  .woocommerce div.product .lqd-woo-pagination a[rel="prev"] {
    margin-inline-end: 20px;
  }
  .woocommerce div.product .lqd-woo-pagination a[rel="prev"]:hover span {
    transform: translateX(-3px);
  }
  .woocommerce div.product .lqd-woo-pagination a[rel="next"] {
    margin-inline-start: 20px;
  }
  .woocommerce div.product .lqd-woo-pagination a[rel="next"]:hover span {
    transform: translateX(3px);
  }
  .woocommerce div.product .lqd-woo-pagination span {
    all: inherit;
    margin: 0;
  }
  .woocommerce div.product .lqd-woo-pagination .lqd-woo-pagination-all svg {
    stroke: currentColor;
    fill: transparent;
    transition: fill 0.3s;
  }
  .lqd-view-grid:hover svg,
  .woocommerce div.product .lqd-woo-pagination .lqd-woo-pagination-all:hover svg {
    fill: #000;
  }
  .woocommerce div.product .lqd-woo-single-images .lqd-woo-single-images-thumbs {
    margin: 0 -5px;
  }
  .woocommerce
    div.product
    .lqd-woo-single-images
    .lqd-woo-single-images-thumbs
    .carousel-item {
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .woocommerce
    div.product
    .lqd-woo-single-images
    .lqd-woo-single-images-thumbs
    .carousel-item-inner {
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .woocommerce
    div.product
    .lqd-woo-single-images
    .lqd-woo-single-images-thumbs
    .is-nav-selected
    .carousel-item-inner {
    transform: scale(0.95);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.25);
  }
  .woocommerce div.product div.images {
    width: auto;
    float: none;
  }
  .woocommerce div.product div.images .carousel-item:not([class*="col-"]) {
    flex-basis: 100%;
  }
  .woocommerce div.product div.woocommerce-product-gallery__image .zoomImg {
    min-width: 100%;
    min-height: 100%;
  }
  .woocommerce div.product div.woocommerce-product-gallery {
    display: flex;
    flex-wrap: wrap;
    float: none !important;
    width: 100% !important;
  }
  .woocommerce div.product div.woocommerce-product-gallery .flex-viewport {
    flex: 1;
  }
  .woocommerce div.product div.woocommerce-product-gallery .flex-control-nav {
    width: 70px;
    margin-inline-end: 45px;
    order: -1;
  }
  .woocommerce div.product div.woocommerce-product-gallery .flex-control-nav li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    overflow: visible;
  }
  .woocommerce
    div.product
    div.woocommerce-product-gallery
    .flex-control-nav
    li
    img {
    border: 2px solid transparent;
    transition: border-color 0.3s;
  }
  .woocommerce
    div.product
    div.woocommerce-product-gallery
    .flex-control-nav
    li
    img.flex-active {
    border-color: #dedede;
  }
  .woocommerce div.product .single_variation_wrap,
  .woocommerce
    div.product
    div.woocommerce-product-gallery
    .woocommerce-product-gallery__wrapper {
    width: 100%;
  }
  .woocommerce div.product table.variations {
    width: 100%;
    color: #000;
    border: 0;
    padding: 0;
  }
  .woocommerce div.product table.variations tbody td,
  .woocommerce div.product table.variations tbody th,
  .woocommerce div.product table.variations thead th,
  .woocommerce div.product table.variations tr {
    border: 0;
    padding: 0;
  }
  .woocommerce div.product table.variations tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: 0 0;
  }
  .woocommerce div.product table.variations tr:not(:last-child) {
    margin-bottom: 2em;
  }
  .woocommerce div.product table.variations td.label {
    width: 100%;
    margin-bottom: 0.65em;
  }
  .woocommerce div.product table.variations td.label label {
    margin: 0;
    line-height: 1.5;
  }
  .woocommerce div.product table.variations .reset_variations {
    display: block;
    margin-top: 1em;
    color: #e91437;
  }
  .woocommerce
    div.product
    table.variations
    select[data-type]:not([data-type="select"]),
  .woocommerce
    div.product
    table.variations
    select[data-type]:not([data-type="select"])
    ~ .lqd-select-ext {
    display: none;
  }
  .woocommerce div.product table.variations .lqd-select-wrap {
    display: flex;
  }
  .woocommerce div.product table.variations .lqd-select-wrap select {
    width: 100%;
    min-width: 165px;
    padding: 0.5em 0;
    margin: 0;
    border: 0;
    background: 0 0;
    border-bottom: 1px solid #c7c7c7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 14px;
  }
  .woocommerce div.product table.variations .lqd-select-wrap select:focus {
    outline: 0;
    border-color: #000;
  }
  .woocommerce div.product table.variations .lqd-select-wrap .lqd-select-ext {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  .woocommerce
    div.product
    table.variations
    .lqd-select-wrap
    .lqd-select-ext:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "lqd-essentials";
    transform: translateY(-50%);
  }
  .woocommerce div.product .woocommerce-variation.single_variation {
    margin-bottom: 2em;
  }
  .woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  .woocommerce div.product form.cart button.button {
    padding: 1.3846153846em;
    flex: 1 auto;
    font-size: 1em;
    text-transform: inherit;
    letter-spacing: inherit;
    justify-content: center;
    background-color: #000;
    color: #fff;
  }
  .woocommerce div.product form.cart button.button.adding-to-cart {
    filter: grayscale(1);
    pointer-events: none;
  }
  .woocommerce div.product form.cart button.button.adding-to-cart > span:before {
    content: "";
    margin-inline-end: 8px;
    font: 700 1em/1 "lqd-essentials";
    animation: spin 1s linear infinite;
  }
  .woocommerce div.product form.cart .lqd-mobile-add-to-cart-icn {
    display: none;
  }
  .woocommerce
    div.product
    form.cart
    input[name="add-to-cart"]
    + button.single_add_to_cart_button {
    flex-basis: 100%;
  }
  .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
  }
  .woocommerce div.product form.cart .woocommerce-variation-description {
    font-size: inherit;
    text-transform: none;
    letter-spacing: normal;
  }
  .woocommerce div.product .lqd-add-to-cart-row {
    background-color: #fff;
    z-index: 10;
  }
  .woocommerce div.product .lqd-woo-summary-after-cart {
    margin: 1.5em 0;
    color: #000;
  }
  .woocommerce div.product .lqd-woo-summary-after-cart > div:not(:last-child) {
    margin-inline-end: 10px;
  }
  .woocommerce div.product .lqd-woo-summary-after-cart p,
  .woocommerce div.product .lqd-woo-summary-after-cart > div,
  .woocommerce div.product.product-layout-component p.price {
    margin-bottom: 1em;
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-add-to-wishlist {
    margin-top: 0;
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-add-to-wishlist
    > div {
    flex-wrap: wrap;
  }
  .woocommerce div.product .lqd-woo-summary-after-cart p {
    font-size: 14px;
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    div.product.compare-button {
    display: flex;
    padding: 0;
    margin-bottom: 1em;
    font-size: 14px;
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    div.product.compare-button
    .button {
    font-size: 1em;
    text-transform: none;
    letter-spacing: normal;
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    div.product.compare-button:last-child {
    margin-inline-end: auto;
  }
  .woocommerce div.product .lqd-woo-summary-after-cart a.button.compare {
    padding: 0;
    background: 0 0;
    font-size: 13px;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: inherit;
  }
  .woocommerce div.product .lqd-woo-summary-after-cart a.button.compare:before {
    content: "";
    font: 1.25em/1 "lqd-essentials";
    margin-inline-end: 0.5em;
  }
  .woocommerce div.product .lqd-woo-summary-after-cart a.button.compare:focus,
  .woocommerce div.product .lqd-woo-summary-after-cart a.button.compare:hover {
    background: 0 0;
    box-shadow: none;
    transform: none;
    color: var(--color-primary);
  }
  .woocommerce div.product form.grouped_form {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
  }
  #yith-wcwl-form,
  .woocommerce
    div.product
    form.grouped_form
    table.woocommerce-grouped-product-list {
    margin-bottom: 30px;
  }
  .woocommerce div.product form.grouped_form table.group_table {
    width: 100%;
  }
  .woocommerce div.product form.grouped_form table.group_table tr,
  .woocommerce div.product.product-layout-component div.quantity .ui-spinner {
    background: 0 0;
  }
  .woocommerce div.product form.grouped_form table.group_table td {
    padding: 1em 0;
    vertical-align: middle;
  }
  .woocommerce
    div.product
    form.grouped_form
    table.group_table
    .ld-product-quantity {
    margin-bottom: 0 !important;
  }
  .woocommerce
    div.product
    form.grouped_form
    table.group_table
    .woocommerce-grouped-product-list-item__label
    label {
    font-size: 16px;
  }
  .lqd-woo-single-layout-2 div.product form.cart table.variations td.label label,
  .woocommerce
    div.product
    form.grouped_form
    table.group_table
    .button.product_type_variable {
    font-weight: 400;
  }
  .woocommerce div.product form.grouped_form .ld-product-summary-foot {
    width: 100%;
    padding: 1.5em 0;
    justify-content: space-between;
  }
  .woocommerce div.product form.grouped_form button.single_add_to_cart_button {
    flex: 0 1 55%;
  }
  .woocommerce div.product .select_box_colorpicker .select_option {
    border: 0;
    margin-inline-end: 11px;
  }
  .woocommerce div.product .select_box_colorpicker .select_option span {
    width: 21px;
    height: 21px;
    border: 0;
    border-radius: 50em;
    position: relative;
  }
  .woocommerce div.product .select_box_colorpicker .select_option span:before {
    content: "";
    display: inline-block;
    width: 140%;
    height: 140%;
    position: absolute;
    top: -20%;
    left: -20%;
    border: 2px solid #000;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .woocommerce
    div.product
    .select_box_colorpicker
    .select_option.selected
    span:before {
    opacity: 1;
  }
  .woocommerce div.product .select_box_label .select_option_label {
    border: 0;
    margin-inline-end: 15px;
  }
  .woocommerce div.product .select_box_label .select_option_label span {
    display: inline-flex;
    width: auto;
    min-width: 45px;
    height: 43px;
    padding: 0 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: border 0.3s, color 0.3s;
  }
  .woocommerce div.product .select_box_label .select_option_label:hover span {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .woocommerce div.product .select_box_label .select_option_label.selected span {
    border-color: currentColor;
    color: #000;
  }
  .woocommerce div.product .select_box_image .select_option_image {
    width: 57px;
    height: 54px;
    margin-inline-end: 12px;
    border: 2px solid transparent;
  }
  .woocommerce div.product .select_box_image .select_option_image img {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
  }
  .woocommerce div.product .select_box_image .select_option_image.selected {
    border-color: #000;
  }
  .woocommerce div.product .ld-product-summary .out-of-stock {
    display: inline-block;
    padding: 10px 16px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    color: #d0021b !important;
    background-color: rgba(208, 2, 27, 0.05) !important;
  }
  .woocommerce div.product .ld-product-summary .variations_form .out-of-stock {
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-add-to-wishlist {
    font-size: 14px;
  }
  #yith-wcwl-form ul.shop_table .remove_from_wishlist,
  .woocommerce #yith-wcwl-form table.shop_table .product-name a,
  .woocommerce .woocommerce-cart-form table.shop_table .product-name a,
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-add-to-wishlist
    a,
  .woocommerce div.product .lqd-woo-summary-foot .social-icon a,
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
  .woocommerce div.product.lqd-product-sharing .social-icon a {
    color: #000;
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-add-to-wishlist
    a:hover {
    color: var(--color-primary);
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-add-to-wishlist
    i {
    margin-inline-end: 1.1em;
  }
  .lqd-woo-single-layout-2 div.product form.cart table.variations,
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-wishlistaddedbrowse,
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-wishlistexistsbrowse {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-wishlistaddedbrowse
    > span,
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-wishlistexistsbrowse
    > span {
    display: block;
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-wishlistaddedbrowse
    .feedback,
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-wishlistexistsbrowse
    .feedback {
    margin-inline-end: 12px;
  }
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-add-to-wishlist.exists
    .yith-wcwl-wishlistaddedbrowse,
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-wishlistaddedbrowse.show,
  .woocommerce
    div.product
    .lqd-woo-summary-after-cart
    .yith-wcwl-wishlistexistsbrowse.show {
    display: flex !important;
  }
  .woocommerce div.product .lqd-woo-summary-foot .social-icon,
  .woocommerce div.product.lqd-product-sharing .social-icon {
    font-size: 16px;
  }
  .woocommerce div.product .lqd-woo-summary-foot .social-icon a:hover,
  .woocommerce div.product.lqd-product-sharing .social-icon a:hover {
    opacity: 0.5;
  }
  .woocommerce div.product .product_meta {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
  }
  .woocommerce div.product .product_meta > span {
    margin-bottom: 0.5em;
  }
  .woocommerce div.product .product_meta > span span {
    color: #b1b1b1;
  }
  .woocommerce div.product .woocommerce-tabs {
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    padding: 0 2.5% 0 0;
    font-size: 16px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    margin: 0 0 0.5em !important;
    border: 0;
    border-radius: 0;
    background: 0 0 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    position: relative;
    font-weight: 500;
    color: rgba(52, 53, 56, 0.72);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: "";
    display: inline-block;
    width: 10%;
    height: 2px;
    position: absolute;
    bottom: 0.25em;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    transform: scaleX(1);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:after {
    transform: scaleX(0.5);
  }
  .woocommerce
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--description
    ul {
    padding-inline-start: 0;
    list-style-position: inside;
  }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    flex-basis: 70%;
    margin-bottom: 0.5em;
  }
  .woocommerce
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    .woocommerce-Reviews-title,
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
    margin: 0 0 1em;
    font-size: 23px;
  }
  .woocommerce div.product .woocommerce-tabs:last-child {
    margin-bottom: 50px;
  }
  .woocommerce div.product.product-layout-component {
    padding: 0 !important;
  }
  .woocommerce div.product.product-layout-component .product_title {
    margin-bottom: 0.5em;
  }
  .woocommerce div.product.lqd-product-tabs .woocommerce-tabs {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .woocommerce div.product.lqd-product-related .related.products,
  .woocommerce div.product.lqd-product-related .related.products > h2 {
    margin-top: 0;
  }
  .woocommerce div.quantity {
    display: flex;
    margin-inline-end: 15px !important;
    font-size: 16px;
  }
  .woocommerce div.quantity .qty,
  .woocommerce div.quantity .ui-spinner-button {
    flex-grow: 1;
  }
  .woocommerce div.quantity .qty {
    width: 45px;
    margin: 0;
    padding: 0;
    border: 0;
    -moz-appearance: textfield;
    appearance: none;
  }
  .woocommerce #yith-wcwl-form .cart-coupon-inner input:focus,
  .woocommerce .woocommerce-cart-form .cart-coupon-inner input:focus,
  .woocommerce div.quantity .qty:focus {
    outline: 0;
  }
  .woocommerce div.quantity .qty::-webkit-inner-spin-button,
  .woocommerce div.quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
  }
  .woocommerce div.quantity .ui-spinner {
    display: flex;
    height: auto !important;
    align-items: center;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  .woocommerce div.quantity .ui-spinner-button {
    width: 48px;
    height: 45px;
    border: 0;
    background: 0 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    cursor: pointer;
  }
  .woocommerce div.quantity .ui-spinner-button:active {
    color: #000 !important;
  }
  .woocommerce div.quantity .ui-button-icon {
    background: 0 0;
    text-indent: 0;
  }
  .woocommerce div.quantity .ui-button-icon:before {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: "lqd-essentials";
  }
  .woocommerce div.quantity .ui-spinner-up .ui-button-icon:before {
    content: "";
  }
  .woocommerce div.quantity .ui-spinner-down {
    order: -1;
  }
  .woocommerce div.quantity .ui-spinner-down .ui-button-icon:before {
    content: "";
  }
  .woocommerce .woocommerce-breadcrumb {
    width: 100%;
    margin-bottom: 0;
    color: #7e7e7e;
  }
  .woocommerce table.shop_attributes {
    border: 0;
    font-size: 15px;
    color: #454545;
  }
  .woocommerce table.shop_attributes td,
  .woocommerce table.shop_attributes th {
    padding: 15px 23px;
    font-weight: 400;
  }
  .woocommerce table.shop_attributes th {
    background-color: #f8f8f8;
  }
  .woocommerce table.shop_attributes td {
    background-color: #fdfdfd !important;
  }
  .woocommerce #reviews #comments ol.commentlist li {
    padding: 20px 35px;
    border: 1px solid #eaeaea;
    font-size: 15px;
    line-height: 24px;
    color: #454545;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 45px;
    padding: 0;
    margin-inline-end: 1em;
    border: 0;
    border-radius: 50em;
    position: relative;
    top: auto;
    left: auto;
    background: 0 0;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text .meta,
  .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    margin-top: 0.75em;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(18, 17, 18, 0.27);
  }
  .woocommerce
    #reviews
    #comments
    ol.commentlist
    li
    .comment-text
    .woocommerce-review__author {
    color: #121212;
  }
  .woocommerce #reviews #comments ol.commentlist li .description {
    margin-top: 2em;
  }
  .woocommerce #review_form #respond {
    padding: 35px 40px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .woocommerce #review_form #respond .comment-form {
    margin-top: 20px;
  }
  .woocommerce #review_form #respond .comment-form > .row {
    display: flex;
    margin-inline-start: 0;
    margin-inline-end: 0;
    flex-flow: row wrap;
    align-items: flex-start;
  }
  .woocommerce #review_form #respond .comment-form p {
    width: 100%;
    margin-bottom: 40px;
    perspective: none;
  }
  .woocommerce #review_form #respond .comment-form p:before {
    background-color: #ccc;
  }
  .woocommerce #review_form #respond .comment-form input {
    height: 60px;
  }
  .woocommerce #review_form #respond .comment-form input[type="submit"] {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #3a3a3a;
    color: #fff;
  }
  .woocommerce #review_form #respond .comment-form input[type="submit"]:hover {
    background-color: #000;
  }
  .woocommerce #review_form #respond .comment-form input[type="checkbox"],
  .woocommerce #review_form #respond .comment-form input[type="radio"] {
    width: auto;
    height: auto;
  }
  .woocommerce #review_form #respond .comment-form .comment-notes {
    text-align: inherit;
    margin-bottom: 20px;
  }
  .woocommerce #review_form #respond .comment-form .comment-form-rating {
    order: 0;
  }
  .woocommerce #review_form #respond .comment-form .comment-form-comment {
    order: 1;
  }
  .woocommerce #review_form #respond .comment-form .comment-form-author,
  .woocommerce #review_form #respond .comment-form .comment-form-email {
    order: 2;
  }
  .woocommerce #review_form #respond .comment-form .comment-form-cookies-consent {
    order: 3;
  }
  .woocommerce
    #review_form
    #respond
    .comment-form
    .comment-form-cookies-consent
    input,
  .woocommerce
    #review_form
    #respond
    .comment-form
    .comment-form-cookies-consent
    label {
    margin-top: 0;
    margin-bottom: 0;
  }
  .woocommerce #review_form #respond .comment-form .form-submit {
    order: 4;
  }
  .woocommerce #review_form #respond .comment-form .comment-form-rating {
    display: inline-block;
    padding: 16px 75px 16px 25px;
    margin-bottom: 35px;
    border: 1px solid #efefef;
  }
  .woocommerce #review_form #respond .comment-form .stars {
    margin: 0 !important;
    font-size: 15px;
    color: var(--color-primary);
  }
  .woocommerce #review_form #respond .comment-form .stars .star-5:after {
    content: "0 of 5";
    position: absolute;
    top: 0;
    left: 100%;
    margin-inline-start: 1em;
    font-size: 14px;
    font-weight: 600;
    text-indent: 0;
    line-height: 1em;
    white-space: nowrap;
    color: #000;
    pointer-events: none;
  }
  .woocommerce
    #review_form
    #respond
    .comment-form
    .stars
    .star-1.active
    ~ .star-5:after {
    content: "1 of 5";
  }
  .woocommerce
    #review_form
    #respond
    .comment-form
    .stars
    .star-2.active
    ~ .star-5:after {
    content: "2 of 5";
  }
  .woocommerce
    #review_form
    #respond
    .comment-form
    .stars
    .star-3.active
    ~ .star-5:after {
    content: "3 of 5";
  }
  .woocommerce
    #review_form
    #respond
    .comment-form
    .stars
    .star-4.active
    ~ .star-5:after {
    content: "4 of 5";
  }
  .woocommerce #review_form #respond .comment-form .stars .star-5.active:after {
    content: "5 of 5";
  }
  .woocommerce .products.related {
    margin-top: 30px;
  }
  .woocommerce .products.related > h2 {
    margin-top: 0;
    margin-bottom: 1.15em;
    font-size: 33px;
  }
  .woocommerce.single .ld-shop-topbar + div.product {
    padding-top: 0;
  }
  .lqd-woo-single-layout-1 div.product {
    margin-bottom: 35px;
  }
  .lqd-woo-single-layout-1 div.product .woocommerce-product-rating {
    width: 100%;
  }
  .lqd-woo-single-layout-1
    div.product
    .price
    + .woocommerce-product-details__short-description {
    margin-top: 0.5em;
  }
  .lqd-woo-single-layout-1 div.product .woocommerce-tabs,
  .woocommerce .wishlist-title h2 {
    margin-top: 0;
  }
  .lqd-woo-single-layout-1 div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    flex-basis: 100%;
    margin-top: 1em;
  }
  .lqd-woo-single-layout-1
    div.product
    .woocommerce-tabs
    .woocommerce-Reviews-title,
  .lqd-woo-single-layout-1
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    > h2,
  .lqd-woo-single-layout-1 div.product .woocommerce-tabs ul.wc-tabs {
    display: none;
  }
  .lqd-woo-single-layout-1 div.product .woocommerce-tabs #review_form #respond {
    padding: 35px 30px 0;
  }
  .lqd-woo-single-layout-2 div.product .lqd-woo-summary-info {
    margin-bottom: 3em;
  }
  .lqd-woo-single-layout-2 div.product .product_title {
    margin-bottom: 0.5em;
    font-size: 32px;
  }
  .lqd-woo-single-layout-2 div.product p.price {
    margin-bottom: 0.75em;
  }
  .lqd-woo-single-layout-2 div.product form.cart table.variations tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lqd-woo-single-layout-2 div.product form.cart table.variations tr {
    flex-basis: 45%;
  }
  .lqd-woo-single-layout-2
    div.product
    form.cart
    table.variations
    tr:not(:last-child) {
    margin-bottom: 2.75em;
  }
  .lqd-woo-single-layout-2 div.product form.cart table.variations td.label {
    margin-bottom: 0.1em;
    color: rgba(0, 0, 0, 0.5);
  }
  .lqd-woo-single-layout-2 div.product form.cart table.variations td.value {
    width: 100%;
  }
  .lqd-woo-single-layout-2 div.product .lqd-woo-summary-after-cart,
  .lqd-woo-single-layout-3 div.product form.cart table.variations {
    margin-bottom: 3em;
  }
  .lqd-woo-single-layout-3 div.product {
    padding-top: 0;
  }
  .lqd-woo-single-layout-3 div.product .star-rating {
    color: var(--color-primary);
  }
  .lqd-woo-single-layout-3 div.product .woocommerce-breadcrumb {
    padding: 1.25em 0;
  }
  .lqd-woo-single-layout-3 div.product .lqd-woo-summary-info {
    margin-bottom: 1.75em;
  }
  .lqd-woo-single-layout-3 div.product p.price {
    width: 100%;
    margin-bottom: 1em;
  }
  .lqd-woo-single-layout-3 div.product form.cart table.variations tr {
    display: flex;
    flex-wrap: wrap;
  }
  .lqd-woo-single-layout-3 div.product form.cart table.variations td {
    position: relative;
  }
  .lqd-woo-single-layout-3 div.product form.cart table.variations td.label {
    width: auto;
    margin: 0 45px 0 0;
  }
  .lqd-woo-single-layout-3
    div.product
    form.cart
    table.variations
    .reset_variations {
    position: absolute;
    top: calc(100% - 0.65em);
    left: 0;
  }
  .lqd-woo-single-layout-3 div.product form.cart button.button {
    background-color: var(--color-primary);
  }
  .lqd-woo-single-layout-3
    div.product
    .select_box_label
    .select_option_label
    span {
    padding: 0.75em 1.15em;
    border-radius: 50em;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #646464;
  }
  .lqd-woo-single-layout-3
    div.product
    .select_box_label
    .select_option_label.selected
    span {
    box-shadow: 0 0 0 1px currentColor;
  }
  .lqd-woo-single-layout-3 div.product div.quantity .ui-spinner,
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    td,
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    th {
    border: 0;
  }
  .lqd-woo-single-layout-3 div.product .woocommerce-tabs {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .lqd-woo-single-layout-3 div.product .woocommerce-tabs .woocommerce-Tabs-panel,
  .lqd-woo-single-layout-3 div.product .woocommerce-tabs ul.wc-tabs {
    flex-basis: 100%;
  }
  .lqd-woo-single-layout-3 div.product .woocommerce-tabs ul.wc-tabs {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-inline-start: -50vw;
    margin-inline-end: -50vw;
    padding: 0;
    flex-direction: row;
    justify-content: center;
    border-top: 1px solid #eaeaea;
  }
  .lqd-woo-single-layout-3 div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 30px !important;
  }
  .lqd-woo-single-layout-3 div.product .woocommerce-tabs ul.wc-tabs li a {
    padding: 1.3em 0;
  }
  .lqd-woo-single-layout-3 div.product .woocommerce-tabs ul.wc-tabs li a:after {
    width: 100%;
    top: 0;
    bottom: auto;
    z-index: 2;
  }
  .lqd-woo-single-layout-3
    div.product
    .woocommerce-tabs
    ul.wc-tabs
    li:hover
    a:after {
    transform: scaleX(1);
  }
  .woocommerce-cart #lqd-site-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .woocommerce-cart .titlebar + #lqd-site-content {
    padding-top: 40px;
  }
  .woocommerce-cart .cart-empty.woocommerce-info {
    display: block;
    padding: 0;
    margin-top: 1em;
    border: 0;
    background: 0 0;
    font-size: 38px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    color: #000;
  }
  .woocommerce form.woocommerce-checkout #payment div.payment_box:before,
  .woocommerce-cart .cart-empty.woocommerce-info:after,
  .woocommerce-cart .cart-empty.woocommerce-info:before {
    content: none;
  }
  .woocommerce-cart .cart-empty.woocommerce-info + .return-to-shop {
    display: flex;
    justify-content: center;
  }
  .woocommerce #yith-wcwl-form,
  .woocommerce .woocommerce-cart-form {
    padding: 2em 0;
  }
  .woocommerce #yith-wcwl-form table.shop_table,
  .woocommerce .woocommerce-cart-form table.shop_table {
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .woocommerce #yith-wcwl-form table.shop_table td,
  .woocommerce #yith-wcwl-form table.shop_table th,
  .woocommerce .woocommerce-cart-form table.shop_table td,
  .woocommerce .woocommerce-cart-form table.shop_table th {
    border: 0;
    padding: 25px 0;
  }
  .woocommerce #yith-wcwl-form table.shop_table td:first-child,
  .woocommerce #yith-wcwl-form table.shop_table th:first-child,
  .woocommerce .woocommerce-cart-form table.shop_table td:first-child,
  .woocommerce .woocommerce-cart-form table.shop_table th:first-child,
  .woocommerce-order-received .woocommerce-order table.shop_table td:first-child,
  .woocommerce-order-received .woocommerce-order table.shop_table th:first-child {
    padding-inline-start: 28px;
  }
  .woocommerce #yith-wcwl-form table.shop_table thead,
  .woocommerce .woocommerce-cart-form table.shop_table thead,
  .woocommerce-order-received .woocommerce-order table.shop_table thead {
    background-color: #f8f8f8;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #000;
  }
  .woocommerce #yith-wcwl-form table.shop_table tbody,
  .woocommerce .woocommerce-cart-form table.shop_table tbody,
  .woocommerce-order-received .woocommerce-order table.shop_table tbody {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
    color: #000;
  }
  .woocommerce #yith-wcwl-form table.shop_table tbody tr:nth-child(odd),
  .woocommerce .woocommerce-cart-form table.shop_table tbody tr:nth-child(odd) {
    background-color: transparent;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    tbody
    tr:nth-child(even):not(:last-child),
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    tbody
    tr:nth-child(even):not(:last-child) {
    background-color: #fbfbfb;
  }
  .woocommerce #yith-wcwl-form table.shop_table .product-remove a.remove,
  .woocommerce .woocommerce-cart-form table.shop_table .product-remove a.remove {
    color: var(--color-primary) !important;
  }
  .woocommerce #yith-wcwl-form table.shop_table .product-remove a.remove:hover,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .product-remove
    a.remove:hover {
    background-color: var(--color-primary) !important;
    color: #fff !important;
  }
  .woocommerce #yith-wcwl-form table.shop_table .product-img img,
  .woocommerce .woocommerce-cart-form table.shop_table .product-img img {
    width: 64px;
    margin-inline-end: 25px;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .ld-product-quantity
    .ui-spinner
    .ui-button:hover:before,
  .woocommerce #yith-wcwl-form table.shop_table .product-name a:hover,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .ld-product-quantity
    .ui-spinner
    .ui-button:hover:before,
  .woocommerce .woocommerce-cart-form table.shop_table .product-name a:hover {
    color: var(--color-primary);
  }
  .woocommerce #yith-wcwl-form table.shop_table .product-name .variation,
  .woocommerce .woocommerce-cart-form table.shop_table .product-name .variation {
    margin-top: 3px;
  }
  .woocommerce #yith-wcwl-form table.shop_table .ld-product-quantity,
  .woocommerce .woocommerce-cart-form table.shop_table .ld-product-quantity {
    margin-bottom: 0 !important;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .ld-product-quantity
    .ui-spinner
    .ui-button,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .ld-product-quantity
    .ui-spinner
    .ui-button {
    border-color: #adadad;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .ld-product-quantity
    .ui-spinner
    .ui-button:before,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .ld-product-quantity
    .ui-spinner
    .ui-button:before {
    color: #5e5e5e;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .ld-product-quantity
    .ui-spinner
    .ui-button:hover,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .ld-product-quantity
    .ui-spinner
    .ui-button:hover {
    border-color: var(--color-primary);
    background-color: transparent;
    color: var(--color-primary);
  }
  .woocommerce #yith-wcwl-form table.shop_table .woo-actions-inner,
  .woocommerce .woocommerce-cart-form table.shop_table .woo-actions-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .woocommerce #yith-wcwl-form table.shop_table .woo-actions-inner .button,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .woo-actions-inner
    .button {
    border: 1px solid transparent;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .woo-actions-inner
    .button
    + .button,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .woo-actions-inner
    .button
    + .button {
    margin-inline-start: 24px;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .woo-actions-inner
    .continue_shopping,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .woo-actions-inner
    .continue_shopping {
    background: 0 0;
    border: 1px solid #e6e6e6;
    color: #000;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .woo-actions-inner
    .continue_shopping:hover,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .woo-actions-inner
    .continue_shopping:hover,
  .woocommerce .woocommerce-error .button:hover,
  .woocommerce .woocommerce-info .button:hover,
  .woocommerce .woocommerce-message .button:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
  .woocommerce #yith-wcwl-form table.shop_table .woo-actions-inner .update_cart,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .woo-actions-inner
    .update_cart {
    background-color: #000;
    color: #fff;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .woo-actions-inner
    .update_cart:hover,
  .woocommerce
    .woocommerce-cart-form
    table.shop_table
    .woo-actions-inner
    .update_cart:hover {
    background-color: var(--color-primary);
  }
  .woocommerce #yith-wcwl-form .cart-coupon,
  .woocommerce .woocommerce-cart-form .cart-coupon {
    padding-inline-start: 0 !important;
  }
  .woocommerce #yith-wcwl-form .cart-coupon-inner,
  .woocommerce .woocommerce-cart-form .cart-coupon-inner {
    display: flex;
    position: relative;
    border: 1px dashed #d4d4d4;
    align-items: center;
    padding-inline-start: 25px;
  }
  .woocommerce #yith-wcwl-form .cart-coupon-inner > i,
  .woocommerce .woocommerce-cart-form .cart-coupon-inner > i {
    font-size: 1.5em;
    color: var(--color-primary);
  }
  .woocommerce #yith-wcwl-form .cart-coupon-inner input,
  .woocommerce .woocommerce-cart-form .cart-coupon-inner input {
    padding: 13px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    border: 0;
    flex: 1 auto;
    color: #5e5e5e;
  }
  .woocommerce #yith-wcwl-form .cart-coupon-inner button,
  .woocommerce .woocommerce-cart-form .cart-coupon-inner button {
    display: inline-flex;
    width: 64px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color-primary);
  }
  .woocommerce #yith-wcwl-form .cart-coupon-inner button i,
  .woocommerce .woocommerce-cart-form .cart-coupon-inner button i {
    margin: 0;
    transition: transform 0.3s;
  }
  .woocommerce #yith-wcwl-form .cart-coupon-inner button:hover,
  .woocommerce .woocommerce-cart-form .cart-coupon-inner button:hover {
    box-shadow: none;
    transform: none;
  }
  .woocommerce #yith-wcwl-form .cart-coupon-inner button:hover i,
  .woocommerce .woocommerce-cart-form .cart-coupon-inner button:hover i {
    transform: translateX(3px);
  }
  .woocommerce .woocommerce-cart-form .shipping-calculator-button {
    white-space: nowrap;
  }
  .woocommerce .cart_totals h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 1.75em;
  }
  .woocommerce .cart_totals table.shop_table td,
  .woocommerce .cart_totals table.shop_table th {
    font-size: 15px;
    font-weight: 400;
    color: #454545;
  }
  .woocommerce .cart_totals table.shop_table th {
    padding: 15px !important;
    background-color: #f8f8f8;
  }
  .woocommerce .cart_totals table.shop_table td {
    padding: 15px 25px;
    background-color: #fdfdfd;
  }
  .woocommerce .cart_totals .woo-checkout-btn a.button.alt {
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
  }
  .woocommerce .cart_totals .woo-checkout-btn a.button.alt i {
    font-size: 1.25em;
    font-weight: 700;
  }
  .woocommerce .cart_totals .woo-checkout-btn a.button.alt i:before {
    content: "";
    font-family: "lqd-essentials" !important;
  }
  .woocommerce .product-add-to-cart a.button,
  .woocommerce .product-add-to-cart a.button.alt,
  .woocommerce .woo-checkout-btn a.button,
  .woocommerce .woo-checkout-btn a.button.alt {
    display: flex;
    width: 100%;
    padding: 1.6666666667em;
    margin-top: 2.0833333333em;
    font-size: 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: var(--color-primary);
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  .woocommerce .product-add-to-cart a.button.alt:hover,
  .woocommerce .product-add-to-cart a.button:hover,
  .woocommerce .woo-checkout-btn a.button.alt:hover,
  .woocommerce .woo-checkout-btn a.button:hover {
    background-color: #000;
  }
  .woocommerce form.woocommerce-shipping-calculator p {
    padding: 3px;
  }
  .woocommerce form.woocommerce-shipping-calculator .input-text {
    padding: 5px 15px;
  }
  .woocommerce form.woocommerce-shipping-calculator button {
    width: 100%;
    justify-content: center;
  }
  .woocommerce #yith-wcwl-form table.shop_table .product-name {
    padding-inline-start: 15px;
  }
  .woocommerce #yith-wcwl-form table.shop_table .product-remove {
    padding-inline-end: 25px;
  }
  .woocommerce #yith-wcwl-form table.shop_table .product-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-inline-end: 25px;
    text-align: end;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .product-add-to-cart
    .yith-wcwl-add-to-wishlist,
  .woocommerce #yith-wcwl-form table.shop_table .product-add-to-cart a.button {
    display: inline-flex !important;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .yith-wcwl-add-to-wishlist
    > div
    a {
    text-indent: -99999px;
  }
  .woocommerce
    #yith-wcwl-form
    table.shop_table
    .yith-wcwl-add-to-wishlist
    > div
    .feedback {
    left: auto;
    right: 0;
  }
  .woocommerce #yith-wcwl-form table.shop_table a.remove {
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
  }
  .woocommerce #yith-wcwl-form table.wishlist_table tr td,
  .woocommerce #yith-wcwl-form table.wishlist_table tr th.product-checkbox,
  .woocommerce #yith-wcwl-form table.wishlist_table tr th.wishlist-delete {
    text-align: inherit;
  }
  .woocommerce
    #yith-wcwl-form
    table.wishlist_table
    .product-name
    .yith-wcqv-button {
    color: #fff;
    margin-inline-start: 5px;
  }
  .woocommerce
    #yith-wcwl-form
    table.wishlist_table
    .product-name
    .yith-wcqv-button:hover {
    color: #fff;
  }
  .woocommerce #yith-wcwl-form table.wishlist_table .product-add-to-cart {
    display: table-cell;
  }
  .woocommerce
    #yith-wcwl-form
    table.wishlist_table
    .product-add-to-cart
    a.add_to_cart {
    padding: 1.15em 2.1em;
    text-transform: none;
    letter-spacing: 0;
  }
  .woocommerce
    #yith-wcwl-form
    table.wishlist_table
    .product-add-to-cart
    .add_to_cart.button {
    border-radius: 0;
  }
  .woocommerce .wishlist-title {
    display: flex;
    align-items: center;
    padding-top: 2em;
  }
  .woocommerce .wishlist-title .show-title-form {
    margin-inline-start: 30px;
  }
  #yith-wcwl-form .yith-wcqv-button,
  .woocommerce .lqd-woo-added-msg.added-to-cart .lqd-woo-msg-adding,
  .woocommerce .lqd-woo-added-msg.adding-to-cart .lqd-woo-msg-added {
    display: none;
  }
  #yith-wcwl-form ul.shop_table h3 {
    margin: 0 0 0.5em;
    font-size: 1em;
  }
  #yith-wcwl-form ul.shop_table .remove_from_wishlist i:before {
    content: "";
    font: 1.25em/1 "lqd-essentials";
  }
  .yith_wcwl_wishlist_footer {
    margin-bottom: 4em;
  }
  .yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: none;
  }
  .woocommerce-checkout #lqd-site-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .woocommerce-checkout .titlebar + #lqd-site-content {
    padding-top: 40px;
  }
  .woocommerce form.woocommerce-checkout h3 {
    margin: 1.5em 0 0.7142857143em;
    font-size: 35px;
    line-height: 1.5em;
    font-weight: 700;
  }
  .woocommerce form.woocommerce-checkout .form-row {
    display: flex;
    flex-flow: row wrap;
    flex: 1 auto;
    align-items: flex-end;
    margin-bottom: 13px;
  }
  .woocommerce form.woocommerce-checkout .form-row .woocommerce-input-wrapper,
  .woocommerce form.woocommerce-checkout .form-row label {
    flex: 1 0 100%;
  }
  .woocommerce form.woocommerce-checkout .form-row label {
    font-size: 15px;
    font-weight: 500;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    label
    .required,
  .woocommerce form.woocommerce-checkout .form-row label .required {
    color: #d0021b;
  }
  .woocommerce form.woocommerce-checkout .form-row label.checkbox {
    display: flex;
    align-items: flex-start;
    line-height: 1.5em;
  }
  .woocommerce form.woocommerce-checkout .form-row label.checkbox input {
    width: auto;
    height: auto;
    position: relative;
    margin: 0.35em 10px 0 0;
  }
  .woocommerce form.woocommerce-checkout .form-row .select2 {
    max-width: 100%;
  }
  .woocommerce form.woocommerce-checkout .form-row .input-text,
  .woocommerce form.woocommerce-checkout .form-row .select2-selection--single,
  .woocommerce form.woocommerce-checkout .form-row textarea {
    padding: 15px 25px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    background: 0 0;
    -webkit-appearance: none;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    .input-text:focus,
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    .select2-selection--single:focus,
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    textarea:focus,
  .woocommerce form.woocommerce-checkout .form-row .input-text:focus,
  .woocommerce
    form.woocommerce-checkout
    .form-row
    .select2-selection--single:focus,
  .woocommerce form.woocommerce-checkout .form-row textarea:focus {
    border-color: var(--color-primary);
  }
  .woocommerce form.woocommerce-checkout .form-row .input-text:not(textarea),
  .woocommerce
    form.woocommerce-checkout
    .form-row
    .select2-selection--single:not(textarea) {
    display: flex;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
  }
  .woocommerce
    form.woocommerce-checkout
    .form-row
    .select2-container--open
    .select2-selection--single {
    border-color: transparent;
    background-color: #f9f9f9;
    color: #3c3c3c;
    border-radius: 5px 5px 0 0;
  }
  .woocommerce form.woocommerce-checkout .form-row.form-row-wide {
    width: 100%;
  }
  .woocommerce
    form.woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-flow: row wrap;
  }
  .woocommerce form.woocommerce-checkout h3.order_review_heading {
    padding: 1.92em 40px 1.28em;
    margin-bottom: 0;
    position: relative;
    background-color: #f9f9f9;
    font-size: 25px;
  }
  .woocommerce form.woocommerce-checkout h3.order_review_heading:before {
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    height: 14px;
    background: linear-gradient(
        -45deg,
        #f8f8f8 33.333%,
        transparent 33.333%,
        transparent 66.667%,
        #f8f8f8 66.667%
      ),
      linear-gradient(
        45deg,
        #f8f8f8 33.333%,
        transparent 33.333%,
        transparent 66.667%,
        #f8f8f8 66.667%
      );
    background-size: 12px 40px;
    background-position: 0 -20px;
  }
  .woocommerce form.woocommerce-checkout #ship-to-different-address {
    cursor: pointer;
  }
  .woocommerce form.woocommerce-checkout #ship-to-different-address label {
    cursor: inherit;
  }
  .woocommerce form.woocommerce-checkout #ship-to-different-address span {
    display: block;
    position: relative;
    padding-inline-start: 1.5em;
    line-height: 1.15em;
  }
  .woocommerce form.woocommerce-checkout #ship-to-different-address span:after,
  .woocommerce form.woocommerce-checkout #ship-to-different-address span:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
    border-radius: 3px;
    background-color: #efefef;
  }
  .woocommerce form.woocommerce-checkout #ship-to-different-address span:after {
    transform: scale(0);
    border-radius: 10px;
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .woocommerce
    form.woocommerce-checkout
    #ship-to-different-address
    input[type="checkbox"] {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    visibility: hidden;
  }
  .woocommerce
    form.woocommerce-checkout
    #ship-to-different-address
    input[type="checkbox"]:checked
    + span:after {
    transform: scale(0.75);
    border-radius: 3px;
    background-color: currentColor;
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table {
    padding: 0 40px 40px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    font-size: 15px;
    color: #000;
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tbody
    tr {
    background-color: transparent !important;
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tbody
    td {
    padding-inline-start: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tbody
    .product-total {
    text-align: end;
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tfoot
    td,
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tfoot
    th {
    padding-inline-start: 0;
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tfoot
    .cart-subtotal
    td,
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tfoot
    .cart-subtotal
    th {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d4d4d4;
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tfoot
    .cart-subtotal
    .woocommerce-Price-amount {
    font-size: 20px;
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tfoot
    .order-total
    td,
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tfoot
    .order-total
    th {
    padding-top: 30px;
    border-top: 1px dashed #d4d4d4;
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tfoot
    .order-total
    .includes_tax {
    display: block;
    width: 100%;
    font-weight: 700;
  }
  .woocommerce
    form.woocommerce-checkout
    table.woocommerce-checkout-review-order-table
    tfoot
    .order-total
    .woocommerce-Price-amount {
    font-size: 30px;
    line-height: 1;
  }
  .woocommerce form.woocommerce-checkout #payment {
    padding: 0 40px 30px;
    border-radius: 0;
    background-color: #f9f9f9;
  }
  .woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods {
    border: 0;
    margin-bottom: 1.75em;
  }
  .woocommerce
    form.woocommerce-checkout
    #payment
    ul.wc_payment_methods
    li
    .lqd-woo-radio-input {
    margin-inline-end: 18px;
  }
  .woocommerce
    form.woocommerce-checkout
    #payment
    ul.wc_payment_methods
    li
    .wc_payment_method_li_head {
    display: flex;
    padding: 12px 0;
    flex-flow: row wrap;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .woocommerce form.woocommerce-checkout #payment ul.wc_payment_methods li label {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    flex: 1 auto;
  }
  .woocommerce
    form.woocommerce-checkout
    #payment
    ul.wc_payment_methods
    .woocommerce-SavedPaymentMethods-saveNew {
    align-items: center;
  }
  .woocommerce
    form.woocommerce-checkout
    #payment
    ul.wc_payment_methods
    .woocommerce-SavedPaymentMethods-saveNew
    input {
    margin-inline-end: 10px;
  }
  .woocommerce
    form.woocommerce-checkout
    #payment
    ul.wc_payment_methods
    .wc-credit-card-form
    label {
    flex-grow: 0;
    margin-inline-end: 5px;
  }
  .woocommerce
    form.woocommerce-checkout
    #payment
    ul.wc_payment_methods
    .wc-credit-card-form
    .stripe-card-group,
  .woocommerce
    form.woocommerce-checkout
    #payment
    ul.wc_payment_methods
    .wc-credit-card-form
    .wc-stripe-elements-field {
    flex-grow: 1;
  }
  .woocommerce form.woocommerce-checkout #payment div.payment_box {
    padding: 0;
    margin: 1em 0;
    background: 0 0;
    font-size: 15px;
    line-height: 1.7333333333em;
    color: #454545;
  }
  .woocommerce form.woocommerce-checkout #payment .place-order {
    border: 0;
  }
  .woocommerce
    form.woocommerce-checkout
    #payment
    .place-order
    .woocommerce-privacy-policy-text {
    font-size: 13px;
    line-height: 1.6923076923em;
  }
  .woocommerce .woocommerce-error a,
  .woocommerce .woocommerce-info a,
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message a,
  .woocommerce
    form.woocommerce-checkout
    #payment
    .place-order
    .woocommerce-privacy-policy-text
    a {
    color: var(--color-primary);
  }
  .woocommerce form.woocommerce-checkout #payment #place_order {
    float: none;
    width: 100%;
    margin-top: 1.5em;
    background-color: var(--color-primary);
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
  }
  .woocommerce form.checkout_coupon {
    margin-top: -1em;
    border: 1px dotted #d4d4d4;
    border-top: none;
    border-radius: 0;
  }
  .woocommerce form.checkout_coupon p.form-row {
    width: auto !important;
    float: left !important;
  }
  .woocommerce form.checkout_coupon input {
    font-size: 13px;
    padding: 1.05em 2.1em;
    min-width: 320px;
    border: 1px solid #e1e1e1;
  }
  .woocommerce .woocommerce-additional-fields {
    padding-top: 15px;
    margin-bottom: 45px;
  }
  .woocommerce .woocommerce-info {
    background: 0 0;
    margin-bottom: 1em !important;
  }
  .woocommerce .woocommerce-info a:hover {
    text-decoration: underline;
  }
  .woocommerce .woocommerce-error {
    margin-bottom: 15px;
  }
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px dotted #d4d4d4;
    flex-flow: row wrap;
    align-items: center;
    background-color: transparent;
    font-size: 15px;
    font-weight: 700;
  }
  .woocommerce .woocommerce-message {
    margin-bottom: 15px;
  }
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button {
    margin-inline-start: auto;
    color: #fff;
    order: 2;
  }
  .woocommerce .woocommerce-notices-wrapper:first-child {
    margin-top: 25px;
  }
  .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before {
    content: "";
    font-family: fontAwesome;
  }
  .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
    margin-inline-start: 0.5em;
  }
  .woocommerce .lqd-woo-added-msg {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0;
    position: fixed;
    bottom: 1.5em;
    left: 1.5em;
    z-index: 10;
    border: 0;
    background-color: #1a1a1a;
    border-radius: 4px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    color: #fff;
  }
  .woocommerce .lqd-woo-added-msg:before {
    position: relative;
    left: 0;
    top: 0;
    margin-inline-end: 8px;
    transform: none;
  }
  #yith-quick-view-modal div.product:after,
  #yith-quick-view-modal div.product:before,
  .ld-shop-topbar .row:after,
  .ld-shop-topbar .row:before,
  .liquid-wc-product-search-results .ld-wc-search-view-all a:before,
  .woocommerce .lqd-woo-added-msg.adding-to-cart:before {
    content: none;
  }
  .woocommerce-notices-wrapper:empty {
    display: none;
  }
  .titlebar + .content > .container > .woocommerce-notices-wrapper:first-child {
    margin-top: 1.5em;
  }
  .ld-shop-notice {
    padding: 15px;
    background-color: #fbed3f;
  }
  .ld-shop-notice h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.11em;
  }
  .ld-shop-topbar {
    padding: 20px 0;
    color: #5e5e5e;
  }
  .ld-shop-topbar .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .ld-shop-topbar .row > div {
    width: auto;
  }
  .ld-shop-topbar .row > div:last-of-type:not(:only-child) {
    margin-inline-start: auto;
  }
  .ld-shop-topbar .woocommerce-breadcrumb {
    margin-bottom: 0 !important;
  }
  .has-sidebar .ld-shop-topbar {
    padding-top: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
  }
  .has-sidebar .ld-shop-topbar.fullwidth {
    width: 100%;
    margin-inline-start: 0;
    margin-inline-end: 0;
    left: auto;
    right: auto;
  }
  .has-sidebar .ld-shop-topbar .container {
    width: 100%;
    padding: 0;
  }
  .ld-shop-topbar .ld-module-sd,
  .ld-shop-topbar .nav-trigger {
    justify-content: inherit;
  }
  .pswp__bg {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .lqd-woo-steps-number {
    display: inline-flex;
    width: 24px;
    height: 24px;
    margin-inline-end: 2.2727272727em;
    border-radius: 50em;
    background-color: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
  }
  .lqd-woo-steps-item {
    display: inline-flex;
    padding: 36px 30px;
    position: relative;
    flex: 1 auto;
    align-items: center;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #333437;
  }
  #yith-quick-view-modal
    div.product
    form.variations_form
    .single_add_to_cart_button:hover,
  .lqd-woo-steps-item.is-active .lqd-woo-steps-number {
    background-color: var(--color-primary);
  }
  .lqd-woo-steps-item svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .lqd-woo-steps-inner {
    display: flex;
    align-items: center;
    padding: 0 30px;
  }
  .lqd-woo-steps {
    border: 1px solid #efefef;
    margin-bottom: 2em;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #yith-quick-view-modal div.product form.variations_form table.variations td,
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0;
  }
  .liquid-wc-product-search button:focus,
  .liquid-wc-product-search input[type="search"]:focus,
  .select2-container--default .select2-selection--single:focus {
    outline: 0;
  }
  .select2-container--default .select2-container--open .select2-selection--single,
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    .select2-container--open
    .select2-selection--single {
    border-color: transparent;
    background-color: #f9f9f9;
    color: #3c3c3c;
    border-radius: 5px 5px 0 0;
  }
  .select2-dropdown {
    padding: 15px 0 0;
    border: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.07);
    background-color: #f9f9f9;
  }
  .select2-results__option {
    margin: 0 15px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 5px;
    outline: 0 !important;
  }
  .select2-results__option.select2-results__option--highlighted[aria-selected],
  .select2-results__option.select2-results__option--highlighted[data-selected] {
    background-color: var(--color-primary);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  }
  .select2-search {
    margin: 0 15px;
    padding: 0;
    border: 0;
  }
  .select2-search .select2-search__field {
    border: 0 !important;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .select2-results {
    padding: 18px 0;
  }
  .lqd-woo-radio-input,
  .lqd-woo-radio-input span {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
  }
  .lqd-woo-radio-input span {
    width: 100%;
    height: 100%;
    border: 1px solid #b1b1b1;
    border-radius: 50em;
  }
  .lqd-woo-radio-input span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    border-radius: inherit;
    background-color: var(--color-primary);
    transition: transform 0.3s, opacity 0.15s;
    opacity: 0;
    transform: scale(2.2);
  }
  .lqd-woo-radio-input input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
  }
  .lqd-woo-radio-input input:checked + span {
    border-color: var(--color-primary);
  }
  .lqd-woo-radio-input input:checked + span:before {
    transform: scale(1);
    opacity: 1;
  }
  .woocommerce-form-login input[type="password"],
  .woocommerce-form-login input[type="text"] {
    border: 1px solid #ededed;
    height: 45px;
    padding: 5px 1em;
  }
  .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    margin-inline-start: 0.5em;
  }
  #yith-wcwl-popup-message {
    padding: 0.5em 1.5em;
    margin: 0 !important;
    border: 0;
    border-radius: 3px;
    top: auto;
    bottom: 30px;
    left: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background-color: #333;
    line-height: 1.5em;
    color: #fff;
  }
  #cboxWrapper > div #cboxMiddleLeft,
  #cboxWrapper > div #cboxMiddleRight,
  #cboxWrapper > div:first-child,
  #cboxWrapper > div:last-child {
    display: none;
  }
  #cboxClose {
    right: 20px;
    top: 20px;
    bottom: auto;
    background: 0 0;
  }
  #cboxClose:before {
    content: "";
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    font-family: "lqd-essentials";
    font-size: 36px;
    text-indent: 0;
  }
  #yith-quick-view-modal .yith-wcqv-wrapper {
    width: 960px;
  }
  #yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none;
    background-color: #fff;
    opacity: 1;
    overflow: hidden !important;
    transform: none;
  }
  #yith-quick-view-modal .onsale {
    min-width: 0;
    min-height: 0;
    left: 18px;
    top: 18px;
  }
  #yith-quick-view-modal div.product {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
  }
  #yith-quick-view-modal div.product .ld-product-images {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
  }
  #cboxClose:before,
  #yith-quick-view-modal div.product .ld-product-images .images,
  #yith-quick-view-modal
    div.product
    .ld-product-images
    .woocommerce-product-gallery__image,
  #yith-quick-view-modal
    div.product
    .ld-product-images
    .woocommerce-product-gallery__wrapper {
    width: 100%;
    height: 100%;
  }
  #yith-quick-view-modal
    div.product
    .ld-product-images
    .woocommerce-product-gallery__image {
    display: flex;
    align-items: center;
  }
  #yith-quick-view-modal
    div.product
    .ld-product-images
    .woocommerce-product-gallery__trigger
    img {
    visibility: hidden;
  }
  #yith-quick-view-modal div.product .ld-product-images .zoomImg {
    display: none !important;
  }
  #yith-quick-view-modal div.product div.summary {
    width: 55% !important;
    height: 100%;
    padding: 35px 5% 35px 10%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #yith-quick-view-modal div.product .price,
  #yith-quick-view-modal div.product .product_title {
    font-weight: 500;
  }
  #yith-quick-view-modal div.product .product_title {
    margin-bottom: 0.5em;
    font-size: 28px;
  }
  #yith-quick-view-modal div.product .price {
    margin-bottom: 1em;
    font-size: 24px;
    color: #000;
  }
  #yith-quick-view-modal
    div.product
    .woocommerce-product-details__short-description,
  #yith-quick-view-modal div.product form.variations_form,
  #yith-quick-view-modal div.product form.variations_form table.variations {
    margin-bottom: 1.5em;
  }
  #yith-quick-view-modal div.product form.cart div.quantity .qty,
  #yith-quick-view-modal div.product form.cart div.quantity .ui-spinner-button {
    width: 35px;
  }
  #yith-quick-view-modal div.product form.cart button.button {
    height: 55px;
  }
  #yith-quick-view-modal div.product form.variations_form table.variations tr {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #yith-quick-view-modal
    div.product
    form.variations_form
    table.variations
    td.label {
    flex: 0 1;
    padding-inline-end: 18px;
  }
  #yith-quick-view-modal
    div.product
    form.variations_form
    table.variations
    td.label
    label {
    font-weight: 600;
  }
  #yith-quick-view-modal
    div.product
    form.variations_form
    table.variations
    .reset_variations {
    margin: 0;
    position: absolute;
    bottom: -2em;
    left: 0;
  }
  #yith-quick-view-modal div.product form.variations_form .ld-product-quantity {
    margin-bottom: 35px !important;
  }
  #yith-quick-view-modal
    div.product
    form.variations_form
    .single_add_to_cart_button {
    background-color: #000;
    font-size: 16px;
    text-transform: none !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: #fff;
  }
  #yith-quick-view-modal div.product .product_meta {
    width: 100%;
  }
  #yith-quick-view-modal div.product .product_meta:last-child {
    margin-bottom: 0;
  }
  #yith-quick-view-modal div.product .yith-wcwl-add-to-wishlist > div .feedback {
    left: auto;
    right: 0;
  }
  #yith-quick-view-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
    border: 0;
    color: #000 !important;
    text-indent: -99999px;
    opacity: 1;
  }
  #yith-quick-view-close:before {
    content: "";
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    font-family: "lqd-essentials";
    font-size: 36px;
    text-indent: 0;
  }
  #yith-quick-view-close:hover {
    opacity: 0.5;
  }
  .liquid-wc-product-search {
    position: relative;
    display: flex;
    height: 45px;
    align-items: center;
    border-radius: 50px;
    background: #ffffff;
    font-size: 0.9285714286em;
    font-weight: 500;
    border: 1px solid #d7d6d6;
  }
  .liquid-wc-product-search button,
  .liquid-wc-product-search input[type="search"],
  .liquid-wc-product-search select {
    border: 0;
    background: 0 0;
  }
  .liquid-wc-product-search input[type="search"] {
    flex-grow: 1;
    padding: 0.5em 2.5em;
    font-size: 15px;
    font-weight: 500;
  }
  .liquid-wc-product-search button {
    display: flex;
    width: 60px;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    border-radius: 0 50px 50px 0;
  }
  .liquid-wc-product-search button .icon-ld-search,
  .liquid-wc-product-search button .loading-icon {
    display: inline-flex;
    transition: transform 0.8s, opacity 0.8s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .liquid-wc-product-search button .icon-ld-search {
    transition-delay: 0.15s;
  }
  .liquid-wc-product-search button .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: scale(1.25) translate(-50%, -50%);
    font-weight: 600;
  }
  .liquid-wc-product-search button .loading-icon i {
    animation: spin 2s linear infinite;
  }
  .liquid-wc-product-search .search-field-select {
    position: relative;
  }
  .liquid-wc-product-search .ui-selectmenu-button.ui-button {
    display: flex;
    height: 100%;
    margin-inline-end: 0;
    padding-inline-end: 5px;
    align-items: center;
    width: auto;
    margin-inline-start: auto;
    font: inherit;
    border: 0;
    border-radius: 0;
    background: 0 0;
  }
  .liquid-wc-product-search .ui-selectmenu-button.ui-button:hover {
    border: 0;
    border-radius: 0;
    background: 0 0;
  }
  .liquid-wc-product-search .ui-selectmenu-button.ui-button .ui-selectmenu-text {
    margin-inline-end: 5px;
    order: -1;
    font-size: 15px;
    color: #0177ba;
  }
  .liquid-wc-product-search .ui-selectmenu-button.ui-button .ui-selectmenu-icon {
    height: 1em;
    position: relative;
    background: 0 0 !important;
  }
  .liquid-wc-product-search
    .ui-selectmenu-button.ui-button
    .ui-selectmenu-icon:before {
      content: "";
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 2px;
      left: 0;
      text-indent: 0;
      font: 1em / 1 "lqd-essentials";
      color: #0175b8;
  }
  .liquid-wc-product-search .ui-selectmenu-button.ui-button:active,
  .lqd-woo-view-count a {
    color: inherit;
  }
  .liquid-wc-product-search .ui-selectmenu-button.ui-button:focus {
    outline: 0;
  }
  .liquid-wc-product-search .ui-selectmenu-menu {
    min-width: 115%;
    overflow: visible;
  }
  .liquid-wc-product-search .ui-selectmenu-menu .ui-menu {
    border: 1px solid #ededed;
    border-top: none;
    border-radius: 5px;
    font: inherit;
    font-size: 14px;
    line-height: 1.25em;
    font-weight: 500;
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.07);
    width: 200px !important;
  }
  .liquid-wc-product-search .ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
    padding: 0.5em 1em;
  }
  .liquid-wc-product-search .ui-selectmenu-menu .ui-menu > li:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }
  .liquid-wc-product-search .ui-selectmenu-menu .ui-state-active,
  .liquid-wc-product-search
    .ui-selectmenu-menu
    .ui-widget-content
    .ui-state-active {
    border: 0;
    background-color: #000;
    color: #fff;
  }
  .liquid-wc-product-search.loading button .icon-ld-search {
    transform: scale(0);
    opacity: 0;
    transition-delay: 0s;
  }
  .liquid-wc-product-search.loading button .loading-icon {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
    transition-delay: 0.15s;
  }
  .liquid-wc-product-search-results {
    width: 100%;
    max-height: 75vh;
    padding: 1.5em 2em;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 12;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
    font-size: 13px;
  }
  .liquid-wc-product-search-results li {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .liquid-wc-product-search-results li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  }
  .liquid-wc-product-search-results li > a {
    color: #000;
    position: relative;
    border-radius: 4px;
  }
  .liquid-wc-product-search-results li > a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -0.5em;
    left: 0;
    right: 0;
    bottom: -0.5em;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.065);
    opacity: 0;
    transition: transform 0.8s, opacity 0.8s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0.95, 0.9);
  }
  .liquid-wc-product-search-results h4 {
    margin-top: 0;
    margin-bottom: 0.25em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
  }
  .liquid-wc-product-search-results .ld-wc-search-result--thumbnail {
    flex: 0 0 80px;
  }
  .liquid-wc-product-search-results .ld-wc-search-result--price {
    color: var(--color-primary);
    font-weight: 700;
  }
  .liquid-wc-product-search-results .ld-wc-search-result--meta p:first-of-type {
    opacity: 0.6;
  }
  .liquid-wc-product-search-results .ld-wc-search-view-all {
    font-size: 14px;
  }
  .liquid-wc-product-search-results .ld-wc-search-view-all a {
    display: block;
    padding: 0.5em 1em;
    border-radius: 4px;
    background-color: var(--color-primary);
    text-align: center;
    color: #fff;
  }
  .liquid-wc-product-search-results .woocommerce-info {
    border: 0;
    margin: 0 !important;
  }
  .woocommerce .woocommerce-ordering {
    position: relative;
  }
  .woocommerce .woocommerce-ordering .orderby,
  .woocommerce .woocommerce-ordering .ui-selectmenu-button.ui-button {
    width: auto;
    border: 0;
    background: 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .woocommerce .woocommerce-ordering .orderby:focus,
  .woocommerce .woocommerce-ordering .ui-selectmenu-button.ui-button:focus {
    outline: 0;
  }
  .woocommerce .woocommerce-ordering .ui-selectmenu-icon {
    display: none;
  }
  .woocommerce .woocommerce-ordering .ui-selectmenu-text {
    margin: 0;
  }
  .woocommerce .woocommerce-ordering .ui-selectmenu-button.ui-button {
    padding-inline-end: 20px;
  }
  .woocommerce .woocommerce-ordering .ui-selectmenu-button.ui-button:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    font: 1em/1em "lqd-essentials";
    color: var(--color-primary);
    transform: translateY(-50%);
  }
  .woocommerce .woocommerce-ordering .lqd-select-dropdown .ui-selectmenu-menu {
    left: auto !important;
    right: 0;
  }
  .woocommerce
    .liquid-wc-product-search
    .lqd-select-dropdown
    .ui-selectmenu-menu
    .ui-state-active,
  .woocommerce
    .liquid-wc-product-search
    .lqd-select-dropdown
    .ui-selectmenu-menu
    .ui-widget-content
    .ui-state-active,
  .woocommerce
    .woocommerce-ordering
    .lqd-select-dropdown
    .ui-selectmenu-menu
    .ui-state-active,
  .woocommerce
    .woocommerce-ordering
    .lqd-select-dropdown
    .ui-selectmenu-menu
    .ui-widget-content
    .ui-state-active {
    background-color: #000;
    color: #fff;
  }
  .woocommerce .liquid-wc-product-search .lqd-select-dropdown .ui-menu,
  .woocommerce .woocommerce-ordering .lqd-select-dropdown .ui-menu {
    min-width: 150px;
    box-shadow: 0 10px 30px -2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
    font-size: 1em;
    font-weight: 500;
  }
  .woocommerce
    .liquid-wc-product-search
    .lqd-select-dropdown
    .ui-menu
    .ui-menu-item-wrapper,
  .woocommerce
    .woocommerce-ordering
    .lqd-select-dropdown
    .ui-menu
    .ui-menu-item-wrapper {
    padding: 0.75em 1.75em;
    line-height: 1.15em;
  }
  .lqd-woo-view-toggle li:not(:last-child) {
    margin-inline-end: 1em;
  }
  .lqd-view-grid svg,
  .lqd-view-list svg {
    overflow: visible;
    transition: fill 0.3s, stroke 0.3s;
  }
  .lqd-view-grid line,
  .lqd-view-grid rect,
  .lqd-view-list line,
  .lqd-view-list rect {
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .lqd-view-grid svg {
    fill: transparent;
  }
  .lqd-view-grid:hover rect:first-child {
    transform: translate(-1px, -1px);
  }
  .lqd-view-grid:hover rect:nth-child(2) {
    transform: translate(1px, -1px);
  }
  .lqd-view-grid:hover rect:nth-child(3) {
    transform: translate(-1px, 1px);
  }
  .lqd-view-grid:hover rect:last-child {
    transform: translate(1px, 1px);
  }
  .lqd-view-list:hover line {
    stroke-width: 2px;
  }
  .lqd-view-list:hover line:first-child {
    transform: translateY(-1px);
  }
  .lqd-view-list:hover line:last-child {
    transform: translateY(1px);
  }
  .lqd-woo-view-count li:first-child {
    margin-inline-end: 0.5em;
  }
  .lqd-woo-view-count li:not(:first-child):not(:last-child):after {
    content: "-";
    margin: 0 0.25em;
  }
  .lqd-woo-view-count .is-active a,
  .lqd-woo-view-count a:hover {
    color: #000;
  }
  .lqd-woo-ajax-filter .ld-sd-wrap {
    padding: 35px;
  }
  .lqd-woo-ajax-filter button.nav-trigger,
  .lqd-woo-ajax-filter button.nav-trigger:focus,
  .lqd-woo-ajax-filter button.nav-trigger:hover {
    border: 0;
    padding: 0;
    background: 0 0;
  }
  .woocommerce-account.logged-in #lqd-site-content,
  .woocommerce-order-received #lqd-site-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .woocommerce-order-received .woocommerce-order-overview {
    padding: 0;
  }
  .woocommerce-order-received .woocommerce-order-overview strong {
    color: #000;
    margin-top: 0.5em;
  }
  .woocommerce-order-received .woocommerce-order {
    margin: 2em 0;
  }
  .woocommerce-order-received .woocommerce-order table.shop_table {
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #000;
  }
  .woocommerce-order-received .woocommerce-order table.shop_table td,
  .woocommerce-order-received .woocommerce-order table.shop_table th {
    border: 0;
    padding: 25px 15px;
  }
  .woocommerce-order-received
    .woocommerce-order
    table.shop_table
    tbody
    tr:nth-child(even) {
    background-color: #fbfbfb;
  }
  .woocommerce-order-received .woocommerce-order table.shop_table tfoot th {
    background-color: #f8f8f8;
  }
  .woocommerce-order-received .woocommerce-order table.shop_table tfoot td {
    background-color: #fdfdfd;
  }
  .woocommerce-order-received .woocommerce-customer-details address {
    padding: 1em 25px;
    border: 1px solid #efefef;
    box-shadow: none;
    line-height: 2em;
  }
  .woocommerce-MyAccount-navigation {
    padding: 1.5em 2em;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
  }
  .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .woocommerce-MyAccount-navigation li:not(:last-child) {
    margin-bottom: 0.25em;
  }
  .woocommerce table.my_account_orders td,
  .woocommerce table.my_account_orders th {
    padding: 10px;
  }
  .woocommerce .woocommerce-orders-table__cell-order-actions .button {
    width: 100%;
    justify-content: center;
  }
  .woocommerce .woocommerce-Addresses {
    margin-top: 2.5em;
  }
  .woocommerce .woocommerce-Address-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .woocommerce .woocommerce-Address-title:after,
  .woocommerce .woocommerce-Address-title:before {
    content: none !important;
  }
  .woocommerce .woocommerce-Address-title h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .woocommerce .woocommerce-Address-title .edit {
    padding: 0.25em 1em;
    background-color: #000;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
  }
  .woocommerce .woocommerce-Address-title .edit:hover {
    background-color: var(--color-primary);
  }
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    h3 {
    margin: 1.5em 0 0.7142857143em;
    font-size: 35px;
    line-height: 1.5em;
    font-weight: 700;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row {
    margin-bottom: 13px;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    label {
    font-size: 15px;
    font-weight: 500;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    .input-text,
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    .select2-selection--single,
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    textarea {
    padding: 15px 25px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    background: 0 0;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    textarea.input-text {
    height: auto;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    .input-text,
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    .form-row
    .select2-selection--single {
    display: flex;
    height: 45px;
    align-items: center;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm
    legend {
    padding-bottom: 0.5em;
  }
  .lqd-prod-item > .ld-sp {
    flex-grow: 1;
  }
  .lqd-prods-carousel .carousel-item[class*="col-"] li.product {
    width: 100%;
    padding: 0;
  }
  .lqd-prods-carousel ul.products,
  .lqd-prods-carousel ul.products .ld-sp,
  .lqd-prods-carousel ul.products li.product {
    margin-bottom: 0;
  }
  .lqd-prods-carousel ul.products .flickity-viewport {
    flex: 1 0 100%;
  }
  .lqd-prods-carousel ul.products:not(.flickity-enabled) {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .lqd-prods-carousel ul.products:not(.flickity-enabled) > * {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .lqd-prods-carousel ul.products:not(.flickity-enabled) .ld-sp {
    min-height: 100%;
  }
  .lqd-prods-carousel .flickity-equal-cells .carousel-item-inner,
  .lqd-prods-carousel .flickity-equal-cells .lqd-prod-item {
    display: flex;
  }
  .lqd-prods-carousel .flickity-equal-cells .carousel-item {
    max-height: 100%;
  }
  .lqd-prods-carousel .flickity-equal-cells .carousel-item-content,
  .lqd-prods-carousel .flickity-equal-cells .carousel-item-inner {
    flex-grow: 1;
  }
  .lqd-prods-carousel .flickity-equal-cells .ld-sp {
    min-height: 100%;
  }
  .lqd-prods-carousel[data-gap="0"] .flickity-slider,
  .lqd-prods-carousel[data-gap="0"] ul.products li.product a img {
    width: calc(100% - 1px);
  }
  .lqd-prods-carousel[data-gap="0"] .ld-sp-clsc {
    border-right-width: 0;
  }
  .lqd-prods-carousel .carousel-dots-mobile .flickity-page-dots {
    margin-top: 20px;
  }
  @media (max-width: 768px) {
    .woocommerce:not([data-gap="0"]) ul.products {
      margin-inline-start: -5px !important;
      margin-inline-end: -5px !important;
    }
    .woocommerce:not([data-gap="0"]) ul.products .carousel-item,
    .woocommerce:not([data-gap="0"]) ul.products li.product {
      padding-inline-start: 5px !important;
      padding-inline-end: 5px !important;
    }
    .woocommerce:not([data-gap="0"]) ul.products .carousel-item li.product {
      padding-inline-start: 0 !important;
      padding-inline-end: 0 !important;
    }
    .woocommerce ul.products li.product {
      width: 50% !important;
    }
    .woocommerce ul.products .carousel-item {
      width: 50%;
    }
    .woocommerce ul.products .carousel-item li.product {
      width: 100% !important;
    }
  }
  @media (min-width: 768px) {
    .woocommerce ul.products li.product.col-sm-6 {
      width: 50%;
    }
  }
  @media (min-width: 992px) {
    .woocommerce ul.products li.product.col-md-12 {
      width: 100%;
    }
    .woocommerce ul.products li.product.col-md-11 {
      width: 91.66666667%;
    }
    .woocommerce ul.products li.product.col-md-10 {
      width: 83.33333333%;
    }
    .woocommerce ul.products li.product.col-md-9 {
      width: 75%;
    }
    .woocommerce ul.products li.product.col-md-8 {
      width: 66.66666667%;
    }
    .woocommerce ul.products li.product.col-md-7 {
      width: 58.33333333%;
    }
    .woocommerce ul.products li.product.col-md-6 {
      width: 50%;
    }
    .woocommerce ul.products li.product.col-md-5 {
      width: 41.66666667%;
    }
    .woocommerce ul.products li.product.col-md-4 {
      width: 33.33333333%;
    }
    .woocommerce ul.products li.product.col-md-3 {
      width: 25%;
    }
    .woocommerce ul.products li.product.vc_col-md-1\/5 {
      width: 20%;
    }
    .woocommerce ul.products li.product.col-md-2 {
      width: 16.66666667%;
    }
    .woocommerce ul.products li.product.col-md-1 {
      width: 8.33333333%;
    }
  }
  @media screen and (max-width: 991px) {
    .woocommerce ul.products li.product {
      width: 33.3333333333%;
    }
  }
  @media screen and (max-width: 768px) {
    .woocommerce .ld-sp .ld-sp-img {
      width: 100%;
    }
  }
  @media screen and (min-width: 1280px) and (max-width: 1440px) {
    .container-fluid .woocommerce .ld-sp-clsc .ld-sp-info {
      padding-inline-start: 10% !important;
      padding-inline-end: 10% !important;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1279px) {
    .container-fluid .woocommerce .ld-sp-clsc .ld-sp-info {
      padding-inline-start: 5% !important;
      padding-inline-end: 5% !important;
    }
  }
  @media screen and (min-width: 1440px) {
    .container-fluid .woocommerce .ld-sp-clsc .ld-sp-info {
      padding-inline-start: 15% !important;
      padding-inline-end: 15% !important;
    }
  }
  @media screen and (max-width: 767px) {
    .woocommerce .ld-sp .ld-sp-info {
      text-align: center;
      flex-flow: row wrap !important;
      align-items: flex-start !important;
      justify-content: center;
    }
    .woocommerce .ld-sp .ld-sp-info > div,
    .woocommerce .ld-sp .price,
    .woocommerce .ld-sp .product-category {
      width: 100%;
    }
    .woocommerce .ld-sp .ld-sp-info > div.justify-content-end {
      justify-content: center !important;
    }
    .woocommerce .ld-sp .ld-sp-info > div + div {
      margin-top: 15px;
    }
    .woocommerce .ld-sp .ld-sp-info-inner {
      padding: 0;
    }
  }
  @media screen and (max-width: 479px) {
    /* .woocommerce .ld-sp .ld-sp-btn {
      font-size: 13px !important;
      flex-grow: 1;
      padding-inline-start: 0.5em;
      padding-inline-end: 0.5em;
    } */
  }
  @media screen and (max-width: 320px) {
    /* .woocommerce .ld-sp .ld-sp-btn {
      font-size: 12px !important;
    } */
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    /* .woocommerce .col-md-3 .ld-sp-clsc .ld-sp-btn,
    .woocommerce .col-md-4 .ld-sp-clsc .ld-sp-btn,
    .woocommerce .vc_col-md-1\/5 .ld-sp-clsc .ld-sp-btn {
      width: 50px;
      height: 50px;
      margin-inline-start: auto;
      margin-inline-end: auto;
      padding: 0;
      overflow: hidden;
    } */
    /* .woocommerce .col-md-3 .ld-sp-clsc .ld-sp-btn:after,
    .woocommerce .col-md-4 .ld-sp-clsc .ld-sp-btn:after,
    .woocommerce .vc_col-md-1\/5 .ld-sp-clsc .ld-sp-btn:after {
      display: flex;
      width: 100%;
      height: 100%;
      margin: 0 !important;
      position: absolute !important;
      top: 0;
      left: 0;
      align-items: center;
      justify-content: center;
    }
    .woocommerce .col-md-3 .ld-sp-clsc .ld-sp-btn > span,
    .woocommerce .col-md-4 .ld-sp-clsc .ld-sp-btn > span,
    .woocommerce .vc_col-md-1\/5 .ld-sp-clsc .ld-sp-btn > span {
      position: absolute;
      top: 0;
      left: -999999px;
    } */
    .woocommerce
      .col-md-3
      .ld-sp-clsc
      .product_type_grouped
      .lqd-mobile-add-to-cart-icn:before,
    .woocommerce
      .col-md-4
      .ld-sp-clsc
      .product_type_grouped
      .lqd-mobile-add-to-cart-icn:before,
    .woocommerce
      .vc_col-md-1\/5
      .ld-sp-clsc
      .product_type_grouped
      .lqd-mobile-add-to-cart-icn:before {
      content: "";
    }
    .woocommerce .col-md-3 .ld-sp-clsc .lqd-mobile-add-to-cart-icn,
    .woocommerce .col-md-4 .ld-sp-clsc .lqd-mobile-add-to-cart-icn,
    .woocommerce .vc_col-md-1\/5 .ld-sp-clsc .lqd-mobile-add-to-cart-icn {
      display: inline-flex;
      font-size: 20px;
    }
  }
  @media screen and (min-width: 769px) {
    /* .woocommerce .ld-sp .ld-sp-btns {
      opacity: 0;
      transform: translateX(10px);
      transition: transform 0.65s, opacity 0.65s;
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      backface-visibility: hidden;
    }
    .woocommerce .ld-sp:hover .ld-sp-btns {
      opacity: 1;
      transform: translateX(0);
    }
    .woocommerce .ld-sp-clsc-alt .ld-sp-btns,
    .woocommerce .ld-sp-def .ld-sp-btns,
    .woocommerce .ld-sp-min-2 .ld-sp-btns {
      opacity: 1;
      transform: none !important;
    }
    .woocommerce .ld-sp-mhs-1 .ld-sp-btns > a,
    .woocommerce .ld-sp-mhs-1 .ld-sp-btns > div {
      flex: 1 0 20px;
    }
    .woocommerce .ld-sp-mhs-1 .ld-sp-btns > a:only-child,
    .woocommerce .ld-sp-mhs-1 .ld-sp-btns > div:only-child {
      flex-grow: 0;
      margin: 0 !important;
    }
    .woocommerce .ld-sp-mhs-1 .ld-sp-btns > a:hover {
      color: var(--color-primary);
    }
    .woocommerce .ld-sp-mhs-1 .ld-sp-btns > div {
      margin-inline-start: 6px !important;
    }
    .woocommerce .ld-sp-def .ld-sp-btn,
    .woocommerce .ld-sp-mhs-1 .ld-sp-btn,
    .woocommerce .ld-sp-mhs-2 .ld-sp-btn,
    .woocommerce .ld-sp-min-1 .ld-sp-btn,
    .woocommerce .ld-sp-min-2 .ld-sp-btn {
      opacity: 0;
      transform: translateY(10px);
    }
    .woocommerce .ld-sp-def:hover .ld-sp-btn,
    .woocommerce .ld-sp-mhs-1:hover .ld-sp-btn,
    .woocommerce .ld-sp-mhs-2:hover .ld-sp-btn,
    .woocommerce .ld-sp-min-1:hover .ld-sp-btn,
    .woocommerce .ld-sp-min-2:hover .ld-sp-btn {
      opacity: 1;
      transform: translateY(0);
    } */
  }
  @media screen and (max-width: 767px) {
    .woocommerce .ld-sp .added_to_cart,
    /* .woocommerce .ld-sp .ld-sp-btn, */
    .woocommerce .ld-sp .price {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      opacity: 1;
      transform: none !important;
    }
    .woocommerce .ld-sp .price {
      display: block;
    }
    .woocommerce .ld-sp .added_to_cart,
    /* .woocommerce .ld-sp .ld-sp-btn {
      justify-content: center;
      text-align: center;
      text-decoration: none !important;
    } */
    .woocommerce .ld-sp-clsc .added_to_cart,
    /* .woocommerce .ld-sp-clsc .ld-sp-btn, */
    .woocommerce .ld-sp-mhs-1 .added_to_cart,
    /* .woocommerce .ld-sp-mhs-1 .ld-sp-btn, */
    .woocommerce .ld-sp-mhs-2 .added_to_cart,
    /* .woocommerce .ld-sp-mhs-2 .ld-sp-btn, */
    .woocommerce .ld-sp-min-1 .added_to_cart,
    /* .woocommerce .ld-sp-min-1 .ld-sp-btn {
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      opacity: 1;
    } */
    /* .woocommerce .ld-sp-mhs-1 .ld-sp-btn,
    .woocommerce .ld-sp-mhs-2 .ld-sp-btn,
    .woocommerce .ld-sp-min-1 .ld-sp-btn 
    {
      text-align: start;
    } */
  }
  @media screen and (max-width: 479px) {
    /* .woocommerce .ld-sp .ld-sp-btns {
      display: none !important;
      width: auto !important;
      margin: 0 !important;
      position: absolute;
      top: 15px;
      right: 15px;
      left: auto;
      flex-direction: column !important;
      justify-content: center !important;
    } */
    /* .woocommerce .ld-sp .ld-sp-btns > a,
    .woocommerce .ld-sp .ld-sp-btns > a.button,
    .woocommerce .ld-sp .ld-sp-btns > div {
      width: 30px !important;
      height: 30px !important;
      margin: 0 0 10px !important;
      flex: 1 0 30px !important;
      background-color: #fff !important;
      border-radius: 15px;
    } */
    /* .woocommerce .ld-sp .ld-sp-btns .yith-wcwl-add-to-wishlist:not(:only-child) {
      margin-inline-start: 0 !important;
    }
    .woocommerce .ld-sp .ld-sp-btns .compare,
    .woocommerce .ld-sp .ld-sp-btns .yith-wcwl-add-to-wishlist > div,
    .woocommerce .ld-sp .ld-sp-btns .yith-wcwl-add-to-wishlist > div a {
      width: 100% !important;
      height: 100% !important;
    } */
  }
  @media screen and (min-width: 767px) {
    /* .woocommerce .ld-sp-min-1 .ld-sp-btn, */
    .woocommerce .ld-sp-min-1 .price {
      transition: transform 0.65s, opacity 0.65s;
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }
    /* .woocommerce .ld-sp-min-1 .ld-sp-btn {
      transform: translateY(3px);
    } */
    .woocommerce .ld-sp-min-1 .price {
      transform: translateY(0);
    }
    .woocommerce .ld-sp-min-1:hover .price {
      opacity: 0;
      transform: translateY(-10px);
    }
  }
  @media screen and (min-width: 768px) {
    /* .woocommerce .ld-sp-min-2 .ld-sp-btn {
      left: 10%;
      right: 10%;
    } */
  }
  @media screen and (max-width: 479px) {
    .woocommerce .ld-sp-min-2 .ld-sp-img {
      margin-bottom: 12px;
    }
    /* .woocommerce .ld-sp-min-2 .ld-sp-btn {
      display: none;
    } */
    .woocommerce .ld-sp-min-2 .ld-sp-info {
      text-align: inherit;
      justify-content: flex-start;
    }
  }
  @media screen and (min-width: 767px) {
    .woocommerce .ld-sp-mhs-1 {
      transform: translateY(0);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
      transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s;
    }
    .woocommerce .ld-sp-mhs-1 .ld-sp-info {
      padding: 20px 25px 23px;
    }
    .woocommerce .ld-sp-mhs-1 .price {
      opacity: 1;
      transform: translateY(0);
      transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .woocommerce .ld-sp-mhs-1:hover {
      transform: translateY(-2px);
      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    }
    .woocommerce .ld-sp-mhs-1:hover .price {
      opacity: 0;
      transform: translateY(-10px);
    }
    .woocommerce .ld-sp-mhs-2 {
      backface-visibility: hidden;
    }
    .woocommerce .ld-sp-mhs-2:before {
      content: "";
      display: inline-block;
      border-radius: 4px;
      position: absolute;
      top: 0;
      left: -5%;
      right: -5%;
      bottom: -5%;
      z-index: 1;
      background-color: #fff;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
      transform: scale(0.95);
      opacity: 0;
      transition: box-shadow 0.5s, transform 0.5s, opacity 0.5s;
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    }
    .woocommerce .ld-sp-mhs-2,
    .woocommerce .ld-sp-mhs-2 .ld-sp-info {
      transform: scale(1);
      transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .woocommerce .ld-sp-mhs-2 .ld-sp-img {
      box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);
      transition: box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .woocommerce .ld-sp-mhs-2 .price {
      transition: transform 0.65s, opacity 0.65s;
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 1;
      transform: translateY(0);
    }
    .woocommerce .ld-sp-mhs-2:hover {
      transform: scale(1.025);
    }
    .woocommerce .ld-sp-mhs-2:hover:before {
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
      transform: scale(1);
      opacity: 1;
    }
    .woocommerce .ld-sp-mhs-2:hover .ld-sp-img {
      box-shadow: 0 0 0 transparent;
    }
    .woocommerce .ld-sp-mhs-2:hover .ld-sp-info {
      transform: scale(0.985);
    }
    .woocommerce .ld-sp-mhs-2:hover .price {
      opacity: 0;
      transform: translateY(-10px);
    }
  }
  @media screen and (max-width: 768px) {
    .woocommerce .ld-sp-clsc {
      border: 0;
      padding-bottom: 0 !important;
    }
  }
  @media screen and (max-width: 479px) {
    .woocommerce .ld-sp-clsc .ld-sp-info {
      justify-content: flex-start;
      text-align: start;
    }
    /* .woocommerce .ld-sp-clsc .ld-sp-btn {
      display: block;
      width: 40px;
      height: 40px;
      padding: 0;
      position: absolute;
      top: -10px;
      right: -5px;
      border: 0;
      border-radius: 0;
      background-color: #fff;
      box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.15);
      color: #000;
      overflow: hidden;
      text-align: start;
      text-indent: 99999px;
    } */
    /* .woocommerce .ld-sp-clsc .ld-sp-btn:before {
      content: "";
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      font: 18px/1 "lqd-essentials";
      text-indent: 0;
    } */
    /* .woocommerce .ld-sp-clsc .ld-sp-btn span {
      visibility: hidden;
    } */
    /* .woocommerce .ld-sp-clsc .ld-sp-btn.product_type_grouped:before,
    .woocommerce .ld-sp-clsc .ld-sp-btn.product_type_variable:before {
      content: "";
      font-size: 16px;
    } */
    .woocommerce .carousel-item .ld-sp-clsc {
      margin-top: 10px;
    }
    /* .woocommerce .carousel-item .ld-sp-clsc .ld-sp-btn {
      opacity: 0;
    }
    .woocommerce .carousel-item.is-selected .ld-sp-clsc .ld-sp-btn {
      opacity: 1;
    } */
  }
  @media screen and (max-width: 768px) {
    .woocommerce .ld-sp-list .ld-sp-foot {
      justify-content: center;
    }
    /* .woocommerce .ld-sp-list .ld-sp-foot .ld-sp-btn {
      margin-inline-end: 0;
    } */
    .woocommerce.single div.product:last-of-type {
      padding-bottom: 30px;
    }
  }
  @media screen and (min-width: 768px) {
    .woocommerce .container-fluid div.product {
      padding-inline-start: 2.25em;
      padding-inline-end: 2.25em;
    }
    .woocommerce .container-fluid div.product.compare-button {
      padding: 0;
    }
  }
  @media (max-width: 991px) {
    .woocommerce div.product .lqd-woo-summary-top > :first-child {
      margin-bottom: 15px;
    }
  }
  @media screen and (max-width: 768px) {
    .woocommerce div.product div.woocommerce-product-gallery .flex-control-nav {
      margin-inline-end: 15px;
    }
    .woocommerce
      div.product
      div.woocommerce-product-gallery
      .flex-control-nav
      li {
      margin-bottom: 5px;
    }
  }
  @media screen and (max-width: 479px) {
    .woocommerce
      div.product
      .lqd-woo-single-images
      .lqd-woo-single-images-thumbs
      figure {
      max-height: 115px;
      overflow: hidden;
    }
    .woocommerce div.product div.woocommerce-product-gallery {
      flex-direction: column-reverse;
    }
    .woocommerce div.product div.woocommerce-product-gallery .flex-control-nav {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 15px -4px;
      overflow-x: scroll;
    }
    .woocommerce
      div.product
      div.woocommerce-product-gallery
      .flex-control-nav
      li {
      width: 25%;
      padding: 0 2px;
    }
    .woocommerce div.product .lqd-woo-single-images div.images {
      margin-bottom: 15px;
    }
    .woocommerce div.product .lqd-woo-single-images .flickity-viewport {
      margin-bottom: 0;
    }
    .woocommerce div.product .lqd-woo-single-images [data-lqd-flickity] {
      display: block !important;
    }
    .woocommerce div.product .lqd-woo-single-images [data-lqd-flickity]:after {
      content: "flickity" !important;
      display: none;
    }
    .woocommerce
      div.product
      .lqd-woo-single-images
      [data-lqd-flickity]
      .carousel-dots-mobile {
      margin: 0;
      position: absolute;
      bottom: 18px;
      left: 0;
      right: 0;
    }
  }
  @media screen and (min-width: 480px) {
    .woocommerce
      div.product
      .lqd-woo-single-images
      .lqd-woo-single-images-thumbs {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 479px) {
    .woocommerce div.product form.cart div.quantity .qty,
    .woocommerce div.product form.cart div.quantity .ui-spinner-button {
      width: 35px;
    }
    .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 991px) {
    .woocommerce div.product .lqd-woo-summary-foot > :first-child {
      margin-bottom: 15px;
    }
  }
  @media screen and (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs {
      display: block;
      margin-top: 30px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      display: none;
    }
    .woocommerce div.product .woocommerce-tabs .lqd-res-acc-trigger {
      display: flex;
      padding: 0;
      border-bottom: 1px solid #dbdbdb;
      font-size: 18px;
    }
    .woocommerce div.product .woocommerce-tabs .lqd-res-acc-trigger a {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      padding: 13px 0;
      opacity: 0.75;
    }
    .woocommerce div.product .woocommerce-tabs .lqd-res-acc-trigger a:after {
      content: "";
      font: 17px/1 "lqd-essentials";
    }
    .woocommerce div.product .woocommerce-tabs .lqd-res-acc-trigger.is-active a {
      opacity: 1;
    }
    .woocommerce
      div.product
      .woocommerce-tabs
      .lqd-res-acc-trigger.is-active
      a:after {
      transform: rotate(180deg);
    }
    .woocommerce
      div.product
      .woocommerce-tabs
      .woocommerce-Tabs-panel
      > h2:first-child {
      display: none;
    }
    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
      padding-top: 15px;
    }
  }
  @media screen and (min-width: 992px) {
    .woocommerce #review_form #respond .comment-form .comment-form-author,
    .woocommerce #review_form #respond .comment-form .comment-form-email {
      width: calc(50% - 20px);
    }
    .woocommerce #review_form #respond .comment-form .comment-form-email {
      margin-inline-start: 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .woocommerce #review_form #respond {
      padding: 30px 20px;
    }
  }
  @media screen and (max-width: 479px) {
    .woocommerce .products.related {
      margin-top: 80px;
      margin-bottom: 80px;
    }
    .woocommerce .products.related ul.products {
      margin-bottom: 0;
    }
    .woocommerce .products.related ul.products li.product:nth-last-child(1),
    .woocommerce .products.related ul.products li.product:nth-last-child(2) {
      margin-bottom: 0;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .lqd-woo-single-layout-1 div.product form.cart .ui-spinner,
    .lqd-woo-single-layout-1 div.product form.cart button.button,
    .lqd-woo-single-layout-1 div.product form.cart div.quantity {
      width: 100%;
    }
    .lqd-woo-single-layout-1 div.product form.cart div.quantity {
      margin-inline-end: 0 !important;
      margin-bottom: 10px;
    }
  }
  @media screen and (min-width: 992px) {
    .lqd-woo-single-layout-1 div.product .lqd-woo-single-images {
      padding-inline-end: 2vw;
    }
    .lqd-woo-single-layout-1 div.product .product_title {
      width: 85%;
    }
    .lqd-woo-single-layout-1 div.product p.price {
      width: 15%;
    }
    .lqd-woo-single-layout-1 div.product .woocommerce-tabs .lqd-res-acc-trigger {
      display: block;
      margin: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      font-size: 19px;
      transition: border-color 0.3s 0.2s;
    }
    .lqd-woo-single-layout-1
      div.product
      .woocommerce-tabs
      .lqd-res-acc-trigger
      a {
      display: flex;
      padding: 1.25em 0;
      position: relative;
    }
    .lqd-woo-single-layout-1
      div.product
      .woocommerce-tabs
      .lqd-res-acc-trigger
      a:after {
      content: "";
      display: inline-flex;
      width: 30px;
      height: 30px;
      position: absolute;
      align-items: center;
      justify-content: center;
      top: calc(50% - 15px);
      right: 0;
      font: 20px/1 "lqd-essentials";
      transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .lqd-woo-single-layout-1
      div.product
      .woocommerce-tabs
      .lqd-res-acc-trigger:not(.is-active):not(:last-of-type) {
      border-bottom-color: transparent;
    }
    .lqd-woo-single-layout-1
      div.product
      .woocommerce-tabs
      .lqd-res-acc-trigger.is-active {
      transition-delay: 0s;
    }
    .lqd-woo-single-layout-1
      div.product
      .woocommerce-tabs
      .lqd-res-acc-trigger.is-active
      a:before {
      transform: scaleY(-1);
    }
    .lqd-woo-single-layout-2 div.product .lqd-woo-single-images,
    .lqd-woo-single-layout-3 div.product .lqd-woo-single-images {
      padding-inline-end: 65px;
    }
    .lqd-woo-single-layout-3
      div.product
      .woocommerce-Tabs-panel--description
      > h2:first-child {
      display: none;
    }
    .lqd-woo-single-layout-3
      div.product
      .woocommerce-Tabs-panel--description
      > .vc_row {
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-inline-start: -50vw;
      margin-inline-end: -50vw;
    }
  }
  @media screen and (min-width: 769px) {
    .lqd-woo-single-layout-3
      div.product
      .woocommerce-tabs
      .woocommerce-Tabs-panel--description
      > h2:last-of-type:first-child,
    .lqd-woo-single-layout-3
      div.product
      .woocommerce-tabs
      .woocommerce-Tabs-panel--description
      > p {
      width: 67%;
      margin-inline-start: auto;
      margin-inline-end: auto;
    }
  }
  @media screen and (max-width: 479px) {
    .lqd-woo-single-layout-3 div.product form.cart table.variations tr {
      margin-bottom: 1em;
    }
    .lqd-woo-single-layout-3
      div.product
      form.cart
      table.variations
      tr:last-child {
      margin-bottom: 0;
    }
    .lqd-woo-single-layout-3 div.product form.cart table.variations td.label,
    .lqd-woo-single-layout-3 div.product form.cart table.variations td.value {
      margin-bottom: 15px;
    }
    .lqd-woo-single-layout-3 div.product form.cart table.variations td.label {
      margin-inline-end: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .woocommerce #yith-wcwl-form table.shop_table td,
    .woocommerce #yith-wcwl-form table.shop_table th,
    .woocommerce .woocommerce-cart-form table.shop_table td,
    .woocommerce .woocommerce-cart-form table.shop_table th {
      padding-inline-start: 15px;
      padding-inline-end: 15px;
    }
    .woocommerce .woocommerce-cart-form table.shop_table tr td {
      padding: 0;
    }
    .woocommerce .woocommerce-cart-form table.shop_table tr td.cart-coupon {
      padding: 10px 0;
      background: 0 0;
    }
    .woocommerce .woocommerce-cart-form table.shop_table tr td.cart-coupon:before,
    .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td:before {
      content: none;
    }
    .woocommerce .woocommerce-cart-form table.shop_table tr td.actions {
      padding-inline-start: 0;
      padding-inline-end: 0;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr
      td.actions
      .continue_shopping {
      margin-bottom: 10px;
      text-align: center;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr
      td.actions
      .update_cart {
      margin-inline-start: 0 !important;
    }
    .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item {
      display: grid;
      grid-template-areas: "image info price remove" "image qty price remove";
      grid-template-columns: auto 1fr repeat(2, auto);
      align-items: center;
      padding: 20px 0;
      position: relative;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item:nth-child(2n)
      td {
      background: 0 0;
    }
    .woocommerce .woocommerce-cart-form table.shop_table tr.cart_item td {
      padding: 0 10px !important;
      text-align: inherit !important;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item
      td:first-child {
      padding-inline-start: 0 !important;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item
      td:last-child {
      padding-inline-end: 0 !important;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item
      td.product-img {
      grid-area: image;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item
      td.product-img
      img {
      margin: 0;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item
      td.product-name {
      padding-inline-start: 0;
      grid-area: info;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item
      td.product-quantity {
      grid-area: qty;
      margin-top: 10px;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item
      td.product-quantity
      div.quantity {
      margin: 0 !important;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item
      td.product-price {
      display: none;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item
      td.product-subtotal {
      grid-area: price;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.cart_item
      td.product-remove {
      padding: 0;
      background: 0 0;
      grid-area: remove;
    }
    .woocommerce
      .woocommerce-cart-form
      table.shop_table
      tr.shipping
      .ui-selectmenu-button,
    .woocommerce .woocommerce-cart-form table.shop_table tr.shipping th {
      width: 100%;
    }
    .woocommerce .woocommerce-cart-form table.shop_table tr.shipping th {
      display: block;
    }
    .woocommerce .woocommerce-cart-form .cart-collaterals table.shop_table td,
    .woocommerce .woocommerce-cart-form .cart-collaterals table.shop_table th {
      padding: 10px;
    }
  }
  @media screen and (min-width: 480px) {
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      tbody
      .product-total
      .product-total,
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      tfoot
      td:last-child {
      text-align: end;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce form.woocommerce-checkout h3#ship-to-different-address {
      font-size: clamp(22px, 3vw, 36px);
    }
  }
  @media screen and (max-width: 768px) {
    .woocommerce .woocommerce-form-coupon-toggle {
      margin-bottom: 35px;
    }
    .woocommerce form.woocommerce-checkout h3 {
      margin-top: 0;
      font-size: clamp(22px, 6vw, 36px);
    }
    .woocommerce form.woocommerce-checkout h3#ship-to-different-address {
      margin-top: 1em;
    }
  }
  @media screen and (max-width: 479px) {
    .woocommerce form.woocommerce-checkout h3.order_review_heading {
      padding-bottom: 15px;
    }
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      tr {
      display: flex;
      flex-direction: column;
      padding: 10px 0;
    }
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      tbody
      td,
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      tfoot
      .cart-subtotal
      td,
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      tfoot
      .cart-subtotal
      th,
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      tfoot
      .order-total
      td,
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      tfoot
      .order-total
      th {
      border: 0;
    }
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      tfoot
      .cart-subtotal
      td,
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      tfoot
      .order-total
      td,
    .woocommerce
      form.woocommerce-checkout
      table.woocommerce-checkout-review-order-table
      + h3.order_review_heading {
      padding-top: 0;
    }
  }
  @media screen and (max-width: 991px) {
    .ld-shop-topbar {
      padding-bottom: 10px;
    }
    .ld-shop-topbar .row > div {
      margin-bottom: 10px;
      flex-grow: 1;
    }
    .ld-shop-topbar .row > div:nth-child(4n) .d-flex,
    .ld-shop-topbar .row > div:nth-child(4n) .nav-trigger {
      justify-content: flex-end;
    }
    .has-sidebar .ld-shop-topbar,
    .ld-shop-topbar {
      padding-top: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .ld-shop-topbar .row {
      justify-content: space-between;
    }
    .ld-shop-topbar .row > div {
      width: 33.3333333333%;
    }
    .ld-shop-topbar .row > div:nth-child(2n) .d-flex {
      justify-content: center;
    }
    .ld-shop-topbar .row > div:nth-child(3n) .d-flex,
    .ld-shop-topbar .row > div:nth-child(3n) .nav-trigger {
      justify-content: flex-end;
    }
    .ld-shop-topbar .row > div:nth-child(2n + 1) .woocommerce-result-count {
      display: none !important;
    }
    .ld-shop-topbar .row > div:nth-child(3n + 1) .d-flex,
    .ld-shop-topbar .row > div:nth-child(3n + 1) .nav-trigger {
      justify-content: flex-start;
    }
    .liquid-wc-product-search {
      width: 720px;
    }
  }
  @media screen and (max-width: 479px) {
    .ld-shop-topbar .woocommerce-result-count {
      display: none !important;
    }
    .ld-shop-topbar .lqd-shop-topbar-breadcrumb,
    .ld-shop-topbar .lqd-shop-topbar-view-count,
    .ld-shop-topbar .lqd-shop-topbar-view-toggle {
      display: none;
    }
    .ld-shop-topbar .row > div {
      width: 50%;
    }
    .ld-shop-topbar .row > div:nth-child(2n) .d-flex,
    .ld-shop-topbar .row > div:nth-child(2n) .nav-trigger {
      justify-content: flex-end;
    }
    .ld-shop-topbar .row > div:nth-child(2n + 1) .d-flex,
    .ld-shop-topbar .row > div:nth-child(2n + 1) .nav-trigger {
      justify-content: flex-start;
    }
    .ld-shop-topbar .row div.lqd-shop-topbar-ajax-filter .nav-trigger {
      justify-content: flex-start;
    }
    .ld-shop-topbar .row div.lqd-shop-topbar-result-count .d-flex {
      justify-content: flex-end;
    }
    .liquid-wc-product-search {
      width: 370px;
    }
  }
  @media screen and (max-width: 768px) {
    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message {
      padding: 3em 1em 1em;
      align-items: center;
      flex-direction: column;
      text-align: center;
    }
    .woocommerce .woocommerce-error:before,
    .woocommerce .woocommerce-info:before,
    .woocommerce .woocommerce-message:before {
      top: 1em;
      left: 50%;
      transform: translateX(-50%);
    }
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button {
      margin-top: 1em;
      margin-inline-start: 0;
    }
    .woocommerce .lqd-woo-added-msg {
      padding: 1em;
    }
    .woocommerce .lqd-woo-added-msg:before {
      top: auto;
      left: auto;
      transform: none;
    }
    .woocommerce .lqd-woo-added-msg:after {
      content: none;
    }
  }
  @media screen and (min-width: 992px) {
    .lqd-woo-steps-inner {
      flex-flow: row wrap;
    }
    .lqd-woo-steps-item {
      flex-basis: 33.3333333333%;
    }
  }
  @media screen and (max-width: 1199px) {
    .lqd-woo-steps-inner {
      padding: 0;
      text-align: center;
    }
    .lqd-woo-steps-item {
      width: 100%;
      padding-inline-start: 20px;
      padding-inline-end: 20px;
      justify-content: center;
    }
  }
  @media screen and (max-width: 768px) {
    .lqd-woo-steps {
      border: 0;
    }
    .lqd-woo-steps-inner {
      flex-direction: row;
      align-items: flex-start;
    }
    .lqd-woo-steps-item {
      flex-direction: column;
      padding: 0 10px;
      font-size: 13px;
    }
    .lqd-woo-steps-item svg {
      display: none;
    }
    .lqd-woo-steps-item:last-of-type .lqd-woo-steps-number:after {
      content: none;
    }
    .lqd-woo-steps-number {
      width: 33px;
      height: 33px;
      margin: 0 0 14px;
      font-size: 12px;
    }
    .lqd-woo-steps-number:after {
      content: "";
      display: inline-block;
      height: 1px;
      position: absolute;
      top: 16px;
      left: calc(50% + 16px);
      right: calc(-50% + 16px);
      z-index: -1;
      background-color: #e0e0e0;
    }
  }
  @media screen and (min-width: 768px) {
    #yith-quick-view-modal .ld-product-images,
    #yith-quick-view-modal .summary {
      position: relative;
    }
    #yith-quick-view-modal .summary-content {
      position: relative;
      z-index: 2;
    }
  }
  @media screen and (max-width: 991px) {
    #yith-quick-view-modal .yith-wcqv-wrapper {
      width: 96%;
    }
    #yith-quick-view-modal div.images {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    #yith-quick-view-modal .yith-wcqv-wrapper {
      height: 97vh;
    }
    #yith-quick-view-modal .yith-wcqv-main {
      overflow-y: auto !important;
    }
    #yith-quick-view-modal #yith-quick-view-content,
    #yith-quick-view-modal .ld-product-images,
    #yith-quick-view-modal .woocommerce-product-gallery,
    #yith-quick-view-modal div.summary {
      height: auto !important;
    }
    #yith-quick-view-modal
      div.product
      .ld-product-images
      .woocommerce-product-gallery__trigger {
      display: none;
    }
    #yith-quick-view-modal
      div.product
      .ld-product-images
      .woocommerce-product-gallery__image,
    #yith-quick-view-modal
      div.product
      .ld-product-images
      .woocommerce-product-gallery__image
      a,
    #yith-quick-view-modal
      div.product
      .ld-product-images
      .woocommerce-product-gallery__image
      img {
      width: 100%;
    }
    #yith-quick-view-modal div.product .ld-product-images,
    #yith-quick-view-modal div.product div.summary {
      width: 100% !important;
      position: relative;
      top: auto;
      left: auto;
    }
    #yith-quick-view-modal div.product div.summary {
      padding-inline-start: 15px;
      padding-inline-end: 15px;
      margin-inline-start: 0;
      background-color: #fff;
    }
  }
  @media (min-width: 992px) {
    .liquid-wc-product-search {
      min-width: 500px;
    }
  }
  @media (max-width: 767px) {
  .liquid-wc-product-search {
    width: 680px;
}
  }
  @media (max-width: 479px) {
    .liquid-wc-product-search input[type="search"] {
      padding-inline-start: 1em;
      padding-inline-end: 1em;
    }
    .liquid-wc-product-search .ui-selectmenu-button.ui-button {
      max-width: 115px;
    }
    .liquid-wc-product-search {
      width: 380px;
  }
  }
  @media (max-width: 375px) {
    .liquid-wc-product-search {
        width: 340px;
    }
}
  @media screen and (min-width: 992px) {
    .woocommerce-account:not(.logged-in) > .container > .woocommerce {
      width: 50%;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 479px) {
    .lqd-prods-carousel .flickity-viewport {
      overflow: visible;
    }
    .lqd-prods-carousel ul.products[class*="columns-"] li.product {
      margin-bottom: 30px;
    }
    .lqd-prods-carousel ul.products[class*="columns-"] li.product .ld-sp {
      margin-bottom: 0;
    }
  }
  