/*****************************************************
**** SOMMAIRE ****
**** @WISHLIST
**** @DERNIERS VUS
******************************************************/





/*****************************************************
**** @WISHLIST
******************************************************/
#article_select {
	background-color: var(--ultra-light-grey);
	padding: 0 0 2rem 0;
}
#wishlist hr {
	height: 1px;
	padding: 0;
	color: #c0c0c0;
	background-color: #c0c0c0;
	border: 0;
}
#wishlist #valid {
	max-width: var(--max-width);
	width: 100%;
	margin: auto;
}
.wish_hint {
	display: block;
	width: 100%;
	padding: 1rem 0;
	text-align: center;
}
.nav_header_wish {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 1rem 0 2rem 0;
}
.nav_header_wish > button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav_header_wish > button i {
	margin-right: 0.8rem;
}
#wishlist { width: 100%; }
#wishlist #continue {display: inline-block; width: 40%;}

#wishlist .bas_form {
	display: flex;
	justify-content: space-between;
	border-top: 1px dotted #c0c0c0;
	padding: 1rem 0;
	margin-bottom: 2.5rem;
	font-size: 0.9rem;
	border-bottom: 1px dotted #c0c0c0;
}
#wishlist .align_bas_form {
	display: flex;
	justify-content: space-between;
	max-width: var(--max-width);
	width: 100%;
	margin: auto;
}
#wishlist .align_bas_form a {
	display: flex;
	align-items: center;
}
#wishlist .align_bas_form a:hover i {
	transform: scale(1.2);
	color: var(--main-color);
}
#wishlist .align_bas_form a i {
	margin-right: 0.5rem;
	font-size: 1.2rem;
	transition: all 0.3s linear;
}
#wish_title {
	display: flex;
	flex-direction: column;
	justify-self: center;
	padding: 2rem 0;
}
#wish_title h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: var(--main-color);
	font-size: 25px;
}
.btn-vert-outline {
	color: var(--black);
	border: 1px solid green;
	background-color: #ffffff;
}
button[disabled], button[disabled]:hover, button[disabled]:focus, button[disabled]:active {
	background-color: #cccccc !important;
	color: #888888 !important;
	border-color: #cccccc;
	text-shadow: unset;
	cursor: not-allowed !important;
}

#wish {
	padding: 0 0 15px 0 !important;
	color: #c30040 !important;
	color: var(--main-color) !important;
	border-bottom: 1px solid grey !important;
}

