/* 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: var(--color_text);
    font-weight: 700;
}

.format_tv_price {
    color: var(--color_text);
    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 var(--color_text);
    border-radius: 8px;
}

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

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

.fiche-produit-promo ul {
    padding: 0;
}

.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;
    width: 0;
    height: 0;
}

.slick-initialized {
    visibility: visible !important;
    width: 100%;
    height: auto;
}

.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-fiche-prod-desc-wrap>span {
    line-height: 22px;
    padding: 10px 0 10px 0;
    background: url(/skins/default/images/v2collapse-off.svg) no-repeat right center;
    background-size: 14px;
    padding-left: 0px;
    display: block;
    height: inherit;
    line-height: inherit;
    cursor: pointer;
    border-bottom: 1px solid #dfe1e5;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
}

.collapsious-fiche-prod-desc .collapsious-fiche-prod-desc-wrap-none>span {
    padding: 20px 0 10px 0;
    padding-left: 0px;
    display: block;
    height: inherit;
    line-height: inherit;
    border-top: 1px solid #eee;
    font-weight: 700;
    color: inherit;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}

.collapsious-fiche-prod-desc .collapsious-fiche-prod-desc-wrap>span.opened {
    background: url(/skins/default/images/v2collapse-on.svg) no-repeat right center;
    background-size: 14px;
    color: inherit;
}

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

.dispo_old a {
    color: var(--color_text);
    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;*/
    border: none !important;
}

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

.fiche .realprice {
    margin: 0;
    font-style: normal !important;
    font-size: 18px !important;
    color: #454545 !important;
    font-weight: 500;
}

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

.fiche .bigprice {
    float: none;
}


.small_voirplus {
    overflow-y: auto;
}

/*
.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;
}

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

#form-questions {
    display: none;
}

.btn_tan_expert {
    color: var(--color_text);
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 15px;
    padding-right: 25px;
    text-decoration: underline !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: 5px;
}

.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: var(--blue);
    color: #fff;
    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;
}

.swiper .swiper-wrapper.swiper-container .swiper-wrapper,
.swiper .swiper-wrapper {
    padding-bottom: 0px;
}

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

span.fiche_desc_title {
    padding: 0px 0 20px 0;
    padding-left: 0px;
    display: block;
    height: inherit;
    line-height: inherit;
    font-weight: 700;
    color: inherit;
    font-size: 18px;
    text-transform: uppercase;
}

.gallery {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto auto;
}

.gallery>div {
    background: #f8f8f8;
    border-radius: 8px;
}

.gallery>div img {
    border-radius: 8px;
}

.sl-image img {
    scale: 1.2;
}

.catalogue_main {
    display: grid;
    grid-template-columns: calc(55% - 2.5rem) calc(45% - 2.5rem);
    grid-template-areas: ". description"
        "images content";
    column-gap: 5rem;
    grid-auto-rows: auto;

    @media (max-width: 768px) {
        column-gap: 0rem;
        grid-template-columns: 100%;
        grid-template-areas: "images" "description" "content";
    }
}

.g-content {
    grid-area: content;
}

.g-description {
    grid-area: description;
}

.g-images {
    grid-area: images;
    grid-row: span 2;

    @media (max-width: 768px) {
        grid-row: span 1;
    }
}

.gallery_one>div {
    padding: 0px 0px;
}

.gallery.gallery_one {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

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

@media screen and (max-width: 992px) {
    .gallery {
        display: grid;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-columns: repeat(1, minmax(100%, 1fr));
    }
}

.swiper-container {
    overflow: hidden;
}

.swiper-container.swiper-dimensions {
    margin: 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;
}

.collapsious-fiche-prod-desc-wrap-none .swiper-button-next {
    color: #21272a;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #383d40;
    z-index: 2;
}

.collapsious-fiche-prod-desc-wrap-none .swiper-button-prev {
    color: #21272a;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #383d40;
    z-index: 2;
}

.collapsious-fiche-prod-desc-wrap-none .swiper-button-next:after,
.collapsious-fiche-prod-desc-wrap-none .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 900;
}

.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;
}

.original-product {
    margin-bottom: 2rem;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 8px 0;
    color: black;
}