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


@media screen and (max-width: 1366px) {
   
    .top-nav li:nth-child(5){
        height: 30px;
    }
   
 
}


@media screen and (max-width: 1199px) {
   

}

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

@media screen and (max-width: 767px) {
    .welcome-header .header-input input {
        width: 100%;
    }
    .menu-mobile button{
        all: unset;
    }
    .header-btn.cart-btn.mobileSearch button {
        border-color: #fff;
        background-color: #4c4d4d;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 5px 11px;
    }
    .menu-mobile,
    .mobileSearch{
        display: block;
    }
   .top-nav li:nth-child(1),
   .top-nav li:nth-child(2),
   .top-nav li:nth-child(3),
   .top-nav li:nth-child(4),
   .header-input.dekstop{
        display: none;
   }
   .menu-list {
        display: flex;
    }
    .logo img {
        margin-left: 10px;
    }
    .main-heading{
        font-size: 26px;
    }
    section {
        padding: 20px 0;
    }
  
    img#xzoom-default {
        width: 100% !important;
    }
    .productPage {
        padding: 0 20px;
    }
    .table>:not(caption)>*>* {
        padding: .5rem .2rem !important;
    }
    .discount-left {
        position: absolute;
        top: 16px !important;
        padding: 3px 5px 3px 5px !important;
        left: 18px;
        border-radius: 8px;
        font-size: 8.5px !important;
    }
   
}