/* general styling */
.sav.full-width #maincontent,
.sav.full-width .page-wrapper{
/*     margin: 0;
padding: 0;
width: 100%;
max-width: none; */
}
/* .sav .page-title-wrapper{
    text-align: center;
    } */


    #map-canvas {
      min-height: 400px;
      margin-bottom: 40px;
  }

  .map-holder{
    width: 100vw;
    margin-left: calc(50% - 50vw);
      z-index: 1;
}

.sav-index-index .main-container .main,
.sav-index-index .main-container .main .row {
    max-width: none !important;
}

.sav-index-index .main-container .main .row {
    padding: 0 !important;
}
.hide{
   display:none;
}

/* gmaps pin window */

.gm-style .gm-style-iw{
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}


.gm-ui-hover-effect{
    top: 10px !important;
    right: 10px !important;
}


.sav-window p {
/*     font-size: 15px;
font-family: "Times New Roman", Times, serif; */
}
.sav-window .sav-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
}
.sav-window .sav-telephone {
    /* margin-bottom: 0; */
}

/* directions and search */
.directions-panel,
.search-sav {
    /* background: #ffffff;
    width: 285px;
    height: 464px;
    padding: 20px 17px 20px 15px;
    right: 100px;
    z-index: 1;
    top: 355px;
    top: 474px; */



}
.full_width_sidebar .search-sav{
    /* height: 130px; */
}
.full_width_sidebar .sav-results{
    display: none;
}
.directions-panel{
    display: none;
    overflow-y: scroll;
    z-index: 1;
}
.directions-panel .close{
    display: inline-block;
    background: url('../images/close.svg') no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 12px;
}
.directions-panel > p{
    text-align: center;
    text-transform: uppercase;
}

/* search sidebar specific */
.search-sav.close-up {
    /* height: 250px; */
}
.search-sav .search-title {
/*     font-size: 24px;
margin-bottom: 19px;
font-family: "Times New Roman", Times, serif;
color: #081c2a;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.5px; */

margin-top: 0;
margin-bottom: 50px;
}

.retailer, .results-title{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;

    padding-bottom: 20px;
    border-bottom: 1px solid #e6e5e6;
    margin-bottom: 20px;


}

.retailer .icon-map-pin,
.results-title .icon-map-pin{
    float: right;
    margin-right: 40px;
    margin-top: 5px;

}

.results-title .icon-map-pin{
    margin-right: 20px;
}


.search-sav p {
/*     font-size: 15px;
font-family: "Times New Roman", Times, serif;
margin-bottom: 0; */
}
.search-sav .sav-filters p {
    /* margin-bottom: 12px; */
}
.search-sav .results-title {
/*     color: #081c2a;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.3px; */
}
.search-sav .sav-results {
    overflow-y: scroll;
    height: 100%;
    padding: 15px;
}

.sav-results .image,
.sav-results .results-item-data{
    display: inline-block;
}
.sav-results .image{
    width: 75px;
    margin-right: 5px;
    float: left;
}
.search-sav .results-word {
    padding-left: 5px;
    font-size: 14px;
}

.results-store.grenson {
    display: none;
}
.sav-intro {
    display: block;
}

.go-back{
    font-weight: 300;
    cursor: pointer;
    display: inline-block;

}

.go-back .icon-arrow-left{
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    position: relative;
    left: 0;
    transition: left 0.2s ease-in-out;
}

.go-back:hover .icon-arrow-left{
    left: -10px;
}

#stockist-search-term {
/*     display: inline-block;
height: 40px;
padding-left: 10px;
width: 184px;
border: 1px solid #c2c2c2;
margin-top: 5px; */
}
#sav-submit,
.find-my-location {
    display: inline-block;
    margin-left: 0px;
    margin-top: 15px;
    background: #1a1a1d;
    border: none;
    font-size: 15px;
    padding: 12px 10px;
    letter-spacing: 0.3px;
    color: white;
    border-radius: 100px;
    min-width: 260px;
    text-align: center;

}
.find-my-location:hover{
    background: #000;
    box-shadow: none;
    border: none;
    color: white;
}

