@charset "utf-8";

/* GOOGLE WEBFONTS */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');



@media only screen and (min-width: 1011px) {
	.table_un_demi_shop {
		float: left;
		width: 100%;
		max-width: 440px;
		margin: 0 0 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_demi_shop_dernier {
		float: right;
		width: 100%;
		max-width: 440px;
		margin: 0 0 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
}
@media only screen and (max-width: 1010px) {
	.table_un_demi_shop {
		float: left;
		margin: 0 0 15px 0;
		width: calc(49vw - 50px);
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_demi_shop_dernier {
		float: right;
		margin: 0 0 15px 0%;
		width: calc(49vw - 50px);
		border-spacing: 0;	
		table-layout: fixed;
	}
}
@media only screen and (max-width: 600px) {
	.table_un_demi_shop {
		margin: 0 auto 15px auto;
		width: 100% !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_demi_shop_dernier {
		margin: 0 auto 15px auto;
		width: 100% !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
}

.shop_cart_img {    
	max-height: 150px;
	display: block;
	margin: 0 auto;
	max-width: auto;    
	max-height: auto;
	border: 0;
	background-color: inherit;		
}

@media only screen and (min-width: 1011px) {
	.box_shop_cart {
		float: right;	
		width: 100%;
		max-width: initial;
	}
	.box_cart_img {
		float: left;
		margin-right: 20px;
		width: 100%;
		max-width: 150px;
		overflow: hidden;
		border: 1px solid #d9d9d9;
		padding: 10px;
	}
	.box_cart_item_desc {
		float: left;
		margin-right: 20px;
		width: 100%;
		max-width: 380px;
		overflow: hidden;
	}	
	.box_cart_item_qty {
		float: left;
		margin-left: 20px;
		width: 100%;
		max-width: 80px;
		overflow: hidden;
	}
	.box_cart_item_price {
		float: left;
		margin-left: 20px;
		width: 125px;
		overflow: hidden;
		text-align: right;
	}
	.box_cart_item_del {
		float: right;
		margin-left: 20px;
		width: 100%;
		max-width: 37px;
		overflow: hidden;
	}			
}

@media only screen and (max-width: 1010px) {
	
	.box_shop_cart {
		margin: 40px auto 10px auto;
		width: 100%;
		/*max-width: 750px;*/
		border-spacing: 0;	
		table-layout: fixed;		
	}
	.box_cart_img {
		display: block;
		margin: 0 auto 15px auto;
		width: auto;
		max-width: 150px;
		height: auto;
		border: 1px solid #d9d9d9;
		padding: 10px;
	}
	.box_cart_item_desc {
		margin: 0 auto 15px auto;
		width: 100%;
		max-width: 750px;
		border-spacing: 0;	
		table-layout: fixed;
		text-align: center;
	}
	.box_cart_item_qty {
		margin: 0 auto 15px auto;
		width: 100%;
		max-width: 750px;
		border-spacing: 0;	
		table-layout: fixed;
		text-align: center;
	}
	.box_cart_item_price {
		margin: 0 auto 15px auto;
		width: 100%;
		max-width: 750px;
		border-spacing: 0;	
		table-layout: fixed;
		text-align: center;
	}
	.box_cart_item_del {
		margin: 0 auto 15px auto;
		width: 100%;
		max-width: 750px;
		border-spacing: 0;	
		table-layout: fixed;
		text-align: center;
	}
}
.txt_prix_total_panier {
	font-weight: 600;
	font-size: 20px;
}
.txt_sous_total {
	font-weight: 600;
}
.txt_sous_total_2 {
	font-weight: 600;
}