
.pl-40{
    padding-left: 40px;
}

.pr-0{
    padding-right: 0;
}

/* Homepage Brand */
.bc-pill{
    min-height: 113px;
}

.bc-pill.has-label{
    display: block;
}

.bc-label{
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 0.5rem;
}
.fw-semi-600{
    font-weight: 600!important;
}

.p-3.has-label{
    padding: 0.7rem!important;
}

/* Products Card */

.text-truncate-2l{
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ws-inherit{
    white-space: inherit!important;
}

.cta-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 403px;
    border-radius: 16px;
    margin-top: 36px;
    margin-bottom: 36px;

}

.banner-text{
    padding: 60px 0 60px 60px;
}

.banner-text h3{
    width: 47%;
    font-weight: 900!important;
}

.banner-text p{
    width: 54%;
    font-size: 22px;
    font-weight: 600!important;
    line-height: 30px;
}

@media screen and (max-width: 1200px) {
    .banner-text p{
        font-size: 18px;
        line-height: 24.5px;
    }
}

@media screen and (max-width: 992px) {
    .banner-text{
        padding: 60px;
        text-align: center;
    }
    .banner-text h3,
    .banner-text p{
        width: 100%;
    }
}


.sub-categories-box .nav{
    padding: 0 16px 16px;
}

.sub-categories-box a.rounded{
    min-height: 117px;
    border-radius: 0.5rem 0.5rem 0 0!important;
}

.contact-section{
    background: url("../img/home/contact-bg.jpg") left center no-repeat;
    background-size: cover;
}

.btn-contact-phone{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #4E5562;
    background: #fff;
    padding: 18px 24px;
    border-radius: 50px;
}

.bc-content-with-icon{
    display: flex;
    align-items: center;
}

.bc-content-with-icon i{
    font-size: 36px;
    color: #181D25;
    margin-right: 22px;
}

.btn-contact-phone > i{
    font-size: 24px;
}

.bc-content-with-icon p{
    margin-bottom: 0;
    font-size: 18px;
}

.bc-content-with-icon p span{
    display: block;
    font-weight: 400;
    color: #4E5562;
}

@media screen and (max-width:991px) {
    #home-contact-submit{
        margin-bottom: 30px;
    }
}

/* product detail */

.bns{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.brand img{
    width: 60px;
}
.bns span,
.bns p{
    color: #181D25;
    font-size: .875rem;
}

.price-exl-tax{
    display: block;
    font-size: 16px;
    color: #9CA3AF;
    font-weight: 400;
}

.features i {
    margin-right: 4px;
}

.features .verified svg{
    margin-left: 4px;
}

.product-long-description{
    position: relative;
    padding: 30px;
    margin-top:60px;
}

#pd-readmore-toggle{
    background: #fff;
    border-color: #e0e5eb;
    position: absolute;
    left: 50%;
    bottom: -15px;
    --cz-btn-size: 1.8rem;
}

#pd-readmore-toggle:hover{
    background: #222934;
    color: #fff;
    border-color: #222934;
}

.pig-thumbs:has(> .swiper-thumb:only-child) {
    display: none;
}

.product-detail-page #contact{
    width: 60%;
}

@media only screen and (max-width: 540px) {
    .product-detail-page .pl-40{
        padding-left: calc(var(--cz-gutter-x)*.5);
    }
    .product-detail-page .pr-0{
        padding-right: calc(var(--cz-gutter-x)*.5);
    }

    .product-detail-page .price-exl-tax{
        font-size: 13px;
    }

    .product-detail-page #stock-availability{
        font-size: 12px!important;
    }

    .product-detail-page #contact{
        width: 100%;
    }
}
