/* lg */ 
@media (min-width: 1500px) {
	.container {
		width: 1440px;
	}
	.affix{
		width: 333px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
 
 
.usa{
	margin-right: 0;
} 

.shipping img{
	width: 100%;
}

.searchform input{
	width: 160px;
}

.product-information span span{
	width: 100%;
}

#similar-product .carousel-inner .item img{
	width: 65px;
}

#cart_items .cart_info .cart_description h4, 
#cart_items .cart_info .cart_description p{
	text-align: center;
} 

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .shop-menu ul li a{
        padding-left: 0;
    }

    #slider-carousel .item{
        padding-left: 30px;
    }

    .girl{
        margin-left: 0;
    }

    .pricing{
        width: 100px;
    }
    .shipping img{
        width: 100%;
    }

    .slider.slider-horizontal{
        width: 100% !important;
    }
    .footer-widget .col-sm-2{
        width: 33%;
        display: inline-block;
        margin-bottom: 50px;
    }

    #similar-product .carousel-inner .item a{
        text-align:center;
    }
    
    #similar-product .carousel-inner .item img{
        width: 90%;
        margin:0 auto;
    }
    
    .product-information span span{
        display: block;
        width: 100%;
    }
    
    .product-information .cart{
        margin-left: 0;
        --margin-top: 15px;
        margin-top: 5px;
    }

    #cart_items .cart_info .cart_description h4, #cart_items .cart_info .cart_description p{
        text-align: center;
    }
    
    .companyinfo h2{
        font-size: 20px;
    }

    .address {
        margin-top: 48px;
        margin-left: 20px;
    }
    
    .address p {
        font-size: 12px;
        top: 5px;
    }

}

/* xs */
@media (max-width: 800px) {
	.navigation {
		--border:0;
	}	
}
@media (max-width: 769px) {
	.affix-top{
        display: none;
    }
    
    #header div.navbar-header.affix {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    
    .mainmenu ul li {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .navbar-toggle {
        margin-top: 15px;
        --padding-left:0;
    }
    
    #header > div.header-bottom > div > div > div > div > div.mainmenu.pull-left.main-nav-scrolled > ul {
        margin-top:30px;
    }
    
    .navbar-collapse {
        max-height: inherit !important;
    } 
    
    .main-nav-scrolled {
       --z-index:-1;
    }
    
    .header_top .col-sm-6:first-child{
        display: inline-block;
        float: left;
    }

    .header_top .col-sm-6:last-child{
        display: inline-block;
        float:right;
        width:50%;
    }
    
    .header_top .social-icons ul li a i {
        padding: 8px 0;
        width: 28px;
    }

    .shop-menu .nav.navbar-nav{
        margin-left: 0;
    }
    
    .header-bottom .col-sm-9{
        display: inline-block;
        width: 100%;
    }
    
    .mainmenu{
        width: 100%;
    }
    
    .mainmenu ul li{
        /* background: rgba(0, 0, 0, 0.5); */
        --padding-top: 15px;
        --padding-bottom: 0;
        padding-top: 10px;
        padding-bottom: 6px;
        border-bottom:1px solid rgba(128, 128, 128, .1);
    }
    
    .mainmenu ul li:last-child{
        --padding-bottom: 15px;
        border-bottom:none;
    }
    
    .mainmenu ul li a{
        color: #fff;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    .navbar-collapsing,
    .navbar-collapse.in{
        overflow: inherit;
        margin-top:30px;
        padding:0;
        margin:0;
    }

    .mainmenu ul li a.active{
        --padding-left: 15px;
    }

    .dropdown .fa-angle-down{
        display: none;
    }

    ul.sub-menu{
      position: relative;
      width: auto;
      display: block;
      background: transparent;
      box-shadow: none;
      top: 0;
      border: none;
    }

    .sub-menu li{
        background: transparent;
    }

    ul.sub-menu > li{
        border-bottom:none !important;
    }

    .mainmenu .navbar-nav li ul.sub-menu li{
        background: transparent;
        padding-bottom:0;
    }

    .nav.navbar-nav > li:hover > ul.sub-menu{
      -webkit-animation: none;
      -moz-animation: none;
      -ms-animation: none;
      -o-animation: none;
      animation: none;
      box-shadow: none;
    }

    .header-bottom{
        position: relative;
    }

    .header-bottom .col-sm-3 {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 38px;
    }

    #slider-carousel .item{
        padding-left: 0;
    }

    .shipping{
        margin-bottom: 25px;
    }

    .pricing{
        width: 100px;
    }

    .footer-top .col-sm-7 .col-sm-3{
        width: 50%;
        float: left;
    }

    .companyinfo{
        text-align: center;
    }

    #similar-product {
        margin-bottom: 40px;
    }

    .well{
        display: inline-block;
    }
    
    li.langs{
        padding:1px;
    }

}

