<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default WooCommerce CSS Mutated */
:root {
    --font-montserrat: 'Montserrat', sans-serif;
    --font-open-sans: 'Open Sans', sans-serif;
    /* Colors --------------- */
    --white-color: #fff;
    --black-color: #000;
    --black-color2: #1D1D1D;
    --title-color: #13141A;
    --text-color: #5E5E5E;
    /* Theme Color */
    --primary-color1: #46D993;
}

/* Remove incriment arrow Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*  Remove incriment arrow Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Start shop page css */
.woocommerce .before-shop-loop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: none;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 6px 6px 6px 20px;
    margin: 0;
}

.woocommerce .woocommerce-ordering h6,
.woocommerce-page .woocommerce-ordering h6 {
    margin-bottom: 0;
    line-height: 1;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 500;
}

.woocommerce .woocommerce-ordering .nice-select,
.woocommerce-page .woocommerce-ordering .nice-select {
    background-color: var(--primary-color1);
    display: inline-block;
    float: none;
    height: auto;
    padding: 8px 50px 8px 10px;
    width: auto;
}

.woocommerce .woocommerce-ordering .nice-select,
.woocommerce-page .woocommerce-ordering .nice-select span.current {
    color: var(--title-color);
    font-weight: 600;
    font-size: 13px;
}

.woocommerce .woocommerce-ordering .nice-select .list,
.woocommerce-page .woocommerce-ordering .nice-select .list {
    width: auto;
    max-height: 250px;
    overflow-y: auto;
    right: 0;
    left: auto;
    z-index: 10;
}

/* Product column css  */
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 10px 24px 10px;
    transition: 0.35s;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 2.5em;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    box-shadow: none;
    border-radius: 10px;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    top: 25px;
    right: auto;
    left: 20px;
    margin: -.5em -.5em 0 0;
    font-family: var(--font-open-sans);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--white-color);
    background: #FF5E3A;
    border-radius: 2px;
    display: inline-block;
    padding: 2px 7px;
    min-width: auto;
    min-height: auto;
}

.woocommerce ul.products li.product .button {
    display: block;
    margin-top: -20px;
    float: left;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-open-sans);
    font-weight: 600;
    font-size: 15px;
    color: #13141A;
    white-space: nowrap;
    padding: 12.5px 20px;
    display: inline-flex;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.woocommerce ul.products li.product .button:after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: #0A1019;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce ul.products li.product .button:hover {
    color: #fff;
}

.woocommerce ul.products li.product .button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}


.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    display: block;
    margin-top: -20px;
    float: left;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #13141A;
    font-family: var(--font-open-sans);
    font-weight: 600;
    font-size: 15px;
    color: var(--primary-color1);
    white-space: nowrap;
    padding: 5px 30px;
    display: inline-flex;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.woocommerce .star-rating {
    position: relative;
    font-family: "star";
    float: right;
    overflow: hidden;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 8em;
}

.woocommerce ul.products li.product .star-rating {
    clear: both;
    font-size: 12px;
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
}

.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #DDA701;
    letter-spacing: 3px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    clear: both;
    padding: 0;
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title a {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
}

.woocommerce ul.products li.product .price {
    display: block;
    margin-bottom: 0;
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: var(--title-color);
}

.woocommerce ul.products li.product .price del {
    opacity: .5;
    display: inline-block;
    color: var(--text-color);
    font-size: 80%;
    font-weight: 600;
    margin-left: 5px;
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

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

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

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #eee;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 14px;
    font-weight: 600;
    transition: 0.35s;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: var(--primary-color1);
    color: var(--title-color);
    background-color: var(--primary-color1);
}

.wc-block-components-price-slider {
    margin-bottom: 0;
}

/* End shop page css ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Start Product Details or Single page css */
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 30px;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid rgba(238, 238, 238, 0.93);
    background: #FFF;
    padding: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
    padding: 7px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 1;
    margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    border-color: var(--primary-color1);
}