.sav-filters {
    margin-bottom: 30px;
    padding: 15px;
}

.sav-filters select{
    margin-bottom: 10px;
    background-position: 92% 45%;
    background-color: #eeeeee;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;

}

.sav-filters select option{
    text-transform: capitalize;
}

.sav-filters select:focus{
    border: none;

}

.results-content {
    cursor: pointer;
    padding: 20px;
}


.results-content p:not(.results-title) {
    padding-bottom: 0;
    font-size: 14px;
}

.results-content:hover,
.results-content.active {
    background: #f5f5f5;
}



.results-content .phone,
.sav-window .phone{
    margin-top: 35px;
}

.results-content .phone,
.results-content .email,
.results-content .fax,
.sav-window .phone,
.sav-window .email,
.sav-window .fax{
    font-weight: bold;
    color: #1a1a1d;
}

#grenson-stores {
    display: none;
}
.underline {
    text-decoration: underline;
}

.directions-panel ::-webkit-scrollbar,
.search-sav ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.directions-panel ::-webkit-scrollbar-thumb,
.search-sav ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
/*.geocode-location{*/
 /*display: inline-block;*/
 /*background: url('../images/location.svg') no-repeat;*/
 /*width: 30px;*/
 /*height: 30px;*/
 /*cursor: pointer;*/
 /*position: relative;*/
 /*top: 9px;*/
 /*left: 15px;*/
 /*cursor: pointer;*/
/*}*/

/* directions */
.ask-for-directions{
 cursor: pointer;
}
.change-directions{
 font-size: 12px;
}
.change-directions span{
 cursor: pointer;
}

/* page_width_sidebar styling */
.page_width_sidebar.parent-sav{
 position: relative;
}
.page_width_sidebar .search-sav{
    top: 0;
    right: 0;
    height: 130px;
}
.page_width_sidebar .sav-results{
    display: none;
}

/* page_width_top styling */
.page_width_top .search-sav{
    width: auto;
    height: auto;
    z-index: 1;
    position: static;
    border: 1px solid black;
    margin-bottom: 10px;

}
.page_width_top #map-canvas{
    width: auto!important;
    height: 800px;
    background: #EEEEEE;
}
.page_width_top .sav-results,
.page_width_top .directions-panel{
    width: 285px;
    float: left;
    border: 1px solid black;
    margin-right: 10px;
    height: 788px;
    overflow-x: scroll;
    padding: 5px;
}
.page_width_top .directions-panel{
    right:auto;
    position: static;
    height: 966px;
}
.page_width_top .results-content{
    width: auto;
    border: 1px solid grey;
}
.page_width_top .sav-results{
    display: none;
}
.page_width_top .find-my-location,
.page_width_top .search-or{
    display: none;
}
@media only screen and (max-width: 360px){

    .gm-style .gm-style-iw-d,
    .gm-style .gm-style-iw-c {
        max-width: 300px !important;
    }
}
/* desktop changes */
@media only screen and (min-width: 1024px){
    .page_width_sidebar .search-sav,
    .full_width_sidebar .search-sav{
     /* height: 465px;  */
 }
 .page_width_sidebar .sav-results,
 .page_width_top .sav-results,
 .full_width_sidebar .sav-results{
  /* display: block; */
}
.page_width_top .find-my-location,
.page_width_top .search-or{
  display: inline-block;
}
.page_width_top .search-or{
  margin:0 5px;
}
.page_width_top .geocode-location{
  display: none;
}
.page_width_sidebar .directions-panel,
.page_width_sidebar .search-sav,
.full_width_sidebar .directions-panel,
.full_width_sidebar .search-sav{
  /* position: absolute; */
}

}

