/* Date POST WIDGET ----------------------------- */
.custom_article_date_container, 
.custom_article_date_container
{
	position: absolute;
	top: 0;
	background-color: #987e4d;
	color: #fff;
	padding: 15px;

	font-family: "Roboto Slab", Sans-serif;
}
.custom_article_date_day
{
	font-size: 38px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
}
.custom_article_date_month
{
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 300;
}


/* INLINE DATE WIDGET ***************** */
.custom_article_date_text_day
{
	color: #fff;
    font-weight: 400;
}


/* Wishlist */
.enov_wishlist_button_wrapper{
	text-align: center;
    background: white !important;
	height: 30px;
	border: 1px solid var(--br-main-gold);
	margin-top: 5px;
}
.enov_wishlist_button{
	width: 100% !important;
	height: 100% !important;
}
.enov_wishlist_button_link{
    color: var(--e-global-color-primary) !important;
    margin: auto !important;
    display: block !important;
    font-weight: 400 !important;
	margin-top: 8px !important;
    font-size: 15px !important;
}
.enov_wishlist_button_link::after,.enov_wishlist_button_link::before{
	visibility: hidden;
	height: 0px !important;
}
.enov_wishlist_button_icon{
	margin-left : 8px;
}

/* Terms icons */
.enov_terms_icons{
	margin-bottom: 20px;
}
.enov_terms_icons_element{
	margin-right : 5px;
}