#div_diventa_ibo {
	position: fixed;
	top: 0;
	left: 0;
	color: green;
	width: 100%;
	background: #fafdf6;
	text-align: center;
	font-size: larger;
	padding: 15px;
	align-content: stretch;
	align-items: center;
	justify-content: space-evenly;
	max-height: 60px;
	z-index: 2;
}

#div_diventa_ibo a {
	color: green !important;
}

#div_diventa_ibo a:hover {
	color: black !important;
}

#div_primo_ordine_non_ancora_concluso {
	position: fixed;
	top: 0;
	left: 0;
	color: #a94442;
	width: 100%;
	background: #f2dede;
	text-align: center;
	font-size: larger;
	padding: 15px;
	align-content: stretch;
	align-items: center;
	justify-content: space-evenly;
	max-height: 60px;
	z-index: 2;
}

#div_primo_ordine_non_ancora_concluso a {
	color: #a94442 !important;
}

#div_primo_ordine_non_ancora_concluso a:hover {
	color: #000000 !important;
}

#div_header_ordine_conto_terzi {
	position: fixed;
	top: 0;
	left: 0;
	color: #a94442;
	width: 100%;
	background: #f2dede;
	text-align: center;
	font-size: larger;
	padding: 15px;
	align-content: stretch;
	align-items: center;
	justify-content: space-evenly;
	max-height: 60px;
	z-index: 2;
}

#div_header_ordine_conto_terzi a {
	color: #a94442 !important;
}

#div_header_ordine_conto_terzi a:hover {
	color: #000000 !important;
}

#div_accedi_virtual_office {
	position: fixed;
	top: 0;
	left: 0;
	color: #ffffff;
	width: 100%;
	background: #7699a5;
	text-align: center;
	font-size: larger;
	padding: 15px;
	align-content: stretch;
	align-items: center;
	justify-content: space-evenly;
	max-height: 60px;
	z-index: 2;
}

#div_accedi_virtual_office a {
	color: #ffffff !important;
}

#div_accedi_virtual_office a:hover {
	color: #c89f2d !important;
}

.warning_acquisto_starter_kit {
	color: #a94442;
	font-size: 13px;
	line-height: 1.5;
}

#div_msg_contoterzi {
	padding: 15px;
	margin-top: 30px;
	border: 1px solid #e0e0e0;
	font-weight: 500;
	font-size: 18px;
	color: black;
	background: white;
}

#div_msg_contoterzi p {
	font-size: 13px;
}

#div_msg_contoterzi a {
	cursor: pointer;
}

#wrapper_primo_ordine_ibo {
	background: #e9f5f1;
	padding: 25px;
	margin-bottom: 25px !important;
	margin-top: 0px !important;
}

#cart-subtotal-shipping div {
	display: block !important;
	margin-top: 15px;
	border-top: 1px solid white;
}

#cart-subtotal-shipping div:first-child {
	border-top: none;
}

#div_message_punti_fedelta {
	width: 100%;
	font-weight: 600;
}

.banner_punti_fedelta_ritiro_premi {
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	background: #e88998;
	padding: 15px;
	color: white;
}

.banner_punti_fedelta_accumulo_punti {
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	background: #cca395;
	padding: 15px;
	color: white;

}
.admin_product_panel_aggiorna_prezzi_in_base_cv_corrente{
	display: none !important;
}
.admin_product_panel_cv_equivalente_prezzo_carrello{
	display: none !important;
}
.admin_product_panel_pc_equivalente_prezzo_carrello{
	display: none !important;
}
.cart-preview #cart-subtotal-shipping .pc_cv_message{
	display: none !important;
}
.image-sticky-wrapper{
	display: none !important;
}
.featured-products .thumbnail-container .thumbnail-container-images .add-to-cart-block>div:not(:last-child), .product-miniature .thumbnail-container .thumbnail-container-images .add-to-cart-block>div:not(:last-child) {
	margin-bottom: 14px;
	margin-top: 40px !important;
	margin-right: -25px !important;
}
.accumulo{
	border-color: white !important;
}
#products {
	color: white !important;
}
.breadcrumb-wrapper .container{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.modal-content .pc_cv_message table{
	display: none !important;
}
.modal-content .pc_cv_message hr{
	display: none !important;
}
.modal-content .btn-secondary{
	display: none !important;
}
#_desktop_top_menu .sub-menu ul[data-depth="1"]>li>a {
	white-space: inherit !important;
}
#bon-cart-summary-product-list .cart-summary-line {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
#cart-subtotal-shipping .label{
	margin-right: 15px;
}
#cart-subtotal-products .label{
	margin-right: 15px;
}
.cart-total .label{
	margin-right: 15px;
}
#img_minisito {
	width: 130px;
	height: 130px;
	margin: auto;
	position: absolute;
	margin-top: -212.1px;
	border-radius: 100px;
	border: 3px solid #fff;
	left: 48%;
}
#header-minisito{
	width: -webkit-fill-available;
}

#raccolta-punti-accordion .accordion {
	width: 100%;
}

#raccolta-punti-accordion .accordion-item {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

#raccolta-punti-accordion .accordion-header {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#raccolta-punti-accordion .accordion-content {
	display: none;
	padding: 10px;
}

#raccolta-punti-accordion .icon {
	font-size: 20px;
	margin-left: auto;
	transform: rotate(90deg);
	transition: all 0.2s ease;
}

#raccolta-punti-accordion .open .icon {
	transform: rotate(0);
}
#raccolta-punti-accordion .accordion-item.open .accordion-content {
	display: block;
}
section#main {
	padding-left: unset !important;
	padding-right: unset !important;
}
@media only screen and (max-width:560px) {
	section#main {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#img_minisito {
		width: 130px;
		height: 130px;
		margin: auto;
		position: absolute;
		margin-top: -162.1px;
		border-radius: 100px;
		border: 3px solid #fff;
		left: 33%;
	}
}
/*.cart-grid-body .material-icons{*/
/*	visibility: hidden !important;*/
/*}*/

.bon-stock-countdown{
	display: none;
}
.custom_header_class{
	margin-top: 60px;
}
#_desktop_cart #div-share-cart{
	display: none !important;
}
.blockcart-modal-wrapper #div-share-cart{
	display: none !important;
}

@media only screen and (min-width:560px) {
	section.featured-products {
		overflow: hidden;
	}
	section.featured-products div.products {
		display: flex;
	}
}
