/* Store Directory Page CSS */

@font-face {
    font-family: 'ChronicleFine';
    src: url("../fonts/ChronicleFine-Roman.otf");
    src: url("../fonts/ChronicleFine-Roman.otf?#iefix") format("opentype");
}


.container-medium {
    position: relative;
    overflow: hidden;
    font-family: "GillSans", Arial, sans-serif;
}
@media (max-width: 767px) {
    .container-medium {
        padding: 0 16px;
        text-align: center;
    }
}

.sd-promotions {
    position: relative;
    overflow: hidden;
    margin: 50px 0 0;
    background: #AFA38B;
}

.sd-promotions a {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 60px 20px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .sd-promotions a {
        padding: 25px 20px;
        font-size: 20px;
    }
}



.sd-header {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 1.3px;
}
@media (max-width: 991px) {
    .sd-header {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .sd-header {
        font-size: 26px;
    }
}

.sd-header span {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 600px;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .sd-header span {
        margin: 0 auto;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px;
    }
}

.sd-header span:nth-last-child(1) {
    padding-top: 10px;
}


.sd-btn {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%;
    width: 170px;
    height: 38px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #000;
    transition: all .2s ease-in-out;
}
@media (max-width: 991px) {
    .sd-btn {
        width: 123px;
        height: 28px;
        font-size: 10px;
        line-height: 28px;
    }

    .sd-btn.bigger-btn-on-mob {
        width: 180px;
        height: 38px;
        line-height: 38px;
    }
}
@media (max-width: 767px) {
    .sd-btn {
        margin: 0 auto;
    }
}
a.sd-btn:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

a.sd-btn-dark {
    color: #fff;
    background: #000;
}
a.sd-btn-dark:hover {
    color: #000;
    background: #fff;
}


/* =============== sd-boutiques =============== */
.sd-boutiques {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 767px) {
    .sd-boutiques {
        max-width: 372px;
        margin: 0 auto;
    }
}

.sd-boutique {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}

.sd-boutique-img {
    position: relative;
    overflow: hidden;
}

.sd-boutique-img img {
    width: 100%;
}

.sd-boutique-info {
    position: relative;
    overflow: hidden;
}

.sd-boutique-info > .sd-boutique-header,
.sd-boutique-info > .row > div {
    padding-left: 36px;
}
@media (max-width: 767px) {
    .sd-boutique-info > .sd-boutique-header,
    .sd-boutique-info > .row > div {
        padding-left: 0;
    }
}

.sd-boutique-header {
    position: relative;
    overflow: hidden;
    font-size: 25px;
    line-height: 30px;
}
@media (max-width: 767px) {
    .sd-boutique-header {
        padding-top: 30px;
        font-size: 20px;
        line-height: 20px;
    }
}

.sd-boutique-title {
    position: relative;
    overflow: hidden;
    padding: 24px 0 20px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.69px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .sd-boutique-title {
        padding: 20px 0 13px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .sd-boutique-title {
        padding: 34px 0 14px;
        font-size: 13px;
    }
}

.sd-boutique-text {
    position: relative;
    overflow: hidden;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.85px;
}

.sd-boutique-text.sd-height-fix {
    min-height: 68px;
}
@media (max-width: 991px) {
    .sd-boutique-text.sd-height-fix {
        min-height: 102px;
    }
}
@media (max-width: 767px) {
    .sd-boutique-text.sd-height-fix {
        min-height: unset;
    }
}

.sd-boutique-text a[href^="mailto"] {
    text-decoration: underline;
    font-weight: 600;
}

.sd-boutique-btn {
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}
@media (max-width: 991px) {
    .sd-boutique-btn {
        margin-top: 20px;
    }
}



/* =============== sd-partners =============== */
.sd-partners {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 767px) {
    .sd-partners {
        max-width: 372px;
        margin: 0 auto;
    }
}

.sd-partners .sd-header {
    padding-bottom: 30px;
}

.sd-partner {
    position: relative;
    overflow: hidden;
}

.sd-partner a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 20px 20px 0;
}
@media (max-width: 991px) {
    .sd-partner a {
        margin: 0 14px 14px 0;
    }
}
@media (max-width: 767px) {
    .sd-partner a {
        margin: 0 0 14px 0;
    }
}

.sd-no-m {
    margin: 0;
}

.sd-partner img {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sd-partner span {
    position: absolute;
    z-index: 2;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*transition: all .2s ease-in-out;*/
}
@media (max-width: 991px) {
    .sd-partner span {
        font-size: 20px;
    }
}

.sd-partner a:hover span {
    text-decoration: underline;
}


/* =============== sd-locations =============== */
.sd-locations {
    position: relative;
    overflow: hidden;
    padding-bottom: 45px;
}
@media (max-width: 767px) {
    .sd-locations {
        overflow: visible;
        /*max-width: 372px;*/
        margin: 0 auto;
    }
}

.sd-locations .sd-header {
    padding-bottom: 30px;
}

.sd-locations-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}
@media (max-width: 767px) {
    .sd-locations-slider-wrapper {
        margin: 0 -16px;
    }
}

.sd-locations-img {
    position: relative;
    overflow: hidden;
}

.sd-locations-img img {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sd-locations-img div {
    position: relative;
    overflow: hidden;
    padding-top: 16px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 991px) {
    .sd-locations-img div {
        padding-bottom: 40px;
        margin: 0 16px;
        font-size: 13px;
        line-height: 17px;
    }
}

.bx-wrapper .bx-controls-direction {
    left: 20px;
    top: 46%;
    width: calc(100% - 40px);
}
@media (max-width: 767px) {
    .bx-wrapper .bx-controls-direction {
        top: 37%;
    }
}

.sd-location {
    position: relative;
    overflow: hidden;
}

.sd-location-title {
    position: relative;
    overflow: hidden;
    padding: 0 0 12px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.69px;
}
@media (max-width: 767px) {
    .sd-location-title {
        padding-bottom: 15px;
        font-size: 13px;
    }
}

.sd-location-text {
    position: relative;
    overflow: hidden;
    padding-bottom: 16px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.85px;
}
@media (max-width: 767px) {
    .sd-location-text {
        padding-bottom: 20px;
    }
}

.sd-locations-subscribe {
    position: relative;
    overflow: hidden;
    line-height: 20px;
}
@media (max-width: 767px) {
    .sd-locations-subscribe {
        padding-top: 20px;
    }
}



/* ============================== store boutiques ============================== */
.sb-breadcrumb {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    font-size: 12px;
    text-align: left;
    /*z-index: 701;*/
}
@media (max-width: 768px) {
    .sb-breadcrumb {
        margin: 42px 0 0;
    }
}

.sb-breadcrumb a {
    position: relative;
    overflow: hidden;
    padding-left: 16px;
    background: url("../img/store-directory/arrow.png") no-repeat 2px center;
    transition: all .2s ease-in-out;
    font-family: "GillSans-Light", Arial, sans-serif;
}
.sb-breadcrumb a:hover {
    background-position-x: 0;
    text-decoration: none;
}

.sb-header {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 40px;
    line-height: 1.1;
}
@media (max-width: 991px) {
    .sb-header {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .sb-header {
        font-size: 20px;
    }
}

.sb-header span {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 767px) {
    .sb-header span {
        font-size: 13px;
    }
}

.sb-about {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0 30px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
@media (max-width: 767px) {
    .sb-about {
        padding: 30px 0 40px;
        font-size: 13px;
        line-height: 17px;
    }
}

.sb-info-img {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}
@media (max-width: 767px) {
    .sb-info-img {
        padding-right: 0;
    }
}

.sb-info-img img {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.sb-info {
    position: relative;
    overflow: hidden;
}

/*.sb-info > div:first-child {*/
/*    padding-top: 0;*/
/*}*/
@media (min-width: 768px) {
    .sb-info > div:first-child {
        padding-top: 0;
    }
}

.sb-half-page-valign {
    position: relative;
    overflow: hidden;
    display: flex;
    margin: 56px  auto;
}
@media (max-width: 767px) {
    .sb-half-page-valign {
        max-width: 372px;
        flex-wrap: wrap;
    }
}

.sb-half-page-valign > div {
    position: relative;
    overflow: hidden;
    flex: 1 1 50%;
    align-self: center;
}
@media (max-width: 991px) {
    .sb-half-page-valign > div {
        align-self: flex-start;
    }
}
@media (max-width: 767px) {
    .sb-half-page-valign > div {
        flex: 1 1 100%;
    }
}

.sb-half-page-valign > div:first-child {
    margin-right: 40px;
}
@media (max-width: 767px) {
    .sb-half-page-valign > div:first-child {
        margin: 0;
    }

    .sb-hpva-flip-on-mob {
        order: 2;
    }
}



.sb-half-page-valign > div > img {
    max-width: 100%;
}

.sb-hpva-title {
    position: relative;
    overflow: hidden;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .sb-hpva-title {
        padding-top: 40px;
    }
}

.sb-hpva-text {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .sb-hpva-text {
        font-size: 13px;
        line-height: 17px;
    }
}



/* =============== sb-monogramming =============== */
.sb-monogramming {
    position: relative;
    overflow: hidden;
    padding: 55px 0;
    color: #fff;
    background: url("../img/store-directory/b-Monogramming.jpg") no-repeat left center / cover;
}
.sb-monogramming-title {
    position: relative;
    overflow: hidden;
    font-family: "ChronicleFine", serif;
    font-size: 80px;
    line-height: 65px;
}
.sb-monogramming-text {
    position: relative;
    overflow: hidden;
    max-width: 496px;
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .sb-monogramming-text {
        font-size: 13px;
        line-height: 17px;
    }
}

.sb-monogramming-text div {
    position: relative;
    overflow: hidden;
    padding: 40px 0 20px;
    font-size: 25px;
    line-height: 25px;
}






