:root {
    --asian-red: #c31437;
    --asian-variety-red: #d42127;
    --asian-dark-red: #5e0519;
    --asian-yellow: #f7bd1e;
    --asian-light-gray: #eaeaea;
    --asian-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .2);
    --asian-transition: all 0.25s ease-out;
    --asian-border-radius: 4px;
    --asian-dark-blue: #212529;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
input {
    &:focus {
        outline: none;
        box-shadow: none;
    }
}
#lc-header {
    color: #fff;
    a {
        color: #fff;
        text-decoration: none;
    }
    .custom-product-menu {
        a {
            color: #000;
        }
    }
}
.bg-red {
    background-color: var(--asian-red);
}
a {
    &.stretched-link {
        text-decoration: none;
        color: #000;
    }
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
    left: auto;
    top: 0;
    right: 0;
}
.wc-block-mini-cart {
    align-content: center;
    .wc-block-mini-cart__button {
        padding: 0;
    }
    .wc-block-mini-cart__icon {
        display: none;
    }
    .wc-block-mini-cart__quantity-badge:before {
        font-family: bootstrap-icons, serif !important;
        content: "\F179";
        display: inline-block;
        font-size: 25px;
        position: relative;
        top: -3px;
    }
    .wc-block-mini-cart__badge {
        background-color: #fff;
        color: var(--asian-red)
    }
}
.account {
    i {
        font-size: 25px;
        &.bi-search {
            font-size: 23px;
        }
    }
    .yith-wcwl-items-count {
        position: relative;
        .yith-wcwl-icon {
            align-items: center;
            border-radius: 1em;
            box-sizing: border-box;
            display: flex;
            font-size: .875em;
            font-weight: 600;
            height: 1.4285714286em;
            justify-content: center;
            left: 100%;
            margin-left: -44%;
            min-width: 1.4285714286em;
            padding: 0 .25em;
            position: absolute;
            transform: translateY(-50%);
            white-space: nowrap;
            z-index: 1;
            top: 0;
            background-color: #fff;
            color: var(--asian-red)
        }
    }
}
.picostrap-out-of-stock-link {
    background: #999 !important;
    border-color: #999 !important;
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex !important;
}
#searchform {
    input {
        border: none;
        &::placeholder {
            font-weight: 600;
        }
        &:focus {
            box-shadow: none;
        }
    }
}
.navbar-toggler {
    border-color: #fff;
    color: #fff;
    i {
        font-size: 25px;
    }
    &:focus {
        box-shadow: none;
    }
}
.woocommerce {
    a.button:not(.alt), #respond input#submit:not(.alt) {
        background-color: var(--asian-red);
        color: #fff;
        border: none;
        display: flex;
        align-content: center;
        justify-content: center;
        &:hover {
            background-color: var(--asian-red);
        }
    }
    a {
        color: var(--asian-red);
    }
    ul.products {
        li.product {
            border: 1px solid var(--asian-light-gray);
            border-radius: var(--asian-border-radius);
            padding: 10px;
            bdi {
                color: #000;
                font-size: 20px;
            }
            h2 {
                &.woocommerce-loop-product__title {
                    color: #000;
                    font-size: 18px;
                    display: -webkit-box;
                    height: 75px;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }
            }
            &:hover {
                transition: var(--asian-transition);
                box-shadow: var(--asian-box-shadow);
            }
            a.add_to_cart_button {
                background-color: var(--asian-red);
                color: #fff;
                border: none;
                display: flex;
                align-content: center;
                justify-content: center;
                &:before {
                    content: "\F179";
                    font-family: bootstrap-icons, serif;
                    margin-right: 10px;
                }
            }
            a.added_to_cart {
                display: none;
            }
        }
    }
    .widget_price_filter {
        .ui-slider {
            .ui-slider-range {
                background-color: var(--asian-red);
            }
            .ui-slider-handle {
                background-color: var(--asian-dark-red);
            }
        }
    }
    button.button:not(.alt){
        background-color: #fff;
        border-color: #000;
        color: #000;
        &:hover {
            background-color: #fff;
            border-color: #000;
            color: #000 !important;
        }
    }
    div.product {
        .identifier-reviews.d-flex {
            padding-top: 4px;
        }
        margin-top: 40px;
        bdi {
            color: var(--asian-variety-red);
            font-size: 40px;
            font-weight: 600;
        }
        .price-per-kg {
            bdi {
                color: #767676;
                font-size: 16px;
                font-weight: 400;
            }
        }
        .product-identifiers {
            display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 23px; padding: 10px 0; border-bottom: 1px solid #eee;
            .id-codes {
                color: #666; font-size: 12px; text-transform: uppercase;
            }
            .id-codes-soft {
                color: #666; font-size: 12px;
            }
            .identifier-reviews {
                .woocommerce-review-link {
                    .star-rating {
                        float: unset;
                        display: inline-block;
                        &:before {
                            color: var(--bs-warning);
                        }
                    }
                    &:after{
                        content: '('attr(data-review-count)')';
                        float: right;
                        display: inline-block;
                        font-weight: 400;
                        font-size: 12px;
                        margin-left: 5px;
                    }
                }
            }
        }
        .custom-delivery-info {
            margin-top: 32px;
            padding: 20px;
            border-radius: 10px;
            border: 2px solid var(--asian-variety-red);
            .custom-delivery-title {
                display: flex;
                align-items: center;
                margin-bottom: 15px;
                padding-bottom: 12px;
                border-bottom: 2px solid rgba(255,255,255,0.5);
                .subtitle {
                    font-size: 16px;
                    font-weight: 700;
                    color: var(--asian-dark-blue);
                }
            }
            .custom-delivery-boxes {
                display: flex;
                align-items: start;
                font-size: 14px;
                color: var(--asian-dark-blue);
                .icons {
                    color: #27ae60;
                    font-size: 18px;
                    margin-right: 10px;
                    min-width: 20px;
                }
            }
        }
        .woocommerce-tabs ul.tabs {
            margin-bottom: 40px;
            li {
                background-color: #ececec;
                border-color: #b3b3b3;
                a {
                    font-weight: 600;
                }
                &.active {
                    color: var(--asian-variety-red);
                }
            }
        }
        form.cart {
            .button {
                background-color: var(--asian-red);
                color: #fff;
                border: none;
                &:before {
                    content: "\F179";
                    font-family: bootstrap-icons, serif;
                    margin-right: 10px;
                }
            }
        }
    }
    .summary {
        a {
            color: #000;
            text-decoration: none;
        }
    }
}
.wc-block-components-drawer__content {
    a {
        color: #000;
        text-decoration: none;
        &.wp-block-woocommerce-mini-cart-shopping-button-block {
            color: #fff;
        }
    }
    .wc-block-mini-cart__footer-actions {
        a {
            border-radius: var(--asian-border-radius);
            border: 1px solid #000;
            &.wc-block-mini-cart__footer-checkout {
                background-color: var(--asian-red);
                border-color: var(--asian-red);
                color: #fff;
            }
            &:focus {
                box-shadow: none;
                outline: none;
            }
        }
    }
}
.wc-block-cart {
    a {
        color: #000;
        text-decoration: none;
    }
    .wc-block-cart__submit-button {
        background-color: var(--asian-red);
        border-color: var(--asian-red);
        border-radius: var(--asian-border-radius);
        color: #fff;

    }
}
.wc-block-components-checkout-place-order-button,.wc-block-components-totals-coupon__button {
    background-color: var(--asian-red);
    border: 1px solid var(--asian-red);
    color: #fff;
    box-shadow: none;
    border-radius: var(--asian-border-radius);
}
.wp-block-button__link {
    color: #fff;
    border-radius: var(--asian-border-radius);
    background-color: var(--asian-red);
    &:focus {
        box-shadow: none !important;
        border: none;
    }
}
/* custom menu start */
.custom-desktop-menu {
    width: 200px;
}
.desktop-toggle {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    cursor: pointer;
    background: var(--asian-dark-red);
    color: #fff;
    padding: 5px 15px;
    display: flex;
    span {
        color: #fff;
    }
}
.custom-product-menu {
    width: 320px;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    padding: 0 0 0 4px;
    margin: 0;
    position: absolute;
    background: #fff;
    z-index: 40;
}
.custom-product-menu a,
.custom-product-menu a:link,
.custom-product-menu a:visited,
.custom-product-menu a:focus
{
    color: #000;
    text-decoration: none;
}