/* Right site css  */
.woocommerce-review-link {
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 14px;
    font-weight: 600;
    transition: 0.35s;
    line-height: 1;
    padding-left: 8px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 8px;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.woocommerce div.product .woocommerce-product-details__short-description p {
    margin-bottom: 20px;
    color: var(--text-color);
    line-height: 30px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 1;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block;
    color: var(--text-color);
    font-weight: 500;
    font-size: 80%;
    margin-left: 5px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 600;
    display: inline-block;
    text-decoration: navajowhite;
}

.woocommerce div.product form.cart {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #eee;
}

.woocommerce div.product form.cart .button {
    position: relative;
    float: left;
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-open-sans);
    font-weight: 600;
    font-size: 15px;
    color: #13141A;
    height: 40px;
    margin-left: 10px;
    min-width: 140px;
    white-space: nowrap;
    vertical-align: middle;
    transition: 0.5s;
    overflow: hidden;
    z-index: 1;
}

.woocommerce div.product form.cart .button:after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: #0A1019;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce div.product form.cart .button:hover {
    color: #fff;
}

.woocommerce div.product form.cart .button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.woocommerce div.product form.cart div.quantity .minus,
.woocommerce div.product form.cart div.quantity .plus {
    height: 40px;
    width: 40px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #f3f3f3;
    cursor: pointer;
    transition: 0.35s;
}

.woocommerce div.product form.cart div.quantity .minus:hover,
.woocommerce div.product form.cart div.quantity .plus:hover {
    background-color: var(--primary-color1);
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 40px;
    width: 80px;
    border-radius: 5px;
    border: 1px solid rgba(19, 20, 26, 0.16);
    color: #13141A;
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
}

.woocommerce div.product div.summary .product_meta {
    line-height: 1;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.woocommerce div.product div.summary .product_meta&gt;span {
    color: var(--title-color);
    font-weight: 600;
    display: inline-block;
    margin: 15px 0;
    display: block;
}

.woocommerce div.product div.summary .product_meta&gt;span .sku,
.woocommerce div.product div.summary .product_meta&gt;span a {
    line-height: 1;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.woocommerce div.product div.summary .share {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.woocommerce div.product div.summary .share span {
    color: var(--title-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
}

.woocommerce div.product div.summary .share .social-icons {
    line-height: 1;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    gap: 10px;
    margin-left: 5px;
}

.woocommerce div.product div.summary .share .social-icons li a {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #EEE;
    transition: 0.35s;
    color: var(--primary-color1);
    transition: 0.35s;
}

.woocommerce div.product div.summary .share .social-icons li a:hover {
    color: #000;
    background-color: var(--primary-color1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {

    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
    padding: 0 30px;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    padding-left: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    text-decoration: none;
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    line-height: 1;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -32px;
    height: 14px;
    width: 14px;
    background-color: var(--white-color);
    transform: rotate(45deg) translateX(-50%);
    border: 1px solid #13141A;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(19, 20, 26);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(19, 20, 26);
    border-right: none;
    border-bottom: none;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid #13141A;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    margin: 0 0 2em;
    padding: 0;
    color: var(--text-color);
    line-height: 30px;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist .comment_container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: none;
    position: static;
    padding: 0;
    border: none;
    margin: 0;
    box-shadow: none;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    margin: 0 0 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: none;
    margin-bottom: 10px;
    font-size: 12px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    color: var(--title-color);
    font-family: var(--font-open-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}



.woocommerce .woocommerce-Reviews #review_form_wrapper {
    border: 1px solid #eee;
    padding: 50px 40px;
    border-radius: 10px;
}

.woocommerce #review_form #reply-title {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    display: block;
}

.woocommerce #review_form #respond form .row {
    margin: 0;
}

.woocommerce #review_form #respond form label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.woocommerce #review_form #respond form input {
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FBF7FB;
    height: 50px;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
}

.woocommerce #review_form #respond form textarea {
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FBF7FB;
    min-height: 150px;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    outline: none;
}

.woocommerce #review_form #respond form .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0 5px;
}

.woocommerce #review_form #respond form .comment-form-cookies-consent input {
    width: 24px;
}

.woocommerce #review_form #respond form .comment-form-cookies-consent label {
    font-size: 14px;
    line-height: 1.4;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    width: auto;
    min-width: 150px;
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-open-sans);
    font-weight: 600;
    font-size: 15px;
    color: #13141A;
    padding: 10px 30px;
    white-space: nowrap;
    transition: 0.5s;
}

