/* *************************
		CUSTOM.CSS
   ************************* */
   
   
/* Immagini "in vigna" */
.image-layout-preset-style-poster .sppb-addon-image-layout-content {
	margin: 0 auto !important;
	width: 845px !important;
	background: none;
}

.hr-vigna {
	width: 60px;
	margin: 0 auto;
	border: 0px;
	height: 2px;
	background-color: #c7a900;
	border-top: 5px;
	display: block;
	margin-top: 0.5em;
}


.hr-chi-siamo {
	width: 60px;	
	border: 0px;
	height: 2px;
	background-color: #c7a900;
	border-top: 5px;
	display: block;
	margin-top: 0em;
	margin-bottom: 2.0em;
}

.hr-vigneti {
	width: 60px;	
	border: 0px;
	height: 2px;
	background-color: #c7a900;
	border-top: 5px;
	display: block;
	margin: 0em auto 2em;
}


/* Menu */

.sp-menu-item {
	text-transform: uppercase;
	font-weight: 700;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 700;
}

/* Menu Login */
.user-text {
	color: #fff;
	font-weight: 700;
}

/* Menu Login Background */
.sp-profile-wrapper .sp-profile-dropdown {
	background: #353232;
}


/* FOOTER */

.footer-copyright {
	text-align: center;
	color:  #ddd;
	font-size: 16px;
	font-weight: : bold;
	background: #2C2C2C;
}

.footer-designed {
	text-align: center;
	color:  #ddd;
	font-size: 14px;
	font-weight: : bold;
	background: #2C2C2C;
}

/* ******************************
   * GESTIONE COLORI HIKASHOP 
   ****************************** */

.hikashop_checkout_shipping_name {
	color: #fff;
}

.hikashop_checkout_shipping_price {
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
}

.table.table-striped.table-hover {
	color: #fff;
}

.hikashop_product_price_full {
	color: #fff;
	font-weight: bold;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
	color: #fff;
}

.hikashop_cart_total_row {
	font-weight: bold;
}

.table-hover > tbody > tr:hover > * {
	color: unset;
}