/* individual store view */
.individual-sav {
    border-bottom: 1px solid #c5b097;
}
.individual-sav .image {
    width: 100%;
    display: none;
}
.individual-sav .details {
    width: 100%;
    margin-top: 32px;
}
.individual-sav .details .title {
    text-align: left;
    margin-bottom: 16px;
}
.individual-sav .details .title p {
    font-size: 28px;
    color: #5b2a46;
}
.individual-sav .details .border {
    background: #c5b097;
    width: 45px;
    height: 6px;
}
.individual-sav .details .address {
    margin-top: 29px;
    clear: both;
}
.individual-sav .details .exact-address {
    width: 40%;
    float: left;
    border-right: 1px solid #c5b097;
    display: inline-block;
}
.individual-sav .details p.address-title {
    font-size: 21px;
    color: #5b2a46;
    margin-bottom: 5px;
}
.individual-sav .details .address p:not(.address-title) {
    font-size: 14px;
    margin-bottom: 5px;
}
.individual-sav .details .station {
    width: 50%;
    display: inline-block;
    padding-left: 24px;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.individual-sav .get-directions {
    background: #e63c76;
    border-radius: 5px;
    margin-top: 43px;
    margin-bottom: 26px;
    padding: 15px;
    text-align: center;
}
.individual-sav .get-directions a {
    color: #fff;
}
#map-canvas-individual {
    height: 288px;
    width: 100%;
}
.individual-sav .schedule {
    font-size: 15px;
    margin-top: 30px;
}
.individual-sav .schedule .day {
    margin-bottom: 15px;
}
.all-stores {
    padding-top: 32px;
    width: 100%;
    display:none;
}
.all-stores button {
    box-shadow: none;
    background: none;
    border: none;
}
.all-stores button#arrow-left {
    left: -5rem;
}
.all-stores button#arrow-right {
    right: -5rem;
}
.all-stores button#arrow-right img {
    width: 1.5rem;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.all-stores button#arrow-left,