.woocommerce #review_form #respond .form-submit input:hover {
    color: #fff;
    background-color: #000;
}


.woocommerce div.product .woocommerce-tabs .panel .addithonal-information .table.total-table2 {
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel .addithonal-information .table.total-table2 tr {
    border-width: 1px;
    border-color: #eee;
}

.woocommerce div.product .woocommerce-tabs .panel .addithonal-information .table.total-table2 tbody tr td {
    border-width: 1px;
    border-color: #eee;
    padding: 15px;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
}

.woocommerce div.product .woocommerce-tabs .panel .addithonal-information .table.total-table2 tbody tr td:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    text-align: start;
    line-height: 26px;
}


.woocommerce table.shop_attributes {
    border: 0;
    border-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.woocommerce table.shop_attributes tr {
    border: 1px solid #eee;
}

.woocommerce table.shop_attributes tr th {
    font-weight: 600;
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    text-align: start;
    line-height: 26px;
    width: 25%;
    border-right: 1px solid #eee;
}

.woocommerce table.shop_attributes td {
    padding: 10px;
    border-top: 0;
    border-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    vertical-align: middle;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    margin: 0;
    padding: 0;
    color: var(--text-color);
    line-height: 24px;
}




.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid var(--primary-color1);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-message {
    border-top-color: var(--primary-color1);
}

.woocommerce-message::before {
    content: "\e015";
    color: var(--primary-color1);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px;
    left: auto;
    color: #000;
    background-color: var(--primary-color1);
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: 0.5s;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #000;
    text-decoration: none;
    background-image: none;
    color: var(--primary-color1);
}


.woocommerce div.product form.cart table.woocommerce-grouped-product-list.group_table {
    margin-bottom: 20px;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list.group_table label a {
    display: inline-block;
    clear: none;
    margin-top: 0;
    padding: 0;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.woocommerce div.product form.cart table.variations tr td {
    padding-bottom: 10px;
}

.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation.single_variation {
    margin-bottom: 20px;
}

.woocommerce-grouped-product-list.group_table .quantity {
    display: flex;
    gap: 10px;
    align-items: center;
}

.woocommerce .related.products {
    margin-top: 90px;
}

.woocommerce .related.products li.product {
    margin-bottom: 0;
}

.comment-form-rating {
    margin-bottom: 20px;
}

.woocommerce .related.products h2 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 40px;
}

/* Wishlist css  */

.yith-wcwl-add-button a {
    color: var(--title-color);
    font-weight: 600;
    display: inline-block;
}

.yith-wcwl-wishlistaddedbrowse a {
    color: var(--title-color);
    font-weight: 600;
    display: inline-block;
}

.yith-wcwl-wishlistexistsbrowse a {
    color: var(--title-color);
    font-weight: 600;
    display: inline-block;
}

/* End Product Details or Single page css ++++++++++++++++++++++++++++++++++++++++++++*/


/* Start Cart page css */

.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form {
    padding: 60px 30px;
    background: linear-gradient(1200deg, rgba(19, 176, 101, 0.1) 0%, rgba(54, 159, 255, 0.1) 50%, rgb(250, 248, 251) 100%);
}

.woocommerce table.shop_table,
.woocommerce-checkout-review-order table.shop_table {
    border: none;
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce-checkout-review-order table.shop_table th {
    font-weight: 600;
    padding: 10px 12px;
    line-height: 1.8em;
}

.woocommerce table.shop_table td,
.woocommerce-checkout-review-order table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce table.shop_table td.product-name {
    max-width: 200px;
}

.woocommerce table.shop_table td.product-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.woocommerce table.shop_table td a,
.woocommerce-checkout-review-order table.shop_table td a {
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--title-color);
}

.woocommerce table.shop_table td a.remove,
.woocommerce-checkout-review-order table.shop_table td a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: normal;
    border: 0;
}

.woocommerce table.shop_table td a.remove:hover,
.woocommerce-checkout-review-order table.shop_table td a.remove:hover {
    color: var(--primary-color1) !important;
    background: transparent;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 50px;
    box-shadow: none;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left;
    margin-top: 50px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    border: none;
    padding: 0 10px;
    margin: 0 5px 0 0;
    outline: 0;
    height: 45px;
    width: 230px;
    font-size: 12px;
    text-transform: uppercase;
    box-sizing: border-box;
    line-height: normal;
    border-radius: 5px;
    background: var(--white-color);
    color: var(--text-color);
    font-family: var(--font-open-sans);
}

.woocommerce-cart table.cart td.actions button.button {
    font-size: 14px;
    padding: 0 20px;
    height: 45px;
}









.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%;
    padding: 60px 30px;
    background: linear-gradient(1200deg, rgba(54, 159, 255, 0.1) 50%, rgb(250, 248, 251) 100%, rgba(19, 176, 101, 0.1) 0%);
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 600;
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.woocommerce table.shop_table .quantity .minus,
.woocommerce table.shop_table .quantity .plus {
    height: 40px;
    width: 30px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fff;
    transition: 0.35s;
    vertical-align: bottom;
}

.woocommerce table.shop_table .quantity .minus:hover,
.woocommerce table.shop_table .quantity .plus:hover {
    background-color: var(--primary-color1);
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection--single {
    border: none;
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection--single .select2-selection__rendered {
    color: var(--text-color);
    line-height: 40px;
    font-size: 13px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}



.woocommerce-cart .cart-collaterals .shipping-calculator-form input {
    height: 40px;
    padding: 0 25px;
    border-radius: 4px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .button {
    margin-top: 10px;
    width: 100%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-open-sans);
    font-weight: 600;
    font-size: 15px;
    color: #13141A;
    padding: 15px 30px;
    white-space: nowrap;
    gap: 10px;
    transition: 0.5s;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #000;
}



.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tr {
    border-left: none;
    border-bottom: none;
    border-right: none;
}

table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td,
table.shop_table.woocommerce-checkout-review-order-table tr {
    border-left: none;
    border-bottom: none;
    border-right: none;
}

/* End Cart page css  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* Start checkout page css */
#customer_details {
    padding: 60px 30px;
    background: linear-gradient(1200deg, rgba(19, 176, 101, 0.1) 0%, rgba(54, 159, 255, 0.1) 50%, rgb(250, 248, 251) 100%);
}


.login-and-coupon-area {
    border-radius: 10px;
    background: #F5F3F9;
    padding: 15px 75px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
    z-index: 1;
}

.login-and-coupon-area::before {
    content: "";
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    width: 3px;
    height: 34px;
    background-color: var(--primary-color1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-and-coupon-area::after {
    content: "";
    height: 96.8%;
    width: 99.9%;
    border: 5px solid #fff;
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 10px;
    z-index: -1;
}

.login-and-coupon-area .woocommerce-form-login-toggle,
.login-and-coupon-area .woocommerce-form-coupon-toggle {
    width: calc(50% - 50px);
}

.login-and-coupon-area .woocommerce-form-login-toggle .woocommerce-info,
.login-and-coupon-area .woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 15px;
    font-weight: 600;
}

.login-and-coupon-area .woocommerce-form-login-toggle .woocommerce-info a,
.login-and-coupon-area .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #000;
    font-family: var(--font-open-sans);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-left: 5px;
    transition: 0.35s;
}

.login-and-coupon-area .woocommerce-form-login-toggle .woocommerce-info a:hover,
.login-and-coupon-area .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
    color: var(--primary-color1);
}

.login-and-coupon-area .woocommerce-form-login-toggle .woocommerce-info::before,
.login-and-coupon-area .woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: #1e85be;
    display: none;
}

