/* css */

.video_play {
	width: 100%;
	height: 60px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	/*background-image:url(/userfiles/images/video-play.png);*/
	background-image: url(/userfiles/images/icon-player.gif);
}

.format_tv {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.format_tv a {
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 5px;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none !important;
	min-width: 100px;
}

.format_tv a.active {
	border: 1px solid #ccc;
	background: #f1f1f1;
}

.format_tv a.active img {
	mix-blend-mode: multiply;
}

.format_tv a:hover {
	border: 1px solid #ccc;
}

.format_tv_title {
	color: #000000;
	font-weight: 700;
}

.format_tv_price {
	color: #000000;
	font-size: 85%;
	margin-top: 5px;
}


.format_matelas {
	display: inline-block;
}

.format_matelas a {
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 5px;
	text-align: center;
	padding: 5px 10px;
	margin: 0 15px 15px 0;
	text-decoration: none !important;
	min-width: 110px;
}

.format_matelas a.active {
	border: 1px solid #ccc;
	background: #f1f1f1;
}

.format_matelas a:hover {
	border: 1px solid #ccc;
	background: #f1f1f1;
}

.format_matelas_img img {
	height: 100px;
}

.cloudzoom {
	margin-top: 0px !important;
}

.syte-discovery-default .icon.icon-general {
	padding: 0;
}

.fiche .main-img {
	padding: 0;
	background: none !important;
	border-radius: inherit;
}

.slick-arrow img {
	background: none;
}

#recaptcha_view iframe {
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

#alert_fail_recall .alert {
	margin: -20px -15px 15px -15px;
}

/*
.captc {
	display:none;
}*/
.slick-prev,
.slick-next {}

.slick-vertical .slick-slide.slick-current {
	border: 1px solid #000;
	border-radius: 0px;
}

.slick-vertical .slick-slide {
	margin-bottom: 15px;
}

.slick-vertical .slick-slide img {
	border-radius: 0px;
}

.fiche-produit-promo ul {
	list-style: disc;
	margin: 0 0 0 20px;
}

.fiche-produit-promo a {
	color: inherit;
}

.promo-icon {
	width: 38px;
}

.home_content h2 {
	text-align: left;
	text-transform: none;
}

.slider_thumbs,
.slider_thumbs_nav {
	visibility: hidden !important;
}

.slick-initialized {
	visibility: visible !important;
}

.slider_thumbs_nav .slick-prev {
	top: -50px;
	left: 50%;
	margin-left: -13px;
	background: none;
	position: absolute;
}

.slider_thumbs_nav .slick-next {
	bottom: -60px;
	top: inherit;
	left: 50%;
	margin-left: -13px;
	background: none;
	position: absolute;
}

.slider_thumbs_nav {
	max-width: 75px;
	margin: 60px auto 0 auto;
}

.slider_thumbs .slick-slide img {
	margin: 0 auto;
	width: 100%;
}

.collapsious-fiche-prod-desc.collapsious-wrapper {
	margin: 0;
}

.collapsious-fiche-prod-desc .collapsious-fiche-prod-desc-wrap>span {
	line-height: 22px;
	padding: 20px 0 10px 0;
	background: url(/skins/entrepot/images/down-chevron.svg) no-repeat right center;
	background-size: 15px;
	padding-left: 0px;
	display: block;
	height: inherit;
	line-height: inherit;
	cursor: pointer;
	border-top: 1px solid #eee;
	font-weight: 700;
	color: inherit;
	font-size: 18px;
	text-transform: uppercase;
}

.collapsious-fiche-prod-desc .collapsious-fiche-prod-desc-wrap>span.opened {
	background: url(/skins/entrepot/images/up-chevron.svg) no-repeat right center;
	background-size: 15px;
	color: inherit;
}

.collapsious-fiche-prod-desc .collapsious-fiche-prod-desc-wrap {
	margin: 0;
}

.dispo_old a {
	color: #000000;
	text-decoration: underline;
}

.collapsious-fiche-prod-desc-wrap .tab-pane,
.collapsious-fiche-prod-desc-wrap .column-width-description {
	padding: 0;
}

