.shop-item {
	display: block;
	width: 32%;
	height: auto;
	background-color: transparent;
	padding: 0px;
	margin: 0px 1% 20px 0px;
	float: left;
	border-radius: 2px;
	border-color: #000000;
	border-style: double;
	border-width: 0px;
}

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

.shop-item-product {
	display: block;
	width: 19%;
	height: auto;
	background-color: transparent;
	padding: 0px;
	margin: 0px 1% 20px 0px;
	float: left;
	border-radius: 2px;
	border-color: #000000;
	border-style: double;
	border-width: 0px;
}

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

.shop-descrip {
	font-family: inherit;
	font-size: 18px;
	color: #210e3b;
	font-weight: revert;
}

.shop-prix {
	font-size: 18px;
	font-weight: bold;
	color: #cb698f;
}

.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;
	box-sizing: border-box;
}

.product-price {
	font-size: 30px;
	margin-top: 0px;
	color: #cb698f;
}

#shop-header-title {
	width: 50%;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

.shop-header-title {
	width: 50%;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

#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 > a {
	font-family: krinkes;
	font-size: 25px;
}

#cart-detail {
	width: 100%;
	float: left;
	padding: 0px !important;
}

.product-cart {
	position: relative;
	float: left;
	width: 100%;
	background-color: #ddd;
	margin-bottom: 20px;
	padding: 20px;
	height: 180px;
	border-radius: 5px;
}

#product-cart-desc {
	width: 75% !important;
	float: left !important;
}

#product-cart-total {
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	width: 25%;
	margin-top: 50px;
}

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

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

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

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

.min-btn {
	background-color: #333;
	border-radius: 20px;
	width: 30px;
	display: block;
	height: 30px;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-top: -1px;
	padding-bottom: 30px;
}

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

td.cart-subtotal {
	font-weight: bold;
	font-size: 20px;
	color: #333;
}

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

table.total {
	width: 100%;
}

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

td.total-label {
	font-size: 20px;
	font-weight: bold;
	color: #777;
}
.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%;
}

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

#product-show-img {
	width: 50%;
	float: left;
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
	box-sizing: border-box;
}

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

/* boutons radio taille */

.l-radio {
  padding: 6px;
  border-radius: 50px;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.2s ease;
  margin: 8px 0;
  -webkit-tap-highlight-color: transparent;
}
.l-radio:hover, .l-radio:focus-within {
  background: rgba(159, 159, 159, 0.1);
}
.l-radio input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #9F9F9F;
  box-shadow: inset 0 0 0 1.5px #9F9F9F;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.l-radio input:focus {
  outline: none;
}
.l-radio input:checked {
  box-shadow: inset 0 0 0 6px #6743ee;
}
.l-radio span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}

#timeline-cart > div {
	width: 28%;
	display: inline-block;
	text-align: center;
	color: #888;
}

#timeline-cart {
	border-style: solid;
	border-width: 1px;
	border-color: #64328a;
	margin-top: 50px;
}

.timeline-cart-arrow {
	width: 4% !important;
}

#promocode {
	float: left;
	width: 100%;
	text-align: right;
}

#code_promo_paiement_save {
	height: 35px;
	padding: 5px 15px;
	width: 100px;
	display: inline-block;
	font-size: 16px;
	background-color: #814e91 !important;
	border-color: #814e91;
}

#code_promo_paiement_save:hover {
	background-color: #a8486e !important;
	border-color: #a8486e !important;
}

#promocode > form > .form-group {
	display: inline-block;
	width: unset !important;
	float: right;
	margin-bottom: 0px !important;
}

#code_promo_paiement_PaiementCode {
	display: inline-block !important;
	width: 250px !important;
	border-radius: 5px;
	float: none !important;
}

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

#cart-paiement {
	float: right;
	width: 370px;
	padding: 20px;
}

#liv-addr {
	width: 46%;
	display: inline-block;
}

.cart-pay-col {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	height: 270px;
}

.list-product {
	overflow-x: hidden;
	height: 270px;
}

.cart-pay-col-space {
	width: 2%;
	display: inline-block;
}

#cart_img_detail {
	width: 85px;
	height: 85px;
	background-size: cover;
	background-position: center;
	float: left;
	margin-right: 10px;
}

.shop-descrip_detail {
	font-family: inherit;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 18px;
	height: 40px;
}

td.cart-subtotal-detail {
	font-weight: bold;
	font-size: 16px;
}

td.cart-qte-detail {
	width: 25px;
	text-align: center;
	font-size: 16px;
}

.product-cart-detail {
	position: relative;
	float: left;
	width: 100%;
	background-color: #ccc;
	margin-bottom: 20px;
	padding: 10px;
	height: 100px;
	border-radius: 5px;
}

#blocksearch {
	width: 20%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

#blockresult {
	width: 78%;
	float: right;
	margin-left: 0%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
}

.cat_product {
	width: 100%;
}

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

.form-check-label {
	font-weight: normal;
	font-size: 18px;
	color: #333;
}

.blocksearch-form {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

#shop_product_search_save {
	width: 100%;
	font-size: 20px;
}