.login-and-coupon-area .woocommerce-form-coupon-toggle {
    text-align: right;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

/* without login  */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border-radius: 5px;
    background: var(--white-color);
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 13px;
    font-weight: 400;
    height: 48px;
    padding: 10px 20px;
    border: 1px solid #eee;
}

/* with login  */
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border-radius: 5px;
    background: var(--white-color);
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 13px;
    font-weight: 400;
    height: 48px;
    padding: 10px 20px;
}

.woocommerce form .form-row textarea.input-text,
.woocommerce-page form .form-row textarea.input-text {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    border: none;
}

.login-and-coupon-area .woocommerce-form-login-toggle .woocommerce-form-login.login {
    border-radius: 10px;
    border: none;
    padding: 30px;
    background-color: var(--white-color);
}

.login-and-coupon-area .woocommerce-form-login-toggle .woocommerce-form-login.login .form-row {
    float: none;
    width: 100%;
}

.login-and-coupon-area .woocommerce-form-login-toggle .woocommerce-form-login.login .form-row input {
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FBF7FB;
    height: 50px;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    width: 100%;
}

.login-and-coupon-area .woocommerce-form-login-toggle .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

.login-and-coupon-area .woocommerce-form-login-toggle .woocommerce-form-login.login .woocommerce-form-login__rememberme input {
    width: auto;
    height: 16px;
}

