/*-----------------------------------
General Shop Styles
-----------------------------------*/
.woocommerce #main {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: var(--e-global-color-primary);
}

.woocommerce-error::before {
    content: "\e016";
}

.woocommerce-message::before {
    content: "\e015";
}

.woocommerce-error {
    border-top-color: #b81c23;
}

.woocommerce-error::before {
    color: #b81c23;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    float: right;
    padding: 0.5em 1em;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
}

.woocommerce-notices-wrapper,
.woocommerce-message {
    outline: none !important;
}

.woocommerce-error a {
    color: var(--e-global-color-text);
    text-decoration: none;
    margin-bottom: 1em;
    display: inline-block;
}

.woocommerce-error a:hover {
    color: var(--e-global-color-text);
    text-decoration: underline;
}



.woocommerce-breadcrumb a {
    color: var(--e-global-color-e117629);
}

@font-face {
    font-family: 'star';
    src: url('fonts/star.eot');
    src: url('fonts/star.eot?#iefix') format('embedded-opentype'),
        url('fonts/star.woff') format('woff'),
        url('fonts/star.ttf') format('truetype'),
        url('fonts/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal;
}

.star-rating::before,
.star-rating span::before {
    font-family: 'star';
}


.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star';
}

.star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    color: var(--e-global-color-primary);
}


/* Hide default text */
.woocommerce .star-rating span strong {
    display: none;
}


/*-----------------------------------
Shop/Archive Pages
-----------------------------------*/
.shop-container {
    display: flex;
    gap: 30px;
    width: 100%;
}

.woocommerce-sidebar {
    flex: 0 0 250px;
}

.woocommerce-products-area {
    flex: 1;
}

@media (max-width: 768px) {
    .shop-container {
        flex-direction: column;
    }

    .woocommerce-sidebar {
        flex: 0 0 auto;
    }
}

.woocommerce .orderby {
    position: relative;
    top: -15px;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin: 2em 0;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid var(--e-global-color-ccbd08f);
    margin: 0 2px;
    display: inline-block;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--e-global-color-primary);
    color: white;
    padding: .5em 1em;
    display: block;
}

.woocommerce nav.woocommerce-pagination ul li a {
    padding: .5em 1em;
    display: block;
    color: var(--e-global-color-text);
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--e-global-color-primary);
    color: white;
}


.woocommerce ul.products li.product .price>.amount>bdi,
.woocommerce ul.products li.product .price>bdi,
.woocommerce ul.products li.product .price ins bdi {
    font-size: 1.2em;
    font-weight: 500;
}

.woocommerce ul.products li.product .price {
    color: var(--e-global-color-text);
}

.woocommerce ul.products li.product .price del {
    text-decoration-line: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: currentColor;
    font-size: 1em;
}

/* Remove underline from new price */
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}



.woocommerce .short-archive-description {
    color: var(--e-global-color-text);
    font-size: .8em;
}

.woocommerce-page button.button.add_to_cart_button {
    display: block;
    margin-top: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 0;
}


@media only screen and (max-width: 768px) {
    .woocommerce .woocommerce-ordering {
        float: none;
    }

    .woocommerce-result-count {
        padding-bottom: 10px;
    }
}

/* Product Grid Layout */
.woocommerce .products {
    padding-inline-start: 0;
    list-style: none;
}

.woocommerce ul.products li.product .onsale {
    position: absolute;
    background: var(--e-global-color-primary);
    color: white;
    padding: 4px;
    font-size: 0.8em;
    top: 5px;
    left: 5px;
}

.woocommerce ul.products li.product h2 {
    font-size: 1.3em;
}

