/*================================ Satrt large screens =========================*/
@media  (min-width: 1440px)
{
    .checkout-pg .container-fluid{
        padding: 0 10%;
    }
}
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{
}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(min-width:1025px){
    .nav-lg-screens {
        display: block;
    }
    .nav-sm-screens{
        display: none;
    }
}
@media(max-width:1024px)
{
    .nav-lg-screens {
        display: none;
    }
    .nav-sm-screens{
        display: block;
    }

}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .offers .offers-inner .image-container .phone-img {
        display: none;
    }
    .offers .offers-inner .text {
        padding: 60px 25px 0 25px;
    }
    .single-product .comments-wrapper .single-review .pic {
        margin: 0px auto 20px auto;
        display: block;
    }
    .products-wrapper .nav{
        margin-bottom:20px;
    }

}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .single-product .content .buttons {
        display: grid;
    }
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{
    .single-product .content .price-container .discount-badge {
        top: 50px;
    }
}
