
@media (max-width:767px){
#store-selector-modal .modal-content{
    width: 90% !important;
    overflow-y: auto !important;
    height: auto !important;
}
}

#store-selector-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#store-selector-modal .modal-content {
    background-color: #fff;
    padding: 20px;
    margin: 15% auto;
    width: 50%;
    border-radius: 5px;
    text-align: center;
}

#store-selector-modal .close-modal {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

#store-selector-modal button#confirm-store {
    background: #119a06;
    border: 1px solid #119a06;
    color: white;
    display: flex;
    margin-top: 20px;
}

#store-selector-modal button#confirm-store:hover {
    background: black !important;
    border: unset !important;
}

 #store-selector-modal h2{
    font-size: 22px;
    color: black;
    font-weight: 600;
}
#store-selector-modal img.store_logo {
    height: 45px;
    display: block;
    position: relative;
    bottom: 60px;
}
#store-selector-modal .modal-content {
    margin: auto !important;
}
h3.ch1_store {
    line-height: 0.7 !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: black !important;
}
#store-selector-modal div#store-views-container {
    line-height: 2 !important;
}
#store-selector-modal div#store-selector {
    margin-top: 10px !important;
    line-height: 2 !important;
}
#store-selector-modal button#confirm-store {
    font-weight: 700;
}
h3.ch2_store {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: black !important;
    line-height: 3;
}
.close-main {
    margin-top: 60px;
}
#store-selector-modal .close-modal {
    float: right;
    font-size: 50px !important;
    cursor: pointer;
    position: relative;
    bottom: 75px;
}
#store-selector-modal h2 {
    font-size: 22px !important;
    color: black;
    font-weight: 400 !important;
    line-height: 2;
}
#store-selector-modal span.count_label {
    font-weight: 700 !important;
}
@media (min-width:768px){
    #store-selector-modal .modal-content {
        width: 40% !important;
        overflow-y: auto !important;
        height: auto !important;
    }
}
#store-selector-modal .modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}