.delivery-item {
    input {
        &:checked {
            + label {
                .delivery-indicator {
                    
                &:before {
                    opacity: 1;
                }
                }
            }
        }
    }
}
.thumbsProductSwiper {
    height: 65px;
}
.mainProductSwiper  {
    max-height: 582px;
}

.article-description {
    ul {
        li {
            display: inline-flex;
            align-items: center;
            &:before {
                content: "";
                margin-right: 4px;
                padding-bottom: 2px;
                width: 5px;
                height: 5px;
                background: #000;
                border-radius: 50%;
            }
        }
    }
}
.thumbsProductSwiper .swiper-slide:hover, .thumbsProductSwiper .swiper-slide.swiper-slide-thumb-active {
    border: none !important;
}
.thumbsProductSwiper .swiper-slide:hover, .thumbsProductSwiper .swiper-slide{
    display: flex;
    justify-content: center;
    min-height: 65px;
    div {
        width: 65px;
        height: 65px;
        min-height: 65px;
    }

}

.thumbsProductSwiper .swiper-slide:hover, .thumbsProductSwiper .swiper-slide.swiper-slide-thumb-active div {
    border: 1px solid #92c1e9;
}

.blog-item{
    .img {
        overflow: hidden;
        img{
            
            height: 270px;
            width: 100%;
            object-fit: cover;
        }
    }
}

.single-article-image {
    max-height: 60vh;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.description.decor:before {
    background-image: url(../images/decor.svg) !important;
}

.check-list li:before {
    background-image: url(../images/check.svg) !important;
}

.main-header{
    z-index: 99;
}

.breadcrumbs {
    li:not(:last-child){
    flex-shrink: 0;
    }
    align-items: flex-start !important;
}

@media (min-width: 1024px) {
    .main-header {

        .logo {
            margin-right: 20px;
        }

        .control-box {
            margin-left: 40px;
        }
    }
    .nav-wrap {
        ul {
            li {
                > a, span {
                    font-size: 14px;
                }
                &:not(:last-child) {
                    flex-shrink: 1;
                }
            }
        }
    }
}

@media (min-width: 1280px) {
    .main-header {

        .logo {
            margin-right: 40px;
        }

        .control-box {
            margin-left: 40px;
        }

    }

    .nav-wrap {
        ul {
            li {
                > a, span {
                    font-size: 16px;
                }
                &:not(:last-child) {
                    flex-shrink: 1;
                }
            }
        }
    }
}
.features-section{
    padding-top: 25px;
}
.image-card {
padding-top: 100%;
}

.categoriesSwiper{
    img{
        max-height: 80%;
    }   
}

.checkout-title-box{
    p{
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 0;
    }
    margin-bottom: 25px;
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 95px;
}
@media (min-width:1024px) {
    #products-menu-dropdown{
        position:absolute;
        top: calc(100% - 33px);
    }
}

.description-section .text-content {
    overflow: hidden;
    transition: height 0.35s ease;
}

.main-footer{
    .nav-list{
        li{
            text-align: left;
        }
    }
    .contact-list{
        
    }
}
#confirm-order-wrapper {
    display: inline-flex;
    cursor: pointer;
    &:hover .sim-check {
        border-color: #555;
    }
    input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    .sim-check {
        width: 12px;
        height: 12px;
        border: 1px solid #ADADAD;
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        transition: all 0.2s ease;
    }
    input[type="checkbox"]:checked + .sim-check {
        background-color: #FF680A;
    }
    input[type="checkbox"]:checked + .sim-check::after {
        content: "";
        position: absolute;
        left: 2px;
        top:  0px;
        width: 5px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }
}

.productcard-bonus {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    
    border-radius: 20px;
    padding: 6px 12px;
    
    font-size: 12px;
    line-height: 1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* Equivalient to shadow-sm */
}
.product-thumbnail-bonus {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 50;

    padding: 8px 16px;
    border-radius: 20px;

    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    
    pointer-events: none; /* Allows clicking through to the image/slider */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* Shadow-md */
}

.payment {
    input {
        &[type='radio'] {
            position:relative;
            &:before {
                content: "";
                border: 1px solid #d1d5dc;
                width: 16px;
                height: 16px;
                box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
                --tw-ring-color: var(--color-gray-300);
                border-radius: 50%;
                justify-content: center;
                align-items: center;
                display: inline-flex;
                position: absolute;
                z-index: 2;
                left:50%;
                top:50%;
                transform: translate(-50%, -50%);
                background: #fff;

            }
            &:after {
                background-color: var(--color-blue-500);
                opacity: 0;
                width: 10px;
                height: 10px;
                transition-property: opacity;
                transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
                transition-duration: var(--tw-duration, var(--default-transition-duration));
                --tw-duration: .2s;
                --tw-content: "";
                content: "";
                border-radius: 50%;
                transition-duration: .2s;
                left:50%;
                top:50%;
                transform: translate(-50%, -50%);
                display: block;
                position: absolute;
                z-index: 5;
            }
            &:checked {
                &:after {
                    opacity: 1;
                }
            }
        }
    }
}