@media all and (min-width:1900px) {
	.container {
		width: 1520px;
	}
	.container.container-brands {
		width: 1680px;
	}
	.container.prodotto {
		width: 1170px;
	}
	.menu-canvas .sidebar-nav > ul > li:nth-child(-n+10) {
		display: block;
	}
	.new_arrivals.contprod .s-prod:last-child, .new_arrivals.contprod .s-prod:nth-child(5n+5) {
		margin-right: 0;
	}
}

@media all and (min-width:1820px) and (max-width:1899px) {
	.container {
		width: 1520px;
	}
	.container.container-brands {
		width: 1680px;
	}
	.container.prodotto {
		width: 1170px;
	}
	.menu-canvas .sidebar-nav > ul > li:nth-child(-n+9) {
		display: block;
	}
	.new_arrivals.contprod .s-prod:last-child, .new_arrivals.contprod .s-prod:nth-child(5n+5) {
		margin-right: 0;
	}
}

@media all and (min-width:1550px) and (max-width:1819px) {
	.container {
		width: 1520px;
	}
	.container.prodotto {
		width: 1170px;
	}
	.menu-canvas .sidebar-nav > ul > li:nth-child(-n+8) {
		display: block;
	}
	.new_arrivals.contprod .s-prod:last-child, .new_arrivals.contprod .s-prod:nth-child(5n+5) {
		margin-right: 0;
	}
}

