/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.btn-primary{
	background-color:#662D91;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover{
	background-color:#511b7a;
}
a{
	color:#662D91;
}
a:hover{
	color:#511b7a;
}
#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view:hover, .product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view:hover{
	color:#662D91;
}
header #logo-top #_desktop_logo{
	text-align:center;
}

#header .header-top{
	background-color: #662D91;
	padding-bottom:0;
	margin-top:10px;
}
#header .header-top .menu{
	margin-bottom:0;
}

#header .header-top .menu #top-menu{
	margin: 0;
}
#header .header-top a[data-depth="0"]{
	color: #fff;
	padding:15px 20px;
}

.search-widget form input[type="text"]{
	line-height:20px;
	border-radius: 5px;
	background-color: transparent;
	border:1px solid #3D1560;
}
#header .search-widget form input{
	color: #CEA5F2;
}
#header .header-nav{
	border-bottom:none;
	margin-bottom:10px;
}
.search-widget form button[type="submit"]{
	color: #fff;
}
input::placeholder, textarea::placeholder{
	color:#AE71E2;
}
#header .header-top .search-widget{
	margin-top: 4px;
	margin-bottom:4px;
}
#header .header-top .form-control:focus{
	border: none;
}
#header.is-open .header-top{
	background-color:#662D91;
	padding:5px 0;
}
@media (max-width:767px) {
	#header .header-top{
		padding:5px 0;
	}
}
#mobile_top_menu_wrapper{
	background-color:transparent;
}
.carousel .carousel-inner{
	height:320px;
}
#homecategoriez ul li img{
	border:none;
	max-width: 100%;
	height: auto;
}
#homecategoriez ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#homecategoriez li{
	margin-bottom:30px;
}
#homecategoriez li .wrapper{
	background-color:#fff;
	border: 1px solid #eee;
	padding:15px;
	height: 100%;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container{
	height: 405px;
}

footer .footer-container{
	background-color:#662D91;
	color:#e2c7f6;
}
footer .footer-container .block-contact,
footer .footer-container .block-contact a{
	color:#e2c7f6;
}

footer .footer-container .h3,
footer .footer-container .h4,
footer #block_myaccount_infos .myaccount-title a{
	color:#fff;
}

footer .footer-container li a{
	color:#e2c7f6;
}
footer .footer-container li a:hover{
	color:#fff;
}
#footer .footer-copyright{
	background-color:#333;
	color:#999;
}
#footer .footer-copyright p{
	margin-bottom:0;
	line-height:40px;
	font-size:14px;
}
#footer .footer-copyright p.woiteh{
	text-align:right;
}
#footer .footer-copyright p.woiteh a{
	color: #888;
	transition:all ease-in-out 0.3s;
}
#footer .footer-copyright p.woiteh a:hover{
	color: #eee;
}