/******************************************************************************
* ldsesProductNavigation-front.css
*******************************************************************************
* CSS utilisé par le composant productNavigation (catalogue produit)
*******************************************************************************
* NOVANUM SAS
* Copyright 2022
* Tous droits réservés
******************************************************************************/

a:focus {
    text-decoration: none !important;
}

.incentivize-cadre {
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100%;
}

.incentivize-cadre-haut {
    position: relative;
    border-radius: 3px;
    height: 100%;
    width: 100%;
    margin: auto;
}

.product-available-colors.incentivize-new {
    position: relative;
}

.colorBullets {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: max-content;
}

.colorBullets.sideShadowWhite::before {
    box-shadow: inset 12px 0px 10px 0 #ffffff;
    content: " ";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 20px;
}

.colorBullets.sideShadowWhite::after {
    box-shadow: -12px 0px 10px 0px #fff inset;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -2px;
    width: 23px;
}

.colorBullet {
    display: inline-block;
    border-radius: 100%;
    border: 1px solid gray;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.colorSelector {
    height: 2px;
    width: 20px;
    border: 2px solid rgb(72, 72, 72);
    background: rgb(72, 72, 72);
    border-radius: 2px;
    transition: all 0.2s ease-out 0s;
    position: absolute;
    top: 23px;
    left: 0px;
}

.product-available-dim1-label, .product-available-dim2-label {
    margin-top: 15px;
    font-weight: bold;
}

.product-available-dim2.incentivize-new {
    margin-bottom: 15px;
}

.dim1-tile, .dim2-tile {
    border: 3px solid #F7F7F7;
    border-radius: 2px;
    background: #f7f7f7;
    width: fit-content;
    margin: 3px;
    padding: 3px 5px 3px 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .25s ease;
}

.dim1-tile.disabled, .dim2-tile.disabled {
    background: #ffffff;
    color: #a3a3a3;
    border-color: #f7f7f7;
    cursor: not-allowed;
}

.dim1-tile.selected, .dim2-tile.selected {
    background: #f7f7f7;
    color: #000000;
    border-color: #484848;
    border-width: 3px;
    cursor: pointer;
    transition: all .25s ease;
}

.dim1-tile, .dim2-tile {
}

.incentivize-image {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.incentivize-image img {
    width: auto;
    max-height: 260px;
}

.incentivize-cadre-bas {
    border-top: 2px solid #00000029;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 100%;
    display: flex;
    margin: auto;
}

.incentivize-cadre-bas-infos {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.incentivize-cadre-bas-infos-designation {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.incentivize-cadre-bas-infos-reference {
    font-size: 12px;
    margin-top: 0px;
    color: #7A7A7A;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.incentivize-cadre-bas-infos-prix {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    position: relative;
}

.incentivize-cadre-bas-infos-prix-secondary {
    color: #7A7A7A;
    font-size: 12px;
}

.incentivize-cadre-bas-infos-prix-container {
    margin-top: 4px;
    margin-bottom: 8px;
    margin-left: 12px;
    max-width: 42%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.incentivize-cadre-bas-bouton {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
}

.incentivize-cadre-bas-bouton-choix-modele {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    background: #efefef;
    border: 1px solid #c7c7c7;
    margin-top: 19px;
}

.incentivize-thumbnail-overlay {
    position: absolute;
    z-index: 1;
}

.product-stock-label {
    height: 30px;
    margin-top: 5px;
    display: table;
    box-shadow: 1px 1px 3px grey;
    max-width: 94.5%;
}

.product-new-label {
    height: 30px;
    margin-top: 5px;
    display: table;
    box-shadow: 1px 1px 3px grey;
    max-width: 94.5%;
}

.product-mark-label {
    height: 30px;
    margin-top: 5px;
    display: table;
    box-shadow: 1px 1px 3px grey;
    max-width: 94.5%;
}

.label-text {
    font-size: 14px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 8px;
    width: 90%;
    font-weight: bold;
}

.incentivize-cadre-bas-infos-bottom-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.alert-hidden {
    display: none;
}

.hidden {
    display: none;
}

.incentivize-filter-button-container {
    display: flex;
    justify-content: space-evenly;
}

.incentivize-filter-button-container a button {
    height: 36px;
    padding: 0px 20px 0px 20px;
    outline: none !important;
    border-radius: 3px;
    box-shadow: 0px 2px 4px #00000029;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

.incentivize-filter-button-container a button:active {
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.incentivize-search-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.detail-product-image-container {
    box-shadow: 2px 2px 8px #00000029;
    border-radius: 3px;
    height: 300px;
    width: 300px;
    margin: auto;
}

.detail-product-image-thumbnail-overlay {
    position: absolute;
    z-index: 1;
}

.detail-product-image-principale {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.detail-product-image-principale img {
    height: auto;
    width: 100%;
}

.detail-product-designation {
    font-size: 24px;
}

.detail-product-reference {
    color: #7A7A7A;
}

.detail-product-container {
    padding: 20px 0px;
    overflow: auto;
}

.detail-product-addtobasket-button a button {
    height: 36px;
    padding: 0px 20px 0px 20px;
    outline: none !important;
    border-radius: 3px;
    box-shadow: 0px 2px 4px #00000029;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.detail-product-addtobasket-button a button i {
    margin-right: 6px;
}

.detail-product-addtobasket-button a button:active {
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.incentivize-cadre-bas-infos-pcb {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.zoomtracker {
    box-shadow: 2px 2px 8px #00000029;
}

.multizoom1 a img {
    border: 1px solid #b3b3b3;
}

.multizoom1 a img:hover {
    box-shadow: 0px 0px 5px #D7361C;
}

.ldsesBasketProductQuantityInputDetail {
    width: 36px;
    height: 36px;
    box-shadow: 0px 2px 4px #00000029;
    border: 1px solid #00000040;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

@media (max-width: 992px) {
    .incentivize-image img {
        max-height: 260px;
    }

    .incentivize-image {
        height: 260px;
    }
}

@media (max-width: 768px) {
    .incentivize-image img {
        max-height: 260px;
    }

    .incentivize-image {
        height: 260px;
    }
}

@media (max-width: 576px) {
    .incentivize-image img {
        max-height: 260px;
    }

    .incentivize-image {
        height: 260px;
    }
}

/* Search form in product list */
/* Ajout des classe CSS pour L'input quantité */
.ldsesDetailproductQuantityMinus {
    box-shadow: 2px 2px 4px #00000029;
    border: 1px solid #00000040;
    border-bottom-right-radius: 3px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ldsesBasketproductQuantityMinus:active {
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

/*<!--Plus-->*/
.ldsesDetailproductQuantityPlus {
    box-shadow: 2px 2px 4px #00000029;
    border: 1px solid #00000040;
    border-top-right-radius: 3px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ldsesDetailproductQuantityPlus:active {
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.ldsesDetailProductQuantityInput {
    width: 36px;
    height: 36px;
    box-shadow: 0px 2px 4px #00000029;
    border: 1px solid #00000040;
    text-align: center;
}

.ldsesDetailproductQuantityContainer {
    display: flex;
}


/** ajout CSS lié a NOVAPRO */
/* il faudra changer toute la CSS pour changer les noms de classes et l'adapter à NOVAPRO */
.search-containerInputs::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}

.search-containerInputs::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.search-containerInputs::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #D7361C;
}

.prodlist-headband {
    width: 100%;
    height: auto;
}

.prodlist-headband .headband {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.prodlist-headband .headband img {
    max-width: 100%;
}

.prodlist-thumbnail {
    width: 100%;
    height: auto;
    display: flex;
}

.thumbLink {
    flex-basis: 15%;
    margin: 0 1%;
    max-width: 15%;
}

.container-thumbnails {
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    background-size: cover;
    box-shadow: 0px 0px 8px 0px #00000045;
    position: relative;
    border-radius: 3px;
}

.thumbnail-tile-container {
    background: #ffffff70;
    padding: 5px 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(5px);
    border-radius: 3px;
}

.thumbnail-tile-container > span {
    backdrop-filter: none;
    color: white;
}


.prodlist-search {
    width: 300px;
    height: 100%;
    position: absolute;
    left: -300px;
    transition: all .5s ease;
    background: #dcdcdca8;
    z-index: 99;
    backdrop-filter: blur(10px);
}

.search-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.search-title {
    display: flex;
}

.search-title > span {
    flex-basis: 90%;
    text-align: center;
    font-size: 22px;
    padding: 10px 0 0 0;
}

.search-close {
    padding: 5px 5px 0 0;
    flex-basis: 10%;
}

.search-close > .fa-times {
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}

.search-reset {
    display: none;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    transition: all .5s ease-out;
}

.search-reset-underline {
    height: 2px;
    width: 0px;
    transition: all .7s ease-out;
    background: black;
}

.search-reset-underline:hover {
    transition: all .7s ease-out;
}

.search-containerInputs {
    height: calc(100% - 80px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.searchParentInput {
    padding: 10px;
}

.ListMultipleChoice {
    list-style: none;
    overflow: hidden;
    padding: 0px;
}

.ListMultipleChoice > li {
    cursor: pointer;
}

.prodlist-search-btnApply {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #D7361C;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
}

.btnApplySpan {
    color: white;
    font-size: 21px;
}


.prodlist-sortband {
    width: 100%;
    height: 50px;
    display: flex;
}

.filters-btn-criterias {
    display: inline-flex;
    flex-basis: 50%;
    padding: 5px;
}

.filters-btn {
    height: 100%;
    width: 40px;
    margin: 0 1%;
    cursor: pointer;
    position: relative;
    transition: all .5s ease-out;
}

.filters-criteria {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
}

.ldsesSrchCrit {
    background: #9c9c9c;
    padding: 4px 10px;
    border-radius: 3px;
    align-self: center;
    cursor: pointer;
}


.ldsesValueSrchCrit {
    color: white;
    vertical-align: text-bottom;
}

.tiles-sorting {
    display: inline-flex;
    flex-direction: row-reverse;
    flex-basis: 50%;
    padding: 5px;
}

.sortingBy {
    margin: 0 1%;
}

#selectSortingBy {
    height: 100%;
    cursor: pointer;
}

.org1, .org2 {
    height: 100%;
    width: 40px;
    margin: 0 1%;
    position: relative;
    transition: all .5s ease-out;
    cursor: pointer;
}

.org1:hover, .org2:hover, .filters-btn:hover {
    color: #D7361C;
    transition: all .5s ease-out;
}

.org1.active, .org2.active, .filters-btn.active {
    color: #D7361C;
}

.ldsesIconOrg, .filters-btn .fa-sliders-h {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}


.prodlist-products {
    width: 100%;
    height: 510px;
}

.productsContainer {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.ldsEshopTile {
    flex-basis: 18%; /* à calculer bientot*/
    margin: 0 1%;
    max-width: 18%;
}

.tile-cadre-container {
    box-shadow: 0px 2px 8px #00000029;
}


.prodlist-footband {
    width: 100%;
}

.prodlist-footband .VCcontent {
    height: 150px;
}

.elementsGuidToRedirect {
    cursor: pointer;
}


.loading {
    position: relative;
    height: 90px;
    margin-bottom: 30px;
}

.loading-pending {
    font-size: 34px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.loading-loadnext {
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 17px;
    background: #D7361C;
    color: white;
    display: none;
}


/**
    CSS FOR SEARCH BAR
*/

.ldsSearchColorBullet {
    display: inline-block;
    border-radius: 100%;
    border: 1px solid gray;
    height: 15px;
    width: 15px;
    cursor: pointer;
    margin: 0 2% 0 0%;
    vertical-align: sub;
}


.ldsInputSearch[type="checkbox"] {
    vertical-align: sub;
    margin-right: 2% !important;
    cursor: pointer;
}



/** double range */
.search-containerInputs .slider-distance {
    width: 270px;
    position: relative;
    height: 5px;
    margin: 45px 0 10px -5px;
}

.search-containerInputs .slider-distance > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 5px;
}

.search-containerInputs .slider-distance > div > .inverse-left {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}

.search-containerInputs .slider-distance > div > .inverse-right {
    position: absolute;
    right: 0;
    height: 5px;
    border-radius: 10px;
    background-color: #CCC;
    margin: 0 7px;
}


.search-containerInputs .slider-distance > div > .range {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 14px;
    background-color: #d02128;
}

.search-containerInputs .slider-distance > div > .thumb {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 20px;
    width: 20px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
}

.search-containerInputs .slider-distance > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.search-containerInputs .slider-distance > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

.search-containerInputs .slider-distance > input[type=range]:focus {
    outline: none;
}

.search-containerInputs .slider-distance > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

.search-containerInputs .slider-distance > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

.search-containerInputs .slider-distance > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

.search-containerInputs .slider-distance > input[type=range]::-ms-tooltip {
    display: none;
}

.search-containerInputs .slider-distance > div > .sign {
    position: absolute;
    margin-left: -15px;
    top: -33px;
    color: #000;
    width: 28px;
    height: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}


.search-containerInputs .slider-distance > div > sign > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}