@media only screen  and (min-width : 1824px) {

	.container{
		max-width:1600px;
	}

}



@media only screen  and (max-width : 1424px) {

header.new .navbar-collapse{
	    max-width: 80%;
}
/*
header.new .mr-auto{
	margin-right:0px !important;
}
header.new .ml-auto{
	margin-right:0px !important;
}
*/
/* Header */
header.new .meniu-principal .nav-link{
	font-size:12px;
}

/* Products */
.product-list .product .image{
	height:250px;
}
.product-list .product .image img{
	max-height:250px;
}
.product-list .product .info{
	font-size:14px;
}

}


@media only screen  and (max-width : 992px) {

	.small-header .navbar-nav{
		flex-direction: row;
	}

}


@media only screen  and (max-width : 600px) {

.extra-products .product-outside{
	width:100%;

}

	.product-page .add-to-cart{
		border-radius:40px;
		font-size:20px;
	}
	.product-page .pQty{
		border:3px solid #efefef;
		border-radius:40px;
		padding:20px 20px;
			font-size:20px;
	}


	.checkoutPage .table{
		font-size:12px;
	}


	.cart-page .table{
		font-size:10px;
	}
	.cart-page .table td{
		padding:0px;
	}
	.cart-page .table td img{
		min-width:50px !important;
	}
	.cart-page .product-quantity .btn{
		font-size:8px;
	}
	.secure-icons .box .text{
		font-size:8px;
	}


	.cat-info{
		margin-top:20px;
	}
	.cat-info::before{
		content: ".";
	   display: block;
	   clear: both;
	   visibility: hidden;
	   height: 0;
	}
	.cat-description{
		font-size:11px;
	}

	.product-list .product .image{
		height:160px;
	}
	.product-list .product .info{
		padding:5px;
	}
	.product-list .product .info .title{
		width:100%;
		height:60px;
		overflow: hidden;
	}
	.product-list .product  .product-price{
		width:100%;
		height:42px;
		float:none;
		padding:0px;
	}
	.product-list .product .image img{
		max-height:160px;
	}
	.product-list .add-to-cart-btn{
		font-size:12px;
	}

	.small-header .delivery-info-top{
		display:block; text-align: center;
		width:100%;
		font-size:12px;
		padding-bottom:5px;
	}
	.small-header .navbar-nav{
		padding-right:20px;
		margin:0 auto !important;
	}
	.small-header .navbar-nav .dropdown-menu{
		position:absolute;
	}
	.small-header .navbar-nav .nav-link{
		padding:0px 5px;
	}



	.product-gallery .thumbs li{
		width:50px;
	}

	.body-new {
	    padding-top: 114px;
	}
	.sticky-noty{
		font-size:10px;
	}

	.section-new-home-text{
		padding:10px 0px;
		font-size:10px;
	}
	.footer-boxes .footer-box{
		font-size:10px;
	}
	.footer-boxes{
		padding:10px 0px;
	}
	.section-newsletter-footer{
		padding:10px 0px;
		font-size:12px;
	}

	footer.new .footer-description{
		font-size:10px;
	}
	footer.new .column-title{
		font-size:12px;
	}
	footer.new .footer-top .list-unstyled li{
		padding:0px;
	}
	footer.new .footer-top .list-unstyled li a{
		font-size:10px;
	}


}



@media (max-width: 800px) {
	.hide-on-mobile{
		display:none;
	}


}
