@charset "utf-8";

/*.box_content {
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.55em;
	letter-spacing: 0.04em;
}*/

.box_content_shop {
	width: 100%;
	background-color: #ffffff;
	position: relative;
	top: 0;
	left: 0;
}
.box_content_shop_inner {
	/*max-width: 1280px;*/	
	margin: 0 auto;
	padding: 50px 10px 50px 10px;
}

.box_shop_list_img_2 {
	width: 100%;
	height: calc((100vw / 4) - 130px);
	padding: 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
	background-color: transparent;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	/*border: 1px solid#d9d9d9;*/
}	
.box_shop_list_text {	
	width: 100%;
	/*max-width: 400px;*/
	padding: 0;
	text-align: center;
	margin-top: 15px;
}	

.table_un_quart_shop {
	display: inline-block;		
	width: calc((100vw / 4) - 128px);
	/*width: 225px;*/
	margin: 0 20px 85px 20px;
	border-spacing: 0;	
	table-layout: fixed;
	vertical-align: top;
	cursor: pointer;				
}	

.table_un_quart_shop:hover > .zoom_container {
	border: 2px solid #eeeeee;
}


@media only screen and (max-width: 1520px) {
	.table_un_quart_shop {
		width: calc((100vw / 3) - 154px);
		margin: 0 20px 85px 20px;
	}	
	.table_un_quart_shop:hover > .zoom_container {
		border: 2px solid #eeeeee;
	}

	.box_shop_list_img_2 {	
		height: calc((100vw / 3) - 156px);
	}

}
@media only screen and (max-width: 1200px) {
	.table_un_quart_shop {	
		width: calc((100vw / 2) - 230px);
		margin: 0 30px 85px 30px;
	}	
	.table_un_quart_shop:hover > .zoom_container {
		border: 2px solid #eeeeee;
	}
	.box_shop_list_img_2 {	
		height: calc((100vw / 2) - 232px);
	}
}
@media only screen and (max-width: 880px) {
	.table_un_quart_shop {	
		width: calc(100vw - 358px);
		margin: 0 10px 85px 10px;
	}	
	.table_un_quart_shop:hover > .zoom_container {
		border: 2px solid #eeeeee;
	}
	.box_shop_list_img_2 {	
		height: calc((100vw) - 360px);
	}
}

@media only screen and (max-width: 700px) {
	.table_un_quart_shop {	
		width: calc(100vw - 58px);
		margin: 0 10px 85px 10px;
	}	
	.table_un_quart_shop:hover > .zoom_container {
		border: 2px solid #eeeeee;
	}	
	.box_shop_list_img_2 {	
		height: calc((100vw) - 60px);
	}
}