@media only screen and (max-width: 400px) {

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

/*-----------------------------------
Single Product Page
-----------------------------------*/

/*On Sale*/
.woocommerce.single-product span.onsale {
    background: var(--e-global-color-primary);
    color: white;
    padding: 4px;
    position: relative;
    top: 2px;
    float: right;
}


/*Product tabs*/
.woocommerce div.product .woocommerce-tabs {
    padding-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid var(--e-global-color-ccbd08f);
    overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 500;
    color: var(--e-global-color-text);
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--e-global-color-primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: white;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 20px 0;
    padding: 20px 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-of-type {
    margin-top: 0;
}

@media (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.woocommerce div.product .woocommerce-product-attributes p {
    margin-bottom: 0;
}


/*Product rating tab*/

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

.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 70px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    width: 50px;
    height: auto;
    margin-right: 20px;
    border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: var(--e-global-color-text);
    font-size: 0.9em;
    margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .description p {
    margin: 0;
}

.woocommerce #review_form #respond .stars {
    margin: 0;
    padding: 0;
}

.woocommerce #review_form #respond .stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #d3ced2;
    margin-right: -3px;
}

.woocommerce #review_form #respond .stars a::before {
    font-family: 'star';
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '\73';
}

.woocommerce #review_form #respond .stars a:hover::before,
.woocommerce #review_form #respond .stars a:hover~a::before {
    content: '\53';
    color: var(--e-global-color-primary);
}

.woocommerce #review_form #respond .stars.selected a::before {
    content: '\53';
    color: var(--e-global-color-primary);
}

.woocommerce #review_form #respond .stars span:hover a::before {
    content: '\53';
    color: var(--e-global-color-primary);
}

.woocommerce #review_form #respond .stars a:hover~a::before {
    content: '\73';
    color: #d3ced2;
}

.woocommerce #review_form #respond .stars a:hover~a::before,
.woocommerce #review_form #respond .stars.selected a.active~a::before {
    content: '\73';
    color: #d3ced2;
}

.woocommerce #review_form #respond .stars.selected a.active::before {
    content: '\53';
    color: var(--e-global-color-primary);
}

.woocommerce #review_form #reply-title {
    font-weight: bold;
}

.woocommerce #review_form #respond {
    margin-top: 40px;
}

.woocommerce #review_form #respond .comment-form-comment {
    margin-bottom: 0px;
}

/*Variations and Grouped Products Tables*/
.woocommerce table.variations,
.woocommerce table.woocommerce-grouped-product-list {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce table.variations td,
.woocommerce table.variations th,
.woocommerce table.woocommerce-grouped-product-list td,
.woocommerce table.woocommerce-grouped-product-list th {
    padding: 8px;
    vertical-align: middle;
}

.woocommerce table.variations select,
.woocommerce table.woocommerce-grouped-product-list select {
    width: 100%;
    max-width: 100%;
}

.woocommerce table.variations label,
.woocommerce table.woocommerce-grouped-product-list label {
    font-weight: bold;
}

.woocommerce div.product form.cart.variations_form,
.woocommerce div.product form.cart.grouped_form {
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce div.product form.cart .variations select,
.woocommerce div.product form.cart .grouped_form select {
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .single_variation_wrap,
.woocommerce div.product form.cart .grouped_form_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

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

.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 10px;
    align-items: center;
}

.woocommerce .reset_variations[style*="visibility: hidden"] {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
}


/* Image gallery carousel */
.woocommerce div.product div.images .flex-control-nav {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 0;
    margin: 0;
    margin-bottom: 20px;
}

.woocommerce div.product div.images .flex-control-nav::-webkit-scrollbar {
    height: 8px;
}

.woocommerce div.product div.images .flex-control-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.woocommerce div.product div.images .flex-control-nav::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    border-radius: 4px;
}

.woocommerce div.product div.images .flex-control-nav li {
    list-style: none;
    flex: 0 0 auto;
    width: 100px;
}

.woocommerce div.product div.images .flex-control-nav li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* Related Products */
.woocommerce section.related.products {
    margin-top: 40px;
}

/* Quantity Input */
.woocommerce div.product input.qty {
    width: 80px;
}

/* Product Meta */
.woocommerce div.product .product_meta>span {
    display: block;
    font-weight: bold;
}

.woocommerce div.product .product_meta {
    font-size: .8em;
}

/* Hide Review Link */
.woocommerce-review-link {
    display: none;
}

/* Single Product Price */
.woocommerce.single-product .woocommerce-breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce.single-product .summary p.price,
.woocommerce.single-product .summary span.price {
    font-size: 1.8em;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Single Product Stars */
.woocommerce.single-product div.product .woocommerce-product-rating {
    margin-top: -10px;
}

.woocommerce div.product form.cart {
    display: flex;
    gap: 10px;
    align-items: center;
}

.woocommerce .qty {
    margin-bottom: 5px;
}

.woocommerce .product_meta {
    margin-top: 15px;
}

.woocommerce a.added_to_cart {
    display: block;
}


/*-----------------------------------
Cart Page
-----------------------------------*/
/* Cart Table */
.woocommerce .shop_table .quantity input {
    width: 80px;
}

.woocommerce .shop_table #coupon_code {
    margin: 0px;
    padding: 7px 10px;
    width: 52% !important;
}

/* Coupon Field */
@media (min-width: 769px) {
    .woocommerce .shop_table #coupon_code {
        width: 160px !important;
    }
}