.all-stores button#arrow-right {
    top: 5.5rem;
    position: absolute;
}
.all-stores .all-stores-title {
    text-align: center;
    padding-bottom: 34px;
}
.all-stores .all-stores-slider-wrapper ul.slick-dots {
    list-style: none;
    margin: 2rem 0 0 0;
    padding: 0;
    text-align: center;
}
.all-stores .all-stores-slider-wrapper ul.slick-dots li {
    margin-right: 1rem;
    margin-left: 1rem;
}
.all-stores .all-stores-slider-wrapper ul.slick-dots li button{
    padding: 0;
    margin: 0;
    background: #ddd;
    display: block;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    height: 1rem;
    width: 1rem;
    text-indent: 9999px;
    overflow: hidden;
}
.slick-dots li {
    display: none
}
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li,
.slick-dots li.slick-active + li + li + li,
.slick-dots li.slick-active + li + li + li + li {
    display: inline-block;
}
.all-stores .all-stores-slider-wrapper .item .details {
    position: absolute;
    bottom: 0;
    background: url("../images/store-background.svg") no-repeat;
    background-size: cover;
    height: 50px;
    width: 100%;
    text-align: center;
}
.all-stores .all-stores-slider-wrapper .item .details p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-top: 12px;
    text-align:center;
}
.all-stores .all-stores-slider-wrapper .item {
    position: relative;
}
@media only screen and (min-width: 768px) {


    .all-stores .all-stores-slider-wrapper .item {
        margin: 0 10px;
    }
    .all-stores{
        display: block;
    }
    .individual-sav {
        border-bottom: 1px solid #c5b097;
        margin-top: 33px;
        padding-bottom: 24px;
    }
    .individual-sav .image {
        float: left;
        width: calc(50% - 20px);
        display: inline-block;
        padding-right: 20px;
    }
    .individual-sav .details {
        width: calc(50% - 20px);
        display: inline-block;
        padding-left: 20px;
        margin-top: 2px;
    }
    .individual-sav .details .title {
        text-align: left;
        margin-bottom: 16px;
    }
    .individual-sav .details .title p {
        font-size: 28px;
        color: #5b2a46;
    }
    .individual-sav .details .border {
        background: #c5b097;
        width: 45px;
        height: 6px;
    }
    .individual-sav .details .nearest-station p {
        padding-left: 48px;
    }
    .individual-sav .details .distance p {
        padding-left: 48px;
    }
    .individual-sav .details .address {
        margin-top: 29px;
        clear: both;
    }
    .individual-sav .details .exact-address {
        width: 40%;
        float: left;
        border-right: 1px solid #c5b097;
        display: inline-block;
    }
    .individual-sav .details p.address-title {
        font-size: 21px;
        color: #5b2a46;
        margin-bottom: 5px;
    }
    .individual-sav .details .address p:not(.address-title) {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .individual-sav .details .station {
        width: 50%;
        display: inline-block;
        padding-left: 24px;
    }
    .individual-sav .details .nearest-station {
        background: url(../images/station.svg) no-repeat;
        background-size: 35px 32px;
        margin-bottom: 20px;
        min-height: 32px;
    }
    .individual-sav .details .distance {
        background: url(../images/distance.svg) no-repeat;
        background-size: 35px 41px;
        min-height: 41px;
    }
    .individual-sav .get-directions {
        background: #e63c76;
        border-radius: 5px;
        margin-top: 43px;
        margin-bottom: 26px;
        padding: 15px;
        text-align: center;
    }
    #map-canvas-individual {
        height: 189px;
    }
    .all-stores .all-stores-slider-wrapper .item .details {
        position: absolute;
        bottom: 0;
        background: url("../images/store-background.svg") no-repeat;
        background-size: cover;
        height: 50px;
        width: 100%;
        text-align: center;
    }
    .all-stores .all-stores-slider-wrapper {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .individual-sav {
        margin-top: 66px;
    }
    .all-stores .all-stores-slider-wrapper {
        max-width: 900px;
    }
    .individual-sav .get-directions {
        display: none;
    }
}
@media only screen and (min-width: 1120px) {
    .individual-sav {
        padding-bottom: 42px;
        margin-top: 66px;
    }
    .individual-sav .image {
        width: calc(54% - 20px);
    }
    .individual-sav .details {
        width: calc(46% - 20px);
    }
    .individual-sav .details .title {
        margin-bottom: 21px;
    }
    .individual-sav .details .border {
        width: 63px;
        height: 5px;
    }
    .individual-sav .details .address {
        margin-top: 34px;
    }
    .individual-sav .details .exact-address {
        width: 30%;
    }
    .individual-sav .details .station {
        width: 50%;
        display: inline-block;
        padding-left: 24px;
    }
    #map-canvas-individual {
        margin-top: 44px;
        max-width: 461px;
    }
    .individual-sav .schedule {
        margin-top: 23px;
    }
    .individual-sav .schedule .day {
        margin-bottom: 15px;
    }
    .all-stores {
        padding-top: 40px;
    }
    .all-stores .all-stores-title {
        text-align: center;
        padding-bottom: 34px;
    }
    .all-stores .all-stores-slider-wrapper {
        max-width: 1000px;
    }
}


@media only screen and (min-width: 1024px) {


    .map-holder .container{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    .parent-sav{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 2;
        pointer-events: all;

        width: 100%;
        max-width: 300px;
        background: #ffffff;
    }

    .search-sav .sav-results {
        height: 100%;
        padding: 15px;
    }

    .sav-filters {
        padding: 15px;
    }

    #map-canvas {
      min-height: 800px;
      margin-bottom: 0;
  }


  #sav-submit,
  .find-my-location {
    margin-top: 45px;
}


.sav-window {
    padding: 10px;
    min-width: 230px;
}


}


@media only screen and (min-width: 1200px) {


    .map-holder .container{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }

    .parent-sav{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 2;
        pointer-events: all;

        width: 100%;
        max-width: 500px;
        background: #ffffff;
    }

    .search-sav .sav-results {
        height: 100%;
        max-height: 450px;
        padding: 10%;
    }

    .sav-filters {
        padding: 10%;
    }

    #map-canvas {
      min-height: 800px;
      margin-bottom: 0;
  }


  #sav-submit,
  .find-my-location {
    margin-top: 45px;
}


.sav-window {
    padding: 40px 60px;
    min-width: 320px;
}


}

/* Slick Slider default */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