.login-and-coupon-area .woocommerce-form-login-toggle .woocommerce-form-login.login button {
    width: 100%;
    padding: 15px 30px;
}

.login-and-coupon-area .woocommerce-form-coupon-toggle .woocommerce-info .checkout_coupon {
    text-align: center;
}

.login-and-coupon-area .woocommerce-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon {
    text-align: center;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 30px;
    width: 100%;
    margin-top: 30px;
    box-shadow: none;
}

.login-and-coupon-area .woocommerce-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon input,
.login-and-coupon-area .woocommerce-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon button {
    width: 100%;
    height: 48px;
}


.woocommerce-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 50px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #00000012;
}

.woocommerce .woocommerce-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon input,
.woocommerce .woocommerce-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon button {
    height: 45px;
    width: 100%;
    border: 1px solid var(--primary-color1);
    color: #000;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 15px;
    font-weight: 600;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: var(--primary-color1);
}



.customer-bill-info .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 4px;
    background: var(--white-color);
    font-family: var(--font-open-sans);
    height: 48px;
    padding: 10px 20px;
}

.customer-bill-info .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text-color);
    line-height: inherit;
    font-size: 13px;
}

.customer-bill-info .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    position: absolute;
    top: 1px;
    right: 20px;
    width: 20px;
}

.customer-bill-info .woocommerce-shipping-fields {
    margin-top: 50px;
}

.customer-bill-info .woocommerce-shipping-fields h3 input {
    display: inline-block;
    vertical-align: bottom;
    height: 40px;
    width: 20px;
}

#order_review {
    width: 100%;
    padding: 60px 30px;
    background: linear-gradient(1200deg, rgba(54, 159, 255, 0.1) 50%, rgb(250, 248, 251) 100%, rgba(19, 176, 101, 0.1) 0%);
}

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
    background: linear-gradient(1200deg, rgba(54, 159, 255, 0.1) 50%, rgb(250, 248, 251) 100%, rgba(19, 176, 101, 0.1) 0%);
}

.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid rgba(54, 159, 255, 0.1);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#shipping_method {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
    background: #fff;
    border-radius: 5px;
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text a {
    color: var(--primary-color1);
    font-weight: 600;
}

.woocommerce-checkout #payment .place-order button {
    color: #000;
    font-size: 16px;
    width: 100%;
    padding: 15px 30px;
    background-color: var(--primary-color1);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-montserrat);
    font-weight: 600;
}

.woocommerce-checkout #payment .place-order button:hover {
    color: #fff;
    background-color: var(--black-color);
}

.woocommerce .woocommerce-customer-details .col2-set {
    padding: 0;
    background: unset;
}

.woocommerce .woocommerce-order ul.order_details {
    padding: 0;
}

.woocommerce .woocommerce-order ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
    margin-top: 5px;
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 0;
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 0;
}