/* Product Thumbnails */
.woocommerce .shop_table .product-thumbnail {
    padding: 5px;
    padding-bottom: 0px;
}

.woocommerce-cart table.cart img {
    width: 75px;
}

.woocommerce a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    border-radius: 100%;
    color: var(--e-global-color-text);
    text-decoration: none;
    font-weight: 700;
    border: 0;
    margin: 0 auto;
}

.woocommerce table.cart td.product-name a {
    text-decoration: none;
    font-size: 1.3em;
    color: var(--e-global-color-text);
}

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

.woocommerce table.cart td.actions,
.woocommerce table.cart td.product-subtotal,
.woocommerce table.cart td.product-thumbnail,
.woocommerce table.cart td.product-price,
.woocommerce table.cart td.product-quantity {
    text-align: center;
}

@media (min-width: 769px) {

    .woocommerce table.cart td.product-thumbnail,
    .woocommerce table.cart td.product-remove {
        width: 85px;
    }
}

@media (max-width: 768px) {

    .woocommerce table.shop_table_responsive,
    .woocommerce table.shop_table_responsive tbody,
    .woocommerce table.shop_table_responsive tr,
    .woocommerce table.shop_table_responsive td {
        display: block;
        border: none;
    }

    .woocommerce table.shop_table_responsive tr {
        border: 1px solid var(--e-global-color-ccbd08f);
        margin-bottom: 15px;
    }

    .woocommerce table.shop_table_responsive tr td {
        border-bottom: 1px solid var(--e-global-color-ccbd08f);
        padding: 10px;
    }

    .woocommerce table.shop_table_responsive tr td:last-child {
        border-bottom: none;
    }
}


.woocommerce-cart .cart_totals p {
    margin-bottom: 0;
}

.woocommerce-cart .cart_totals .checkout-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--e-global-color-primary);
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.woocommerce-cart .cart_totals .checkout-button:hover {
    background-color: var(--e-global-color-accent);
}


.woocommerce a.remove:hover {
    color: #fff !important;
    background: var(--e-global-color-primary);
}

.woocommerce .cross-sells a {
    text-decoration: none;
}

.woocommerce-cart table.cart {
    margin-bottom: 40px;
}


/*-----------------------------------
Checkout Page
-----------------------------------*/
/* Select2 Dropdown Styling */
.select2-container--default .select2-selection--single {
    padding: 5px;
    height: 40px;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    padding-left: 0;
}

/* Checkout Payment Styles */
.woocommerce-checkout #payment {
    background-color: #f8f8f8;
    border: 1px solid var(--e-global-color-ccbd08f);
    padding: 20px;
    margin-top: 20px;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: white;
    border: 1px solid var(--e-global-color-ccbd08f);
    padding: 15px;
    margin: 10px 0;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding: 10px 0;
    border-bottom: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
    border-bottom: none;
}

.woocommerce-checkout #payment ul.payment_methods li input[type=radio] {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    display: inline;
    margin-left: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.2em;
}

.woocommerce-checkout #payment div.form-row {
    padding: 15px 0 0;
    margin: 0;
}

.woocommerce-shipping-methods {
    list-style: none;
    padding-left: 0;
}

