.nicoButtons .nicoButton {
    padding: .85em .3em;
}

.nicoButtons .product-details {
    flex: 0 0 18%;

}

.nicoButtons .product-details .nicoButton-content {
    margin-right: -20px;
}

.nicoButtons .AddajaxBtn {
    flex: 0 0 80%;
}

.nicoButtons {
    display: flex;
    justify-content: space-between;
}

body .clickAndCollect {

    margin-top: 14rem;

}

@media (max-width: 480px) {
    body .clickAndCollect {

        margin-top: 2rem;

    }

}

.autofill {
    padding: 0;
    margin: 0;
    background: #fff;
    list-style: none;
    border: 1px solid #95989A;
    padding: .6em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 15px;
    top: 109%;
    text-align: left;

    color: #95989A;
    font-size: 13px;
    max-height: 200px;
    overflow: auto;

    -webkit-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.51);

}

.autofill li {
    transition: all .22s ease;
}

.autofill li:hover {
    background: #f7f4eb;
}

.autofill a {
    color: #95989A;
    padding: 6px 10px;
    transition: all .2s ease;
}

.autofill li:hover a {
    color: #72132e;
}



.autofill li+li {
    margin-top: 6px;
}

@media (max-width: 600px) {

    .xdsoft_datetimepicker .xdsoft_calendar td {
        display: inline-block;
    }

    .autofill {
        max-height: 156px;
        top: 75%;
    }

    .autofill li+li {
        margin-top: 10px;
    }
}

.topNav-item--right.socials a {
    margin: 0 4px;
}

.topNav-item--right.socials svg {
    width: 16px;
    height: 16px;
    fill: #b3b3b3;
}

#cookies-notice {
    width: 100%;
    position: fixed;
    bottom: -300px;
    background: #fff;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.3em;
    left: 0px;
    text-align: center;
    color: #252525;
    opacity: 0.9;
    transition: all .3s ease;
}

#cookies-notice p {
    margin: 10px 6px;
}

#cookies-notice button {
    display: inline-block;
    background: #fcb714;
    color: #541617;
    text-transform: uppercase;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
    min-width: 124px;
    letter-spacing: 1px;
    position: relative;
    border: none;
}

.product-price.old-price {
    color: #94989a;
    margin-right: 1rem;
    position: relative;
}

.product-price.old-price::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #94999b;
    top: 12px;
    left: 0;
    position: absolute;
}

.product-price.old-price .price-unity {
    font-size: 2rem;
}

.product-price.old-price .price-currency {
    font-size: 1rem;
    right: -16px;
}

.product-price.old-price .price-decimal {
    font-size: 1rem;
}

.fade.show {
    opacity: 1;
}

.modal-backdrop.fade.show {
    opacity: .7;
}

.product-priceContainer,
.product-priceContainer,
.nicoButtons,
.product-button,
.pd-etat+div {
    display: block;
}

/* #custom-city-selector:hover{
    opacity:1;
}
#custom-city-selector{
    opacity:0.6;
} */

.city-selector {
    right: 10%;
    opacity: 0.4;
    height: 25em !important;
    width: 16em;
}

.city-selector:hover {
    right: 10%;
    opacity: 1;
    height: 25em !important;
    width: 16em;
}

@media (max-width: 450px) {
    .city-selector {
        right: 0%;
        opacity: 1;
        height: 25em !important;
        width: 100%;
    }

    .city-selector:hover {
        right: 0%;
        opacity: 1;
        height: 25em !important;
        width: 100%;
    }
}

.header .logo img {
    height: 4em;
}

.hidden-search-bar {
    display: block;
}

.hidden-switch-store {
    display: none;
}

@media (max-width: 767px) {
    .header .logo img {
        height: 100%;
    }

    ul.ns-principalNav-bar {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;

    }

    #store-selector-main {
        width: 100%;
        height: 2em;
    }

    body .hidden-switch-store .quickSearch-form .quickSearch-submit {
        top: 0.6em;
    }

    .quickSearch-input {
        height: 2em;
        line-height: 2em;
    }

    .mainSlider .wrapper .mainSlider {
        height: 9.5em !important;
    }

    .mainSlider .item .bg_slide {
        height: 9.5em !important;
        object-fit: scale-down !important;
    }

    .hidden-search-bar {
        display: none;
    }

    .hidden-switch-store {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}