@media only screen and (min-width: 1221px) {
	.table_un_demi_shop {
		float: right;
		width: 100%;
		max-width: 515px;
		margin: 0 0 15px 40px;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_demi_shop_dernier {
		float: left;
		width: 100%;
		max-width: 515px;
		margin: 0 0 15px 0;
		border-spacing: 0;	
		table-layout: fixed;
	}
}
@media only screen and (max-width: 1220px) {
	.table_un_demi_shop {
		float: right;
		margin: 0 0 15px 3%;
		width: 48.5% !important;
		border-spacing: 0;	
		table-layout: fixed;
	}
	.table_un_demi_shop_dernier {
		float: left;
		margin: 0 0 15px 0%;
		width: 48.5% !important;
		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;
	}
}


/* BEGIN FILTER */
@media only screen and (min-width: 701px) {

	.box_on_sale_toggle_1 {
		font-size: 20px;
		margin-top: -20px;
		margin-bottom: 50px;
		padding: 10px;
		cursor: pointer;
	}
	.box_on_sale_toggle_2 {
		display: none;
	}	

	.box_btn_shop_filter, .box_btn_shop_filter_hide {
		display: none;
	}
	.box_shop_listing {
		display: inline-block;
		width: calc(100% - 300px);
		vertical-align: top;
		font-size: 0;
	}

	.box_shop_filter, .box_shop_filter_hide {
		float: left;
		width: 250px;
		margin-right: 50px;
		/*width: calc(20vw - 20px);*/
		/*margin-right: calc(2vw);*/
		font-size: 0;
	}
	.box_shop_filter a:link, .box_shop_filter_hide a:link {
		text-decoration: none;
	}
	.box_apply_filter_hide {
		display: none;
	}
	.box_apply_filter {
		display: inherit;
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: #eeeeee;
		border-top: 1px solid #cccccc;
		width: 100%;
		z-index: 10000;
		padding: 10px 0 15px 0;
	}
	.box_a_extra_filter {
		/*height: auto;*/
	}
	.box_shop_a_filter {
		padding: 15px 5px 15px 5px;
		font-size: 0;
	}
	.box_shop_a_filter_inner_1 {
		float: left;
		width: 17px;
		font-size: 13px;
		vertical-align: top;
	}
	.box_shop_a_filter_inner_2 {
		float: left;
		font-size: 17px;
	}
	.a_filter:link, .a_filter:visited {
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		font-style: normal;
		color: #2a2a2a;	
		font-variant: normal;
		font-weight: 500;
		line-height: 1.4em;
		letter-spacing: 0.08em;
		display: block;
		margin-bottom: 8px;	
	}
	.a_filter:hover, .a_filter:visited:hover {
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		font-style: normal;
		color: #2a2a2a;	
		font-variant: normal;
		font-weight: 500;
		line-height: 1.4em;
		letter-spacing: 0.08em;
		display: block;
		margin-bottom: 8px;	
	}
}
@media only screen and (max-width: 700px) {

	.box_on_sale_toggle_1 {
		font-size: 20px;
		margin-top: -20px;
		margin-bottom: 80px;
		padding: 10px;
		cursor: pointer;
	}
	.box_on_sale_toggle_2 {
		font-size: 20px;		
		margin-bottom: 40px;
		padding: 20px 10px 10px 10px;
		cursor: pointer;
	}

	.box_shop_filter {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 5000;	
		background-color: #ffffff;
		overflow-y: scroll;
	}

	.box_shop_listing {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.box_shop_filter_hide {
		display: none;
	}
	.box_shop_filter a:link {
		text-decoration: none;
	}
	.box_btn_shop_filter {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 5000;
		text-align: center;
		background-color: #f37221;
		color: #ffffff;
	}
	.box_btn_shop_filter_hide {
		display: none;
	}
	.box_btn_shop_filter a:link, .box_btn_shop_filter_hide a:link {
		text-decoration: none;
	}
	.box_btn_shop_filter_type {
		display: block;
	}
	.box_btn_shop_filter_type a:link {
		color: #ffffff !important;
	} 
	.box_btn_shop_filter_type_hide {
		display: none;
	}
	.box_btn_shop_filter_action_1 {
		display: block;
	}
	.box_btn_shop_filter_action_1 a:link {
		color: #ffffff !important;
	}
	.box_btn_shop_filter_action_1_hide {
		display: none;
	}
	.box_btn_shop_filter_action_2 {
		display: block;
	}
	.box_btn_shop_filter_action_2 a:link {
		color: #ffffff !important;
	}
	.box_btn_shop_filter_action_2_hide {
		display: none;
	}
	.box_shop_filter_1 {
		display: block;
		margin: 20px 10px 60px 10px;
	}
	.box_shop_filter_1_hide {
		display: none;
	}
	.box_apply_filter, .box_apply_filter_hide {
		display: none;
	}
	.box_shop_filter_2 {
		display: block;
		margin: 20px 10px 60px 10px;		
	}
	.box_shop_filter_2_hide {
		display: none;
	}
	.box_shop_a_filter {
		padding: 15px 5px 25px 15px;
		font-size: 0;
	}
	.box_shop_a_filter_inner_1 {
		float: left;
		width: 20px;
		font-size: 13px;
		vertical-align: top;
	}
	.box_shop_a_filter_inner_2 {
		float: left;
		font-size: 20px;
	}	
	.a_filter:link, .a_filter:visited {
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		font-style: normal;
		color: #2a2a2a;	
		font-variant: normal;
		font-weight: 500;
		line-height: 1.4em;
		letter-spacing: 0.08em;
		display: block;
		margin-bottom: 8px;				
	}
	.a_filter:hover, .a_filter:visited:hover {
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		font-style: normal;
		color: #2a2a2a;	
		font-variant: normal;
		font-weight: 500;
		line-height: 1.4em;
		letter-spacing: 0.08em;
		display: block;
		margin-bottom: 8px;		
	}	
}
/* END FILTER */

.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: 1221px) {

	.box_shop_item_space_2 {
		clear: none;
	}		
	.box_shop_item_space_3 {
		clear: both;
	}

	.box_shop_item_img_list_out {
		float: left;
		width: 100%;
		max-width: 387px;
		margin: 0 47px 0 0;
	}
	.box_shop_item_img_list_inner {				
		padding: 8px;
		border: 1px solid #e2e2e2;
	}	
	.box_shop_item_img_list {
		float: left;
		width: 100%;
		max-width: 369px;
		height: 550px;
		position: relative;
		top: 0;
		left: 0;
		background-color: #ffffff;
		display: table-cell;
		vertical-align: middle;	
	}	
	.box_shop_item_img_list_2_out {
		float: left;		
		width: 100%;
		/*max-width: 118px;*/
		max-width: 29%;		
		/*margin: 0 6px 11px 5px;*/
		margin: 0 1% 25px 1%;
		/*width: 100px;
		height: 100px;*/
		background-color: #ffffff;
		display: table-cell;
		vertical-align: middle;	
	}	
	/*.box_shop_item_img_list_2_inner {				
		padding: 8px;
		border: 1px solid #e2e2e2;
	}	*/
	.shop_item_img_list {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		/*max-width: 100px;
		max-height: 100px;		*/
		height: auto;		
		
	}		
	
	.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: 450px;
		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;
	}	
	.btn_continuer_magasiner {
		float: left;	
		margin-bottom: 15px;	
	}	
	.btn_passer_caisse {
		float: right;
		margin-bottom: 15px;
	}	

	/*.box_search_boutique_2 {
    display: inline-block;
		width: 100%;
		max-width: 560px;
		padding: 0;
		margin: 0 0 0 0;				
	}*/
	.box_sort_boutique_2 {
    display: inline-block;
		padding: 0;
		margin: 0 30px 20px 35px;
		width: 100%;
		max-width: 360px;		
	}
	.box_search_sort_2 {
    padding-bottom: 25px;
    text-align: right;
	}		

}

