/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


#custom-text, .testimonials-wrapper, #custom-text+a.banner, .promo-home{
	display:none;
}

footer#footer .footer-one .row > .footer-block.links{
	opacity: 0;
	flex: 0 0 15%;
}

footer{
	background: #f8f8f8;
	margin-top: 70px;
}

.owl-nav > div:hover{
	background-color:#973668;
	border-color:#973668;
}

.top-menu[data-depth="1"] > li > a:hover{
	color:#973668;
}

.payment-logos a:hover{
	color:#ffffff;
}

.form-control:focus{
	border-color:#973668;
}

.custom-radio input[type="radio"]:checked + span{
	-webkit-box-shadow: inset 0 0 0 6px #973668;
	box-shadow: inset 0 0 0 6px #973668;
	border-color:#973668;
}

#content .ps-alert-success .item i{
	text-align: center;
	width: 100%;
	display: inline-block;
}
#content .ps-alert-success .item i svg{
	height:100px;
	width:100px;
}

.block-promo .promo-code-button{
	color:#973668 !important;
}

.image-parrainage{
	position: absolute;
	bottom: -155px;
	left: -280px;
	height: 130px;
	width: 260px; 
	padding: 14px 15px;
	border: 1px solid #e7e7e7;
	border-radius: 4px; 
	display:flex;
}

.image-parrainage .block-icon{
	flex: 0 0 40px; 
	max-width: 40px;
}

.image-parrainage .item-descr .block-title{
	font-weight:600;
}

.btn-to-top:hover{
	background:#973668 !important;
}
.blockreassurance_product p.block-title{
	line-height:1.5em;
}
ul[data-depth="3"]{
	margin-left:10px;
}
ul[data-depth="3"] li{
	margin-bottom:0px !important;
}
ul[data-depth="3"] li a{
	font-size:11px !important;
	color: #bbbbbb !important;
	text-transform: capitalize !important;
}
ul[data-depth="3"] li a:hover{
	color: #973668 !important;
}
/* .category-cover{ */
	/* display:flex; */
	/* justify-content:center; */
/* } */

#top-menu > .category > .popover{
	max-height:calc(100vh - 220px);
}
.home-banner__product .wrapper-buy{
	flex-direction:column;
}
a#cta-terms-and-conditions-0{
	color: #973668;
}

@media (min-width: 1500px) {
	.header-top .container, .header-nav .container{
		width:1400px;
	}
}

@media (max-width: 991px) {
	.image-parrainage{
		position:static;
	}
	
	#top-menu > .category > .popover {
	  max-height: none !important;
	}
}