@media (max-width: 1024px) {
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	  width: auto;
	}
}
@media (width: 1024px) {
	
	.header-logo img{
		width: 130%;
	}
	
	.navbar-default .navbar-nav > li > a {
	  padding: 51px 6px 50px;
	}
}

@media (max-width: 800px) {
	
	.header .header-logo {
	  padding: 0;
	}
	
	.navbar.navbar-default {
	  float: none;
	}
	.dropdown-menu {
	  box-shadow: none;
	}
	
	.header-cart__items {
	  width: 60px;
	}
	
	.footer-widgets__social img {
	  width: 100%;
	}
	
	.shop-cart .cart_table_item .product-remove, .shop-cart .cart_table_item .product-thumbnail, .shop-cart .cart_table_item .Product-name, 
	.shop-cart .cart_table_item .product-price, .shop-cart .cart_table_item .product-quantity, .shop-cart .cart_table_item .product-subtotal {
	  padding: 15px 10px;
	}
	
	.glyphicon.glyphicon-circle {
	  font-size: 11px;
	  height: 25px;
	  line-height: 22px;
	  width: 25px;
	}
	
	.top__menu .nav .button {
	  padding: 5px;
	}
}