html body {
    background-color: #f1f2f4;
    color: #333;
    font-family: Lato, sans-serif, SiyamRupali;
    font-size: 14px;
    font-weight: 400;
    margin: 0 !important;
    padding-top: 0 !important;
    text-rendering: optimizeLegibility;
}

/*   header start  */

.head_active{
    color: #0a58ca;
    border: 1px solid #89c4f4;
    border-bottom: 2px solid #fff;
}

.main_header{
    background-color: rgb(255, 255, 255);
    backface-visibility: hidden;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.top_header{
    display: flex;
    justify-content: space-between;
}

.bar{
    height: 17px;
    width: 3px;
    margin-top: 10px;
    background-color: #afb0b1;
}

.search-bar{
    background-color: #ffffff;
    min-width: 535px;
    max-width: 535px;
    border-radius: 50px;
    height: 40px;
    padding-left: 20px;
}





.search-results{
    background-color: white;
}
.search-results li{
    list-style: none;
    text-decoration: none;
}
.dropdown-book-wrapper{
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding: 8px 15px;
    text-decoration: none;
    color: #0a0e14;
}

.dropdown-book-info {
    margin-left: 10px;
    margin-top: 10px;
    width: 45%;
}
.dropdown-book-info .title {
    width: 90%;
    font-size: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-book-info .author {
    color: #848484;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_btn{
    position: relative;
    width: 280px;
    display: flex;
    background-color: #e7e4e4;
    border-radius: 50px;
    outline: 0;
    cursor: pointer;
    height: 35px;
    margin-left: 3px;
}

.two_btn a{
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 22px;
    color: #333;
    text-decoration: none;
}

.search-box{
    display: flex;
    align-items: center;
    padding-right: 1rem;
    width: 100%;
    border: 1px solid #008ecc;
    border-radius: 50px;
}

.search-box input{
    padding: 1rem;
    width: 100%;
    font-weight: 500;
    border: 0;
    outline: 0;
    height: 40px;
}
.icon{
    font-size: 20px;
    color: #008ecc;
    cursor: pointer;
}


.top_header_right{
    display: flex;
    align-items: center;
    margin-right: 30px;
    text-decoration: none;
}

.top_header_right div a{
    text-decoration: none;
    padding-inline: 25px;
    color: #333;
    font-size: 17px;
}

/*header end */

/* category start */
.category{
    background-color: white;
    margin-top: 72px;
    padding-top: 15px;
}

.category ul li a{
    color: #333;
}

/* category end */




/* sub_category start */


.sub_category{
    background-color: white;
    border-bottom: 1px solid #89c4f4;
}

.nav-links li a{
    color: #333;
}

.nav-links li a:hover{
    color: #008ecc;
}

.navs .wrapper{
    position: relative;
    max-width: 1250px;
    padding: 0 30px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.nav-links li:hover .mega_box {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.mega_box{
    position: absolute;
    top: 38px;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.mega_box .content{
    background-color: white;
    padding: 15px 65px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.row .mega_links li a{
    padding: 6px 0px;
    color: #333;
    display: block;
    text-decoration: none;
}

.row .mega_links li a:hover{
    color: #0d6efd;
}

/* sub_category end */


/* superstore_slider */
.title{
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 110px;
    padding-left: 10px;
}

.superstore_slider a{
    text-decoration: none;
}


.superstore_slider .image_content{
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #f5f5f5;
}

.superstore_slider .image_content img{
    height: 110px;
    padding: 16px 28px;
}

.superstore_slider .text {
    background-color: white;
}
.superstore_slider .text p{
    margin-top: 10px;
}

 /* End superstore_slider */

/* book-fair-leaderboard */

.book-fair-leaderboard-new {
    background: linear-gradient(151.57deg, rgba(255, 235, 172, .6) 31.36%, #fff7dd 81.5%);
    border-radius: 10px;
    margin: 20px 0;
    padding: 0 20px 20px;
}

.book-fair-leaderboard-new__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../image/leaderboard.svg");
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 230px 1fr;
    height: 140px;
}

.book-fair-leaderboard-new__head img {
    width: 200px;
}
.book-fair-leaderboard-new__head p {
    font-size: 15px;
    font-family: Lato, sans-serif, SiyamRupali;
    color: #333;
}

.book-fair-leaderboard-new_item .card{
    background-color: #96addb;
    margin-right: 16px;
    padding: 0 5px 5px;
    border-radius: 10px;
    position: relative;
}

.book-fair-leaderboard-new_item .card .item-logo img{
    height: 26px;
    max-width: 100%;
    border-style: none;
    margin-top: 10px;
}



.book-fair-leaderboard-new_item .btn_search {
    border: 1px solid #cfcbcb;
    text-align: center;
    background-color: #c8dafe;
    border-radius: 20px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    width: 90%;
    margin-left: 20px;
}
.book-fair-leaderboard-new_item .btn_search a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding-inline: 20px;
}


/* select search */

.select_box select{
    width: 90%;
    border-radius: 20px;
    padding: 10px 26px 9px 27px;
    margin-left: 20px;
    margin-top: 10px;
    background-color: transparent;
    border: .5px solid #fff;
    color: #fff;
}
.custom-select:focus{
    border: .5px solid #fff;
    outline: 1px solid #fff;
}

.select_box option{
    color: black;
}

/* end select search */

/* scroll bar tab-content */

.tab-content{
    border-radius: 0 0 3px 3px;
    height: 267px;
    overflow-y: auto;
    padding: 2px 10px;
    scrollbar-width: auto;
}

.tab-content::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

.tab-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tab-content::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 10px;
}

.tab-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tab-pane {
    background-color: transparent;
    padding: 20px;
}

.item-info {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.item-info:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.index {
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
    color: #f4c542;
}

.item-img {
    width: 44px;
    height: 65px;
    margin-right: 10px;
    border-radius: 4px;
}

.item-desc {
    flex: 1;
}

 .book_tab_title {
    font-size: 13px;
    font-weight: bold;
    text-align: start;
    margin: 0;
}

.subtitle {
    font-size: 12px;
    color: #9c9c9c;
    margin: 0;
}

.item-desc .rating-section {
    display: flex;
    align-items: center;
}

.item-desc .rating-section .icon {
    color: #ffcc00;
    margin-right: 2px;
    font-size: 13px;
}

.text-secondary {
    font-size: 12px;
    color: #777;
}

.ml-auto {
    margin-left: auto;
}

.ion-minus-round {
    font-size: 24px;
}

/* end scroll bar  tab-content */

.item-card__footer{
    border-radius: 0 0 3px 3px;
    padding: 0px 20px 10px;
    text-align: center;
}
.item-card__footer a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.item-card__footer img{
    display: inline;
    margin-left: 221px;
    margin-top: -18px;
}

/* End book-fair-leaderboard */

 /* recently_sold_products_slider */
.recently_sold_products_slider .card{
    border: .5px solid #fff;
}
.recently_sold_products_slider .card:focus{
    border: .5px solid #fff;
    outline: 1px solid #fff;
}

.book-list-wrapper {
    display: block;
    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    height: fit-content;
    padding: 30px 20px;
    position: relative; /* Ensure relative positioning for the overlay */
    overflow: hidden; /* Hide the overflow of the overlay */
}

.book-list-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: gray; /* Overlay color with opacity */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.book-list-wrapper:hover::before {
    opacity: 1;
}

.book-list-wrapper .image_content,
.book-list-wrapper .text_area,
.book-list-wrapper .home-details-btn-wrapper {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
}

.book-list-wrapper .cart-btn-area {
    z-index: 3; /* Ensure cart button is above everything else */
}

.book-list-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    overflow: hidden;
    padding: 20px 15px 5px;
    position: relative;
}

.book-list-wrapper .image_content .badge-yellow {
    background: url(../image/discount_badge.svg) no-repeat;
    color: #000;
}

.book-list-wrapper .image_content .discount-badge-common {
    height: 46px;
    left: -23px;
    position: absolute;
    top: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
    width: 46px;
}

.book-list-wrapper .image_content .discount-badge-common p {
    font-size: 128%;
    font-weight: 600;
    margin-left: 6px;
    margin-top: 4px;
}

.book-list-wrapper .image_content .cart-btn-area {
    bottom: 0;
    display: none;
    position: absolute;
    text-align: center;
    top: 75px;
}

.book-list-wrapper:hover .cart-btn-area {
    -webkit-animation: pulse .7s;
    animation: pulse .7s;
    display: block;
    z-index: 2850;
}

.cart-btn-area .cart-btn {
    padding: 8px 0;
    width: 110px;
}

.cart-btn-area .cart-btn {
    background-color: #f90;
    background-position: 50%;
    border-radius: 3px;
    /*box-shadow: 0 3px 6px -4px #a2a2a2;*/
    color: #fff !important;
    display: inline-block;
    font-size: 110%;
    font-weight: 700;
    height: auto;
    padding: 10px 7px;
    position: relative;
    -webkit-transition: background .8s;
    transition: background .8s;
    vertical-align: middle;
}

.cart-btn-area .cart-btn:hover{
    background-color: #ff9999;
}

.book-list-wrapper:hover .home-details-btn {
    display: block !important;
}

.book-list-wrapper .home-details-btn.transparent-background {
    background-color: #a2a2a2;
}

.book-list-wrapper .home-details-btn {
    border-radius: 5px;
    bottom: 0;
    box-shadow: 0 3px 6px -4px #a2a2a2;
    height: auto;
    left: 0;
    padding: 5px 12px;
    position: absolute;
    transition: background .8s;
    vertical-align: middle;
    width: 100%;
    word-spacing: 2px;
    display: none;
    color: #fff;
}

.book-list-wrapper .home-details-btn:hover {
    background: #a2a2a2;
    color: black;
}

.recently_sold_products_slider a {
    text-decoration: none;
}

.recently_sold_products_slider .image_content {
    width: 110px;
    margin: 0 auto;
    position: relative;
    transition: all .7s;
}

.recently_sold_products_slider .image_content img {
    width: 110px;
}

.recently_sold_products_slider .card:hover .recently_sold_products_slider .image_content img {
    opacity: .2 !important;
}

.recently_sold_products_slider .text_area {
    padding-top: 12px;
    color: #111;
}

.recently_sold_products_slider .text_area .book_title {
    line-height: 1.4;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.recently_sold_products_slider .rating-section i {
    color: #f90;
    font-size: 14px;
}

.recently_sold_products_slider .rating-section span {
    font-size: 12px;
    margin-left: 5px;
}

.recently_sold_products_slider .book-price {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}


 /* end recently_sold_products_slider */

/*  kid-category-list */

.kid-category-list {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 3px hsla(0, 0%, 82%, .25);
    box-shadow: 0 0 3px hsla(0, 0%, 82%, .25);
    margin: 20px 0;
    padding: 15px;
}

.kid-category-list__title {
    font-size: 22px;
    margin-bottom: 20px;
}

.kid-category-list__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.kid-category-list__content .category-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 165px;
    padding: 0 5px;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.home-book-list-wrapper .kid-category-list__content .category-item .logo {
    width: 152px;
}

.kid-category-list__content .category-item .logo img {
    height: 130px;
    padding-top: 24px;
}

.category-item .name {
    font-size: 15px;
    color: #0397d3;
    margin-top: 10px;
}
.category-item{
    text-decoration: none;
}

.kid-category-list__content .category-item .name img {
    -webkit-filter: invert(36%) sepia(62%) saturate(1341%) hue-rotate(165deg) brightness(108%) contrast(98%);
    filter: invert(36%) sepia(62%) saturate(1341%) hue-rotate(165deg) brightness(108%) contrast(98%);
    margin-left: 4px;
    border-style: none;
    vertical-align: middle;
}

/*  End kid-category-list */

/*  top-category-list */

/*.top-category-list {*/
/*    margin: 20px 0;*/
/*}*/

/*.top-category-list__items {*/
/*    gap: 16px;*/
/*}*/

.top-category-list .btn-category {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #e3f3fa), color-stop(50%, #0397d3));
    background: linear-gradient(270deg, #e3f3fa 50%, #0397d3 0);
    background-position: 100% 100%;
    background-size: 200% 100%;
    border: 1px solid #71cbf0;
    border-radius: 6px;
    color: #333;
    font-size: 96%;
    height: 52px;
    line-height: 3;
    /*max-width: 252px;*/
    /*min-width: 170px;*/
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}

.top-category-list .btn-category:hover {
    background-position: 0 100%;
    color: #fff;
}

/*  End top-category-list */

/*  service-banner */
.service-banner {
    grid-gap: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin: 15px 0;
}

.service-banner img {
    width: 100%;
    border-style: none;
    vertical-align: middle;
}

/*  End service-banner */

/*  trending-category */

.trending-category {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px hsla(0, 0%, 82%, .25);
    margin: 20px 0;
    padding: 15px;
}

.trending-category .category-item__name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
    margin-top: 15px;
    overflow: hidden;
    text-align: center;
    width: 140px;
}

.trending-category .trending-category__title {
    font-size: 160%;
}

/*  End trending-category */


/*  site-features */
.site-features {
    background-color: transparent;
    margin: 40px 0;
    line-height: 1.5;
    text-align: left;
}

.site-features .content{
    line-height: 1.5;
    text-align: left;
}


.site-features .item img {
    height: 40px;
}
.site-features .item .content p {
    color: #333;
    font-size: 100%;
}
.site-features .item .content p:last-child {
    color: #666;
    font-size: 85.714%;
}

/*  End site-features */

/*  must read */

.home-must-read-section {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 6px -3px #9c9c9c;
    box-shadow: 0 4px 6px -3px #9c9c9c;
    margin: 20px 0;
    padding: 20px;
}

.home-must-read-section .home-must-read__title {
    font-size: 160%;
    color: #333;
}

.home-must-read-section .home-must-read-wrapper .home-must-read__img.item-1 {
    background-position: 0 0;
}
.home-must-read-section .home-must-read-wrapper .home-must-read__img {
    background: url(../image/must_read.png);
    background-size: 615px 204px;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}

.home-must-read-section .home-must-read-wrapper .home-must-read__img.item-2 {
    background-position: -103px 0;
}

.home-must-read-section .home-must-read-wrapper .home-must-read__img.item-3 {
    background-position: -206px 0;
}

.home-must-read-section .home-must-read-wrapper .home-must-read__img.item-4 {
    background-position: -309px 0;
}

.home-must-read-section .home-must-read-wrapper .home-must-read__img.item-5 {
    background-position: -412px 0;
}

.home-must-read-section .home-must-read-wrapper .home-must-read__img.item-6 {
    background-position: -515px 0;
}

.home-must-read-section a{
    text-decoration: none;
}

.home-must-read-section .home-must-read-wrapper .home-must-read__text {
    color: #333;
}

.home-must-read-section .home-must-read-wrapper .home-must-read__text p {
    font-size: 120%;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    transition: color .5s;
}

/*  End must read */

/*  Recently Viewed */
.recently_view_slider .image_content img{
    width: 65%;
}

.bg__color{
    background-color: #fff;
}


/*  End Recently Viewed */

/*  footer */
.large-footer {
    background-color: #fff;
    color: #333;
    padding: 20px 0 0;
}

.large-footer .footer-logo {
    width: 42%;
}

.large-footer .footer-basic-info {
    margin-bottom: 20px;
    margin-top: 20px;
}

.large-footer .footer-basic-info p.hotline-number {
    display: block;
}

.large-footer .footer-basic-info p {
    font-size: 93%;
}

.large-footer a{
    text-decoration: none;
    color: #333;
}
.large-footer .footer-basic-info p img {
    margin-right: 8px;
}
.large-footer .footer-basic-info p.hotline-number span.corporate-mail {
    display: block;
    margin-top: -2px;
}

.large-footer .footer-basic-info p.hotline-number span {
    margin: 2px 0 0 34px;
}

.large-footer .footer-all-links ul {
    margin-bottom: 20px;
}

.large-footer .social-links {
    margin-bottom: 20px;
}

.large-footer .social-links p {
    font-size: 110%;
    margin-bottom: 10px;
}

.large-footer .social-links img {
    height: 30px;
    margin-right: 8px;
}

.large-footer .social-links .instagram {
    height: 40px;
}

.large-footer .social-links .youtube {
    height: 35px;
    width: 55px;
    margin-left: 10px;
}

/*  End footer */





 /* slick-slider */
.single_slider{
    width: 100%;
}
.single_slider .slick-next,
.single_slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px !important;
    height: 50px !important;
    /*padding: 25px;*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: white !important;
}

.single_slider .slick-prev:before,
.slick-next:before {
    color: black !important;
}

.single_slider .slick-next{
    right: 0px !important;
    /*padding-top: 10px;*/
    border-radius: 4px 0 0 4px;
}

.single_slider .slick-prev{
    z-index: 2;
    left: 0px !important;
    border-radius: 0 4px 4px 0;
}

.single_slider .slick-prev:hover,
.single_slider .slick-next:hover {
    background-color: white;
}

/* End slick-slider */



/* Responsive adjustments */
@media (max-width: 1440px) {
    .search-bar {
        min-width: 470px;
        max-width: 535px;
    }

    .top_header_right div a {
        padding-inline: 15px;
        font-size: 15px;
    }

    .two_btn {
        width: 200px;
    }

    .search-box input {
        padding: 0.5rem;
    }
    .item-card__footer img {
        margin-left: 240px;
        margin-top: -19px;
    }

    .category-item .name {
        font-size: 12px;
        margin-top: 12px;
    }

    .top-category-list .btn-category {
        font-size: 80%;
        line-height: 2;
    }

    .large-footer .social-links .youtube {
        height: 35px;
        width: 54px;
        margin-left: -10px;
    }

}

@media (max-width: 1024px) {
    .search-bar {
        max-width: 300px;
    }

    .top_header_right div a {
        padding-inline: 10px;
        font-size: 13px;
    }

    .two_btn {
        width: 150px;
    }
    .two_btn a {
        padding: 8px 8px;
    }
}

@media (max-width: 768px) {
    .top_header {
        flex-direction: column;
        align-items: center;
    }

    .search-bar {
        max-width: 100%;
        margin-top: 10px;
    }

    .top_header_right {
        margin-right: 0;
        margin-top: 12px;
    }

    .top_header_right div a {
        padding-inline: 12px;
        font-size: 14px;
    }

    .two_btn {
        width: 46%;
    }

    .search-box input {
        font-size: 14px;
    }

    .category {
        padding-top: 90px;
    }

    .book-fair-leaderboard-new__head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url(../image/leaderboard.svg);
        background-repeat: no-repeat;
        display: block;
        height: auto;
    }

    .book-fair-leaderboard-new__head img {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .tab-content {
        margin-top: 10px;
    }
    .item-card__footer img {
        margin-left: 341px;
        margin-top: -20px;
    }

    .top-category-list .btn-category {
        font-size: 55%;
        height: 42px;
        line-height: 2;
    }

    .large-footer .social-links img {
        height: 21px;
    }
    .large-footer .social-links .instagram {
        height: 32px;
        margin-right: 12px;
    }
    .large-footer .social-links .youtube {
        height: 27px;
        width: 46px;
        margin-left: -8px;
    }
}

@media (max-width: 576px) {
    .top_header {
        padding: 0 10px;
    }

    .search-bar {
        padding-left: 77px;
    }

    .search-box input {
        font-size: 10px;
        padding: 0.5rem;
    }

    .two_btn a {
        font-size: 10px;
        padding: 10px 10px;
    }
    .two_btn {
        width: 40%;
    }

    .icon {
        font-size: 16px;
    }

    .top-category-list .btn-category{
        margin-top: 10px;
    }

    .search-box{
        width: 80%;
    }

    .category{
        margin-top: 70px;
    }

    .sub_category{
        display: none;
    }

    .single_slider .slick-next, .single_slider .slick-prev{
        width: 22px !important;
        height: 40px !important;
    }

    .title{
        width: 155px;
    }

    .superstore_slider .image_content img{
        padding: 4px 70px;
    }

    .superstore_main{
      padding-bottom: 15px;
    }

    .superstore_slider{
       padding: 10px;
    }
    .superstore_slider .image_container{
        width: 265px;
    }



    .book-fair-leaderboard-new__head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url(../image/leaderboard.svg);
        background-repeat: no-repeat;
        display: block;
        height: auto;
    }
    .book-fair-leaderboard-new__head img {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .book-fair-leaderboard-new_item .card {
        margin-right: 0px;
    }

    .book-fair-leaderboard-new_item .btn_search {
        margin-left: 15px;
    }

    .select_box select {
        margin-left: 15px;
        margin-top: 5px;
    }

    .tab-pane {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
    }
    .item-card__footer img {
        margin-left: 70%;
        margin-top: -19px;
    }

    .site-features .content{
        margin-left: 5px !important;
    }
    .site-features .item_m{
        margin-left: 2px !important;
    }

    .site-features .item .content p {
        font-size: 75%;
    }
    .site-features .item .content p:last-child {
        font-size: 66.714%;
    }
    .site-features .item img {
        height: 25px;
    }

    .top-category-list .btn-category {
        font-size: 75%;
        line-height: 3;
    }

    .large-footer{
        display: none;
    }


}

/* contact us */
.contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.contact-header {
    margin-bottom: 20px;
}

.suppHeaderArea {
    color: white;
    text-align: center;
}

.suppHeader {
    background-color: rgba(43, 43, 43, 0.7);
    padding: 80px 15px 124px;
}
.suppHeader h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.suppHeader p {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 300;
}

/* order tracking */
 .timeline {
     list-style: none;
     padding: 0;
     position: relative;
 }
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 4px;
    background: #ddd;
}
.timeline-item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}
.timeline-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 13px;
    width: 16px;
    height: 16px;
    background: #ddd;
    border-radius: 50%;
}
.timeline-item.active::before {
    background: #047a0f;
}
.timeline-item.active .timeline-content {
    color: #047a0f;
    font-weight: bold;
}
.timeline-item .timeline-content {
    color: #6c757d;
}


