/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#checkbox_checkbox_1535540866_0+label:after {
    color: #e15b48;
    margin-left: 5px;
    content: '*';
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

.res-notice {
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gformbuilderpro_form #thankyou-page .alert-success {
    background-color: #e15b48;
    border-color: #e15b48;
}


/* Slick Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #e15b48;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #e15b48;
}

#_desktop_logo {
    width: 168px;
}

body#checkout #header .header-nav .logo {
    max-height: none;
}
.page-home .category-card .category-card-infos{
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    #main .images-container .js-qv-mask {
        display: block;
        margin: 0;
    }

    .product_e_shop {
        width: 100%;
    }

    .res-notice {
        margin-bottom: 20px;
        padding: 0 15px;
        text-align: left;
    }

    .product-additional-info .btn-primary {
        width: 100%;
        padding: 5px;
        height: auto;
    }

    .mm_menus_ul .arrow:after, 
    .mm_menus_ul .arrow:before {
        border-width: 2px !important;
    }
}

@media (max-width: 768.98px) {

    .product-additional-info {
        margin: 0 15px 20px;
    }

    .psgdprinfo17 {
        padding: 15px;
    }

    .psgdprinfo17 .btn {
        margin: 10px 0 0 !important;
        width: 100%;
    }

    #module-ps_emailalerts-account #wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* === Masquer le doublon de message ohmminqty 7.5.5 (2026-04-27) — la notification rouge en haut suffit === */
.minqty-notify {
    display: none !important;
}

/* === Storelocator: ensure map div has height (required by Google Maps) — 2026-04-27 === */
#stores #map, #map_canvas, #map { width: 100%; min-height: 447px; height: 447px; }

/* === Storelocator v3 layout fixes (2026-04-27) === */
/* Hide radius (prod-like simple layout) */
#stores .radius-input, #stores [for="radiusSelect"], #stores #radiusSelect { display: none !important; }
/* Inline form layout */
#stores form, #stores #fmeStorePage { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
#stores form p, #stores #fmeStorePage p { margin: 0; padding: 0; display: inline-block; }
/* Buttons same row, not overlapping */
#stores .button, #stores input[type="button"], #stores input[type="submit"] { 
    position: relative !important; right: auto !important; top: auto !important;
    margin: 0 4px !important; padding: 8px 24px !important;
}

/* === Storelocator: hide "km" unit display + fix button widths (2026-04-27) === */
/* Hide loose km text between input and buttons */
#stores form > p:not(:has(input)):not(:has(select)):not(:has(button)) { display: none; }
#fmeStorePage > p:not(:has(input)):not(:has(select)):not(:has(button)) { display: none; }
/* Force button auto width with content visible */
#stores .button, #stores input[type="button"], #stores input[type="submit"], #stores button {
    width: auto !important;
    min-width: 120px !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
}
/* Hide standalone text nodes between fields */
#stores #stores_loader, #fmeStorePage #stores_loader { display: none !important; }

/* === Storelocator: stronger fixes (2026-04-27 v2) === */
/* Hide the entire radius P (which contains label + select + km text + loader) */
#stores p:has(#radiusSelect),
#fmeStorePage p:has(#radiusSelect),
#stores p:has(label[for="radiusSelect"]),
#fmeStorePage p:has(label[for="radiusSelect"]) {
    display: none !important;
}
/* Style CTA buttons : center text + red brand color */
#stores #fmeStorePage input[type="button"],
#stores #fmeStorePage button,
#stores .button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #e15b48 !important;
    border: 1px solid #e15b48 !important;
    background: #fff !important;
    padding: 8px 24px !important;
    min-width: 140px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
}
#stores #fmeStorePage input[type="button"]:hover,
#stores #fmeStorePage button:hover,
#stores .button:hover {
    background: #e15b48 !important;
    color: #fff !important;
}
