﻿/* ANYWHERE PAGE MAP */
.anywhere-page-map {
    margin: 10px 0 30px;
}
.anywhere-page-map .map-title {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    color: #444;
    text-align: center;
}
.anywhere-page-map .map-title strong {
    font-weight: normal;
}
.anywhere-page-map .map-wrapper {
    margin: 0 0 10px;
}
.anywhere-page-map img {
    max-width: none;
    max-height: none;
}
.align-map-button {
    margin: 0 0 0 20px;
    cursor: pointer;
}
.anywhere-page-map .additional-info {
    margin: 0 0 0 20px;
}

/* filter sorting */
a#clearShopFilters {
    display: none;
    background: url(images/icon-close.png) no-repeat left center;
    padding-left: 15px;
}
.shops-sorting-filtering-wrapper .button-wrap {
    margin: 15px 0 0;
}
button#searchForFilteredShops {
    background: #4ab2f1;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    padding: 10px 21px;
}

/* Shops List Page  */
.shops-item .picture-img {
    width: 100%;
    height:auto;
}
.shops-item .tag-item,
.shop-page .tag-item {
    display: inline-block;
    margin: 0 0 5px -3px;
}
.shops-item .tag-item:before,
.shop-page .tag-item:before {
    content: ',';
    margin-right: 5px;
}
.shops-item .tag-item:first-child,
.shop-page .tag-item:first-child {
    margin: 0 0 5px;
}
.shops-item .tag-item:first-child:before,
.shop-page .tag-item:first-child:before {
    display: none;
}
.no-shops-after-filtering, .shopbody-wrapper .directions-wrapper {
    display: none;
}
.getUserGeoLocation {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 30px;
    text-decoration: underline;
    background: url(../Content/images/current-location.svg) no-repeat left center;
    text-decoration:underline !important;
}
    .getUserGeoLocation:hover {
        color: #B98D27 !important;
    }
.shops-sorting-options select {
    border: none;
    font-family: 'Muli';
    width: 110px;
    background-image: url(../Content/images/select-toggle-arrow.svg);
    background-position: calc(100%) 10px, calc(100% - 20px) 14px, 100% 0;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 700;
    color: #3C3C3C;
    padding: 5px 15px 5px 0 !important;
    background-size: 10px 15px;
    display: inline-block;
    float: right;
}
.shops-sorting-filtering-wrapper {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    margin: 10px 0px 40px;
    padding-bottom: 10px;
}
    .shops-sorting-filtering-wrapper > div {
        display: inline-block;
        padding-right: 20px;
        border-right: 1px solid #E3E3E3;
        margin-right: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        color: #3C3C3C;
    }
    .shops-sorting-filtering-wrapper .shops-sorting-options label {
        margin-bottom: 0;
        float: left;
        line-height: 32px;
        color: #3C3C3C;
    }
    .radiusFilterWrapper > input{
        display:inline-block;
        width:85px;
        margin-right:5px;
        background:url(../Content/images/search.svg) no-repeat left 13px;
        padding-left:25px;
        border:none;
        color:rgba(0,0,0,0.3);
        font-weight:700;
        text-align:center;
        vertical-align:middle;
    }
.radiusFilterWrapper > label {
    display: inline-block;
    margin-bottom: 0;
    color: #3C3C3C;
}
.searchbytags-wrapper input[type=text] {
    height: 32px !important;
    border-bottom:none !important;
    background-color:#fff !important;
    background:url(../Content/images/search.svg) no-repeat right 13px;
    padding:0px 20px 0px 0px !important;
}
.shops-itembox {
    padding: 20px 12px 50px;
    border: 1px solid #D6D6D6;
    margin-bottom:16px;
}
    .shops-itembox .shop-title {
        font-size: 18px;
        font-weight: 700;
        color: #323232;
        margin: 10px 0 20px !important;
    }
.shops-itembox .description-title, .shops-itembox .tags-title {
    font-weight: 700;
    margin: 0 0 5px;
}
.shops-itembox .description-details {
    color: #323232;
}
.shops-itembox .tags {
    margin-bottom:5px;
}
    .shops-itembox .show-directions-link {
        font-weight: 700;
        color: #B98D27;
    }
        .shops-itembox .show-directions-link:hover {
            color: #323232;
        }
.readmore-button .read-more{
    background-color: #000;
    padding: 10px 15px;
    height: 40px;
    border: none;
    font-weight: 700;
    text-transform: uppercase !important;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    color:#fff;
    font-size:12px;
    display:inline-block;
}
.readmore-button .read-more:hover{
    background-color:#B98D27;
}

/* AJAX LOADER */
.shops-list-wrapper {
    position: relative;
}
.all-shops-page .shops-list-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url('../Content/images/loader.svg') no-repeat 50% 100px;
    filter: Alpha(opacity = 70);
    opacity: 0.9;
    z-index: 2;
}
.all-shops-page .infinite-scroll-loader {
    display: none;
    height: 100px;
    background: #fff url('../Content/images/loader.svg') no-repeat 50% 50%;
    font-size: 0;
    filter: Alpha(opacity = 70);
    opacity: 0.9;
    z-index: 2;
    clear: both;
}
.shops-list-wrapper .message-error {
    padding: 15px 0;
    text-align: left;
    border-radius: 0;
    margin-bottom: 15px;
}


/* SHOP PAGE */
.shop-page .main-picture-img {
    width: 100%;
}
.all-shop-images img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.all-shops-page .title h1,.shop-page .title h1{
    font-family:'Old Standard TT';
    font-size:24px;
}
.all-shops-page .title,.shop-page .title{
    padding:30px 40px;
}
    .all-shops-page .title .current-location-wrap {
        position: absolute;
        left: 40px;
        top: 38%;
        margin-bottom: 0;
    }