@media (max-width: 720px) {
    .header_top .col-sm-6:first-child {
        display: block;
        float: none;
        border-bottom:1px solid rgba(126, 126,  126, .1);
    }

    .header_top .col-sm-6:last-child {
        display: block;
        float: none;
        width: 100%;
    }
   
	#header div.navbar-header.affix {
	    width: 85%;
        width: 0;
	}
}

/* XS Portrait */
@media (max-width: 480px) {

    .btn-group.pull-right, 
    .footer-bottom .pull-left, 
    .footer-bottom .pull-right, 
    .mainmenu.pull-left,
    .media.commnets .pull-left,
    .media-list .pull-left{
        float: none !important;
    }

    .header_top .col-sm-6:first-child{
        display: block;
        float: none;
    }

    .header_top .col-sm-6:last-child{
        display: block;
        float: none;
    }

    .shop-menu ul li {
        padding: 0;
    }

    .header-middle .col-sm-4{
        text-align: center;
        overflow: inherit;
    }

    .shop-menu .nav.navbar-nav {
        margin-left: 0;
    }

    .btn-group>.btn-group:last-child>.btn:first-child{
        margin-right: 0;
    }

    .header-bottom .col-sm-9{
        display: inline-block;
        width: 100%;
    }

    .mainmenu{
        width: 100%;
    }

    .mainmenu ul li{
        /* background: rgba(0, 0, 0, 0.5); */
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .mainmenu ul li:last-child{
        padding-bottom: 15px;
    }

    .mainmenu ul li a {
        color: #FFF;
        padding-bottom: 6px;
    }

    .navbar-collapse.in{
        overflow: inherit;
    }

    .mainmenu ul li a.active{
        --padding-left: 15px;
    }

    .dropdown .fa-angle-down{
        display: none;
    }

    ul.sub-menu{
      position: relative;
      width: auto;
      display: block;
      background: transparent;
      box-shadow: none;
      top: 0;
    }


    .mainmenu .navbar-nav li ul.sub-menu li{
        background: transparent;
        padding-bottom:0;
    }

    .nav.navbar-nav > li:hover > ul.sub-menu{
      -webkit-animation: none;
      -moz-animation: none;
      -ms-animation: none;
      -o-animation: none;
      animation: none;
      box-shadow: none;
    }


    .item{
        padding-left: 0;
    }

    .item h1{
        font-size: 30px;
        margin-top: 0;
    }

    .pricing{
        width: 70px;
    }

    .category-tab ul li a{
        font-size: 12px;
    }

    .companyinfo h2, .companyinfo p{
        text-align: center;
    }

    .video-gallery{
        margin-top: 30px;
    }

    .footer-bottom p{
        font-size: 13px;
        text-align: center;
    }

    .single-widget {
        padding-left: 0;
    }

    .features_items{
        margin-top: 30px;
    }

    .category-tab .nav-tabs li{
        float: none;
    }

    #similar-product .carousel-inner .item img{
        margin-left: 4px;
    }

    #reviews p, .blog-post-area .single-blog-post p{
        text-align: justify;
    }

    #reviews form span input{
        width: 100%;
        margin-bottom: 20px;
    }

    #reviews form span input:last-child{
        margin-left: 0;
    }

    .blog-post-area .single-blog-post h3{
        font-size: 20px;
        min-height: initial;
        margin-top:20px;
    }
    .news-head {
        min-height: initial;
    }

    .blog-post-area .post-meta ul li{
        margin-right: 7px;
    }

    .shipping{
        margin-bottom: 20px;
    }

    .commnets{
        padding: 0;
    }

    .content-404 h1{
        font-size: 30px;
    }

    .content-404 h2 a{
        font-size: 20px;
    }

    .order-message{
        display: inline-block;
    }

    .response-area .media img{
        width: auto;
    }

    .sinlge-post-meta li{
        margin-bottom: 10px;
    }

    .product-information{
        text-align: center;
    }
    
    .product-information h1{
        padding-left: 40px;
        padding-right: 40px;        
    }

    .product-information span span{
        float: none;
    }

}