.custom-product-menu a:hover {
    color: #cb232e;
    text-decoration: none;
}

.custom-product-menu>li {
    display: block;
    text-align: center;
    margin-left: -4px;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
}

.custom-product-menu>li>a {
    padding: 10px 18px;
    display: block;
}


.custom-product-menu>li:hover {
    background-color: #fff;
}
.cotizo-desktop-menu {
    width: 200px;
}
.woocommerce-info {
    border-top-color: var(--asian-red);
    &:before {
        content: "";
        color: var(--asian-red);
    }
}
/* Megadrop width dropdown */
.header-menu-item.text-start > a::after {
    content: '\F285';
    font-family: bootstrap-icons, serif !important;
    position: absolute;
    right: 10px;
}
.custom-product-menu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0;
    left: 330px;
    width: 400px;
    min-height: 100%;
    text-align: left;
    margin-top: 30px;
    padding: 0;
    z-index: 99;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15) !important
}
.custom-product-menu>li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    align-content: baseline;
}

.custom-product-menu .col {
    width: 14.1%;
    float: left;
    color: white;
    margin: 0 0 0 2.2%;
}

.custom-product-menu .col ul {
    padding: 0;
    margin: 0;
}

.custom-product-menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 11px;
}

.custom-product-menu .col h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    margin: 5px 0 5px 0;
    background: #eee;
}