@media only screen and (max-width: 1220px) {

	.box_shop_item_space_2 {
		clear: both;
	}		
	.box_shop_item_space_3 {
		clear: none;
	}

	.box_shop_item_img_list_out {
		margin: 30px auto 15px auto;
		width: 90%;
		/*max-width: 387px;*/
		border-spacing: 0;	
		table-layout: fixed;	
	}
	.box_shop_item_img_list_inner {				
		padding: 8px;
		border: 1px solid #e2e2e2;
	}
	.box_shop_item_img_list {
		/*float: left;*/
		/*width: 100%;*/
		display: block;
		margin: 0 auto;
		height: 400px;
		max-width: 371px;
		background-color: #ffffff;
		/*display: table-cell;
		vertical-align: middle;	*/
	}	
	.box_shop_item_img_list_2_out {
		float: left;
		width: 100%;	
		/*max-width: 118px;
		margin: 0 6px 11px 5px;*/

		max-width: 31%;		
		margin: 0 1% 25px 1%;

		background-color: #ffffff;	
		display: table-cell;
		vertical-align: middle;		
	}	
	/*.box_shop_item_img_list_2_inner {		
		padding: 8px;
		border: 1px solid #e2e2e2;
	}	*/
	.shop_item_img_list {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		/*max-width: 100px;
		max-height: 100px;*/
	}	
	
	.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;
	}
	.btn_continuer_magasiner {
		float: right;	
		margin-bottom: 15px;		
	}
	.btn_passer_caisse {
		float: right;
		margin-bottom: 15px;
	}	

	.li_shop_cat_special {
		display: none !important;
	}

	/*.box_search_boutique_2 {
    display: inline-block;
		width: 100%;
		max-width: 560px;
		padding: 0;
		margin: 0 0 0 0;
	}*/	
	.box_sort_boutique_2 {
    display: inline-block;
		padding: 0;
		margin: 0 30px 20px 35px;
		width: 100%;
		max-width: 360px;		
	}
	.box_search_sort_2 {   
    padding-bottom: 25px;
    text-align: right;
	}		

}

@media only screen and (min-width: 701px) {
	.btn_passer_caisse {
		float: right;
		margin-bottom: 15px;
	}
	.btn_continuer_magasiner {
		float: left;
		margin-bottom: 15px;
	}	
}
@media only screen and (max-width: 700px) {
	.btn_passer_caisse {
		float: right;		
		clear: both;
		margin-bottom: 15px;	
	}
	.btn_continuer_magasiner {
		float: right;	
		clear: both;
		margin-bottom: 15px;		
	}
}

@media only screen and (max-width: 1033px) {
	/*.box_search_boutique_2 {
		float: none;
    display: block;
    margin: 0 auto 0 auto;      
		width: 100%;
		max-width: 560px;
		border-spacing: 0;	
		table-layout: fixed;	
		padding: 0;			
	}*/
	.box_sort_boutique_2 {
		float: none;   
    display: block;
    margin: 0 auto 20px auto;    
		position: initial;
		top: initial;
		left: initial;
		transform: initial;
		width: 100%;
		max-width: 360px;    
		border-spacing: 0;	
		table-layout: fixed;
		padding: 0;			
		/*margin: 0 0 20px 0;		*/
	}
	.box_search_sort_2 {   
    padding-bottom: 25px;
	}	
}