.shop-info-product {
	padding: 2px 2px 2px 2px;
	text-align: center;
	background-color: tranparent;
	border-radius: 2px;
	height: 65px;
}

.shop-info-product:hover {
	background-color: ;
	text-align: center;
	color: #cb698f;
}

.shop-descrip:hover {
	background-color: ;
	text-align: center;
	color: #cb698f;
}

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

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

#shop_product_search_accessoires_OrderKeyDirection {
	width: 135px;
	border-radius: 5px;
	font-size: 14px;
	padding: 2px 2px 2px 2px;
	height: 28px;
	font-family: Renner;
	background-color: #64328a;
	border-color: #64328a;
	color: #fff;
	float: right;
	margin-right: 15px;
}

#shop_product_search_accessoires_ProductChapitre {
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
	padding: 2px 2px 2px 2px;
	height: 28px;
	font-family: Renner;
	background-color: #64328a;
	border-color: #64328a;
	color: #fff;
	float: right;
	margin-right: 0px;
}
option {
	font-family: arial;
	font-size: 12px;
}

.product-show-subtitle {
	border-bottom: 1px dotted #aaa;
	margin-top: 40px;
}

.product-color {
	border-bottom: 1px dotted #aaa;
	margin-top: 20px;
}

.product-desc {
	color: #333;
}

.chapitre1-page1-p1-link {
	cursor: zoom-in;
}

.slide {
	text-align: center;
}

.addtocart {
	color: #fff !important;
	background-color: whitesmoke !important;
	border-color: #555 !important;
	font-size: 20px !important;
	border-radius: 5px !important;
	padding: 2px 30px 2px 30px !important;
	margin-top: 5px !important;
	width: 100% !important;
	height: 50px !important;
	border-width: 1px;
}

.addtocart:hover {
	color: #fff !important;
	background-color: #a6fba6 !important;
	border-color: #a6fba6 !important;
}

.product-vignette {
	border-style: solid;
	border-width: 1px;
	border-color: #555;
	border-radius: 3px;
}

.controls {
	margin-top: 15px;
}

#main-product {
	width: 100%;
	display: inline-block;
}

.msg-cart {
	text-align: center;
	margin-bottom: 20px;
}

.shippingaddress {
	display: block;
	background-color: #888;
	padding: 5px;
	font-weight: bold;
	width: auto;
	color: #fff;
}

.shippingaddress-content {
	padding: 5px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #888;
	border-radius: 3px;
	color: #888;
}

.shipping-space {
	display: inline-block;
	width: 4%;
}

.form-address {
	width: 100%;
}

.form-address-table {
	border-spacing: 5px 20px;
	border-collapse: separate;
}

#cart-paiement-bilan {
	width: 100%;
	text-align: left;
	display: inline-flex;
	flex-direction: row-reverse;
}

#cart-total-bilan {
	width: 31%;
	margin-right: 15px;
}

.code-valid {
	display: block;
	width: 350px;
	float: right;
	background-color: cadetblue;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	color: honeydew;
}

.code-valid {
	display: block;
	width: 350px;
	float: right;
	background-color: cadetblue;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	color: honeydew;
}

.code-invalid {
	display: block;
	width: 350px;
	float: right;
	background-color: darkred;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	color: honeydew;
}

.tog-link {
	float: right;
}

a.chapitre1-page1-p1-link > img {
	width: 100%;
}

.product-title-small {
	display: none;
}

.product-price {
	font-size: 30px;
	margin-top: 20px;
	color: #cb698f;
}

.approuv-cgv {
	width: 100%;
	text-align: right;
	margin-top: 20px;
	padding-right: 15px;
}

#paiement-detail {
	width: 100%;
	max-width: 400px;
	margin: auto;
}

.addtocart > img {
	height: 30px;
}

.addtocart1 {
	color: #fff !important;
	background-color: #814e91 !important;
	border-color: #814e91 !important;
	font-size: 20px !important;
	border-radius: 5px !important;
	padding: 5px 30px 3px 30px !important;
	margin-top: 5px !important;
	min-width: 300px;
	font-weight: bold;
}



.info-livraison {
	width: 97%;
	display: inline-block;
	margin-top: 50px;
	color: #bbb;
}

#search-form {
	width: 100%;
}

.shopcat {
	display: inline;
}

.shopsearch {
	display: inline;
}

.shopcat-item {
	margin-right: 20px;
	font-size: 22px;
	letter-spacing: 1px;
}

li {
	list-style: circle;
	margin-left: 15px;
}

.cart-descrip {
	color: #222;
}

.blocksearch-title > a {
	color: #fff !important;
}

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

.shop-descrip {
	font-family: inherit;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 18px;
	height: 25px;
}

.alert {
	background-color: orangered;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	position: fixed;
	width: 50%;
	left: 25%;
	z-index: 1000;
}

#cart-paiement {
	float: right !important;
	width: 340px !important;
	padding: 20px !important;
}

#code_promo_paiement_PaiementCode {
	display: inline-block !important;
	width: 250px !important;
	border-radius: 5px;
	float: none !important;
}

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

.shop-descrip-gift {
	font-family: inherit;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 18px;
	height: 50px;
	width: 100%;
}
