.mdc_storelocator_home .mdc_title_storelocatore_home {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #4d4d4d;
}

#storelocator-modal .mdc_storelocator_img {
    position: absolute;
    height: calc(100% - 30px);
    object-fit: cover;
    object-position: bottom;
    right: 15px;
}

#storelocator-modal .modal-header {
    padding: 15px 0;
    margin: 0 15px;
    border-color: #E00041;
    position: relative;
}

#storelocator-modal .mdc_title_storelocator {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 45px);
    color: #1D1D1B;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 42px;
}

#storelocator-modal .mdc_title_storelocator span {
    color: #E00041;
}

#storelocator-modal .close {
    position: absolute;
    right: 0;
    top: 15px;
    opacity: 1;
    outline: none;
}

#storelocator-modal .close i {
    line-height: 42px;
    font-size: 42px;
    color: #AE7F60;
}

#storelocator-modal .mdc_storelocator_list_title {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

#storelocator-modal .mdc_storelocator_list {
    margin-top: 30px;
    max-height: calc(100vh - 239px);
    overflow-y: scroll;
}

#storelocator-modal .mdc_storelocator_list > p {
    margin-bottom: 20px;
    color: #4D4D4D;
    width: fit-content;
    cursor: pointer;
}

#storelocator-modal .mdc_storelocator_list > p.mdc_selected {
    color: #AE7F60;
}

#storelocator-modal .mdc_storelocator_list > p.mdc_selected span {
    color: #AE7F60;
}

#storelocator-modal .mdc_storelocator_list > p:hover {
    color: #E00041;
}

#storelocator-modal .mdc_storelocator_list > p span {
    color: #ACA9A9;
}

#storelocator-modal .mdc_storelocator_list > p:hover span {
    color: #E00041;
}

#storelocator-modal .mdc_storelocator_list > p span.mdc_store_quantity {
    display: block;
    position: relative;
    color: #50B900;
    padding-left: 25px;
    margin-top: 5px;
    pointer-events: none;
    font-size: 14px;
}

#storelocator-modal .mdc_storelocator_list > p span.mdc_store_quantity.no-stock {
    display: block;
    position: relative;
    color: red;
    padding-left: 25px;
    margin-top: 5px;
    pointer-events: none;
}

#storelocator-modal .mdc_storelocator_list > p span.mdc_store_quantity.command-stock {
    display: block;
    position: relative;
    color: #F16334;
    padding-left: 25px;
    margin-top: 5px;
    pointer-events: none;
}

#storelocator-modal .mdc_storelocator_list > p span.mdc_store_quantity::before {
    display: block;
    position: relative;
    color: #50B900;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #50B900;
}

#storelocator-modal .mdc_storelocator_list > p span.mdc_store_quantity.no-stock::before {
    color: red;
    background-color: red;
}

#storelocator-modal .mdc_storelocator_list > p span.mdc_store_quantity.command-stock::before {
    color: #F16334;
    background-color: #F16334;
}

#storelocator-modal .mdc_storelocator {
    width: 50%;
    position: relative;
}

#storelocator-modal .mdc_shop_informations {
    display: none;
    position: absolute;
    top: -10px;
    left: calc(100% + 15px);
    width: calc(100% - 15px);
    z-index: 2;
}

#storelocator-modal .mdc_shop_informations > div {
    height: calc(100vh - 239px);
    overflow-y: scroll;
}

#storelocator-modal .mdc_shop_informations .mdc_address_shop {
    margin-top: 15px;
    margin-bottom: 30px;
}

#storelocator-modal .mdc_shop_informations .mdc_address_shop span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 65px);
    padding-left: 10px;
    font-weight: 500;
}

#storelocator-modal .mdc_shop_informations .mdc_tel_shop {
    margin-bottom: 30px;
}

#storelocator-modal .mdc_shop_informations .mdc_tel_shop span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 65px);
    padding-left: 10px;
    font-weight: 500;
}

#storelocator-modal .mdc_shop_informations .mdc_hours_shop li {
    margin-bottom: 0;
}

#storelocator-modal .mdc_shop_informations .mdc_hours_shop th, #storelocator-modal .mdc_shop_informations .mdc_hours_shop td {
    padding: 8px 30px 8px 0;
}

#storelocator-modal .mdc_shop_informations .mdc_hours_shop th {
    font-weight: 500;
}

#storelocator-modal .mdc_return_to_list {
    display: none;
    height: 70px;
    align-items: center;
}

#storelocator-modal .mdc_return_to_list.mdj_show {
    display: inline-flex;
}

#storelocator-modal .mdc_return_to_list span {
    padding-left: 10px;
    max-width: 140px;
}

#storelocator-modal .mdc_shop_informations .mdc_buttons_block_shop {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.mdc_storelocator_home {
    margin-bottom: 70px;
    margin-top: 70px;
}

.mdc_storelocator_home .mdc_title_storelocatore_home > span > span {
    font-weight: 700;
    color: #E00041;
}