.woocommerce-shipping-methods li {
    padding: 10px 0;
    border-bottom: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce-shipping-methods li:last-child {
    border-bottom: none;
}

.woocommerce-shipping-methods li input {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.woocommerce-shipping-methods li label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.2em;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    vertical-align: middle;
}


#place_order {
    width: 100%;
    padding: 15px;
    font-size: 1.1em;
}

.woocommerce-privacy-policy-text p {
    font-size: 0.9em;
    margin-bottom: 15px;
}

/*-----------------------------------
Order recieved screen
-----------------------------------*/

.woocommerce-order-received .woocommerce-order {
    margin-top: 30px;
}

.woocommerce-order-received .woocommerce-notice {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce-order-received ul.woocommerce-order-overview {
    list-style: none;
    padding: 20px;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #f8f8f8;
    border: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce-order-received ul.woocommerce-order-overview li {
    flex: 1 1 200px;
    margin: 0;
    padding: 10px;
    border-right: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce-order-received ul.woocommerce-order-overview li:last-child {
    border-right: none;
}

.woocommerce-order-received ul.woocommerce-order-overview li strong {
    display: block;
    font-size: 1.2em;
    margin-top: 5px;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
    margin-top: 40px;
}

.woocommerce-order-received .woocommerce-table {
    margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce-table th,
.woocommerce-order-received .woocommerce-table td {
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

.woocommerce-order-received .woocommerce-table tfoot tr:last-child {
    font-weight: bold;
}

.woocommerce-order-received address {
    padding: 20px;
    border: 1px solid var(--e-global-color-ccbd08f);
    background: #f8f8f8;
}

@media (max-width: 768px) {
    .woocommerce-order-received ul.woocommerce-order-overview li {
        border-right: none;
        border-bottom: 1px solid var(--e-global-color-ccbd08f);
    }

    .woocommerce-order-received ul.woocommerce-order-overview li:last-child {
        border-bottom: none;
    }
}

.woocommerce-order-received .woocommerce-table td.product-name a {
    text-decoration: none;
    font-size: 1.3em;
    color: var(--e-global-color-text);
}


/*-----------------------------------
My Account Page
-----------------------------------*/
.woocommerce-account .woocommerce-table td.product-name a {
    text-decoration: none;
    font-size: 1.3em;
    color: var(--e-global-color-text);
}

.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    min-width: 300px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: var(--e-global-color-text);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--e-global-color-primary);
    color: white;
}

.woocommerce-MyAccount-navigation ul li:not(.is-active) a:hover {
    background-color: #f8f8f8;
}

.woocommerce-MyAccount-content {
    padding: 20px;
    border: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce-MyAccount-content p:first-child {
    margin-top: 0;
}

.woocommerce-MyAccount-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        flex: 0 0 100%;
    }
}

.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce-EditAccountForm.edit-account legend {
    padding: 0 10px;
    font-weight: bold;
}

.woocommerce-orders-table td,
.woocommerce-orders-table th,
.order_details td,
.order_details th {
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

.woocommerce-form-login,
.woocommerce-form-register {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid var(--e-global-color-ccbd08f);
}

.woocommerce-form-login p:first-child,
.woocommerce-form-register p:first-child {
    margin-top: 0;
}

.woocommerce-form-login .woocommerce-form-row,
.woocommerce-form-register .woocommerce-form-row {
    margin-bottom: 15px;
}

.woocommerce-form-login .password-input,
.woocommerce-form-register .password-input {
    width: 100%;
}

.woocommerce-form-login .show-password-input,
.woocommerce-form-register .show-password-input {
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    margin-bottom: 15px;
}

.woocommerce-form-login .lost_password {
    margin-top: 15px;
    display: block;
}

/*Menu Cart icon*/

.wc-custom-cart-count {
    position: absolute;
    top: 5px;
    right: 0px;
    background: var(--e-global-color-primary);
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (min-width: 1025px) {
    .wc-custom-cart-text {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {

    .wc-custom-cart-menu-item .fa-shopping-cart,
    .wc-custom-cart-menu-item .wc-custom-cart-count {
        display: none;
    }
}

/*Menu Search icon*/
.wc-custom-search-menu-item {
    position: relative;
}

@media only screen and (min-width: 1025px) {
    .wc-custom-search-text {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .wc-custom-search-menu-item .fa-search {
        display: none;
    }
}

/* Search Menu Item */
.wc-custom-search-menu-item {
    position: relative;
}

/* Search Popup */
.search-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

/* Search Form Container */
.search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    display: flex;
    gap: 10px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
    from {
        transform: translate(-50%, -70%);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

/* Search Input */
.search-field {
    flex: 1;
    padding: 15px 20px !important;
    font-size: 1.1em;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 2px solid var(--e-global-color-ccbd08f);
    border-radius: 6px;
    transition: border-color 0.3s ease;
}

.search-field:focus {
    outline: none;
    border-color: var(--e-global-color-primary);
}

/* Search Button */
.search-submit {
    padding: 15px 25px;
    background: var(--e-global-color-primary);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
}

.search-submit:hover {
    background: var(--e-global-color-accent);
}

/* Responsive */
@media (max-width: 768px) {
    .search-form {
        width: 90%;
        padding: 15px;
    }

    .search-field {
        padding: 12px 15px;
        font-size: 1em;
    }

    .search-submit {
        padding: 12px 20px;
    }
}

/* Sidebar Widgets */
.woocommerce-sidebar {
    padding-top: 67px;
}

.woocommerce-sidebar .widget {
    margin-bottom: 30px;
    background: #fff;
}

.woocommerce-sidebar .widget_block h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
}

/* Search Widget */
.woocommerce-sidebar .wp-block-search__inside-wrapper {
    display: flex;
    gap: 10px;
}

.woocommerce-sidebar .wp-block-search__input {
    flex: 1;
    margin: 0 !important;
}

.woocommerce-sidebar .wp-block-search__button {
    display: none;
}

/* Price Filter Widget */

.woocommerce-sidebar .wc-block-components-price-slider__amount {
    width: 100%;
    padding: 8px;
    margin: 5px 0 0;
    border-color: var(--e-global-color-ccbd08f) !important;
}

.woocommerce-sidebar .wc-block-components-price-slider__actions {
    margin-top: 15px;
    text-align: right;
}

/* Categories Widget */
.woocommerce-sidebar .wc-block-product-categories-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-sidebar .wc-block-product-categories-list-item {
    padding: 8px 0;
    border-bottom: 1px solid var(--e-global-color-ccbd08f);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-sidebar .wc-block-product-categories-list-item:last-child {
    border-bottom: none;
}

.woocommerce-sidebar .wc-block-product-categories-list-item a {
    text-decoration: none;
    color: var(--e-global-color-text);
}

.woocommerce-sidebar .wc-block-product-categories-list-item a:hover {
    color: var(--e-global-color-primary);
}

.woocommerce-sidebar .wc-block-product-categories-list-item-count {
    background: var(--e-global-color-ccbd08f);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.9em;
}

.woocommerce-sidebar .wc-block-components-filter-reset-button {
    padding: 5px 10px;
}

.woocommerce-sidebar .wc-block-price-filter__range-input-wrapper {
    height: 20px;
    position: relative;
    margin: 0 10px;
}

.woocommerce-sidebar .wc-block-price-filter__range-input-progress {
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.woocommerce-sidebar .wc-block-price-filter__range-input {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    margin: 0;
}

.woocommerce-sidebar .wc-block-price-filter__range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: var(--e-global-color-primary);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -7px;
}

.woocommerce-sidebar .wc-block-price-filter__range-input::-webkit-slider-runnable-track {
    height: 2px;
    cursor: pointer;
    background: transparent;
}

.woocommerce-sidebar .wc-block-price-filter__range-input--min {
    z-index: 21;
}

.woocommerce-sidebar .wc-block-price-filter__range-input--max {
    z-index: 20;
}

.woocommerce-sidebar .wc-block-price-filter__range-input-progress {
    background: var(--e-global-color-primary);
}

.woocommerce-sidebar .wc-block-components-price-slider__range-input-wrapper:before {
    background: none;
}

.wc-block-components-price-slider__label {
    display: none;
}