/* Best Sellers Section */
.best-sellers-parent h2{
    margin: 0 0 29px 0;
    color: #295A57;
    text-align: center;
}
.best-sellers-data{
    padding: 0 26px;
    position: relative;
}
.best-sellers-image{
    position: relative;
}
.featured-block{
    width: 111px;
    padding: 8.5px 3px;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 11;
    text-align: center;
    border-radius: 1.95px;
    background: linear-gradient(90deg,rgba(191, 174, 168, 1) 0%, rgba(189, 171, 165, 1) 36%, rgba(182, 164, 157, 1) 52%, rgba(172, 151, 144, 1) 75%, rgba(156, 134, 125, 1) 93%, rgba(145, 120, 111, 1) 100%);
}
.featured-block p{
    color: #fff;
    margin: 0 0 3px 0;
    text-transform: uppercase;
    font-size: 7.77px;
    line-height: 10px;
    letter-spacing: 1px;
    font-weight: normal;
}
.featured-block img{
    height: 21px;
    object-fit: contain;
    margin: 0 auto;
}
.best-sellers-image .best-sellers-img{
    width: 100%;
    max-width: 262px;
    height: 328px;
    object-fit: contain;
    margin: 0 auto;
}
.best-sellers-text h3{
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 0.5px;
    margin: 60px 0 13px 0;
    color: #014D55;
}
.best-sellers-text p{
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    margin: 0 0 15px 0;
    color: #014D55;
}
.best-sellers-text h5{
    color: #91786F;
    font-size: 15px;
    line-height: 21px;
    font-family: 'DIN Next LT Pro';
    font-weight: normal;
    margin: 0 0 35px 0;
}
.best-sellers-text ul{
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
    display: flex;
}
.best-sellers-text ul li{
    margin: 0 5px 0 0 ;
    display: inline-block;
}
.best-sellers-text .btn-primary{
    width: 100%;
    padding: 15px 10px 12px 10px;
    min-width: 100%;
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 5.5px;
    background: linear-gradient(90deg,rgba(1, 77, 85, 1) 0%, rgba(37, 99, 104, 1) 50%, rgba(1, 77, 85, 1) 100%);
    border-color: #014D55;
}
.best-sellers-text .btn-primary:hover{
    background: linear-gradient(90deg,rgba(37, 99, 104, 1) 0%, rgba(1, 77, 85, 1) 50%, rgba(1, 77, 85, 1) 100%);
    border-color: #014D55;
}
.best-sellers-text .border-btn{
    background: #fff;
    border-color: #014D55;
    color: #014D55;
    margin-top: 9px;
}
.best-sellers-text .border-btn:hover,
.best-sellers-text .border-btn:focus{
    border-color: #014D55;
    color: #fff;
    background: #014D55!important;
}

.best-sellers-button-prev,
.best-sellers-button-next{
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 45px;
}
.best-sellers-button-next{
    left: auto;
    right: -10px;
}




/* Responsive */
@media screen and (max-width: 1550px) {

}
@media screen and (max-width: 1299px) {


    .routine-section{
        padding: 70px 0;
    }
}

@media screen and (max-width: 1199px) {

    .best-sellers-image .best-sellers-img{
        max-width: 210px;
        height: 240px;
    }
}


@media screen and (max-width: 991px) {

    .best-sellers-button-prev, .best-sellers-button-next{
        width: 30px;
    }
    .best-sellers-text h3{
        line-height: normal;
    }
    .best-sellers-text ul{
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {

    .routine-section{
        padding: 50px 0;
    }
}
@media (min-width:576px) and (max-width:767px) {}