.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: 60px;
}
.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;
}
