<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*stores on map */
.storelocator-panel {
    position: absolute;
    margin: 20px 0 20px 20px;
    width:  450px;
    padding: 0 10px 0 10px;
    height: auto;
    z-index: 1;
    overflow: auto;
    min-height: auto;
    max-height: calc(100% - 100px);
}

.store-directions {
    box-shadow: 1px 1px 8px rgba(0,0,0,0.25);
    background: #ffffff;
}

.storelocator-panel .store-item {
    background: #ffffff;
    color: #4a4b5c;
    margin-bottom: 5px;
    padding:15px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.25);
    cursor: pointer;
}

.storelocator-panel .store-item:hover{
    box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
}
.store-item .store-item-wrapper .item.title{
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 0;
}
.store-item .store-item-wrapper .item{
    padding-left: 5px;
}

.store-item .store-item-wrapper .item.postcode,
.store-item .store-item-wrapper .item.category {
    display: none;
}

.storelocator-panel .store-item .time-wrapper .title i {
    color: #488e1c;
    line-height: 24px;
}

.storelocator-panel .store-item .time-wrapper .title span i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.storelocator-panel .store-item .time-wrapper.active .title span i.fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.storelocator-panel .store-item .time-wrapper .store-time-wrapper{
    max-height: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.storelocator-panel .store-item .time-wrapper.active .store-time-wrapper{
    max-height: 250px;
}

.storelocator-panel .store-item .time-wrapper .title span,
.storelocator-panel .store-item .time-wrapper .store-time-wrapper .item span {
    float: right;
}

.contact-wrapper-main-store-listing,
.offers-sidebar.sidebar-product-compare{
    display: none;
}

/*store filters*/
.storelocator-filter {
    padding: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}

.storelocator-filter .icon.icon-search{
    position: absolute;
    top:55px;
    right:35px;
}


.storelocator-filter .form-group-checklabel{
    margin-bottom: 0;
    margin-right: 15px;
    display: inline-block;
}

.storelocator-panel .alert{
    margin-bottom: 10px;
}

.store-directions .form-control{
    margin-bottom: 0;
}

/* Store listing map v2*/
.store-listing-map-v2 #map-canvas {
    height: 345px;
    min-height: 345px;
    margin-top: 110px;
    z-index: 1000;
}

.store-listing-map-v2 .storelocator-panel {
    min-height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

.store-listing-map-v2 .storelocator-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
    margin-top: 40px;
}

.store-listing-map-v2 .storelocator-filter &gt; div {
    width: 50%;
}

.store-listing-map-v2 .storelocator-filter &gt; div h4 {
    display: none;
}

.store-listing-map-v2 .storelocator-panel &gt; .stores-list {
    position: absolute;
    left: 0;
    top: 455px;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.store-listing-map-v2 .storelocator-panel .store-item,
.store-listing-map-v2 .storelocator-panel .store-item:hover {
    width: 250px;
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
    padding: 70px 40px;
}

.store-listing-map-v2 .store-map-wrapper.active .stores-list {
    opacity: 1 !important;
    pointer-events: all !important;
}

.store-listing-map-v2 .store-map-wrapper.active .show-store-list {
    display: none;
}

/* Store map popup */
.store-popup {
    padding: 10px;
    max-width:375px;
}

.store-popup h1 {
    margin: 0 0 10px;
    font-size: 25px;
}

.store-popup .heading-wrapper.title{
    text-align:center;
}

.store-popup .item.item-text{

}
.store-popup .item-wrapper{
    margin-bottom: 10px;
}

.store-popup .store-popup .item-wrapper p{
    margin-bottom: 0;
}

.store-popup.item-wrapper ul{
    padding-left: 20px;
}
.store-popup .store-item-action{
    color: #3973b5;
    margin-top: 20px;
    margin-right: 15px;
    display: inline-block;
}

.store-popup .store-item-action:hover{
    color: #000000;
}
.store-popup .description{
    margin-bottom: 10px;
}
.store-popup .description .item {
    padding: 5px 5px 0 0;
}
.store-popup .title{
    font-weight: 700;
}

.store-popup .content{
    padding-left: 15px;
}

/*stores list*/
.store-map-wrapper.active .stores-list {
    opacity: 0;
    pointer-events: none;
}


.stores-list{
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.stores-list .item-wrapper {
    height: 115px;
    padding: 10px;
    background: #ffffff;
    margin-bottom: 20px;
}

.stores-list .item-wrapper .title {
    font-size:1.25rem;
}

.stores-list .item-wrapper .address {
    font-size: 1rem;
    margin:5px 0;
}

.store-directions .input-group-btn .btn{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}

/*map*/
.store-map{
    height: 250px;
}

.store .post-details {
    padding:20px;
}

.store-map-full {
    max-height:500px;
}

.store-map-wrapper {
    position:relative;
}

.stores-map {
    position: absolute;
    top: 0;
    left: 0;
}

.store-listing-map {
    max-width:100%;
}

.store-map-full {
    margin-top:40px;
    z-index:0;
}

.store-map-wrapper .show-store-list {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    top: 52px;
    left: 30px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.store-map-wrapper.active .show-store-list {
    opacity: 1;
    pointer-events: all;
}
#stores-map {
    display: inline-block;
    width: calc(100% - 315px);
    min-height: 560px;
}</pre></body></html>