.modal-logo img {
    width: 200px;
   
    margin: 0 auto;
    display: block;
}

/*.modal-body {
        padding-right:1rem !important;
        padding-left:1rem !important;
    }*/
.modal-loc-form{
	font-size:12px!important;
line-height:12px!important;
}

.location-modal .modal-content {color:#333333}
.modal-title-text {
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom:15px;
}
.form-check-label {font-size: 1rem; padding-right: 10px; text-transform: none;}
.modal-location-text {font-size: 1rem;}
.form-check,
.form-radio {
    line-height:1.5;
}
.form-check-input {
    width: 1.75em !important;
    height: 1.75em !important;
}
.form-check-input:checked {
    background-color: rgb(21, 115, 71) !important;
    border-color: rgb(20, 108, 67) !important;
}
.form-check-input:focus {
    box-shadow:0 0 0 .25rem rgba(21,115,71,.25) !important;
}
.text-bg-success,
.nearest-box {
    font-weight: 400 !important;
    font-size: .9rem !important;
    background-color: rgb(236, 249, 236) !important;
    border-color: rgb(21, 115, 71) !important;
    color: rgb(21, 115, 71) !important;
    margin-left: 5px;
}
@media (min-width:768px) {
    .modal-title-text {
        font-size: 2rem;
    }
   /* .modal-body {
        padding-right:3rem !important;
        padding-left:3rem !important;}*/
}
/*======= LOCATION DROPDOWN IN HEADER ========*/

.drop-location-title {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 700;
}

.header-utility .btn-select-location_top .btn:hover,
#offcanvas-header-brands .btn-select-location_top .btn:hover {
    background: #0e5132 !important;
}


html:not(.ccm-edit-mode) .modal-open .ccm-page{filter: blur(10px);}