#shop {
	background-position: top;
	background-image: none !important;
	background-size: contain;
	background-repeat: no-repeat;
}

.shop-item {
	display: block;
	width: 250px;
	height: 375px;
	background-color: #efefef;
	padding: 10px;
	margin: 10px 20px 10px 0px;
	float: left;
	border-radius: 5px;
}

.shop-item > a {
	width: 100%;
	display: block;
	text-decoration: none;
}

#shop_img {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
}

.shop-descrip {
	font-family: inherit;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 18px;
	height: auto;
	width: 100%;
}
.shop-prix {
	font-size: 18px;
	font-weight: bold;
	color: darkmagenta;
	width: 100%;
	float: left;
}

.shop-btn-1 {
	width: 100%;
	float: left;
	text-align: center;
}

.shop-btn-2 {
	width: 70%;
	float: right;
	text-align: right;
}

.btn-shop {
	background-color: #814e91;
	padding: 3px 10px 3px 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: normal;
}

.btn-shop:hover {
	background-color: #555;
	text-decoration: none;
	color: #fff;
}

#product-show-img{
	width: 50%;
	float: left;
}

#product-show-txt {
	width: 50%;
	float: left;
	padding: 0px 20px 20px 20px;
}

.product-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}
.product-price {
	font-size: 36px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #ccc;
}

#shop-header-title {
	width: 50%;
	margin: auto;
	margin-top: 65px;
}

#shop-header-cart {
	width: 80px;
	padding-top: 5px;
	background-color: #f0f0f0;
	text-align: center;
	position: relative;
	border-radius: 45px;
	height: 80px;
	border: 0;
	font-weight: bold;
	margin: auto;
}

.shop-header-cart {
	width: 65px;
	background-color: #fff;
	text-align: center;
	border-radius: 0px;
	height: 61px;
	border: 0;
	font-weight: bold;
	display: block;
	position: absolute;
	right: 114px;
	bottom: 38px;
	font-family: tahoma;
	font-size: 14px;
	color: #ce0909;
	line-height: 18px;
	padding-top: 14px;
}

a.shop-header-cart:hover {
	background-color: #ac0e0e;
	text-decoration: none;
	color: #ffffff;
}

#shop-header-cart > a {
	font-family: krinkes;
	font-size: 25px;
}

#cart-detail {
	width: 100%;
	float: left;
	padding: 20px;
}

.product-cart {
	position: relative;
	float: left;
	width: 100%;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	padding: 20px;
}


#product-cart-desc {
	width: 50%;
	float: left;
}

#product-cart-total {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	min-width: 120px;
}

#cart_img {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
	float: left;
	margin-right: 20px;
}

td.cart-min {
	width: 15px;
}

td.cart-max {
	width: 15px;
}

td.cart-qte {
	width: 25px;
	text-align: center;
}

.min-btn {
	background-color: #aaa;
	border-radius: 15px;
	width: 25px;
	display: block;
	height: 25px;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.min-btn:hover {
	background-color: #555;
	color: #fff;
}

td.cart-subtotal {
	font-weight: bold;
	font-size: 18px;
	padding-left: 10px;
}

table.cart-qte {
	width: 100%;
}

table.total {
	width: 100%;
}

td.total-amount {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}

td.total-label {
	font-size: 20px;
	font-weight: bold;
}
.cart-space {
	border-color: #ccc;
	margin-top: 10px;
	border-width: 2px;
}

#cart-paiement {
	float: left;
	width: 100%;
	padding: 20px;

}
#cart-account {
	width: 49%;
	float: left;
	background-color: #f0f0f0;
	padding: 5px;
}

#cart-anom {
	width: 49%;
	float: right;
	background-color: #f0f0f0;
	padding: 5px;
}

.cart-subtitle {
	font-size: 24px;
	color: darkmagenta;
}

textarea.form-control {
	height: 30px;
}

#news_img > img {
	width: 100%;
}

#block-notice-cart > ul > li {
	font-size: 18px;
}

#bar-lang {
	position: absolute;
	top: 15px;
	right: 10px !important;
	text-align: right;
	width: 200px;
	left: unset;
}

#header-shop {
	background-color: #64328a;
	height: 110px;
	position: relative;
	background-size: cover;
	background-position: right;
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.32);
	max-width: 1905px;
	margin: auto;
	width: 100%;
	margin-top: 20px;
	background-image: none;
	background-image: url("../img/backgrounds/headervierge.jpg");
}

#shop > .container.body-container {
	margin-top: 50px;
	background-color: inherit !important;
	background-size: auto;
	background-position: top right;
	background-image: none !important;
	background-repeat: repeat-x;
}

.top-menu-maxi {
	margin-top: 21px;
}

#navbar3 {
	width: 40%;
	float: left;
	text-align: right;
	height: 100px;
	padding-left: 19px;
}

a.topmenu {
	color: #555;
	text-decoration: none;
}

a.topmenu:hover {
	color: purple;
	text-decoration: none;
}

.titre-page-cuteevil {
	font-family: apalu;
	font-size: 35px;
	margin-top: 20px;
	display: block;
}

#bottom {
	position: relative;
	width: 100%;
	height: 250px;
	background-color: #64328a;
}

#bottom-logo {
	width: 50%;
	float: left;
	padding: 30px;
}

#bottom-menu1 {
	width: 25%;
	float: left;
	padding: 30px;
	text-align: right;
}


#bottom-menu2 {
	width: 25%;
	float: left;
	padding: 30px;
	text-align: right;
}

#bottom-menu1 > a {
	color: #fff;
}

#bottom-menu2 > a {
	color: #fff;
}

#toutvabienbottom {
	width: 100px;
	position: absolute;
	top: -25px;
	left: 10px;
}

.topmenu {
	font-size: 20px;
}

.blocksearch-title {
	background-color: #999;
	display: inline-block;
	width: 100%;
	padding: 2px 1px 2px 5px;
	color: #fff;
	font-weight: normal;
}

#shop_product_search_ProductChapitre {
	width: 100%;
	border-radius: 0px;
	padding: 2px 2px 2px 2px;
	height: 28px;
	background-color: #999;
	border-color: #999;
	color: #fff;
	float: right;
	margin-right: 0px;
}

#prebottom {
	background-color: #f0f0f0;
	padding-top: 50px;
	padding-bottom: 50px;
}

#prebottom1 {
	width: 33%;
	display: inline-block;
	text-align: center;
}

.logoshopbottom {
	width: 60px;
}

#shop_product_search_OrderKeyDirection {
	width: 135px;
	border-radius: 5px;
	padding: 2px 2px 2px 2px;
	height: 28px;
	background-color: #aaa;
	border-color: #aaa;
	color: #fff;
	float: right;
	margin-right: 15px;
}

.titre3 {
	font-size: 35px !important;
	line-height: 1.3;
}


#barcart {
	display: none;
}

#bottom-bar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #333;
	padding: 2px 10px 2px 10px;
	height: 75px;
	color: #fff;
	text-align: center;
}

.iconshop {
	padding-top: 3px;
}

#top-menu1 li {
	padding-right: 10px !important;
}

#barchat {
	left: 10px !important;
}

#shop-header-title {
	padding-top: 0px !important;
}

#toggleButton {
	font-size: 15px;
	margin-left: 10px;
	padding: 3px;
	background-color: #aaa;
	border: none;
	color: #fff;
	border-radius: 5px;
}

#logo-central {
	max-width: 218px !important;
	width: 218px; 
	margin-left: 130px;
}

.top-menu-mini {
	margin-top: 0px !important;
}