.mdc_storelocator_home .mdc_title_storelocatore_home > span > span:first-child {
    color: #1D1D1B;
}

.mdc_storelocator_home .mdc_title_storelocatore_home > span > span:last-child {
    color: #4D4D4D;
}

.mdc_storelocator_home .mdc_storelocator_home_select_block {
    padding: 30px 15px;
    background-color: #1D1D1B;
    text-align: center;
}

.mdc_storelocator_home .mdc_storelocator_home_select_block .mdc_block_select {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.mdc_storelocator_home .mdc_storelocator_home_select_block .mdj_show_informations_home {
    display: block;
    width: fit-content;
    text-decoration: underline;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin: 15px auto 0;
}

.mdc_storelocator_home .mdc_storelocator_home_select_block .mdc_block_select::before {
    content: '\e5cf';
    font-family: "Material Icons";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 45px;
    width: 45px;
    font-size: 30px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    background-color: #E00041;
    pointer-events: none;
}

.mdc_storelocator_home .mdc_storelocator_home_select_block .mdc_block_select select {
    padding: 11px 60px 11px 15px;
    background-color: #DBD7D7;
    border: 1px solid #AE7F60;
    border-radius: 5px;
    font-weight: 500;
    outline: none;
    max-width: 100%;
}

.mdc_storelocator_home .mdc_storelocator_home_informations_block {
    display: none;
    background-color: #FBFBFB;
    text-align: center;
    padding: 30px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations > div {
    padding: 0 50px;
    text-align: left;
}

.mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations > div.mdc_hours_shop li {
    margin-bottom: 0;
}

.mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations > div.mdc_hours_shop th, .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations > div.mdc_hours_shop td {
    padding: 8px 30px 8px 0;
}

.mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations > div.mdc_hours_shop th {
    font-weight: 500;
}

.mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_list_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #4D4D4D;
    margin-bottom: 20px;
}

.mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations .mdc_address_shop {
    margin-bottom: 20px;
}

.mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations .mdc_address_shop span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 65px);
    padding-left: 10px;
    font-weight: 500;
    white-space: nowrap;
}
.mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations .mdc_tel_shop span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 65px);
    padding-left: 10px;
    font-weight: 500;
}

@media (max-width:991px) {
    #storelocator-modal .mdc_storelocator_img {
        display: none;
    }

    #storelocator-modal .modal-header {
        padding-top: 8px;
    }

    #storelocator-modal .mdc_storelocator {
        width: 100%;
    }

    #storelocator-modal .mdc_shop_informations {
        left: 0;
        background: #fff;
        width: 100%;
    }

    #storelocator-modal .mdc_title_storelocator {
        width: 100%;
        max-width: 100%;
    }

    #storelocator-modal .modal-dialog {
        max-width: 100%;
        width: 100%;
        height: 100vh;
        margin: 0;
    }

    #storelocator-modal .modal-dialog .modal-content {
        border-radius: 0;
        border: 0;
        height: 100vh;
    }

    #storelocator-modal .mdc_storelocator_list {
        max-height: calc(100vh - 226px);
    }

    #storelocator-modal .mdc_shop_informations > div {
        height: calc(100vh - 210px);
        padding: 0 0 15px;
    }
    #storelocator-modal .mdc_shop_informations .mdc_address_shop img {
        max-height: 40px;
        width: auto;
    }
    #storelocator-modal .mdc_shop_informations .mdc_hours_shop img {
        max-height: 40px;
        width: auto;
    }
    .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations .mdc_address_shop img {
        max-height: 40px;
        width: auto;
    }
    .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations .mdc_tel_shop img {
        max-height: 40px;
        width: auto;
    }
    #storelocator-modal .mdc_shop_informations .mdc_address_shop span {
        max-width: calc(100% - 50px);
    }
    #storelocator-modal .mdc_shop_informations .mdc_tel_shop span {
        max-width: calc(100% - 50px);
    }
    .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations .mdc_address_shop span {
        max-width: calc(100% - 50px);
        white-space: normal;
    }
    .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations .mdc_tel_shop span {
        max-width: calc(100% - 50px);
    }
    .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations {
        display: block;
    }
    .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations > div {
        padding: 0;
    }
    .mdc_storelocator_home > div > img {
        min-height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .mdc_storelocator_home .mdc_storelocator_home_select_block {
        padding: 15px;
    }
    .mdc_storelocator_home .mdc_storelocator_home_select_block .mdc_block_select select {
        background-color: #fff;
    }
    .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations .mdc_hours_shop * {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    #storelocator-modal .mdc_shop_informations .mdc_buttons_block_shop {
        justify-content: center;
    }
    .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations .mdc_address_shop span {
        font-size: 14px;
    }
    .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations .mdc_tel_shop span {
        font-size: 14px;
    }
    .mdc_storelocator_home .mdc_storelocator_home_informations_block .mdc_storelocator_home_informations {
        margin-bottom: 15px;
    }
}