/*
 * 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 2020
 *  @license   Single domain
 */
/***********************************************************
					Stores Page Styles
************************************************************/
#stores .store_map {
    width: 100%;
    min-height: 500px !important;
    margin-bottom: 26px;
}
#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;
}
a.store_selection {
    border: 1px solid #e4e4e4;
    padding: 5px;
    float: right;
    margin: 0 5px 0px 0px;
    background: #2fb5d2;
    color: #fff;
    text-decoration: none;
}
a.store_selection:hover {
    background: rgb(48, 169, 37);
    border: 1px solid rgb(48, 169, 37);;
    color: #fff!important;
}
#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;
}
#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-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;
}

/*------- New Split Theme Styles --------*/
#fmmsl_split_list {
    width: 100%;
    max-height: 505px;
    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;
    }
}

/* Custom styles */
#stores {
    font-family: 'DINCond-Medium', sans-serif;
    color: #000000;
}

#stores #wrapper {
    padding-bottom: 66px;
}

#stores #wrapper .breadcrumb {
    display: none;
}

#stores #main > #content {
    max-width: 1072px;
    margin: 0 auto;
    padding: 0;
    border: none;
    box-shadow: none;
}

#stores .stores-heading {
    padding: 9px 0;
    margin: 0;
    font-family: 'Halvar', sans-serif;
    font-size: 28px;
    color: #000000;
    letter-spacing: 0;
}

#stores .stores-subheading {
    margin-bottom: 42px;
    letter-spacing: 0;
}

#stores #fmeStorePage {
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
}

#stores #fmeStorePage > div {
    display: flex;
    align-items: baseline;
}

#stores #fmeStorePage > div label {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
}

#stores #fmeStorePage > div input,
#stores #fmeStorePage > div select {
    max-width: 255px;
    width: 100vw;
    height: 43px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 7px;
}

#stores #fmeStorePage div.rdsl-block {
    position: relative;
}

#stores #fmeStorePage div.rdsl-block::after {
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    padding: 18.5px 11px 16.5px;
    font: normal normal normal 18px/0.4 'FontAwesome';
    pointer-events: none;
}

#stores #fmeStorePage > div select {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}

#stores #fmeStorePage label[for="addressInput"] {
    padding-right: 48px;
    text-align: left;
    white-space: nowrap;
    letter-spacing: 0;
}

#stores #fmeStorePage label[for="radiusSelect"] {
    padding-right: 50px;
}

#stores .button.search-btn {
    align-self: flex-end;
    padding: 6px 12px;
    background: #000000;
    border-radius: 11px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

#stores #map.store_map {
    margin-bottom: 59px;
}

#stores .gm-style .gm-style-iw-c[role="dialog"] {
    min-width: 228px !important;
    min-height: 103px;
    padding: 0;
}

#stores .gm-style .gm-style-iw-c[role="dialog"] > .gm-style-iw-d {
    padding: 11px;
    overflow: auto !important;
}

#stores #map.store_map button[aria-label="Close"] {
    top: 0 !important;
    right: 0 !important;
}

#stores #map.store_map .store-name {
    margin-bottom: 10px;
    font-family: 'Halvar', sans-serif;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 12px;
}

#stores #map.store_map .store-address {
    margin-bottom: 21px;
    font-family: 'DINCond-Medium', sans-serif;
    font-size: 11px;
    color: #404040;
    letter-spacing: 0;
    line-height: 10px;
}

#stores #map.store_map .store_direction {
    display: flex;
    justify-content: center;
    width: 103px;
    height: 17.57px;
    padding: 3px 3px 2.57px;
    background: #000000;
    border-radius: 7px;
}

#stores #map.store_map .store_direction > i {
    margin-right: 5px;
    color: #FFFFFF;
    font-size: 11px;
}

#stores #map.store_map .store_direction > span {
    font-family: 'DINCond-Medium', sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0.6px;
    text-align: center;
}

#stores #stores-list {
    display: grid;
    grid-template-areas: "left right";
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

#stores #stores-list .store-block {
    display: grid;
    grid-template-areas: "img name"
    "img addr";
    grid-template-rows: max-content;
    grid-template-columns: max-content;
    grid-auto-rows: min-content;
    height: fit-content;
    padding: 24px 24px 28px 23px;
    border: 1px solid #181818;
    border-radius: 22px;
    text-transform: uppercase;
}

#stores #stores-list .store-block .store-name {
    height: fit-content;
    font-family: 'Halvar', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 17px;
    cursor: pointer;
}

#stores #stores-list .store-block .store-image {
    grid-area: img;
    margin: 0 11px 0 0;
}

#stores #stores-list .store-block .store-image img {
    width: 214px;
    cursor: pointer;
}

#stores #stores-list .store-block .store-address {
    height: fit-content;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: initial;
}

@media (max-width: 991px) {
    #stores .stores-heading {
        padding-top: 43px;
    }
}

@media (max-width: 960px) {
    #stores #stores-list .store-block {
        grid-template-areas:
                "name"
                "img"
                "addr";
        justify-content: center;
        padding: 46px;
        text-align: center;
    }

    #stores #stores-list .store-block .store-name {
        margin: 0 auto 27px;
    }

    #stores #stores-list .store-block .store-image {
        margin: 0 auto;
    }

    #stores #stores-list .store-block .store-address {
        margin: 30px 0 0;
    }
}

@media (max-width: 830px) {
    #stores #fmeStorePage > div input,
    #stores #fmeStorePage > div select {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    #stores #wrapper {
        padding-bottom: 57px;
    }

    #stores .stores-heading {
        padding: 43px 3px 26px;
        text-align: center;
    }

    #stores .stores-subheading {
        margin-bottom: 35px;
        text-align: center;
    }

    #stores .stores-subheading,
    #stores #fmeStorePage,
    #stores #map.store_map,
    #stores #stores-list {
        padding: 0 11px;
    }

    #stores #fmeStorePage {
        display: grid;
        padding-bottom: 30px;
    }

    #stores #fmeStorePage > div input,
    #stores #fmeStorePage > div select {
        max-width: 255px;
    }

    #stores #fmeStorePage > div {
        flex-direction: column;
    }

    #stores #fmeStorePage > div label {
        margin-bottom: 9px;
    }

    #stores #fmeStorePage > div:first-of-type {
        margin-bottom: 21px;
    }

    #stores #fmeStorePage div.rdsl-block {
        margin-bottom: 26px;
    }

    #stores #fmeStorePage div.rdsl-block::after {
        top: auto;
        bottom: 0;
    }

    #stores .button.search-btn {
        align-self: flex-start;
    }

    #stores #map.store_map {
        margin-bottom: 33.38px;
    }

    #stores #stores-list {
        grid-template-areas: "single";
        grid-template-columns: 1fr;
        grid-gap: 26px;
    }
}

@media (max-width: 390px) {
    #stores #stores-list .store-block {
        padding: 46px 10px;
    }
}

