@media only screen and (max-width: 1410px) {
   
}

@media only screen and (max-width: 1200px) {
    
    
    
}

@media only screen and (max-width: 991px) {
    /*************** menu responsive header****************/
    .large-header{
        display: none;
    }
    .small-header{
        display: block;
    }
    .small-header{
        background-color: var(--second-bg-color);
        padding: 1rem 0;
    }
    .small-header .small-header__wrapper .logo img{
        width: 14rem;
    }
    .small-header .small-header__wrapper .search{
        font-size: 2.5rem;
    }
    .small-header .overlay {
        width: 100%;
        background-color: rgba(0,0,0,0.3);
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        z-index: 99;
        display: none;
    }
    .display-b {
        display: block !important;
    }
    .small-menu .small-menu__navigator .menu-head{
        padding: 0 0 2rem;
        border-bottom: 1px solid rgba(238, 88, 35, 0.2) ;
        margin-bottom: 2rem;
    }
    .small-menu .small-menu__navigator .menu-head .menu-logo img{
        width: 12rem;
    }
    .small-menu .small-menu__navigator .menu-head .close-menu{
        font-size: 2.5rem;
    }

    .small-menu .small-menu__navigator{
        padding: 2rem 2.5rem;
        position: fixed;
        background-color: #eee;
        width: 50%;
        z-index: 100;
        top: 0;
        right: -100%;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
    }
    .small-header .small-menu .small-menu__navigator ul li a img{
        width: 2.5rem;
    }
    .small-header .small-menu .small-menu__navigator li{
        margin: 1rem 0;
    }
    .small-header .small-menu .small-menu__navigator ul li > a{
        display: flex;
        align-items: center;
        position: relative;
        padding: 1rem 0;
    }
    .small-header .small-menu .small-menu__navigator .menu__container > li > a i{
        font-size: 1.75rem;
        margin-left: 0.5rem;
    }
    .small-header .small-menu .small-menu__navigator .menu__container > li > a::after {
        content: "\f078";
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        left: 1%;
        position: absolute;
        font-size: 1.2rem;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .small-header .small-menu .small-menu__navigator .menu__container > li .sub-menu li a{
        display: block;
        padding: 0.5rem 0;
    }
    .small-header .small-menu .small-menu__navigator>li>ul>li>ul, .small-header .small-menu .menu__container>li>ul {
        display: none;
    }
    .small-header .small-menu .small-menu__navigator .sub-menu{
        margin-right: 3rem;
    }
    .small-header .container{
        max-width: 100%;
    }

    .toggle-menu {
        right: 0 !important;
    }
    /***************mobile contact******************/
    .contact-mobile{
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: var(--second-bg-color);
        border-top: 3px solid var(--third-bg-color);
        z-index: 10;
    }
    .contact-mobile ul li{
        width: 33.3333%;
        flex: 0 0 auto;
        text-align: center;
    }
    .contact-mobile ul li a,
    .contact-mobile ul li button{
        font-size: 1.4rem;
        padding: 1.5rem 1rem;
        display: block;
        width: 100%;
    }
    .contact-mobile ul li a{
        border-left: 1px solid var(--third-bg-color); 
        border-right: 1px solid var(--third-bg-color); 
    }
    .contact-mobile ul li i{
        color: var(--orange-color);
        margin-left: 0.5rem;
        font-size: 1.5rem;
        vertical-align: middle;
    }

    /*****************header slider****************/
    .header-slider .swiper-button-prev, 
    .header-slider .swiper-rtl .swiper-button-next{
        display: none;
    }
    /***************footer****************/
    footer .to-top{
        display: none;
    }
    footer .subfooter {
        margin-bottom: 5.5rem;
    }

    /***************blog page****************/
    .blog-wrapper .blog-card:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    /***************contact details****************/
    .contact-details{
        margin-bottom: 2.5rem;
    }
    .contact-us .contact-details .social li{
        margin: 0;
    }
    .contact-us .contact-details .social {
        margin-top: 1rem;
    }
    .contact-us .contact-details .social li:not(:last-child){
        margin-left: 2rem;
    }

    /***************product cat page****************/

    .category-sm ul li a{
        border: 1px solid var(--third-bg-color);
        font-size: 1.5rem;
        display: block;
        padding: 1rem 0.5rem;
        border-radius: 1rem;
        text-align: center;
        font-size: 1.4rem;
    }
    .products-category .cat-video{
        position: relative;
        top: 0;
    }
    .main-title-box-sm .title{
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    .category-desc{
        margin-bottom: 2rem;
    }
    
}

@media only screen and (max-width: 767px) {
    
    html{
        font-size: 56.25%;
    }
    
    /*************** responsive header****************/
    .small-header .small-menu .small-menu__navigator{
        padding: 2rem 2.5rem;
        position: fixed;
        background-color: #eee;
        width: 75%;

    }
    /************front product cat************/
    .product-category .col-md-4:nth-child(1), 
    .product-category .col-md-4:nth-child(2), 
    .product-category .col-md-4:nth-child(3) {
        margin-bottom: 1rem;
    }
    
    .bestselling .bestselling__wrapper {
        display: block!important;
        text-align: center;
    }
    .bestselling .bestselling__wrapper .bestselling__card{
        display: block!important;
        text-align: center;
    }
    .bestselling .bestselling__wrapper .bestselling__card:not(:last-child){
        margin-bottom: 1.5rem;
    }
    .special-sale .btn-orange{
        margin-bottom: 2rem;
    }
    .product-category .product-category__card:after{
        background: transparent;
    }
    .product-category .product-category__card figcaption .desc{
        text-overflow: ellipsis; 
        overflow: hidden; 
        white-space: nowrap;
    }
    .product-table__body-box  > table > tbody > tr:nth-child(2n+1){
        background-color: inherit ;
    }
    .product-table__body-box  > table > tbody > tr:nth-child(4n+1){
        background-color:#f4f4f4 ;
    }
    
    .blog-page{
        padding: 2rem 0 3rem;
    }
    #table-contents__wrapper li a {
        font-size: 1.4rem;
    }
/**********************404 not found*********************/

    .page-not-found h2{
        font-size: 2.5rem;
    }

}

@media only screen and (max-width: 576px) {
    /*************** responsive header****************/
    .small-header .small-menu .small-menu__navigator{
        width: 95%;
    }
    .contact-pipesell {
        padding: 3rem 0;
    }
    .contact-pipesell .contact-pipesell__wrapper h2{
        margin-bottom: 0.5rem;
    }
    .contact-pipesell .contact-pipesell__btn{
        margin-top: 1.5rem;
    }
    /***************footer****************/
    footer .social-networks{
        text-align: right;
    }
    footer {
        padding: 4rem 0 1.5rem;
    }
    /***************blog page****************/
    .blog-wrapper .blog-card figure{
        margin-bottom: 1.5rem;
    }
    .blog-wrapper .blog-card .blog-card__content {
        padding:0 0 1.5rem 5rem;
    }
    .product-table .product-table__body table tr {
        height: 5rem;
    }
}