/* End checkout page css ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* Start My Account page css */
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #000;
    background-color: var(--primary-color1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a.active {
    color: #fff;
    background-color: #000;
    border-left: 5px solid var(--primary-color1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: var(--primary-color1);
}

.woocommerce-account .addresses .title .edit {
    float: right;
    color: var(--primary-color1);
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    padding: 5px 20px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%;
    background: rgba(0, 0, 0, 0.03);
    padding: 30px;
}

.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 24px;
    margin-bottom: 25px;
}

.woocommerce-EditAccountForm.edit-account {
    background: rgba(0, 0, 0, 0.03);
    padding: 30px;
}

.woocommerce-EditAccountForm.edit-account .button {
    padding: 15px 30px;
    margin-top: 20px;
    min-width: 200px;
}

/* End My Account page css ++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Woo-Commerce widget css  */

/* Price range  */
.product-sidebar .wc-block-components-price-slider {
    margin-bottom: 0;
}

.product-sidebar .wc-block-components-price-slider__controls {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin: 0;
}

.product-sidebar .wc-block-components-price-slider__range-input-progress {
    background: none;
    height: 10px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--primary-color1);
}

.product-sidebar .wc-block-components-price-slider__range-input-wrapper::before {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
}

.product-sidebar .wc-block-components-price-slider__range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0 !important;
    display: block;
    height: 0;
    left: 0;
    margin: 0;
    outline: none;
    outline: none !important;
    padding: 0 !important;
    pointer-events: none;
    position: relative;
    position: absolute;
    top: 28px;
    width: 100%;
}

.product-sidebar .wc-block-components-price-slider__range-input::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--primary-color1);
    background-position: 0 0;
    border: 5px solid #fff;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20;
}

.product-sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 90px;
    background-color: #fff;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    border: none;
    margin-top: 50px;
}

/* Filter star  */
.product-sidebar .wp-block-woocommerce-rating-filter {
    margin-bottom: 0;
}

.product-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
    font-size: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-radius: 2px;
}

.product-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1em;
    height: 15px;
    margin: 0 1em 0 0;
    min-height: 15px;
    min-width: 15px;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 15px;
}

.product-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 10px;
    margin-left: 0px;
    margin-top: 2px;
    pointer-events: none;
    position: absolute;
    width: 1.125em;
}

.product-sidebar .wc-block-components-product-rating__stars::before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    color: #DDA701 !important;
    font-size: 13px;
}

.product-sidebar .wc-block-components-product-rating__stars span::before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    color: #DDA701 !important;
    font-size: 13px;
}

/* Mini Cart  */

.woocommerce-mini-cart__buttons.buttons {
    margin: 0;
}

.woocommerce-mini-cart__buttons.buttons a {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 15px;
    font-size: 100%;
    cursor: pointer;
    font-weight: 500;
    border-radius: 3px;
    color: #000;
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1);
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: 0.5s;
}

.woocommerce-mini-cart__buttons.buttons a:hover {
    color: var(--black-color);
    border: 1px solid var(--title-color);
    background-color: var(--white-color);
}

.woocommerce-mini-cart__buttons.buttons a:first-child {
    color: var(--white-color);
    border: 1px solid var(--title-color);
    background-color: var(--title-color);
}

.woocommerce-mini-cart__buttons.buttons a:first-child:hover {
    color: var(--black-color);
    border: 1px solid var(--title-color);
    background-color: var(--white-color);
}

/* PopUp Login Register form css  */

.woocommerce-form.woocommerce-form-register.register label,
.woocommerce-form.woocommerce-form-login.login label {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: +5px;
}

.woocommerce-form.woocommerce-form-register.register input,
.woocommerce-form.woocommerce-form-login.login input {
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FBF7FB;
    height: 50px;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    width: 100%;

}

.woocommerce-form.woocommerce-form-register.register button,
.woocommerce-form.woocommerce-form-login.login button {
    width: 100%;
    padding: 15px 20px;
    justify-content: center;
}

.woocommerce-form.woocommerce-form-login.login button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: #0A1019;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce-form.woocommerce-form-login.login button {
    position: relative;
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-open-sans);
    font-weight: 600;
    font-size: 15px;
    color: #13141A;
    white-space: nowrap;
    padding: 15px 20px;
    display: inline-flex;
    transition: 0.5s;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.woocommerce-form.woocommerce-form-login.login button:hover {
    color: var(--white-color);
}

