header.z-0 {
    z-index: 0 !important;
}

footer.z-0 {
    z-index: 0 !important;
    position: relative;
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
  	width: 80%;
}

.btn-store {
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
  	width: 100%;
}

.btn-blue {
    border-radius: 10px !important;
    background-color: #005daa !important;
    color: #fff !important;
    border-color: #005daa !important;
    text-transform: uppercase !important;
}

.btn-darkBlue {
    background-color: #0c2340 !important;
    color: #fff !important;
    border-color: #005daa !important;
    text-transform: uppercase !important;
}

.btn-primary {
    background: #0c2340;
    color: #fff;
    margin-top: 10px;
    padding: 12px 12px;
    font-size: 14px;
    width: 45%;
    border-radius: 5px;
}
.book-form {
    background: #0c2340;
    color: #fff;
    margin-top: 0;
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 700;
    min-height: 50px;
    transition: all 0.3s ease;
    width: auto;
}
.book-form:hover{
    border-color: #286090 !important;
}
@media (min-width: 980px) { /* Adjust the breakpoint as needed */
    .custom-appointment {
        width: auto;

    }
}
/*@media (min-width: 981px) {
    .book-appointment {
        display: none; 
    }
    .custom-appointment {
        display: none;        
    }
    .custommyhealth1st {
        display: none;        
    }
}*/


.modal {
    align-content: center;
}

.modal-header {
    border-bottom: none;
}

.modal-dialog {
    /* display: inline-block; */
    text-align: left;
    vertical-align: middle;
}

.tab {
    display: none;
}

.step-container {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    display: none;
}

.step {
    height: 10px;
    width: 10px;
    border: 1px solid #444;
    border-radius: 50%;
    display: inline-block;
}

.step.active {
    background: #005daa;
    border: 1px solid #005daa;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .tab .field_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.woocommerce div.product form.cart .tab .field_title span {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.option_prescription .checkmark {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid;
    bottom: -35px;
}

.option_prescription input[type="radio"] {
    position: absolute !important;
    opacity: 0;
}

.selected-addon {
    background: #005daa !important;
}

.whats-your-prescription .table {
    margin-bottom: 75px;
}

#formidable-addons-total {
    float: none;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 15px;
}

#formidable-addons-total p.price,#formidable-addons-total span.price {
    font-weight: 900
}

.hide-field {
    display: none!important;
}

.fp-product-addon-label {
    display: none;
}

.amount.fp-product-addon-amount {
    color: #000;
    font-weight: bolder;
}

#addCartModal .alert-danger {
    display: none;
    margin-bottom: 45px;
}

.pre-nxt {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.option_select, .option_prescription {
    position: relative;
    cursor: pointer;
}

.woocommerce div.product form.cart .option_prescription .frm_radio label {
    display: block;
    text-transform: uppercase;
    color: #444;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 0 10px;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

.local-store-details h5.local-title {
    margin-top: 0 !important;
    font-weight: bold !important;
    border-bottom: 0px solid rgba(68, 68, 68, 1);
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}

.local-store-posts {
    border: 0;
    position: relative;
    padding: 20px 50px 20px 0;
}

@media (min-width: 992px) {
    .tbl-local-details {
        min-height: 260px;
    }
}

.tbl-local-details {
    min-height: 225px;
}

.entry-content tr td {
    padding: 6px 0px;
}

.google-map-anchor {
    cursor: pointer;
}

.search-state_radio {
    display: inline-block;
    vertical-align: top;
    margin-right: 15%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.search-state_radio:last-child {
    margin-right: 0;
}

.custom-filter_row {
    margin-bottom: 50px;
}

.filterby-state,
.filterby-postal {
    background: #767171;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 5px;
    margin-left: 10px;
    min-width: 116px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.filterby-postal.active:before,
.filterby-state.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2.5px dashed #ff0000;
    border-radius: 5px;
    display: none;
}

.filterby-text {
    font-size: 20px;
    /* font-weight: bold; */
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    padding-top: 4px;
}

.filterby-postal.active,
.filterby-state.active {
    /* border: dotted; */
    background: #0c2340;
}

#search-state {
    display: none;
}

#search-postal {
    display: none;
}

input[type="radio"] {
    margin: 10px;
}

.filter-postal-code_group {
    display: flex;
    flex-wrap: wrap;
}

#filter-postal-code {
    height: 35px;
    padding: 0 12px;
    border: 2px solid #767171;
    border-radius: 5px;
    font-size: 16px;
    color: #404040;
    font-weight: 500;
    width: calc(100% - 115px);
    margin-right: 15px;
}

#filter-postal-code::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #404040;
    font-weight: 500;
}

#filter-postal-code::-moz-placeholder {
    /* Firefox 19+ */
    color: #404040;
    font-weight: 500;
}

#filter-postal-code:-ms-input-placeholder {
    /* IE 10+ */
    color: #404040;
    font-weight: 500;
}

#filter-postal-code:-moz-placeholder {
    /* Firefox 18- */
    color: #404040;
    font-weight: 500;
}

#filter-button {
    height: 35px;
    background: #005daa;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    min-width: 100px;
    border: none;
    text-transform: capitalize;
}

#filter-button:hover {
    opacity: 0.6;
}

.search-state_radio label {
    color: #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    line-height: 1;
    cursor: pointer;
}

.search-state_radio input {
    display: none;
}

.search-state_radio input:checked+label {
    color: #0070c0;
    font-weight: 700;
    border-bottom: 2px solid #0070c0;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 40px auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

span.validation-info {
    font-size: 12px;
    margin-bottom: 3px;
    color: #ff0000;
}

@media only screen and (max-width: 991px) {
    #search-state {
        margin-top: 40px;
    }

    .filter-postal-code_group {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 460px) {
    .filterby-text {
        display: block;
        margin-bottom: 20px;
    }

    span.filterby-state {
        margin-left: 0;
    }

    #filter-postal-code {
        font-size: 14px;
    }
}

#results {
    display: flex;
    flex-wrap: wrap;
}

#results .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.modal-body {
    padding: 0 40px;
}

.tab .field_title {
    font-size: 20px;
    font-weight: 700;
}

.option_prescription img {
    padding-top: 20px;
}

.frm_radio {
    display: flex;
    justify-content: center;
}

.frm_radio label{
    padding: 0;
}

.entry-content2 tr td {
    border-top: 0px solid #eee;
}

.modal.fade
{
  opacity: 1 !important;
}

.modal-backdrop
{
  z-index: -1 !important;
}