


    

/* Large desktops and laptops */
@media (min-width: 1200px) {
    
        .navbar-right, .navbar-left {
    padding: 20px 10px;
}

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

.navbar-left
    {
       padding: 20px 10px;
    }
    .navbar-default .navbar-nav>li>a
    {
        font-size: 19px;
    }
    .navbar-nav > li {
    margin-left: 0px !important;
    } 
    
    .container 
    {
        width: 933px;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
   
   
   .navbar-left
    {
       padding: 15px 10px;
    }
    .navbar-default .navbar-nav>li>a
    {
        font-size: 15px;
    }
    .navbar-nav > li {
    margin-left: 0px !important;
    } 
    .container 
    {
        width: 730px;
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .navbar-brand img
    {
        height:63px;
    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    
   
   
}


/* Portrait phones and smaller */
@media (max-width: 480px)
{
    .head-soc a
    {
        font-size: 13px;
    }
    .head-soc i
    {
        font-size: 16px !important;
    }
        
    .head-phon
    {
        font-size: 14px;
    }
    .head-phon i
    {
        font-size: 17px;
    }
    .navbar-fixed-top {
        top: 45px;
    }
    .navbar-brand img {
        height: 52px;
    }
    .navbar-brand
    {
        padding:9px 15px;
    }
    .navbar-toggle {
        margin-top: 19px;
    }

    .carousel-indicators li {
        border: 0px solid #1c1c1c;
        width:16px !important;
        height:16px !important;
    }
    
    .carousel-indicators {
    
        bottom: -9px !important;
    }
    
    
    /*****Brands******/
    .owl-carousel .owl-item img {
    
       /* width: 80% !important;*/
    }
    
    .productinfo img
    {
        width: 100%;
        
        padding:5px;
        
    }
 
}

@media only screen and (max-width: 906px){
    .navbar-fixed-top {
        top: 45px;
    }
    #slider {
    padding-top: 114px;
    }
}

/*End Header*/
/***************/
/***************/
/***************/