.woocommerce-form.woocommerce-form-login.login button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.woocommerce-form.woocommerce-form-register.register a,
.woocommerce-form.woocommerce-form-login.login a {
    color: var(--primary-color1);
    font-weight: 600;
    text-transform: capitalize;
}

.woocommerce-form.woocommerce-form-login.login #rememberme {
    width: auto;
    display: inline-block;
    height: auto;
    margin-bottom: 15px;
}

.woocommerce-form.woocommerce-form-register.register input::placeholder,
.woocommerce-form.woocommerce-form-login.login input::placeholder {
    color: rgba(#13141A, .5);
}

.woocommerce-form.woocommerce-form-register.register:focus,
.woocommerce-form.woocommerce-form-login.login:focus {
    border: 1px solid #46D993;
    background: #FFF;
}

.dashboard {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    color: #000;
    font-family: var(--font-open-sans);
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #DDA701;
}

.yith-wcwl-icon.fa.fa-heart-o::before {
    content: "\f004";
}


/* Product auction css  */

.quantity.buttons_added .qty {
    min-width: 130px;
}

.wsawl-link a {
    color: var(--title-color);
    font-weight: 600;
    display: inline-block;
}

.buy-now.cart .quantity {
    display: none;
}

.countdown_section {
    border-radius: 5px;
    border: 1px solid rgba(238, 238, 238, 0.4);
    background: #FAF8FB;
    color: var(--title-color);
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 5px;
    padding: 10px;
}


.countdown_show1 .countdown_section {
    width: 98%;
}

.countdown_show2 .countdown_section {
    width: calc(48% - 10px) !important;
}

.countdown_show3 .countdown_section {
    width: calc(32.5% - 10px) !important;
}

.countdown_show4 .countdown_section {
    width: calc(24.5% - 10px) !important;
}

.countdown_show5 .countdown_section {
    width: calc(19.5% - 10px) !important;
}

.countdown_show6 .countdown_section {
    width: calc(16.25% - 10px) !important;
}

.countdown_show7 .countdown_section {
    width: 14%;
    width: calc(14% - 10px) !important;
}


.wp-block-search .wp-block-search__input {
    background: #ffffff;
}

.product-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border: 1px solid rgba(70, 217, 147, 0.4);
    outline: none;
    margin-top: 3px;
}

.product-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: var(--primary-color1);
    border-color: var(--primary-color1);
}

.product-sidebar .wc-block-rating-filter .wc-block-components-product-rating {
    line-height: 1;
}

.product-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 10px;
    margin-left: 0px;
    margin-top: 4px;
    pointer-events: none;
    position: absolute;
    width: 1.125em;
}

.product-sidebar .wp-block-woocommerce-rating-filter .wc-block-rating-filter__actions .wc-block-components-filter-reset-button {
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
}

.product-sidebar .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    height: 40px;
    margin-top: 50px;
    padding-left: 15px;
}

.product-type-auction .auction-bage {
    background: unset;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--primary-color1);
    padding: 9px;
    display: flex;
    border-radius: 3px;

}

.product-type-auction .auction-bage::after {
    content: url(../img/auction-big.png);
    display: flex;
    align-items: center;
    justify-content: center;

}

