/*
 * DISCLAIMER
 *
 * Do not edit or add to this file.
 * You are not authorized to modify, copy or redistribute this file.
 * Permissions are reserved by FME Modules.
 *
 *  @author    FMM Modules
 *  @copyright FME Modules 2021
 *  @license   Single domain
 */
/***********************************************************
					Stores Page Styles
************************************************************/
#checkout #stores {
    padding: 0 1rem;
}

#stores .store_map {
    width: 100%;
    min-height: 300px !important;
    margin-bottom: 26px;
}
div#storelocator-delivery-button {
    display: flex;
    justify-content: space-around;
}
#stores input#addressInput {
    display: inline-block;
    width: 100%;
    /*width: 269px;*/
}
#stores .address-input {
    float: left;
    margin-right: 19px;
}
a.store_direction {
    padding: 5px;
    border: 1px solid;
    float: left;
}
#storelocatore-cal-wrapper {
    border-bottom: 1px dashed #d4d4d4;
}
.storelocator_calander_heading {
    border-top: 2px solid #555;
    padding: 6px;
    font-size: 18px;
    background: #f6f6f6;
    color: #444;
}

.flatpickr-input {
    font-weight: bold;
    color: #1e9f0b;
}
/* calander */
.available-date {
    background-color: #f0f0f0;
}
.disabled-date {
    background-color: #ff9b08;
    cursor: not-allowed;
}
.disabled-date:hover {
    opacity: 0.5;
}
td.dow-clickable :hover {
    background: #2fb5d2 !important;
    color: #fff;
}
td.dow-clickable.selected,
td.dow-clickable.selected .available-date {
    background: #2fb5d2 !important;
    color: #fff;
}
#storelocator_pickup_date::placeholder,
#storelocator_pickup_time::placeholder {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

/* END - calander */
@media (max-width: 767px) {
    #stores .address-input {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
#stores .address-input label {
    margin-right: 5px;
}
#stores .radius-input {
    float: left;
    line-height: 23px;
    margin-right: 20px;
}
#stores .radius-input label,
#stores .radius-input .selector {
    float: left;
}
#stores .radius-input label {
    margin-right: 10px;
}
#stores .radius-input #radiusSelect {
    width: 78px;
}
#stores .store-content {
    padding-bottom: 30px;
}
#stores .store-content-select .selector {
    visibility: hidden;
    display: none;
}
#stores .store-content-select.active {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #d6d4d4;
}
#stores .store-content-select.active .selector {
    visibility: visible;
    display: block;
}
#stores .store-title {
    margin-bottom: 16px;
}
#stores label {
    font-weight: normal;
    color: #777;
}
#stores #stores_loader {
    display: none;
    margin-left: 5px;
}
#stores #locationSelect {
    max-width: 356px;
    visibility: hidden;
    display: none;
}
#stores #stores-table {
    display: none;
}
#stores #stores-table tbody td {
    padding: 20px;
}
#stores #stores-table tbody td.num {
    background: #fbfbfb;
    width: 46px;
}
#stores #stores-table tbody td.name span {
    padding-left: 15px;
}
@media (max-width: 767px) {
    #stores #stores-table tbody td.name img {
        display: none;
    }
}

.store-image img {
    width: 100%;
    min-width: 100px;
}

/*# sourceMappingURL=stores.css.map */
/*~~~~~~~~~ PS 1.7 Stylings ~~~~~~~~~*/
#fmeStorePage {
    width: 100%;
    padding: 0px;
    padding-bottom: 10px;
}
#fmeStorePage p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
}
#fmeStorePage p label,
#fmeStorePage p select {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.clear_me {
    width: 100%;
    clear: both;
}
#fmeStorePage p label {
    padding-right: 3px;
}

#fmeStorePage p.clearfix {
    margin-right: 0px;
    text-align: right;
    width: 100%;
}

#fmeStorePage p .form-control {
    display: inline-block;
    width: auto;
}
#checkout #stores input {
    height: 35px;
}
#stores .form-group {
    margin-bottom: 1px;
}

/*------- New Split Theme Styles --------*/
#fmmsl_split_list {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

#fmmsl_split_list ul {
    padding: 0;
    margin: 0;
}
#fmmsl_split_list ul li {
    list-style: none;
    padding: 4% 1%;
    margin: 0;
    display: block;
    clear: both;
    color: #555555;
    border-bottom: 1px solid #cccccc;
}
#fmmsl_split_list ul li a {
    display: block;
    clear: both;
}
#fmmsl_split_list ul p {
    margin: 0;
    padding: 5px 0;
}
.fmmsl_storeview {
    display: inline-block !important;
    font-size: 12px;
}

@media (min-width: 200px) and (max-width: 500px) {
    #stores #stores-table tbody td {
        padding: 3px;
    }
}
@media (min-width: 200px) and (max-width: 410px) {
    #stores #stores-table {
        font-size: 11px;
    }
    #stores #stores-table tbody td {
        width: auto !important;
        vertical-align: middle;
    }
    #stores #stores-table tbody tr td:first-child,
    #stores #stores-table tbody tr td:last-child {
        text-align: center;
    }
    #stores #stores-table th {
        padding: 3px !important;
    }
}
#fmeStorePage {
    padding: 0px;
}
.storeSelect {
    display: none;
}
.searchLocation {
    padding-top: 30px;
}
.searchLocation input {
    border-radius: 10px;
}
a.store_selection {
    border-radius: 10px;
    background: var(--btn-primary-second);
    text-align: center;
    padding: 8px;
    color: #ffffff;
}
.closeInfowindows {
    float: right;
    font-size: 20px;
    cursor: pointer;
    padding-right: 8px;
}
.gm-ui-hover-effect {
    display: none !important;
}
.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    max-height: 220px !important;
    min-height: 190px;
    width: 180px;
}
#stores #radiusSelect {
    background: none;
}
#fmeStorePage > div:nth-child(2) .col-lg-10 {
    padding-left: 0;
}
#stores #content > div.row {
    display: flex;
    flex-direction: row-reverse;
}
.gm-style-iw.gm-style-iw-c {
    max-width: 255px !important;
    max-height: 200px !important;
}
.gm-style-iw-d > :first-child {
    max-height: 220px !important;
    min-height: 200px;
}

@media (max-width: 768px) {
    #stores #content > div.row {
        flex-direction: column-reverse !important;
    }
    .gm-style-iw.gm-style-iw-c {
        max-width: 255px !important;
        max-height: 200px !important;
    }
    #stores .customer-phone-info {
        margin-top: 10px;
    }
    #stores .customer-phone-info div.customer-phone {
        margin-top: 10px;
    }
    #stores.card {
        padding: 0px;
    }
    #fmeStorePage.card {
        padding: 0px;
    }
    #stores > div.row #map-carrier {
        min-height: 300px !important;
        min-width: 300px !important;
    }
    #stores #fmmsl_split_list {
        max-height: 250px !important;
        min-width: 300px !important;
    }
}

@media (min-width: 1023px) {
    #checkout .cart-grid-body {
        display: flex;
        margin-bottom: 4.5rem;
        position: relative;
    }

    .gm-style-iw.gm-style-iw-c {
        max-width: 255px !important;
        max-height: 200px !important;
    }
}
