#footer-container-store {
    display: inline-flex;
}

#choose-country-button {
    font-size: 12px;
    margin-top: -1px;
    padding-left: 15px;
}

#choose-country-button:hover {
    cursor: pointer;
}

#switcher-modal.active {
    display: inline-block;
    overflow-y: scroll;
    opacity: 1;
    z-index: 9999;
}

#switcher-modal .modal-header {
    border-bottom: 0;
    padding: 0;
}

#switcher-modal .modal-header h6 {
    font-family: "DM Serif Display";
    text-align: center;
    width: 100%;
    padding: 30px 0 40px;
    font-size: 25px;
}

#switcher-modal .modal-header .close {
    margin: 0 0 0 auto;
}

#switcher-modal .modal-header .close {
    background-image: url(../images/close.svg);
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

#switcher-modal .modal-dialog {
    max-width: 800px;
    margin-top: 70px;
}

#switcher-modal .modal-body {
    padding: 0 30px 20px;
}

#switcher-modal .switcher-dropdown {
    padding-left: 0;
    display: flex;
}

#switcher-modal .col-switcher {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
}

#switcher-modal .col-switcher li {
    padding-bottom: 10px;
}

#switcher-modal .col-switcher li a {
    font-size: 16px;
}

#switcher-modal .col-switcher li a:hover,
.message-country.switcher-option p a:hover {
    color: #EBCD92;
    text-decoration: none;
}

.rest-of-the-world a {
    font-style: italic;
}

.message-country.switcher-option {
    text-align: center;
    max-width: 33.33%;
    width: 33.33%;
    margin: 0 auto;
}

.message-country.switcher-option p {
    font-family: "Montserrat";
    font-weight: 400;
}

.message-country.switcher-option p,
.message-country.switcher-option p a {
    font-size: 14px;
}

@media screen and (min-width: 1200px) {
    #switcher-modal .modal-dialog {
        max-width: 1100px;
    }
    #switcher-modal .col-switcher li {
        width: 33.33%;
    }
}

@media screen and (max-width: 1199px) {
    #switcher-modal .modal-body {
        padding: 0 15px 20px;
    }
    #switcher-modal .col-switcher li {
        width: 50%;
    }
    #switcher-modal .col-switcher li a {
        font-size: 14px;
    }
    .message-country.switcher-option {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    #switcher-modal .modal-header h6 {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    #switcher-modal .col-switcher li a,
    .message-country.switcher-option p,
    .message-country.switcher-option p a {
        font-size: 12px;
    }
}