@media all and (min-width:1200px) and (max-width:1549px) {
	.container.prodotto {
		width: 1170px;
	}
	.top .menu > ul > li {
		padding: 0 25px;
	}
	.s-prod .info a.tit,
	.s-prod .info a.tit:hover,
	.s-prod .info a.tit:focus,
	.s-prod .info a.tit:active,
	.slide_corr a.name,
	.slide_corr a.name:hover,
	.slide_corr a.name:focus,
	.slide_corr a.name:active {
		min-height: 44px;
	}
	.menu-canvas .sidebar-nav > ul > li:nth-child(-n+5) {
		display: block;
	}
	.footer h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.new_arrivals.contprod .s-prod:last-child, .new_arrivals.contprod .s-prod:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.top .logo {
		width: 60%;
	}
	.top .topright {
		width: 60%;
	}
	.top .menu > ul > li {
		padding: 0 10px;
	}
	.top .menu ul li a {
		line-height: 14px;
		font-size: 14px;
	}
	.brand {
		width: 33.333%;
	}
	
	.footer h3 {
		min-height: 44px;
	}
	.sovra-top .right a {
		font-size: 14px;
	}
	.top .carrellino {
		margin: 0 0 0 10px;
	}
	.top .menu .open_sub img {
		max-height: 8px;
		margin: 2.5px 0 0 5px;
	}
	.menu-canvas .sidebar-nav > ul > li:nth-child(-n+4) {
		display: block;
	}
	.menu-canvas .sidebar-nav > ul > li > a,
	.menu-canvas .sidebar-nav > ul > li > a:active,
	.menu-canvas .sidebar-nav > ul > li > a:hover,
	.menu-canvas .sidebar-nav > ul > li > a:focus {
		background-position-x: calc(100% - 14px);
		padding: 15px 20px;
	}
	.btn-all.btn-effect {
		width: calc(100% - 30px);
		left: 15px;
	}
	.new_arrivals.contprod .s-prod:last-child, .new_arrivals.contprod .s-prod:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.top .menu > ul > li {
		padding: 0 0 15px 0;
		clear: both;
		width: 100%;
	}
	.top .menu ul li a {
		font-size: 14px;
		line-height: 14px;
		position: relative;
		float: left;
	}
	.s-prod.atre {
		width: 50%;
	}
	.s-prod {
		width: 48%;
	}
	.brand {
		width: 33.333%;
	}
	.s-prod .info a.tit,
	.s-prod .info a.tit:hover,
	.s-prod .info a.tit:focus,
	.s-prod .info a.tit:active,
	.slide_corr a.name,
	.slide_corr a.name:hover,
	.slide_corr a.name:focus,
	.slide_corr a.name:active {
		font-size: 18px;
		line-height: 18px;
		min-height: 36px;
	}
	.col-form label {
		font-size: 14px;
	}
	.col-continfo {
		padding: 0 15px 0 0;
		margin: 30px 0 0 0;
	}
	.sandwich-menu {
		display: block;
	}
	.top .menu {
		margin: 0;
		padding: 15px;
		background: #f4f4f4;
		width: 260px;
		position: fixed;
		top: 140px;
		right: -260px;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		border: 0;
		box-shadow: 0 3px 2px rgba(0,0,0,0.15);
		height: calc(100% - 140px);
		overflow-y: auto;
	}
	.menu.active {
		right: 0 !important;
	}
	.top .logo {
		width: 50%;
	}
	.top .topright {
		width: 50%;
	}
	.new_arrivals.contprod {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	/*.new_arrivals.contprod .s-prod {
		width: 32%;
	}
	.new_arrivals.contprod .s-prod:nth-child(3) {
		margin-right: 0;
	}*/
	.menu-canvas {
		display: none;
	}
	.top .menu .open_sub {
		display: block;
	}
	.sandwich-menu {
		display: block;
	}
	.top .menu ul {
		flex-direction: column;
	}
	.top .menu .sub-menu {
		position: relative;
		left: 0;
		min-width: 0;
		box-shadow: none;
		padding: 0;
	}
	.top .menu .sub-menu li {
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
	}
	.footer h3 {
		font-size: 16px;
		line-height: 16px;
		min-height: 32px;
	}
	.footer ul li a,
	.footer ul li a:active,
	.footer ul li a:hover,
	.footer ul li a:focus {
		font-size: 16px;
		line-height: 16px;
	}
	.sovra-top .left {
		display: none;
	}
	.banner_promo {
		text-align: left;
	}
	.banner_promo p {
		font-size: 16px;
	}
	.sovra-top .right a {
		font-size: 14px;
	}
	.actionvp .input-group.text-center {
		max-width: 70px;
	}
	.actionvp .addcart {
		max-width: 170px;
	}
	.colsx {
		padding-right: 25px;
	}
	select.selordina {
		max-width: 250px;
	}
	.s-prod.atre {
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.s-prod.atre:nth-child(3n+3) {
		margin-right: 2%;
	}
	.s-prod.atre:nth-child(2n+2) {
		margin-right: 0;
	}
	.top .menu .open_sub img {
		max-height: 8px;
		margin: 2.5px 0 0 5px;
		float: left;
	}
	.col-continfo {
		padding: 0;
		margin: 30px 0 0 0;
	}
	.col-campo.left {
		padding: 0;
	}
	.col-campo.right {
		padding: 0 10px;
	}
	#desktop_sliderfull {
		width: 100%;
	}
}

@media all and (max-width:1549px) { 
	.new_arrivals.contprod {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.new_arrivals.contprod .s-prod {
		width: 32%;
	}
	.new_arrivals.contprod .s-prod:nth-child(3) {
		margin-right: 0;
	}
}

@media all and (max-width:767px) {
	.top .menu > ul > li {
		padding: 0 0 15px 0;
		clear: both;
		width: 100%;
	}
	.top .menu ul li a {
		font-size: 14px;
		line-height: 14px;
		position: relative;
		float: left;
	}
	.s-prod {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.brand {
		width: 50%;
	}
	.btn-brand {
		width: 100%;
	}
	.box_cat {
		width: 100%;
		margin: 0 0 2% 0;
	}
	.s-prod .info a.tit,
	.s-prod .info a.tit:hover,
	.s-prod .info a.tit:focus,
	.s-prod .info a.tit:active,
	.slide_corr a.name,
	.slide_corr a.name:hover,
	.slide_corr a.name:focus,
	.slide_corr a.name:active {
		font-size: 18px;
		line-height: 18px;
		min-height: 36px;
	}
	.best-s .info .price,
	.s-prod .info .price,
	.s-prod .info .price span,
	.slide_corr .info .price,
	.slide_corr .info .price span,
	.s-prod .info .price .barrato {
		font-size: 16px;
		line-height: 16px;
	}
	.col-form {
		padding: 0;
	}
	.col-form label {
		font-size: 14px;
		width: 100%;
		display: inherit;
	}
	.col-form input, .col-form select {
		display: block;
	}
	.col-continfo {
		padding: 0;
		margin: 30px 0 0 0;
	}
	.top .menu {
		margin: 0;
		padding: 15px;
		background: #f4f4f4;
		width: 260px;
		position: fixed;
		top: 140px;
		right: -260px;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		border: 0;
		box-shadow: 0px 1px 3px rgba(170, 170, 170, 0.75);
		height: calc(100% - 140px);
		overflow-y: auto;
	}
	.menu.active {
		right: 0 !important;
	}
	.top .logo {
		width: 50%;
	}
	.top .topright {
		width: 50%;
		padding: 0 0 0 15px;
		flex-wrap: wrap;
	}
	.s-prod.atre {
		width: 100%;
	}
	.coldx {
		width: 100%;
		margin: 0;
	}
	.colsx .sidebar-nav {
		display: none;
	}
	.col-precprod {
		padding: 0;
	}
	.s-prod.atre .cont_btn .addcart span,
	.s-prod.wish-prod .cont_btn .addcart span {
		display: none;
	}
	select.selordina {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.titcolsx.titcolsx-catalogo {
		display: none;
	}
	.titcolsx.titcolsx-filtri {
		display: block;
		margin: 0 0 30px 0;
	}
	#advanced_search_box {
		display: none;
	}
	.titl {
		margin: 35px 0;
	}
	.colsx .breadcumbs {
		margin: 0 0 20px;
	}
	.nav-tabs.vetrina-tabs > li {
		width: 46%;
		margin: 0 2%;
	}
	.nav-tabs.vetrina-tabs > li > a,
	.nav-tabs.vetrina-tabs > li > a:focus,
	.nav-tabs.vetrina-tabs > li > a:hover {
		width: 100%;
		margin: 0;
	}
	.col-newsletter {
		margin: 0 0 20px 0;
	}
	.newsletterinput {
		width: 100%;
		margin: 0 10px 0 0;
	}
	.col-footer {
		margin: 0 0 20px 0;
	}
	.col-captcha {
		margin: 10px 0 0 0;
	}
	.col48 {
		width: 100%;
	}
	input, select {
		width: 100%;
		margin-right: 0;
	}
	.cont_pager {
		font-size: 14px;
	}
	.cont_pager > a {
		font-size: 14px;
		padding: 5px;
	}
	a.prev_pag {
		font-size: 14px;
		padding: 5px;
	}
	a.next_pag {
		font-size: 14px;
		padding: 5px;
	}
	.box_cat .cat img {
		margin: 0 0 0 15px;
	}
	.box_cat .cat .txt_cat {
		margin: -40px 0 0 0px;
	}
	#filter_prices_altro input {
		margin-right: 4%;
	}
	.menu-canvas {
		display: none;
	}
	.top .menu .open_sub {
		display: block;
	}
	.sandwich-menu {
		display: block;
	}
	.top .menu ul {
		flex-direction: column;
	}
	.top .menu .sub-menu {
		position: relative;
		left: 0;
		min-width: 0;
		box-shadow: none;
		padding: 0;
	}
	.top .menu .sub-menu li {
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
	}
	.sovra-top .left {
		display: none;
	}
	.sovra-top .right {
		width: 20%;
	}
	.sovra-top .right a {
		font-size: 14px;
	}
	.sovra-top .right a span {
		display: none;
	}
	.user {
		float: left;
		position: relative;
		margin: 0 0 0 10px;
	}
	.banner_promo {
		text-align: left;
	}
	.banner_promo p, .apertura-campo .banner_promo p {
		font-size: 14px;
		line-height: 16px;
	}
	.new_arrivals.contprod .s-prod {
		margin: 0;
	}
	.footer ul li:last-child {
		margin-bottom: 15px;
	}
	.pallinocart {
		display: none;
	}
	.barraricerca {
		max-width: 100%;
		margin: 0;
		position: absolute;
		top: 100%;
		height: 0;
	}
	.barraricerca.active {
		height: 35px;
	}
	.barraricerca input {
		height: 35px;
		line-height: 35px;
	}
	.colsx {
		width: 100%;
		padding-right: 0;
	}
	.col-precprod {
		margin: 10px 0 0 0;
	}
	.breadcumbs {
		display: none;
	}
	.top .menu .open_sub img {
		max-height: 8px;
		margin: 2.5px 0 0 5px;
		float: left;
	}
	.boxtestoslide {
		left: 100px;
	}
	.prod {
		flex-direction: column;
	}
	.col-foto {
		width: 100%;
	}
	.prod .info {
		width: 100%;
		padding: 0;
	}
	.btn-wish span {
		display: none;
	}
	.btn-wish img {
		margin: 0;
	}
	.actionvp .input-group.text-center {
		max-width: 70px;
	}
	.actionvp .addcart {
		max-width: 170px;
	}
	.fascia-descrizione .titcolsx {
		margin: 0 0 15px 0;
	}
	.fascia-descrizione .container {
		flex-direction: column;
	}
	.col48 {
		width: 100%;
	}
	.col-categoria {
		padding: 0;
		margin: 0;
	}
	.titoloslide {
		font-size: 28px;
		line-height: 28px;
	}
	.testoslide {
		font-size: 13px;
		line-height: 13px;
	}
	.prefoo .col-xs-12:nth-child(2) {
		margin: 50px 0;
		padding: 0;
	}
	.prefoo .titl.titl-vuoto {
		display: none;
	}
	.col-footer:nth-child(2),
	.col-footer:nth-child(3) {
		padding: 0;
	}
	.bannerhome {
		width: 100%;
	}
	.bannerhome:nth-child(1) {
		margin: 0 0 15px 0;
	}
	.bannerhome h1 {
		font-size: 34px;
		line-height: 34px;
	}
	.bannerhome p {
		font-size: 18px;
		line-height: 18px;
	}
	.col-categoria a {
		left: 0;
		width: 100%;
	}
	.col-campo {
		padding: 0 0 10px 0;
	}
	.col-pacchetti {
		padding: 0;
	}
	.banner-apertura-campo {
		height: 250px;
	}
	.effect-duke {
		width: 46%;
		margin: 0 2% 4%;
	}
	.search-mob {
		display: block;
	}
	.top .carrellino {
		margin: 0 0 0 20px;
	}
	.addcartdesk {
		display: none;
	}
	.addcartmob {
		display: block;
	}
}