
#mulitSiteSelector{
    display:none;
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 4;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

/*.multi_dropdown {
    float:left;
    margin-right:20px;
    top:5px;
    position:relative;
}*/

.dms-container{float:left;

}

.outer_dropdown{
    float:right;
}

.jquery-modal.blocker.current{
    z-index: 1050 !important
}

.dms-container select, .dms-container select option{
    border-radius: 0px !important;
    /*    background: #0a213c;
        color: white !important;*/
    /*		border-width:0px !important;
    */		border: 1px solid white;
    border-color:none !important;
    border-radius: 0px !important;
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
    border-top-right-radius:0px !important;
    border-bottom-left-radius:0px !important;
}

/** Custom CSS 09/14/2018 **/

.cr-country-selector-modal-header {
    border: none;
}

.cr_country_selector_modal .cr-country-selector-modal-content {
    box-shadow: none;
    border: none;
    text-align: center;
}

.cr-country-selector-modal.fade .cr-country-selector-modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.cr_country_selector_modal .cr-country-selector-modal-footer {
    /* border: none; */
    display: none;
}

.cr_country_selector_modal_close {
    /* border: none; */
    display: none;
}

#cr_country_selector_modal.fade {
    opacity:1;
    border-radius: 0;
    /*border: 15px solid #49acb1;*/
    /*         background: url(bg-art.png) no-repeat left bottom / contain;
    */     background-size: auto;
    background-color: rgba(58, 110, 165, 0.8);
    max-width: 60%;
}

body.page-template-page-collections #cr_country_selector_modal p {
    text-align: center;
    /* margin-bottom: 0; */
}

.cr_country_selector_modal_text {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 2.5rem;
    color:#fff;
}

.cr_country_selector_modal_buttons > p {
    display: none;
}


select#country-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 35px 5px 10px;
    width: 100%;
    border: 1px solid #3a6ea5;
    border-radius: 0px !important;
    color: rgba(58, 110, 165, 1) !important;
    font-size: 24px;
    height: auto;
    background-color: #fff

}

#country-dropdown-wrap {
    position: relative;
    display: inline-block;
    max-width: 500px;
    width: 100%;
}

.country_selector_seems_text {
    display: none;
}

#country-dropdown-wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #3a6ea5 transparent transparent transparent;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}


.jquery-modal .stay {
    font-size: 20px;
    margin-top: 1rem;
    color: #fff;
    /*border-left: 10px solid;*/
    border: 1px solid #ff6700;
    display: inline-block;
    padding: 7px 22px;
    margin-bottom: 2rem;
    border-radius: 24px;
    background: #ff6700;
    border-radius: 24px;
}

.jquery-modal .stay > a {
    color: #fff !important;
    font-weight: 700;
}

/*.reason {
    margin: 0 auto;
    color: #2e2674;
    font-size: 18px;
}*/

.stay {
    font-size: 20px;
    margin-top: 2.5rem;
    /* color: #49acb1; */
    border-left: 10px solid;
    display: inline-block;
    border-right: 10px solid;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2rem;
}

.stay > a {
    color: #49acb1;
}

.reason {
    margin: 0 auto;
    margin-bottom: 0px;
    color: #fff;
    font-size: 2rem;
    padding: 0 4rem;
}

.cr-country-selector-modal-content {
    position: relative;
}

.cr-country-selector-modal-content:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 300px;
    height: 200px;
    position: absolute;
    bottom: -20px;
    left: -10px;
    /*    background: url('https://thibaultrolando.com/audacity/wp-content/themes/audacity/assets/images/bg-art.png') no-repeat left bottom / contain;
    */    z-index: -1
}

.cr-country-selector-modal-content {
    background: transparent !important;
}

.modal .close-modal {
    background-image: url(close-icon.png) !important;
    width: 60px  !important;
    height: 60px  !important;
    right: -20px  !important;
    top: -20px  !important;
    background-color: transparent;
    border: none;
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

    .mobiletohide{
        display: none;
    }

    .multi_dropdown {
        float: none;
        margin-right: 20px;
        top: 5px;
        position: relative;
        padding: 10px 0px;
        display: block;
        text-align: center;
    }

    #cr_country_selector_modal.fade{
        max-width: 100%;
    }

    .dms-container{
        padding-bottom: 20px;
    }

}

.right-side {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    height: 1;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redirecting {
    display: flex;
}
.cr_country_selector_modal p {
    margin-bottom: 10px;
    text-align: center;
}
@media (min-width: 768px){
    .cr_country_selector_modal .cr-country-selector-modal-dialog {
        width: 600px;
        margin: 30px auto !important;
    }
}
@media (max-width: 767.98px) {
    #cr_country_selector_modal.fade{
        max-width: 99%;
        padding: 15px 15px;
		vertical-align: top;
    }
    .modal .close-modal{
        width: 40px !important;
        height: 40px !important;
        right: -15px !important;
        top: -15px !important;
    }
    .reason{
        padding: 0;
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .cr_country_selector_modal_text{
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 1.5rem;
    }
}
.cr_country_selector_modal .cr-country-selector-modal-dialog {
    width: inherit;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    width: auto;
    margin: 10px;
}

#mySidenav .dms-container, #mySidenav .dms-select {
    width: 100%;
}