@media(min-width: 1200px) and (max-width: 1399px) {
    .single-slider img {
        height: 380px;
    }
    .single-slider{
        margin-left: 25px; 
    }
    #Best-selling-area .container .row .col-xl-2,
    #Features-area .container .row .col-xl-2{
        flex: 0 0 auto;
        width: 20%;
    }

    .features__item {
        padding: 25px 20px;
    }
    .product_countdown {
        padding-bottom: 83px;
    }
    .electronic__items{
        padding-bottom: 47px;
    }
    .Onsale-product {
        height: 120px;
        width: 125px;
    }
}

@media(min-width: 992px) and (max-width: 1199px){
    .main-menu ul li {
        margin-right: 30px;
    }
    .banner__item a img {
        height: 125px;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .banner__item a img {
        height: 89px;
    }
    .cart__mini-wrapper {
        float: inherit;
        justify-content: center;
        padding-top: 10px;
    }
    .header__info-left{
        padding-bottom: 20px;
    }
    .header__hotline-icon {
        display: inline-block;
    }
    .header__hotline-info {
        display: inline-block;
    }
    .header__action ul li {
        margin-right: 18px;
        padding-right: 18px;
    }
    .main-menu ul li {
        margin-right: 30px;
    }
    .subscribe__content {
        margin-bottom: 30px;
    }
    .subscribe__form {
        float: left;
        width: 100%;
    }
}

@media(min-width: 576px) and (max-width: 767px){}

@media(max-width: 767px){
    .header__hotline-icon {
        display: inline-block;
    }
    .header__hotline-info {
        display: inline-block;
    }
    .header__info-left{
        padding-bottom: 20px;
    }
    .header__search-box::after {
        position: inherit;
    }
    .section__title {
        margin-bottom: 20px;
    }
    .subscribe__content {
        margin-bottom: 30px;
    }
    .subscribe__form {
        float: left;
        width: 100%;
    }
    .footer__payment {
         float: left; 
    }
    .footer__copyright-text {
        margin-bottom: 15px;
    }
}
    
@media(max-width: 575px){
    #top-header{
        display: none;
    }
    .header__info-right {
        display: none;
    }
    .features__item::after {
        display: none;
      }
    .product__nav-tab {
        margin-right: 0;
    }
    .product__nav-tab ul li {
        margin-right: 33px;
    }
    .subscribe__icon {
        margin-bottom: 15px;
    }
    
}

@media(max-width: 400px){
    .product__nav-tab ul li {
        margin-right: 13px;
    }
}