.wish_close {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
	width: 30px;
	height: 30px;
	color: grey !important;
	border-radius: 999px;
	border: 1px solid #cccccc;
	pointer-events: all;
	transition: all 0.3s linear;
}
.wish_close:hover {
	color: #ffffff !important;
	border-color: #363636;
	background-color: #363636;
}
.pdct_wish { width: 100%; }
.ct_products_wish {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	width: 100%;
	max-width: var(--max-width);
	margin: auto;
	padding: 0 0 1.5rem 0;
}
.pdct_wish li {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-self: stretch;
	background-color: #ffffff;
	padding: 1.5rem;
	margin: 0;
	min-width: 300px;
	border-radius: 0.5rem;
	border: 1px solid #ffffff;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	cursor: pointer;
	transition: all 0.3s linear;
}
.nav_product {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	pointer-events: none;
}
.pdct_wish .img-product {
	display: flex;
	max-height: 200px;
	align-self: center;
	pointer-events: none;
}
.pdct_wish .img-product img { width: 200px; }
.vignette-bas_last_viewed {
	display: inline-block;
	font-size: 13px;
	width: 80%;
	margin-left: 30px;
	margin-bottom: 10px;
}
.vignette-bas-wishlist .icon-coeur-plein {
	color: #c30040;
	color: var(--main-color);
	cursor: pointer;
}
.pdct_wish li .infosPdct {
	position: relative;
	pointer-events: none;
}
.pdct_wish li .infosPdct > div:first-of-type {font-weight: bold;}
.pdct_wish .price strong, .pdct_wish .priceDiscount strong,
.pdct_wish .price del, .pdct_wish .priceDiscount del {color: #363636;}
.pdct_wish .vignette_discount_rounded {
	top: 0;
	right: 0;
}
.pdct_wish .size .label {display: none;}

.pdct_wish .wishlist_go_to_product {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 0.8rem 0 0 0;
	pointer-events: all;
}
.pdct_wish .wishlist_go_to_product > i {
	margin-right: 0.5rem;
}
.select-style {
	padding: 0.5em 0.2rem;
	margin: auto;
	border-radius: 3px;
	border: 1px solid #cccccc;
	overflow: hidden;
	background-color: #f8f8f8;
	background: #f8f8f8 url("/images/arrowDown_grey.gif") no-repeat 95% 50%;
}
.select-style select {
	padding: 5px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	appearance: none;
	   -moz-appearance: none;
	   -ms-appearance: none;
	        appearance: none;
}
.select-style select:focus {
	outline: none;
}
select::-ms-expand{ display:none; }

.pdct_checked {
	background-color: #fff7fa;
	border: 1px solid green !important;
}

.pdct_wish .shopping_cart {
	pointer-events: all;
	cursor: pointer;
	font-size: 14px;
	width:100%;
}
.shopping_cart_last_viewed {
	margin: 5px 0 20px 30px;
	cursor: pointer;
	font-size: 12px;
	height: 30px;
	width: 70%;
}

.pdct_wish li .icon-annuler { font-size: 18px; }

.outside_button {
	position: absolute;
	bottom: -28px;
	left: 0;
	width: 350px;
	border-radius: 0;
	margin: 0;
	pointer-events: auto;
	box-shadow: 0px 3px 10px #000000;
}

.wish_content_prod {
	float: left;
	width: 190px;
	text-align: center;
	margin: 0 0 15px 0;
}
.delete_from_products_viewed {
	display: block;
	text-align: right;
	width: 100%;
	margin-top: 5px;
}
.delete_from_products_viewed i {
	font-size: 24px;
	vertical-align: middle;
}
.productLarger {
	width: 32%;
	margin: 20px 0.5%;
	border: 1px solid #e6e6e6;
	padding: 0 5px 10px 0;
	vertical-align: top;
}

.wish_carousel {
	border-top: 1px dotted #c0c0c0;
	padding-top:15px;
}

/* Wish dans le panier add */
#wish strong {font: normal 56px var(--font-main), OpenSans, Arial, sans-serif;}

#wishlist h2, #wishlist_blank h2 {
	margin: 10px 0 16px !important;
	padding: 0;
	font: normal 12px Georgia, Utopia, Charter, serif !important;
	text-transform: uppercase !important;
	color: #c30040 !important;
	color: var(--main-color) !important;
	background-image: none !important;
}
.home_carousel {
	margin-bottom:20px;
}

/*---- PAGE BLANK ----*/
#wishlist_blank {
	margin: 10px;
	padding: 0;
	font-size: 11px;
	position: relative;
	height: 645px;
}
#wishlist_blank p {
	margin: 10px 0 16px;
	padding: 0;
	width: 500px;
	font-size: 12px;
	text-align: justify;
	color: #707070;
}
#wishlist_blank span {margin: 10px 0 16px;}

.continue_shopping_blank {
	margin: 10px 0 16px;
	cursor: pointer;
}





/*****************************************************
**** @DERNIERS VUS
******************************************************/

.dis_saut {display:none;}
.productsList_wish .content-vignette-bas {flex-direction: column;}
.wish_add {
	display:flex;
	justify-content: space-between;
	margin:10px 30px 0;
}
.wish_select { pointer-events: all; margin: 1rem 0; }
.wish_select .label {display:none;}
.wish_add .shopping_cart_last_viewed {width: 85%; margin: 0 0 20px;}
.wish_add .vignette-bas-wishlist {margin:0;}

/* Produits sans stock */

.no-stock img {
    filter: grayscale(100);
    opacity: .7;
}

/*--- Toggle Slider ---*/
.toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
}
.toggle input {
	opacity: 0;
	width: 0;
	height: 0;
}
.toggle .slider {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
}
.toggle .slider:before {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background-color: #fff;
	transition: .4s;
}
/* .toggle input:focus {
	background-color: pink;
} */
.toggle input:checked + .slider {
	background-color: #759504;
}
.toggle input:checked + .slider:before {
  	transform: translateX(20px);
}
.toggle .slider.round {
	border-radius: 999px;
}
.toggle .slider.round:before {
	border-radius: 50%;
}
/*--- FIN toggle Slider ---*/