.btn-tan-1 {
	display: inline-block;
	background: #fff;
	border: 1px solid #084d8b;
	color: #084d8b;
	text-align: center;
	padding: 10px 30px;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.d-flex-align-right {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.qte-remove {
	background: #084d8b;
	color: #fff;
	padding: 0 10px;
	font-weight: 700;
	font-size: 18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.qte-add {
	background: #084d8b;
	color: #fff;
	padding: 0 10px;
	font-weight: 700;
	font-size: 18px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.select-qte {
	height: 40px;
}

.btn_add_to_cart {
	height: 40px;
	line-height: 40px;
}

.popupWishlistLink-btn img,
.deleteSkuWishList-btn img {
	height: 38px;
	margin-right: 10px;
}

.popupWishlistLink-btn,
.deleteSkuWishList-btn {
	font-weight: 700;
	color: inherit;
}

.fiche .realprice {
	margin: 0;
}

#tabslide_vendu_separement_wb .v2box_product_img_wrap {
	min-height: inherit;
}

.fiche .bigprice {
	float: none;
}

/*
.small_voirplus {
	height: 110px;
	overflow:hidden;
	position: relative;
}
*/
.small_voirplus:after {
	content: "";
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	z-index: 1;
}

.big_voirplus {
	height: auto;
}

.bouton_voirplus {
	margin: 20px 0 20px 0;
	text-decoration: underline;
	display: inline-block;
	color: inherit !important;
}

.fiche .content_wrap h1 {
	margin: 0 15px 0 0;
}

h1>.items-name {
	line-height: 24px;
}

#form-questions {
	display: none;
}

.btn_tan_expert {
	color: #000000;
	font-weight: 700;
	background-image: url(/userfiles/images/refonte2021/link-arrow-more.svg);
	background-repeat: no-repeat;
	background-position: right 2px center;
	background-size: 15px;
	padding-right: 25px;
	text-decoration: none !important;
}

.align-items-flex-start {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.qte-remove,
.qte-add {
	display: none;
}

.select-qte {
	border: inherit;
	background: #f7f6f7;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	border-radius: 0px;
}

.main-img2 .slick-slide {
	background: #f8f8f8;
}

#rightSection hr {
	border-top: 1px solid #fff;
}

div#tab_spec ul,
div#tab_dimension {
	list-style: none;
	padding: 0 !important;
	line-height: 1.5;
}

button.reverse-img-button {
	background-color: #2692a0;
	color: #fff;
	font-family: 'KH Giga', sans-serif !important;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0px solid #000;
	padding: 0 8px 0 2px;
	border-radius: 8px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: initial;
	height: initial;
}

button.reverse-img-button span {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fQo8L3N0eWxlPgo8ZyBpZD0iYm91dG9uX3ByaW5jaXBhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNSkiPgoJPHBhdGggaWQ9Ikljb25fZmVhdGhlci1tYXhpbWl6ZSIgY2xhc3M9InN0MCIgZD0iTTE0LjgsMTMuM2gtMy45Yy0xLjQsMC0yLjYsMS4yLTIuNiwyLjZsMCwwdjMuOSBNMzEuNywxOS44di0zLjkKCQljMC0xLjQtMS4yLTIuNi0yLjYtMi42bDAsMGgtMy45IE0yNS4yLDM2LjdoMy45YzEuNCwwLDIuNi0xLjIsMi42LTIuNmMwLDAsMCwwLDAsMHYtMy45IE04LjMsMzAuMnYzLjljMCwxLjQsMS4yLDIuNiwyLjYsMi42aDAKCQloMy45Ii8+Cgk8ZyBpZD0iSWNvbl9mZWF0aGVyLWltYWdlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3Ljk5NiAxMi45OTYpIj4KCQk8cGF0aCBpZD0iVHJhY8OpXzUiIGNsYXNzPSJzdDEiIGQ9Ik02LjIsNC41aDExLjdjMC45LDAsMS43LDAuNywxLjcsMS43djExLjdjMCwwLjktMC43LDEuNy0xLjcsMS43SDYuMmMtMC45LDAtMS43LTAuNy0xLjctMS43CgkJCVY2LjJDNC41LDUuMiw1LjIsNC41LDYuMiw0LjVMNi4yLDQuNXoiLz4KCQk8cGF0aCBpZD0iVHJhY8OpXzYiIGNsYXNzPSJzdDEiIGQ9Ik0xMC4zLDkuMWMwLDAuNy0wLjYsMS4zLTEuMywxLjNjLTAuNywwLTEuMy0wLjYtMS4zLTEuM3MwLjYtMS4zLDEuMy0xLjNjMCwwLDAsMCwwLDAKCQkJQzkuOCw3LjgsMTAuMyw4LjQsMTAuMyw5LjF6Ii8+CgkJPHBhdGggaWQ9IlRyYWPDqV83IiBjbGFzcz0ic3QxIiBkPSJNMTkuNSwxNC41bC00LjItNC4ybC05LjIsOS4yIi8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(0deg);
}

button.reverse-img-button:hover {
	background-color: #58a0ac;
}

button.reverse-img-button:active {}

span.promo-million {
	padding: 8px;
	border-radius: 5px;
	font-weight: 500;
	margin: 1rem 0 1rem 0;
	display: inline-block;
}

.brand_whirlpool {
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 15px 0;
}


.swiper-container {
	overflow: hidden;
}

.swiper-container.swiper-dimensions .swiper-slide {
	padding: 0;
}

.swiper-container.swiper-dimensions .swiper-slide>div {
	background: #f8f8f8;
	border-radius: 4px;
}

.swiper-container.swiper-dimensions .swiper-slide img {
	width: 100%;
	height: auto;
	border: 0px solid #000000;
	mix-blend-mode: multiply;
	border-radius: 4px;
}

.swiper-container.swiper-dimensions .swiper-slide a {
	display: block;
}

.swiper-container.swiper-dimensions .swiper-button-prev {
	left: 20px !important;
}

.swiper-container.swiper-dimensions .swiper-button-next {
	right: 20px !important;
}

.swiper-zoom {
	position: absolute;
	right: 20px;
	top: 20px;
}

.swiper-zoom span {
	background: #fff;
	border-radius: 50%;
	display: inline-flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
}

.swiper-zoom span svg {
	stroke: #474747;
	stroke-width: 1.5px;
	width: 20px;
	height: auto;
}

html.has-lightbox {
	overflow: hidden;
}

.sl-overlay {
	opacity: 1 !important;
}

.sl-wrapper .sl-counter {
	top: initial;
	bottom: 0px;
	padding: 15px 0;
	left: 0;
	background: #fff;
	width: 100%;
	text-align: center;
	font-size: 14px;
	border-radius: 0;
}

.sl-wrapper .sl-close {
	padding: 15px 30px;
	background: #fff;
	width: 100%;
	top: 0;
	right: 0;
	text-align: right;
	margin: 0;
	line-height: unset;
	height: initial;
	border-radius: 0;
}

.sl-image {
	cursor: zoom-in;
}

.sl-wrapper .custom-sl-close-wrap {
	text-align: center;
}

.sl-wrapper .custom-sl-close {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 99999;
	top: 15px;
	display: inline-block;
}

.sl-wrapper .custom-sl-close span {
	float: right;
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
}

.sl-wrapper .custom-sl-close svg {
	vertical-align: middle;
}