/*================================Satrt the large screens=========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*==============================Start the screen of tablet=========================*/
@media (min-width: 993px) and (max-width: 1024px)
{

}
@media(max-width:1024px)
{
    .sections .sections-carousel.owl-theme .owl-nav .owl-next {
        left: 0px;
        color: #ccc;
    }
    .sections .sections-carousel.owl-theme .owl-nav .owl-prev {
        right: 0px;
        color: rgb(81, 81, 81);
    }
    .single-product-wrapper .product-details .buttons {
        display: block !important;
    }
    .single-product-wrapper .product-details .buttons .butn {
        width: 85px;
        font-size: 12px;
        margin: 5px auto;
    }
    .single-product-wrapper .swiper .gallery-thumbs img {
        width: 65px;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{

}
/*==============================Start the screen of mobbile=========================*/
@media( max-width:768px)
{
    .offers .offers-inner .image-container .phone-img {
        display: none;
    }
    .offers .offers-inner .text {
        padding: 80px 10px 50px;
    }
}
@media (min-width: 577.1px) and (max-width: 768px)
{
    .profile .profile-inner .nav-tabs .nav-link {
        padding: 8px 40px ;
    }
}
@media(max-width:577px)
{
    .navbar .search-btn {
        right: unset;
    }
    .search-container .search-wrap{
        width: 100%;
    }
    .search-container .search-wrap .form-control{
        width: 95% !important;
    }
    .navbar .icons {
        display: none;
    }
    .profile .profile-inner .nav-tabs .nav-link {
        padding: 8px 12px;
    }
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 426px)
{
    .products-wrapper .product-type-header .heading .sorting{
        display: none;
    }
}
@media (min-width: 321px) and (max-width: 375px)
{
    .products-wrapper .product-type-header .heading .sorting{
        display: none;
    }
}
@media (max-width: 320px)
{
    .products-wrapper .product-type-header .heading .sorting{
        display: none;
    }
    .breadcrumb .breadcrumb-item {
        padding: 0rem .95rem;
        font-size: 12px;
    }
}
