html {
    scroll-behavior: smooth;
}
.page-wrapper {
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0/5%);
    box-shadow: 0px 0px 20px rgb(0 0 0/5%);
    max-width: 1920px;
    margin: 0 auto;
}
.boutique-page picture {
    display: block;
    line-height: 0;
}
.boutique-page hr {
    border-bottom: 0.5px dotted #151211;
    height: 0.5px;
    max-width: 1225px;
    margin: 0 auto;
}
.boutique-page .info-btn {
    margin-bottom: 0;
}
.boutique-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: inherit;
    width: inherit;
}
.boutique-hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.boutique-hero-text {
    width: 86%;
    position: absolute;
    text-align: center;

    color: #fff;
    left: 50%;
    top: calc(50% - 20px);
    transform: translate(-50%, -50%);
}
.boutique-hero-text h1 {

    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 13px;
    line-height: 36px;
   
}
.boutique-hero-text p {
    
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.1px;
    margin-top: 10px;
}
.scroll-icon {
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    height: inherit;
    width: inherit;
}
.scroll-icon span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.scroll {
    width: 20px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 10px;
    position: relative;
    display: none;
}
.scroll:before {
    content: "";
    background: #fff;
    width: 3px;
    height: 5px;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    animation: scrollMouse 2s infinite;
}
@keyframes scrollMouse {
    from {
        top: 5px;
        opacity: 1;
    }
    to {
        top: 22px;
        opacity: 0;
    }
}
@-webkit-keyframes scrollMouse {
    from {
        top: 5px;
        opacity: 1;
    }
    to {
        top: 22px;
        opacity: 0;
    }
}
.visitUs {
    text-align: left;
    margin-top: 50px;
}
.visitUs a svg {
    vertical-align: middle;
    margin-right: 20px;
}
@media (min-width: 1025px) {
    .contNos a:last-child {
        margin-left: 10px;
        padding-left: 10px;
        position: relative;
    }
    .contNos a:last-child:before {
        content: ".";
        font-size: 20px;
        position: absolute;
        left: -3px;
        bottom: 2px;
        color: #2c2c2c;
    }
}
@media (max-width: 1180px) {
    .keep-exploring .card-text {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .scroll-icon {
        display: none;
    }
    .boutique-page .info-btn.btn-long-text {
        padding: 7px 32px;
    }
}
@media (max-width: 767px) {
    .boutique-hero-text {
        top: 50%;
    }
    .boutique-hero-text h1 span {
        display: block;
    }
    .boutique-page .info-btn.btn-long-text {
        padding: 7px 20px;
    }
}
.about-boutique {
    text-align: center;
    padding: 96px 0;
    position: relative;
}
.about-boutique p {
    max-width: 770px;
    margin: 0 auto;

    font-size: 15px;
    line-height: 40px;
}
.boutique-gallery {
    margin-bottom: 100px;
}
.boutique-gallery .container {
    position: relative;
}
.slider {
    margin-bottom: 12px;
}
.slider-thumb {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 12px;
}
.slider-nav a {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    box-shadow: none;
    top: calc(50% - 75px);
    transition: box-shadow 0.3s ease-in-out;
    margin-top: 0;
    z-index: 2;
}
.slider-nav a.prev {
    left: -10px;
}
.slider-nav a.next {
    right: -10px;
}
.boutique-gallery .swiper-button-prev:after,
.boutique-gallery .swiper-button-next:after {
    display: none;
}
.page-main .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.page-main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-main .swiper-container {
    width: 100%;
}
.page-main .swiper-slide {
    background-size: cover;
    background-position: center;
}
.mySwiper2 {
    height: 80%;
    width: 100%;
}
.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 10px;
}
.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    cursor: pointer;
    opacity: 0.5;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1024px) {
    .boutique-gallery {
        margin-bottom: 48px;
    }
}
@media (max-width: 991px) {
    .slider-nav.d-lg-block {
        display: none;
    }
}
@media (min-width: 992px) {
    .slider-nav.d-lg-block {
        display: block;
    }
}
@media (min-width: 1366px) {
    .page-main .swiper-container {
        max-width: 1006px;
    }
}
.what-we-offer {
    margin: 100px 0 0;
}
.provide-offer {
    display: flex;
    background: #f9f9f9;
}
.provide-offer > * {
    width: 50%;
}
.offer-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 424px;
    margin: 0 auto;
    width: 42%;
     text-align: left !important;
    /* max-width: 320px; */
}
.offer-text h2 {
    color: #000;

    font-size: 24px;
    line-height: 32px;
    margin: 8px 0 16px;
    font-weight: 400;
}
.offer-text h2 span {
    display: block;
}
.offer-text p {
    font-size: 14px;
    line-height: 24px;
   
}
@media (max-width: 1024px) {
    .what-we-offer {
        margin: 48px 0;
    }
}
@media (max-width: 767px) {
    .what-we-offer {
        margin: 0;
    }
    .what-we-offer .container {
        max-width: 100%;
    }
    .provide-offer > * {
        width: 100%;
    }
    .provide-offer {
        display: block;
    }
    .offer-text {
        padding: 40px 7% 48px;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .order-1 {
        order: 1;
    }
}
.locate-us {
    background: #f4f4f4;
    padding: 75px 0;
}
.locate-us h2 {
    font-size: 40px;
    text-align: left;
    line-height: 52px;
}
.map iframe {
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
.address-col {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
    line-height: 24px;
    max-width: 270px;
    position: relative;
    padding-left: 30px;
}
.address-col:before {
    content: "";
    width: 9px;
    height: 1px;
    position: absolute;
    background: #151211;
    left: 0;
    top: 12px;
}
.address-col .contNos {
    font-size: 12px;
}
.address-col figure {
    display: flex;
    align-self: flex-start;
    width: 42px;
}
.address-col figure + div {
    width: calc(100% - 42px);
}
.address-col h3 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    width: 100%;
}
address {
    padding: 0;
    margin: 0;
    font-style: normal;
}
.open-hour-box * {
    text-transform: capitalize;
}
.open-hour-box p {
    display: flex;
}
.open-hour-box p.open {
    position: relative;
}
.open-hour-box p.open span {
    color: #9f6b53;
}
.open-hour-box p.open:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #9f6b53;
    left: -10px;
    top: 8px;
}
.open-hour-box p.open:after {
    content: "open";
    position: absolute;
    font-size: 8px;
    padding: 1px 8px 0;
    font-weight: 600;
    border-radius: 10px;
    background: #9f6b53;
    display: inline-flex;
    left: 170px;
    top: 1px;
    align-items: center;
    line-height: 1;
    height: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.open-hour-box p span {
    display: inline-block;
}
.open-hour-box p span:first-child {
    width: 44px;
    position: relative;
}
.open-hour-box p span:first-child:after {
    content: ":";
    position: absolute;
    right: 6px;
}
@media (max-width: 991px) {
    .map {
        padding: 12px;
    }
    .map iframe {
        height: 400px;
    }
    .address {
        padding: 0 40px 12px;
    }
}
@media (max-width: 575px) {
    .map iframe {
        height: 260px;
    }
    .address {
        padding: 0 32px;
    }
}
@media (min-width: 992px) {
    .locate-address {
        display: flex;
        justify-content: space-between;
    }
    .map {
        padding: 12px 24px;
        width: 62%;
        max-width: 864px;
    }
    .address {
        max-width: 370px;
    }
}
.keep-exploring {
    margin: 100px 0;
}
.keep-exploring .nw-ttlsctn {
    text-align: center;
}
.nw-ttlsctn .cat-link {
    display: inline-flex;
    align-items: center;
}
.icn-mor {
    background: url("../images/nw-stz-icn.svg") no-repeat;
    width: 12px;
    height: 12px;
    background-position: -165px -97px;
    display: inline-flex;
}
.nw-ttlsctn .cat-link:hover .icn-mor {
    background-position: -24px -166px;
}
.nw-ttlsctn h2 {
    margin-bottom: 8px;
    text-transform: inherit;
}
.nw-ttlsctn h2 + span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    color: #7f7f7f;
}
.scroll-items {
    margin-top: 32px;
}
.scroll-items .card a {
    display: flex;
}
.keep-exploring .card-body {
    border: none;
    border-top: 0.5px dotted #151211;
    border-bottom: 0.5px dotted #151211;
}
.keep-exploring .card-body a {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.keep-exploring .card-text {
    color: #000;
    font-size: 18px;
    line-height: 32px;

    margin-bottom: 4px;
    text-transform: initial;
}
.keep-exploring .card-text span {
    display: block;
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    margin-top: 8px;
}
.keep-exploring .card-body span.icn-mor {
    transform: scale(1.8);
    transform-origin: right;
}
.keep-exploring a span {
    transition: color 0.3s ease-in-out;
}
.keep-exploring .card:hover a span {
    color: #9f6b53;
}
.keep-exploring .card img {
    transition: filter 0.3s ease-in-out;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    height: 100%;
}
.keep-exploring .card:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}
@media (max-width: 1024px) {
    .keep-exploring {
        margin: 40px 0 48px;
    }
    .about-boutique {
        padding: 40px 7%;
    }
    .contNos a {
        display: block;
    }
}
@media (max-width: 1180px) and (min-width: 992px) {
    .scroll-items .col {
        width: 100%;
        max-width: 300px;
        margin: 0 !important;
    }
    .keep-exploring .card-text {
        font-size: 14px;
        margin: 0;
    }
    a.cardImg {
        height: 350px;
    }
    a.cardImg img {
        object-fit: cover;
    }
}
@media (max-width: 992px) {
    .visitUs {
        margin-bottom: 50px;
    }
    .scroll-items .col {
        width: 100%;
        overflow: hidden;
    }
    a.cardImg {
        height: 300px;
    }
    a.cardImg img {
        object-fit: cover;
    }
    .keep-exploring .card-text {
        padding-right: 10px;
    }
    .keep-exploring .card-body a {
        align-items: flex-start;
    }
    .keep-exploring a span {
        margin-top: 6px;
    }
}
@media (max-width: 767px) {
    .container.cards {
        max-width: 100%;
        max-height: 510px;
        overflow-y: hidden;
    }
    .scroll-items {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .scroll-items > * {
        display: inline-block;
        max-width: 78%;
        white-space: normal;
    }
    .scroll-items .col {
        margin-right: 12px;
        padding-bottom: 12px;
    }
    .scroll-items > *:first-child {
        margin-left: 7%;
    }
    .scroll-items > *:last-child {
        margin-right: 7%;
    }
    .boutique-hero-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }
    .boutique-hero-text h1 {
        line-height: 45px;
        letter-spacing: 8px;
    }
    .about-boutique p {
        font-size: 18px;
        line-height: 29px;
    }
    .about-boutique {
        padding: 60px 20px;
        text-align: left;
    }
    .locate-us h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 385px) {
    .container.cards {
        max-height: 480px;
    }
}
@media (max-width: 376px) {
    .container.cards {
        max-height: 472px;
    }
}
@media (max-width: 361px) {
    .container.cards {
        max-height: 458px;
    }
}
@media (min-width: 768px) {
    .scroll-items {
        display: flex;
        justify-content: space-between;
    }
    .scroll-items .col:not(:last-child) {
        margin-right: 24px;
    }
}
.swiper-thumb {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.swiper-thumb .swiper-pagination-bullet {
    opacity: 0.5;
    max-width: 19%;
}
.swiper-thumb .swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-thumb .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    width: 100%;
    margin: 0 !important;
    width: 100%;
}
