/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.salon-wrapper {
    max-width: 1300px;
    margin: 0 auto 90px;
}
.salon-logo {
    margin-bottom: 50px;
}
.salon-local {
    margin-bottom: 44px;
}
.salon-local {
    font-size: 14px;
    line-height: 21px;
    color: #212529;
    text-align: center;
}

.salon-local li {
    display: inline-block;
    margin: 0 30px 10px;
    position: relative;
}

.salon-local li img {
    margin-right: 8px;
    margin-top: -1px;
}

.salon-local li:last-child {
    display: block;
    margin: 0;
    text-align: center;
}

.salon-block {
    align-items: center;
    margin-bottom: 50px;
}

.popup-text p {
    display: none;
}
.popup-text p:first-child {
    display: block;
}

@media (max-width: 991px){


    .salon-block2 .col-lg-5{
        order: 2;
    }

    .salon-block2 .col-lg-7{
        order: 1;
    }
    .salon-block {
        margin-bottom: 60px;
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }
}



@media (max-width: 575px){

    .salon-local,
    .salon-local li:last-child {
        text-align: left;
    }

    .salon-local li {
        display: block;
        margin: 0 0 19px;
        padding-left: 33px;
    }

    .salon-local li img { 
        position: absolute;
        left: 0;
        top: -1px;
        margin: 0;
    }

    .salon-wrapper {     
        padding: 0 20px;
    }

    .salon-block {
        align-items: center;
        margin-bottom: 50px;
    }
}


.salon-block h3{ 
    font-size: 21px;
    line-height: 24px;
    color: #1B1B1B;
    font-weight: bold;
    margin-bottom: 15px;
}

.salon-block  p {
    font-size: 14px;
    line-height: 21px;
    color: #212529;
}

.content-inner { 
    background: #F6F6F6;
    padding: 29px;
}

.salon-block p {
    margin-bottom: 12px;
}


.salon_modal-forwarding {
    text-align: center;
}


@media (min-width: 992px) { 

    .content-inner {
        margin-left: -98px;     
    }

    .image-inner {
        margin-right: -50px;
    }

    .salon-block2 .image-inner {
        margin:  0 0 0 -50px;
    }

    .salon-block2 .content-inner {
        margin: 0 -96px 0 0;
        position: relative;
        z-index: 1;
       }

}








.modal-dialog-centered {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}


@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}



.btn-salon-modal {
    background: none;
    outline: none;
    padding: 0;
    border: 0;
    color: #1B1B1B;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.75px;
    font-weight: bold;
}

.btn-salon-modal:hover {
    text-decoration: underline;
}

.salon_modal .modal-header {
    background: var(--primary);
    border: 0;
    border-radius: 0;
    color: #fff;
    justify-content: center;
    min-height: auto;
    padding: 18px 30px;
}

.salon_modal .modal-title{
 font-size: 18px;
 line-height: 24px;
 color: #fff;
 margin: 0;
 font-weight: bold;
 position: relative;
}

.salon_modal .close {
    margin: 0;
    float: none;
    position: absolute;
    top: 12px;
    right: 13px;
    opacity: 1;
}
.salon_modal .close:hover {
    opacity: 0.7;
}

.salon_modal.show .modal-dialog {
    transform: none;
    border-radius: 0;
    box-shadow: none;
}

.salon_modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
}

.salon_modal.show {
    background: rgba(0,0,0,.2);
}

.salon_modal .modal-body {
    padding: 28px 30px 20px 30px;
}

.salon_modal .modal-body p{
    font-size: 14px;
    line-height: 21px;
}

.salon_modal-forwarding {
    text-align: center;
}

.salon_modal-forwarding .modal-body {
    padding-top: 26px;
    padding-bottom: 38px;
}

.salon_modal-forwarding .modal-body p{
 margin-bottom: 16px;
}

.salon_modal-forwarding .modal-body .btn{
    min-width: 140px;
 }


@media (min-width: 768px) {
    .salon_modal .modal-dialog {
        width: 642px;
      
    }
}

@media (max-width: 767px) {
    .salon_modal .modal-dialog {     
        margin: 10px 20px;
    }
}