.allshop-section-wrapper{
    padding:0;
    background-color:#fff;
}
    .allshop-section-wrapper .title{
        position: relative;
        background-color: #F9F9F9;
    }
.allshop-section{
    padding:0px 40px;
}
.shoppage-wrapper{
    padding:0px 32px;
}
    .shoppage-wrapper .shops-itembox {
        padding:0;
        border:none;
    }
        .shoppage-wrapper .shops-itembox .shop-title {
            font-size:22px;
        }
.back-to-all-shops{
    margin:20px 0px 30px;
}
    .back-to-all-shops a {
        background: url(../Content/images/left-arrow.svg) no-repeat left center;
        padding-left: 18px;
        color: #3C3C3C;
    }
    .back-to-all-shops a:hover {
        color: #B98D27;
    }
.shop-map-images .main-picture {
    margin-bottom: 10px;
}
.html-shop-page button.mfp-arrow-left {
    background: url(../Content/images/slider-arrow-left.svg) no-repeat center !important;
    margin-right: 10px;
}
.html-shop-page button.mfp-arrow-right {
    background: url(../Content/images/slider-arrow-right.svg) no-repeat center !important;
    margin-right: 10px;
}
.html-shop-page .mfp-arrow::before, .html-shop-page .mfp-arrow::after {
    content: none !important;
}


@media all and (min-width: 1367px) {
    .shops-sorting-options {
        position: relative;
    }
}
@media (min-width:992px) and (max-width: 1199px) {
    .allshop-section-wrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media all and (min-width:992px) {
    .shops-sorting-filtering-wrapper .shops-sorting-options {
        width: 200px;
        vertical-align: middle;
    }
    .shops-sorting-filtering-wrapper .radiusFilterWrapper {
        width: 350px;
        vertical-align: middle;
        padding-right:10px;
    }
    .shops-sorting-filtering-wrapper .searchbytags-wrapper {
        width: 200px;
        vertical-align: middle;
    }
    .shops-item .info-wrap {
        padding-left: 14px;
    }
    .html-shop-page .shops-item .info-wrap {
        padding-left:40px;
    }
    .shop-map-images .all-shop-images li {
        float: left;
        width: 19%;
        margin-right: 1.25%;
        margin-bottom: 10px;
    }
        .shop-map-images .all-shop-images li:nth-child(5n) {
            margin-right: 0;
        }
}
@media all and (max-width:991px) {
    .all-shops-page .title .current-location-wrap {
        position: absolute;
        right:25px;
        left:inherit;
        top:16%;
    }
    .getUserGeoLocation {
        font-size: 0;
        height: 30px;
        width: 30px;
    }
    .allshop-section {
        padding: 0px 10px;
    }
    .shops-itembox .info-wrap {
        text-align: left;
    }
    .shops-itembox {
        padding: 20px 12px 20px;
        margin-bottom: 20px;
    }
    .allshop-section-wrapper .title {
        text-align:left;
        padding:30px;
    }
    .shoppage-wrapper {
        padding: 0px 22px;
    }
    .back-to-all-shops {
        margin:10px 0px;
        text-align:left;
    }
    .shop-page .allshop-section-wrapper .title {
        text-align:center;
    }
    .shoppage-wrapper .shops-itembox .shop-title {
        font-size: 18px;
        margin-top:10px !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .shops-sorting-filtering-wrapper {
        padding: 0px 10px 10px;
    }
    .shops-sorting-filtering-wrapper > div {
        padding-right: 10px;
        margin-right: 10px;
    }
    .shops-sorting-filtering-wrapper .shops-sorting-options {
        width: 200px;
        vertical-align: middle;
    }
    .shops-sorting-filtering-wrapper .radiusFilterWrapper {
        width: 350px;
        vertical-align: middle;
    }
    .shops-sorting-filtering-wrapper .searchbytags-wrapper {
        width:160px;
        vertical-align: middle;
        margin-right:0;
    }
    .shops-sorting-filtering-wrapper {
        width: 100vw;
        margin-left: calc(-1*((100vw - 100%)/2));
        padding: 0px 10px 10px;
    }
    .shop-map-images .all-shop-images li {
        float: left;
        width: 19%;
        margin-right: 1.25%;
        margin-bottom: 10px;
    }
        .shop-map-images .all-shop-images li:nth-child(5n) {
            margin-right: 0;
        }
}
@media all and (max-width:767px) {
    .shops-itembox .shop-title {
        margin:20px 0 !important;
    }
    .shops-sorting-filtering-wrapper > div{
        border:none;
        padding-right:0;
        display:block;
    }
    .shops-sorting-filtering-wrapper .shops-sorting-options, .shops-sorting-filtering-wrapper .searchbytags-wrapper {
        width: 200px;
        vertical-align: middle;
        margin: 0 auto;
        display: inline-block;
    }
    .shops-sorting-filtering-wrapper .radiusFilterWrapper {
        width: 100%;
        vertical-align: middle;
        margin: 0 auto;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .shops-sorting-filtering-wrapper {
        margin: 10px 0px 15px;
        padding-bottom:0;
    }
    .shop-map-images .all-shop-images li {
        float: left;
        width: 31%;
        margin-right: 3.5%;
        margin-bottom:10px;
    }
        .shop-map-images .all-shop-images li:nth-child(3n) {
            margin-right: 0;
        }
}