.shop-item {
	display: block;
	width: 250px;
	height: 360px;
	background-color: #f0f0f0;
	padding: 10px;
	margin: 10px 20px 10px 0px;
	float: left;
}

.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: bold;
	line-height: 18px;
	height: 40px;
}

.shop-prix {
	font-size: 20px;
	font-weight: bold;
	color: darkmagenta;
}

.shop-btn-1 {
	width: 30%;
	float: left;
}

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

.btn-shop {
	background-color: #aaa;
	padding: 1px 5px 1px 5px;
	width: 100px;
	border-radius: 5px;
	color: #fff;
}

.btn-shop:hover {
	background-color: #814e91;
	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: 36px;
	font-weight: bold;
}

.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: antiquewhite;
	text-align: center;
	position: absolute;
	top: unset;
	float: right;
	border-radius: 45px;
	height: 80px;
	border: 0;
	left: unset;
	font-weight: bold;
	bottom: 10px;
	right: 10px;
}

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

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

.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: 150px;
	height: 150px;
	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;
}

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

table.total {
	width: 100%;
}

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

td.total-label {
	font-size: 24px;
	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: 100px;
}

#news_img > img {
	width: 100%;
}
