

.cbp-vm-switcher .select_module {
	width: auto;
	border: 1px solid #d0d3d6;
}
.corpo .dx .cbp-vm-switcher hr {
	margin-bottom: 15px;
	margin-top: 0px;
}
.prodxpag {
	position: relative;
	float: left;
	margin-right: 0.5em;
	top: 5px;
}
.cbp-vm-options {
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	clear: both;
	overflow: auto;
}
.cbp-vm-options .select_module {
	width: auto;
	position: relative;
	padding: 8px 10px;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 0px;
	margin-left: 3px;
	float: right;
	height: auto;
}
.articolo .dx .cbp-vm-view-grid ul li {
	margin-bottom: 13px;
	border: 1px solid #c4c4c4;
	padding: 20px
}
.articolo .dx .cbp-vm-view-grid ul li:hover {
	border: 1px solid #4c4c4c;
}
.articolo .dx .cbp-vm-view-grid ul li .immagine_prodotto img {
	/* Webkit for Chrome and Safari */
	-webkit-transform: scale(0.9, 0.9);
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function: ease-out;
	/* Webkit for Mozila Firefox */
	-moz-transform: scale(0.9, 0.9);
	-moz-transition-duration: 200ms;
	-moz-transition-timing-function: ease-out;
	/* Webkit for IE( Version: 11, 10 ) */
	-ms-transform: scale(0.9, 0.9);
	-ms-transition-duration: 200ms;
	-ms-transition-timing-function: ease-out;
	transform: scale(0.9, 0.9);
	transition-duration: 200ms;
	transition-timing-function: ease-out;
}
.articolo .dx .cbp-vm-view-grid ul li:hover .immagine_prodotto img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-duration: 500ms;
	-webkit-transition-timing-function: ease-out;
	/* Webkit for Mozila Firefox */
	-moz-transform: scale(1, 1);
	-moz-transition-duration: 500ms;
	-moz-transition-timing-function: ease-out;
	/* Webkit for IE( Version: 11, 10 ) */
	-ms-transform: scale(1, 1);
	-ms-transition-duration: 500ms;
	-ms-transition-timing-function: ease-out;
	transform: scale(1, 1);
	transition-duration: 500ms;
	transition-timing-function: ease-out;
}
.cbp-vm-options .select_module.b2b {
	margin-top: 5px;
	top: inherit;
}
.cataloghi .cbp-vm-options {
	width: 100%
}
.cbp-vm-options .titolo {
	position: relative;
	float: left;
	border: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.cbp-vm-options .titolo span {
	text-transform: initial;
	font-weight: 400;
	margin-left: 0px;
}
.cbp-vm-options .pathway {
	position: relative;
	float: left;
	clear: left;
	width: auto;
	margin-top: 0px;
}
.cbp-vm-options .pathway a {
	width: auto;
	height: auto;
	opacity: 1;
	top: 0px;
	position: inherit;
	display: inline;
}
.cbp-vm-options a {
	display: inline-block;
	width: 33px;
	height: 39px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.5;
	top: -6px;
	position: relative;
}
.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
	color: #333;
	opacity: 1;
}
.cbp-vm-options a:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	display: inline-block;
}
/* General style of switch items' list */

.cbp-vm-switcher ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* Clear eventual floats */
.cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after {
	content: " ";
	display: table;
}
.cbp-vm-switcher ul:after {
	clear: both;
}
.cbp-vm-switcher ul li {
	/*	display: block;
	position: relative;*/
	display: block;
	position: relative;
	height: auto;
	overflow: hidden;
}
.cbp-vm-image {
	display: block;
	margin: 0 auto;
}
.cbp-vm-image img {
/*	display: inline-block;
	max-width: 100%;
	border: none;*/
}
.cbp-vm-title {
	margin: 0;
	margin: 0;
	padding: 0;
}
.cbp-vm-price {
	color: #c0c0c0;
}
.cbp-vm-add {
	color: #333;
	margin: 0px;
	display: block;
	transition: background 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
	font-size: 13px;
	border: 1px solid #ceced6;
	margin-left: 10px;
	margin-bottom: 10px;
}
.cbp-vm-add img {
	background-color: #333;
	padding: 5px;
	position: relative;
	float: left;
	height: 32px;
}
.cbp-vm-add span {
	position: relative;
	top: 7px;
	padding: 0px 8px;
}
.cbp-vm-add:hover {
}
.cbp-vm-add:before {
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Common icon styles*/ 
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.cbp-vm-grid:before {
	content: "\f00a";
}
.cbp-vm-list:before {
	content: "\f00b";
}
/* Individual view mode styles */

/* Large grid view */
.cbp-vm-view-grid ul {
}
.cbp-vm-view-grid ul li {
	width: 32%;
	display: inline-block;
	/*min-height: 320px;*/
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
	margin-bottom: 20px;
	margin-right: 1%;
	height: 390px;
}
.cbp-vm-view-grid .cbp-vm-title, .cbp-vm-title {
	width: 100%;
	overflow: hidden;
	height: 44px;
	text-align: center;
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: 500;
}
.cbp-vm-view-grid .cbp-vm-details {
	max-width: 300px;
	min-height: 70px;
	margin: 0 auto;
	display: none;
}
.cbp-vm-view-grid .cbp-vm-price, .cbp-vm-price {
	position: relative;
	float: left;
	color: #f47b01;
	font-size: 20px;
	width: 100%;
	text-align: center;
	font-weight: 500;
}
/* List view */
.cbp-vm-view-list li {
	padding: 10px 0px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	/* margin-bottom: 10px; */
	height: 122px !important;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}
a.cbp-vm-add:hover {
	text-decoration: none;
}
.cbp-vm-options .dx {
	width: 40%;
	margin: 0px;
}
.cbp-vm-options .sx {
	width: 60%;
	margin: 0px;
}
.cbp-vm-options .dx {
	text-align: right;
}

@media (max-width:1124px) {
.cbp-vm-view-list .cbp-vm-title {
	width: 360px;
}
.cbp-vm-price .apartireda {
	font-size: 16px;
}
.cbp-vm-options .titolo {
}
.cbp-vm-options {
	text-align: left;
}
.cbp-vm-view-grid ul li {
	height: 320px;
}
}

@media (max-width:778px) {
.cbp-vm-view-grid ul li {
	height: 440px;
}
.cbp-vm-view-grid ul li {
	width: 48%;
}
}

@media (max-width:500px) {
.cbp-vm-view-grid ul li {
	height: 330px;
}
.cbp-vm-options .pathway {
	margin-bottom: 0px;
}
.cbp-vm-options .titolo, .cbp-vm-options .dx, .cbp-vm-options .sx {
	width: 100%;
}
.cbp-vm-options .dx {
	margin: 10px 0px;
	text-align: left
}
.cbp-vm-icon.cbp-vm-list, .cbp-vm-icon.cbp-vm-grid {
	display: none;
}
.cbp-vm-options .select_module {
	top: inherit;
	float: left;
	width: 99%;
	margin-bottom: 5px;
}
.cbp-vm-view-grid ul li {
	width: 100%;
}
}
