/*Store Directory*/
.az_store-directory>div:not(.hidden) { display: flex; }
.az_store-directory div.az_store-header { width: 100vw; position: relative; margin-left: -50vw; margin-right: -50vw; left: 50%; right: 50%; background: #ECA4FF; height: 106px; }
.az_store-directory div.az_store-header>.container { display: flex; height: 100%; align-items: center; justify-content: space-between; padding: 0 10px; }
.az_store-directory div.az_store-header h1 { font-size: 1.5rem !important; color: #1D1E1C; margin: 0; display: flex; align-items: center; gap: 10px; }
.az_store-directory div.az_store-header h1::before { content: ""; height: 27px; width: 20px; background: url(images/store_pin_green.svg) center no-repeat; }
.az_store-directory>div.az_store-locations { width: 100vw; position: relative; margin-left: -50vw; margin-right: -50vw; left: 50%; right: 50%; flex-wrap: wrap; }
.az_store-directory>div.az_store-locations>div:nth-child(1) { width: calc(50% - 170px); background: #fff; display: flex; flex-direction: column; }
.az_store-directory>div.az_store-locations>div.active { width: 1200px; flex: 0 0 auto !important; height: auto; margin: 0 auto 20px; }
.az_store-directory>div.az_store-locations>div:nth-child(2).active { height: auto; }
.az_store-directory>div.az_store-locations>div:nth-child(1)>div.active { overflow: visible; }
.az_store-filters { display: flex; align-items: center; flex-wrap: wrap; }
.az_store-filters select { padding: 0 10px; background: #FFFFFF; border: 1px solid #E9E9E7; height: 50px; width: 370px; font-family: inherit; font-size: 0.875rem; text-indent: 5px; outline: none; color: #1D1E1C; }
.az_store-directory>div.az_store-locations>div:nth-child(1)>div:first-child { font-size: 1.125rem; color: #111842; font-weight: bold; line-height: 50px; padding: 0px; background: #F8F6F6; display: none; }
.az_store-directory>div.az_store-locations>div:nth-child(1)>div:first-child.active { display: block; }
.az_store-directory>div.az_store-locations>div:nth-child(1)>div:first-child form { display: flex; border-radius: 6px; border: 1px solid #dddee0; height: 40px; width: 100%; overflow: hidden; }
.az_store-directory>div.az_store-locations>div:nth-child(1)>div:first-child form input[type=text] { flex: auto; border: 0; height: 40px; padding: 0 10px; margin: 0; }
.az_store-directory>div.az_store-locations>div:nth-child(1)>div:first-child form input[type=submit] { width: 50px; height: 40px; background: #263891 url(images/target.png) no-repeat center; }
.az_store-directory>div.az_store-locations>div:nth-child(1)>div:nth-child(2) { display: none; flex-direction: column; flex: auto; position: relative; }
.az_store-directory>div.az_store-locations>div:nth-child(1)>div:nth-child(2).active { display: flex; }
.az_store-directory>div.az_store-locations>div:nth-child(1)>div:nth-child(2).loading:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000; background: rgba(255, 255, 255, 0.6); }
.az_store-directory>div.az_store-locations>div:nth-child(1)>div:nth-child(2).loading:after { content: ''; position: absolute; top: calc(50% - 20px); left: calc(50% - 20px); width: 40px; height: 40px; border: 4px solid #EA882F; border-radius: 50%; border-color: #EA882F transparent transparent transparent; z-index: 100001; animation: spin 1s linear infinite; }
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.az_store-directory>div.az_store-locations>div:nth-child(1)>div:not(.az_store-details) { flex: auto; overflow-y: scroll !important; max-height: 100%; height: 700px; }
.az_store-directory>div.az_store-locations>div:nth-child(2) { flex: auto; }
.az_store-directory>div.az_store-locations>div:nth-child(2)>div { height: 700px; }

.az_store { cursor: pointer; border: 1px solid #D4D4D4; border-width: 1px 1px 0; padding: 10px 0px; color: #111842; display: flex; flex-direction: column; justify-content: center; height: 140px; background: url(images/green-arrow.svg) right 10px center no-repeat #fff; transition: ease-in-out all .3s; }
.az_store:last-of-type { border-bottom: 1px solid #D4D4D4; }
.az_store>div { background: url(images/map_pin_pink.svg) left top 5px no-repeat; background-size: 14px; margin-left: 30px; padding-left: 25px; font-weight: normal; }
.az_store>div>div:first-child { font-size: 1.063rem; line-height: 30px; color: #1D1E1C; font-family: "roca"; text-transform: capitalize; }
.az_store>div>div:nth-child(2) { font-size: 0.75rem; line-height: 24px; color: #252626; padding-right: 20px; }
.az_store>div>div:nth-child(3) { font-size: 0.75rem; color: #18381C; font-weight: bold; line-height: 20px; display: flex; gap: 10px; }
.az_store>div>div:nth-child(3) span { display: flex; align-items: center; gap: 5px; }
.az_store>div>div:nth-child(3) a { color: inherit; text-decoration: underline; }
.az_store>div>div:nth-child(3) span:first-child::before { content: ""; height: 11px; width: 11px; background: url(images/phone-green.svg) center no-repeat; }
.az_store>div>div:nth-child(3) span:last-of-type::after { content: ""; height: 5px; width: 5px; border: solid #18381C; border-width: 1px 1px 0 0; transform: rotate(45deg); }
.az_store:hover, .az_store.active { background-color: #F8F8F8; }

.az_store-details { display: flex; flex-direction: column; justify-content: stretch; overflow: auto; height: auto; }
.az_store-details_header { width: 100vw; position: relative; margin-left: -50vw; margin-right: -50vw; left: 50%; right: 50%; background: #FCFCFC; border-bottom: 1px solid #EFEEEE; margin-bottom: 20px; }
.az_store-details_header:not(.hidden)>div { padding: 20px 10px; display: flex; flex-direction: column; gap: 10px; }
.az_store-details_header>div>a { font-size: 0.875rem; color: #1D1E1C; line-height: 22px; display: flex; align-items: center; gap: 5px; }
.az_store-details_header>div>a::before { content: ""; height: 8px; width: 8px; border: solid #18381C; border-width: 0 0 1px 1px; transform: rotate(45deg); }
h1.az_store_title { margin: 0; padding: 0; font-size: 2rem !important; line-height: 1.4; color: #18381C; }
.az_store-details_footer { width: 100vw; position: relative; margin-left: -50vw; margin-right: -50vw; left: 50%; right: 50%; height: 50px; background: #F5F5F5; margin-top: 40px; }
.az_store-details_footer>div { padding: 0 10px; display: flex; align-items: center; justify-content: center; height: 100%; }
.az_store-details_footer>div>a { font-size: 1rem; font-weight: bold; color: #1D1E1C; display: flex; align-items: center; gap: 5px; }
.az_store-details_footer>div>a::before { content: ""; height: 8px; width: 8px; border: solid #18381C; border-width: 0 0 1px 1px; transform: rotate(45deg); }
.az_store-directory.details_open .az_store-locations { width: 100%; margin: 0; position: initial; flex-wrap: nowrap; }
.az_store-directory.details_open .az_store-locations>div:nth-child(1) { order: 2; width: calc(50% - 15px); margin-left: 15px; }
.az_store-directory.details_open .az_store-locations>div:nth-child(2) { order: 1; width: calc(50% - 15px); margin-right: 15px; }
.az_store-directory.details_open .az_store-locations>div:nth-child(2)>div { height: 490px; }
.az_store_details { display: flex; flex-direction: column; gap: 10px; }
.az_store_details>div { padding: 20px; background: #F8F8F8; }
.az_store_info { display: flex; flex-direction: column; gap: 10px; }
.az_store_info>span { color: #1D1E1C; font-size: 1.25rem;}
.az_store_info_inner { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.az_store_address_container { display: flex; flex-direction: column; gap: 5px; padding: 0 0 0 20px; background: url(images/location_green.svg) left 2px no-repeat; }
.az_store_address { color: #252626; font-size: 1rem; }
.az_store_direction { display: flex; align-items: center; gap: 2px; color: #18381C; font-weight: bold; font-size: 0.75rem; }
.az_store_direction::after { content: ""; height: 6px; width: 6px; transform: rotate(45deg); border: solid #007743; border-width: 1px 1px 0 0; }
.az_store_contact { display: flex; align-items: center; gap: 25px; }
.az_store_phone { color: #252626; font-size: 1rem; text-decoration: underline !important; display: flex; gap: 7px; align-items: center; }
.az_store_phone::before { content: ""; height: 13px; width: 13px; background: url(images/phone_green.svg) center no-repeat; }
.az_store_social { display: flex; gap: 10px; }
.az_store_social>a { height: 22px; width: 22px; transition: ease-in-out all .3s; background-size: contain; }
.az_store_social>a:hover { transform: translateY(-5px); }
.az_store_social>a.facebook { background: url(images/facebook_green.svg) center no-repeat; }
.az_store_social>a.twitter { background: url(images/twitter_green.svg) center no-repeat; }
.az_store_social>a.youtube { background: url(images/youtube_green.svg) center no-repeat; }
.az_store_social>a.instagram { background: url(images/instagram_green.svg) center no-repeat; }
.az_store_hours_container, .az_store_services_container { display: flex; flex-direction: column; gap: 10px; }
.az_store_hours_container>span, .az_store_services_container>span { color: #1D1E1C; font-size: 1.25rem;}
.az_store_hours { color: #1D1E1C; font-size: 1rem; line-height: 24px; }
.az_store_services { display: flex; flex-wrap: wrap; gap: 20px; }
.az_store_services>div { width: calc(50% - 10px); padding-left: 25px; background: url(images/check_green.svg) left 7px no-repeat; color: #1D1E1C; font-size: 1rem; line-height: 20px; }
.az_store-directory.details_open .gm-style-iw-a { display: none; }

/*Store Pop up*/
.store_popup { width: 320px; }
.store_popup .store_info { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 10px; }
.store_popup .store_info>div { width: 100%; }
.store_popup .sp_title { color: #1D1E1C; font-weight: bold; font-size: 0.875rem; text-transform: uppercase; text-align: center; line-height: 20px; }
.store_popup .sp_address { color: #252626; font-size: 0.625re; line-height: 14px; text-align: center; }
.az_store-locations .gm-style-iw.gm-style-iw-c { border-radius: 0; }
.az_store-locations .gm-style.gm-style-iw-d { }
.store_buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.store_buttons a { flex: 1 1 calc(50% - 5px); border: 1px solid #EBE8E8; height: 30px; color: #1D1E1C; font-size: 0.688rem; display: flex; align-items: center; justify-content: center; font-weight: bold; position: relative; font-family: 'Open Sans', sans-serif; }
.store_buttons a.storeDetails { flex-basis: 100%; color: #fff; font-size: 0.875rem; height: 32px; font-weight: bold; text-transform: uppercase; background: #E2061B; border-color: #E2061B; }
.store_buttons a.storeDetails::after { content: ""; height: 6px; width: 6px; border: solid #fff; border-width: 1px 1px 0 0; transform: rotate(45deg); position: absolute; right: 10px; top: 13px; }
.store_buttons a.phone:before, .az_store-buttons a.phone:before { content: ''; width: 20px; height: 20px; margin-right: 5px; background: url("images/phone-green.svg") no-repeat center; }
.store_buttons a.directions:before, .az_store-buttons a.directions:before { content: ''; width: 20px; height: 20px; margin-right: 5px; background: url("images/location-green.svg") no-repeat center; background-size: contain;}
.az_tabs { display: flex; flex-direction: column; flex: auto; }
.az_tabs>div:first-child { display: flex; height: 70px; }
.az_tabs>div:first-child>a { position: relative; padding: 0 20px; border: 1px solid #e1e1e1; border-width: 1px 1px 0; border-radius: 10px 10px 0 0; background: #f4f4f4; color: #101842; font-size: 1.25rem; font-weight: bold; line-height: 70px; margin-right: 10px; height: 70px; }
.az_tabs>div:first-child>a.active { background: #fff; height: 71px; border-bottom: #fff; }
.az_tabs>div:first-child>a:focus { outline: none; }
.az_tabs>div:nth-child(2) { border: 1px solid #e1e1e1; background: #fff; padding: 0; border-radius: 0 10px 10px 10px; }
.az_tabs>div:nth-child(2)>div { display: none; }
.az_tabs>div:nth-child(2)>div.active { display: block; }
.az_tabs>div:nth-child(2)>a { display: none; }
.az_registration-sidebar { width: 280px; margin-left: 20px; }
.az_registration-sidebar>div:first-child { margin-top: 70px; border: 1px solid #e1e1e1; background: #f6f4f4; text-align: center; border-radius: 10px; padding: 40px 10px; box-sizing: border-box; font-size: 1rem; color: #333334; line-height: 28px; }
.az_registration-sidebar>div:first-child>span { color: #263891; font-size: 1.125rem; font-weight: bold; }
.az_already-member { font-size: 1.125rem; line-height: 28px; color: #333334; font-weight: bold; margin: 30px 0 10px; }
.az_already-member a { font-size: 0.875rem; font-weight: normal; color: #ff6319; text-decoration: underline; }
.az_need-help { line-height: 30px; font-size: 1.25rem; color: #333334; margin: 30px 0; text-align: center; }
.az_need-help span { font-size: 1.5rem; font-weight: bold; }
.az_need-help a { color: #ff6319; text-decoration: underline; }


/*Responsive States*/
@media (min-width:1200px) and (max-width:1600px) {
    .az_store>div { width: 415px; }
}

/*Mobile & Tablet*/
@media (max-width:959px) {

    /*Store Locator*/
    .az_store-directory div.az_store-header { height: initial; }
    .az_store-directory div.az_store-header>.container { flex-direction: column; padding: 20px 10px; gap: 10px; }
    .az_store-directory>div:not(.hidden) { flex-direction: column; }
    .az_store-filters { width: 100% }
    .az_store-filters select { width: 100%; border: 0; }
    .az_store-directory>div.az_store-locations>div:nth-child(1) { width: 100%; order: 2; }
    .az_store-directory>div.az_store-locations>div:nth-child(2) { order: 1; }
    .az_store-directory.details_open .az_store-locations>div:nth-child(2)>div, .az_store-directory>div.az_store-locations>div:nth-child(2)>div { height: 320px; }
    .az_store { padding: 15px 10px; height: initial; min-height: 110px; }
    .az_store>div { margin: 0; width: 100%; }
    .gm-style-iw.gm-style-iw-c, .gm-style .gm-style-iw-d { max-height: 170px !important; }
    .az_store-directory>div.az_store-locations>div:nth-child(1)>div:not(.az_store-details) { height: initial; max-height: 500px; }
    .az_store-directory.details_open .az_store-locations>div:nth-child(2) { width: 100%; margin: 0 0 20px 0; }
    .az_store-directory.details_open .az_store-locations>div:nth-child(1) { width: 100%; margin: 0; }
    .az_store_services { flex-direction: column; }
    .store_popup { width: initial; }
    .az_store-locations .gm-style-iw.gm-style-iw-c { max-width: initial !important; width: 270px; }
    h1.az_store_title { font-size: 1.25rem; }
    .az_store_services>div { width: 100%; }
}

/* --------------Tablet------------------- */
@media (min-width:768px) and (max-width:959px) {

}

/* --------------Mobile------------------- */
@media (max-width:767px) {

   
}