.product-type-auction span.winning {
    min-height: unset;
    min-width: unset;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: unset;
    top: 10px;
    left: 10px;
    margin: 0;
    -moz-border-radius: 20px;
    border-radius: 4px;
    background: #a2c094;
    background: -webkit-gradient(linear, left top, left bottom, from(#a2c094), to(#85ad74));
    background: -webkit-linear-gradient(#a2c094, #85ad74);
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    margin: 0;
    padding: 0;
    color: var(--title-color);
    line-height: 24px;
}

.woocommerce-Tabs-panel .description ul {
    margin: 0;
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 30px;
}

.woocommerce-Tabs-panel .description ul li {
    margin-bottom: 5px;
}

.woocommerce-Tabs-panel .description ul li::marker {
    font-family: var(--font-montserrat);
    font-size: 16px;
    color: var(--title-color);
    font-weight: 600;
}

.woocommerce-Tabs-panel .auction-history-table {
    margin-bottom: 0;
}

.woocommerce-Tabs-panel .auction-history-table tbody tr {
    border-width: 1px;
    border-color: #eee;
}

.woocommerce-Tabs-panel .auction-history-table tbody tr td {
    border-width: 1px;
    border-color: #eee;
    padding: 15px;
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .woocommerce-Tabs-panel .auction-history-table tbody tr td {
        padding: 10px;
    }
}

.woocommerce-Tabs-panel .auction-history-table tbody tr td:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    text-align: start;
    line-height: 26px;
}

@media (min-width: 992px) {
    .woocommerce-Tabs-panel .auction-history-table tbody tr td:nth-child(1) {
        width: 25%;
    }
}

.woocommerce .summary.entry-summary .auction-ajax-change .auction-condition {
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.woocommerce .summary.entry-summary .auction-ajax-change .auction-condition span {
    font-weight: 400;
    color: var(--text-color);
}

.woocommerce .summary.entry-summary .auction-ajax-change .auction-time {
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.woocommerce .summary.entry-summary .auction-ajax-change .auction-time .countdown_row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce .summary.entry-summary .auction-ajax-change .auction-time .countdown_row .countdown_section {
    line-height: 1.4;
}

.woocommerce .summary.entry-summary .auction-ajax-change .auction-time .countdown_row .countdown_section .countdown_amount {
    font-weight: 700;
}

.woocommerce .summary.entry-summary .auction-ajax-change .reserve {
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.woocommerce .summary.entry-summary .auction_form .quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce .summary.entry-summary .auction_form .quantity .plus,
.woocommerce .summary.entry-summary .auction_form .quantity .minus {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 5px;
    border: 1px solid #F6F4Fa;
    background-color: #F6F4Fa;
    cursor: pointer;
    transition: 0.35s;
    color: var(--title-color);
}

.woocommerce .summary.entry-summary .auction_form .quantity .plus:hover,
.woocommerce .summary.entry-summary .auction_form .quantity .minus:hover {
    color: var(--white-color);
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 34px;
    width: 65px;
    border-radius: 5px;
    border: 1px solid rgba(19, 20, 26, 0.16);
    color: #13141A;
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
}

.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .plus,
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .minus {
    height: 34px;
    width: 34px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #fff;
    transition: 0.35s;
    vertical-align: bottom;
    color: var(--title-color);
}

.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .plus i::before,
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .minus i::before {
    font-weight: 800 !important;
}

.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .plus:hover,
.woocommerce .woocommerce-cart-form__cart-item .product-quantity .quantity .minus:hover {
    color: var(--white-color);
}

/*+++++++++++++ Start Responsive css */

/* Extra Large device  */
@media only screen and (min-width:1400px) {}

/* Large device  */
@media only screen and (min-width:1400px) and (max-width: 1599px) {}

/* Laptop device  */
@media only screen and (min-width:1200px) and (max-width: 1399px) {

    .woocommerce .quantity {
        display: flex;
    }
}

/* mediaum device  */
@media only screen and (min-width:992px) and (max-width: 1199px) {}

/* Tablet device  */
@media only screen and (min-width:768px) and (max-width: 991px) {}

/* Small device  */
@media only screen and (min-width:576px) and (max-width: 767px) {

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: block;
        border: none;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
        border: none;
        margin: 0;
        padding: 0;
    }

    .woocommerce-info a.woocommerce-Button.button {
        display: inline-block;
        float: none;
        margin-top: 10px;
    }
}

/* Extra Small device  */
@media only screen and (min-width:375px) and (max-width: 575px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }

    .woocommerce table.shop_table td.product-name {
        max-width: 100%;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: none;
        margin-top: 20px;
    }

    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        float: none;
        padding: 0 10px;
        margin: 0 5px 20px 0;
        font-size: 12px;
        width: 100%;
    }

    .woocommerce-cart table.cart td.actions button.button {
        font-size: 12px;
        padding: 0 10px;
        height: 45px;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: block;
        border: none;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
        border: none;
        margin: 0;
        padding: 0;
    }

    .woocommerce-info a.woocommerce-Button.button {
        display: inline-block;
        float: none;
        margin-top: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }
}

/* End Responsive css +++++++++++++++++++++++++++*/</pre></body></html>