/* main container */
.vms-container {
	display: flex;
	gap: 20px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-size: 16px !important;
}
.vms-container .vms-form-control-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	gap: 30px;
}
.vms-container .vms-form-control-input {
	display: flex;
	align-items: center;
}

/* elementi base */
.vms-container label {
	display: block;
}
.vms-container input {
	min-width: 200px;
	height: 44px;
	border: 0;
	margin-right: 10px;
	padding: 12px;
}

/* bottone zoom */
.vms-container .vms-open-zoom {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border: 0;
	text-align: center;
	padding: 0 !important;
}
.vms-container .vms-open-zoom::before {
	font-family: 'icons8_win10';
	content: '\e9fb';
}
.vms-container .vms-open-zoom span {
	display: none;
}

/* zoom container */
.vms-zoom-container {
	font-size: 20px !important;
}
.vms-zoom-container .vms-zoom-list {
	
}
.vms-zoom-container .vms-zoom-list li {
	display: block;
	padding: 20px 10px;
	cursor: pointer;
	background: var(--colgreyOne);
}
.vms-zoom-container .vms-zoom-list li:hover {
	background: var(--colgreyTwo);
}
.vms-zoom-container .vms-zoom-navbar .navbar,
.vms-zoom-container .vms-zoom-navbar .pagination {
	width: 100%;
	justify-content: center;
}

/* carrello html mode */
.basketHtml .product-features {
	flex-wrap: wrap;
}
.vms-basket-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
}
.vms-summary b {
	margin-right: 5px;
}
.vms-summary span {
	margin-right: 10px;
}

/* Cdr info container */
.vms-cdrinfo-container {
	font-size: 20px !important;
}

.vms-cdrinfo-container .vms-cdrinfo-list {
	
}

.vms-cdrinfo-container .vms-cdrinfo-list li {
	display: block;
	padding: 20px 10px;	
	background: var(--colgreyOne);
}