.special-offer-hero-section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    padding: 10% 0px;
}
.special-offer-hero-section h1{
    color: #ffffff;
    max-width: 80%;
    line-height: 1.2em;
}
.showing-search-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.showing-search-icon input{
    padding: 10px 20px;
}
.showing-search-icon button{
    position: absolute;
    right: 1rem;
}
.sort-details{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: #6F8390;
}
ul.pagination {
    justify-content: end;
    flex-wrap: wrap;
}
li.page-item.active .page-link{
    background-color: #0071B8 !important;
    border: 1px soild #0071B8 !important;
    color: #ffffff !important;
    z-index: -1;
}
/* Products style start  */
.product-inner-section{
    background-color: #FFFFFF;
    border: 1px solid #DAEEFF;
    border-radius: 16px;
    box-shadow: 0px 10px 10px 0px #0000000A;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 337px;
    overflow: auto;
}
.upper-image-section{
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.icons-section{
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
.sale-badge-section{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.30000001192092896px;
    text-align: left;
    color: #fff;
    background-color: #FF4747;
    border-radius: 50px;
    padding: 5px 10px;
}
.icons-section img{
    width: 24px;
    height: 24px;
}
.pro-image{
    padding-top: 30px;
    width: 210px !important;
    height: 203px !important;
}
.product-detail-section{
    padding: 0px 10px;
}
.product-title h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #272727;
    margin-top: 1rem;
}
.sku-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro-sku strong{
    font-size: 8px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #272727;
}
.pro-sku p{
    font-size: 8px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #6F8390;
}
.pro-price p{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0071B8;
}
.pro-price span{
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #FF4747;
    text-decoration: line-through;
}
/* Products Slider style end  */
.special-offer-description p{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #53616A;
}
/* Newsletter section start */
.newsletter-right-section{
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 15px !important;
    border-radius: 18px;
}
.newsletter-long-title{
    font-size: 25px !important;
    font-weight: 600;
    line-height: 25px !important;
    text-align: center;
    color: #272727;
}
.newsletter-long-title span{
    color: #0071B8;
}
.newsletter-form input{
    border: 1px solid #0000001A;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 5px 10px;
}
.form-button{
    background-color: #0071B8;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 16px;
    margin-top: 0.5rem;
}
/* Newsletter section end */
/* special set only responsiveness start */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
    /* Newsletter section start */
    .newsletter-right-section{
        padding: 15px !important;
    }
    .newsletter-long-title{
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .form-button{
        padding: 8px 16px !important;
    }
    /* Newsletter section end */
    .special-offer-hero-section h1{
        max-width: 60% !important;
    }
}
@media (min-width: 992px) {
    /* Newsletter section start */
    .newsletter-right-section{
        padding: 45px 15px !important;
    }
    .newsletter-long-title{
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .newsletter-form input{
        padding: 5px 10px !important;
    }
    /* Newsletter section end */
    .special-offer-hero-section h1{
        max-width: 50% !important;
    }
}
