/*================================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 (min-width: 769px) and (max-width: 992px)
{

}
/*==============================Start the screen of mobbile=========================*/
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
    .search-box {
        width: 90%;
    }
    .search-box .input-search {
        width: 60%;
    }
}

/*Screens*/
@media (max-width: 1025px)
{
    .search-box .input-search {
        width: 87%;
    }
    .owl-carousel .owl-dots.disabled
    {
        display: block;
       
    }
    .blog .owl-carousel .owl-nav.disabled,
    .products .owl-carousel .owl-nav.disabled,
    .owl-theme .owl-nav
    {
        display: none !important;
    }
}
@media(max-width:992px)
{
    .search-box .input-search {
        width: 85%;
    }
    .navbar-brand{
        width: 100px !important;
        position: relative;
        top: 30px;
    }
    .navbar-brand  img{
        width: 100%;
    }
    .nav-top .icons-nav{
        display: inline-flex;
        position: relative;
        top: 40px;
    }

    .nav-top .icons-nav .item{
        margin: 0px 4px;
    }
    .nav-top .icons-nav .item .btn-cart{
        padding: 11px 6px;
        border-radius: 5px;
    }
    .nav-top .icons-nav .item  .fa-search,
    .nav-top .icons-nav .item  .fa-bars{
        font-size: 20px;
    }

    .collection .robe-content .main-collec {
        color: #fff;
    }
    footer .connections,
    footer .footer-content{
        text-align: center;
    }
    
}

@media(max-width:767px)
{

    .search-box .input-search {
        width: 80%;
    }
    .home-header .home-slider .carousel-caption .header-content {
        width: auto;
    }
    .products .list-group .list-group-item{
        padding: 5px 0px !important;
        font-size: 12px;
    }
    .subscribe-news .subscribe-content .text-content {
        position: relative;
        left: 0%;
        transform: translateX(0%);
    }
    .nav-top .icons-nav .item .dropdown-cart::after{
        border-bottom: none;
    }
    .nav-top .icons-nav .item .dropdown-cart{
        left: 0px;
    }
}
@media (max-width: 576px)
{
    .search-box {
        width: 95%;
    }
    .search-box .input-search {
        width: 70%;
    }
}
@media (max-width: 320px)
{
    .search-box {
        width: 90%;
    }
    .search-box .input-search {
        width: 60%;
    }
    .products .list-group .list-group-item {
        font-size: 11px;
    }
    .products .see-more-products .see-more-btn {
        padding: 10px 25px;
    }
    footer .footer-content form .subscibe-form .subscribe-btn {
        padding: 0px 2px !important;
    }

}