.custom-product-menu .col ul li a {
    display: block;
    padding: 0 0 15px 0;
    color: #227087;
}

.custom-product-menu .col ul li a:hover {
    color: #111;
    text-decoration: underline;
}

.custom-product-menu>li>ul li ul,
.custom-product-menu li>ul li,
.custom-product-menu>li>.megadrop,
.custom-product-menu>li>ul,
.custom-product-menu>li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.megadropitem {
    padding: 5px;
    align-self: start;
}

.megadropitem a {
    border-radius: 4px;
    border: 1px solid #ebeeee;
    display: block;
    padding: 10px;
}

.megadropitem a:hover {
    border-color: var(--asian-red);
}

.megadropitem a img {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: auto;
    padding-top: 10px;
}
.video-banner {
    position: relative;
    video {
        width: 100%;
    }
    .video-caption {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 200;
        top: 20%;
        h2 {
            font-size: 60px;
            color: #fff;
        }
    }
}
.anpc-footer {
    img {
        width: 150px;
    }
}
.page-link.active, .active > .page-link {
    background-color: var(--asian-red);
    border-color: var(--asian-red);
}
.page-link:hover,.page-link {
    color: var(--asian-red);
}
.search-results {
    h1 {
        .text-light {
            color: #000 !important;
        }
    }
}
.footer-categories {
    padding: 0;
    li {
        list-style: none;
        a {
            color: #fff;
            text-decoration: none;
        }
    }
}
#store-sidebar {
    #wrapper-main-sidebar-widgets {
        border-radius: var(--asian-border-radius);
    }
    ul {
        padding: 0;
        li {
            list-style: none;
            a {
                color: #000;
                text-decoration: none;
            }
        }
    }
}
/* custom menu end */
.woocommerce .star-rating span:before{
    color: var(--bs-warning);
}
@media(max-width: 991px) {
    html,body {
        overflow-x: hidden;
    }
    #lc-header {
        .navbar {
            padding-bottom: 1px !important;
            .container {
                padding: 0 2px;
            }
            .navbar-toggler {
                padding: 1px 10px;
            }
        }
        .megadrop {
            display: inline;
        }
        .custom-product-menu {
            width: 100%;
            border-bottom: 1px solid var(--asian-dark-red);
            & > li:hover {
                .megadrop {
                    opacity: unset;
                    visibility: hidden;
                }
            }
        }
        .navbar-brand {
            img {
                width: 60px;
            }
        }
        #menu-main-menu {
            .menu-item {
                text-align: end;
            }
        }
    }
    #store-sidebar {
        position: fixed;
        background-color: #fff;
        z-index: 200;
        top: 0;
        height: 100vh;
    }
    .woocommerce {
        .woocommerce-ordering {
            margin: 0;
        }
        ul.products {
            a.add_to_cart_button {
                font-size: 13px;
            }
            li.product {
                h2 {
                    &.woocommerce-loop-product__title {
                        font-size: 16px;
                        height: 66px;
                    }
                }
            }
        }
    }
    #close-filter {
     float: right;
    }
    .closemegadropitem {
        color: #000;
    }
    .custom-product-menu > li > .megadrop.active {
        position: absolute;
        left: 11px;
        z-index: 20;
        top: 0;
        visibility: unset !important;
        width: 100%;
        opacity: unset !important;
        margin-top: 0;
    }
}