@media only screen and (min-width: 1221px) {
	.h1_shop {
		font-family: "Oswald", sans-serif;
		font-size: 40px;
		line-height: 1.2em;
		font-weight: 400;
	}
}
@media only screen and (max-width: 1220px) {
	.h1_shop {
		font-family: "Oswald", sans-serif;
		font-size: 36px;
		line-height: 1.2em;
		font-weight: 300;
	}
}
@media only screen and (max-width: 800px) {
	.h1_shop {
		font-size: 36px;
	}
}

.txt_majuscule_gras {
	font-size: 20px;	
}
.txt_majuscule_gras_2 {
	font-size: 18px;	
}

.txt_prix_regulier {
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.04em;	
}
.txt_prix_vente_1 {
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	color: #242424;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.04em;	
}
.txt_prix_vente_2 {
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	/*color: #262324;	*/
	color: #f46a1f;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.04em;
}

.txt_prix_total_panier {
	font-weight: 700;
	color: #000000;
	font-size: 20px;
}
.txt_sous_total {
	/*font-weight: 600;*/
	/*color: #000000;*/
	font-size: 16px;
	line-height: 1.42em;
}
.txt_sous_total_2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.42em;
}
.txt_prix_total_panier_2 {
	/*font-weight: 600;*/
	color: #000000;
	font-size: 16px;
	line-height: 1.42em;
}

.txt_pr_title_list {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	color: inherit;	
	font-variant: normal;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.06em;
}

.txt_pr_category_list {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #7a7a7a;	
	font-variant: normal;
	font-weight: 600;
	line-height: 1.42em;
	letter-spacing: 0.06em;
	text-transform: none;
}

.txt_pr_category_list_2 {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #f46a1f;	
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: 0.07em;
	/*text-transform: uppercase;*/
}


.link_all_over {
	width: 100%;
	height: 100%;
	display: block;
}

/* ZOOM FUNCTIONNALITY */
.zoom {
	display: block;
	position: relative;
}
.zoom img {
	display: block;	
}
.zoom img::selection { background-color: transparent; }

.zoom_container {
	/*border: 1px solid transparent;
	border-bottom: 1px solid #e2e2e2;*/
	border: 2px solid #eeeeee;
	max-width: 100%;
	padding: 0 0 0 0;
	position: relative;
	top: 0;
	left: 0;
}
.hide_bg_img {
	background-image: none !important;
}
.height_0 {
	height: 0;
	overflow: hidden;
}

.owl-prev, .owl-next {
	width: 30px;
	position: absolute;
	top: 25px;
	/*transform: translateY(100px);*/
	display: block !important;
}
.owl-prev { left: -35px; }
.owl-next { right: -35px; }
/*.owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;}*/

.box_shop_list_img {
	width: 230px;
	height: 230px;
	padding: 0;
	border: 1px solid #e2e2e2;
	position: relative;
	top: 0;
	left: 0;
	background-color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.table_un_quart_shop_carousel {
	display: inline-block;		
	width: 230px;
	margin: 0 20px 85px 20px;
	border-spacing: 0;	
	table-layout: fixed;
	vertical-align: top;
	cursor: pointer;
}
.box_shop_list_img:hover {
	border: 1px solid #cccccc;
}

@media only screen and (min-width: 651px) {
	.box_carousel_wrapper {
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
	}
	.table_un_quart_shop_carousel {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1175px) {
	.table_un_quart_shop_carousel {
		width: calc((100vw / 3) - 100px);		
	}
	.box_shop_list_img {
		width: calc((100vw / 3) - 100px);		
		height: calc((100vw / 3) - 100px);
	}
}

@media only screen and (max-width: 800px) {
	.table_un_quart_shop_carousel {
		width: calc((100vw / 2) - 75px);		
	}	
	.box_shop_list_img {
		width: calc((100vw / 2) - 75px);		
		height: calc((100vw / 2) - 75px);
	}
}
@media only screen and (max-width: 650px) {
	.box_carousel_wrapper {
		padding-left: 0;
		padding-right: 0;
		text-align: initial;
	}
	.table_un_quart_shop_carousel {
		/*margin-left: -40px;	*/
		margin-left: 0;
	}
}
@media only screen and (max-width: 450px) {
	.table_un_quart_shop_carousel {
		width: calc(100vw - 125px);		
	}
	.box_shop_list_img {
		width: calc(100vw - 125px);		
		height: calc(100vw - 125px);
	}
}