  /*==========  Mobile First Method  ==========*/
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}



@media only screen and (max-width : 769px) {
    .logo img{
        width: 50px;
        height: 50px;
    }
    .nav_text p{
        font-size: 10px;
    }
    .logo h1{
        font-size: 18px;
    }
    .number{
        float: none;
    }
    .logo{
        float: none;
    }
    .number li{
        margin-left: 5px;
        font-size: 14px;
    }
    .navbar-nav{
            margin: 1px 0px;
    }
    .search input{
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev{
        width: 17px;
        height: 30px;
        background-image: url(../images/arrow.png);
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
        width: 17px;
        height: 30px;
        background-image: url(../images/arrowleft.png);
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
        top: 50%;
    }
    .sliderin{
        position: relative;
        width: 80%;
    }
    .sliderin h1{
        font-size: 29px;
        color: white;
    }
    .sliderin p{
        color: #fff;
    }
    .readmore{
        margin-bottom: 20px;
    }
    .products li a{
        font-size: 12px;
    }
    .products ul li:first-child{
        font-size: 18px;
    }
    .footer_numbers{
        float: none;
    }
    
    .sorting{
        padding: 10px;
    }
    .sorting input{
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .outdivb{
        width: 100%;
    }
    
    .btngreen{
        position: relative;
        margin-bottom: 20px;
    }
    .btnfright{
        margin-left: 0px;
    }
    .widthpart{
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
    
    .contactsquare{
        width: 90%;
    }
    .products h2{
        font-size: 24px;
    }
    
    
    
    
    
    
    
    
    
    
    
}