@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/nunitosans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf') format('truetype');
    font-weight: 100 1000;
    font-stretch: 100%;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/droidserif/DroidSerif.ttf') format('truetype');
    font-weight: 100 1000;
    font-stretch: 100%;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 1000;
    font-stretch: 100%;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 1000;
    font-stretch: 100%;
    font-style: normal;
}

:root {
    --jade-green: #9ccbc6;
    --jade-green-rgb: rgb(156, 203, 198);
    --jade-dark-green: #196d63;
    --jade-dark-green-rgb: rgb(25, 109, 99);
}

/* LIBRARIES */
.masonry-wrapper .grid-item .grid-item__inner {
    position: relative;
}

.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper {
    position: absolute;
}

.masonry-wrapper .grid-item .grid-item__inner .grid-item__content-wrapper {
    overflow: hidden;
}

.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper {
    margin: 0 !important;
}

.masonry-wrapper.ac_masonry-grid .grid-item__inner {
    padding-top: 100%;
}

.masonry-wrapper.ac_masonry-grid .grid-item.extra-large .grid-item__inner,
.masonry-wrapper.ac_masonry-grid .grid-item.wide .grid-item__inner {
    padding-top: 50%;
}

.masonry-wrapper.ac_masonry-grid .grid-item.high .grid-item__inner {
    padding-top: 200%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio='4by3'] .grid-item__inner {
    padding-top: 75%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio='4by3'] .grid-item.extra-large .grid-item__inner,
.masonry-wrapper.ac_masonry-grid[data-ratio='4by3'] .grid-item.wide .grid-item__inner {
    padding-top: 37.5%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio='4by3'] .grid-item.high .grid-item__inner {
    padding-top: 150%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio='16by9'] .grid-item__inner {
    padding-top: 56.25%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio='16by9'] .grid-item.extra-large .grid-item__inner,
.masonry-wrapper.ac_masonry-grid[data-ratio='16by9'] .grid-item.wide .grid-item__inner {
    padding-top: 28.125%;
}

.masonry-wrapper.ac_masonry-grid[data-ratio='16by9'] .grid-item.high .grid-item__inner {
    padding-top: 112.5%;
}

[data-col-xs='1'].masonry-wrapper .grid-item,
[data-col-xs='1'].masonry-wrapper .grid-sizer {
    width: 100%;
}

[data-col-xs='2'].masonry-wrapper .grid-item,
[data-col-xs='2'].masonry-wrapper .grid-sizer {
    width: 50%;
}

[data-col-xs='2'].masonry-wrapper .grid-item.wide,
[data-col-xs='2'].masonry-wrapper .grid-item.large {
    width: 100%;
}

[data-col-xs='2'].masonry-wrapper .grid-item.extra-large {
    width: 100%;
}

[data-col-xs='3'].masonry-wrapper .grid-item,
[data-col-xs='3'].masonry-wrapper .grid-sizer {
    width: 33.33333%;
}

[data-col-xs='3'].masonry-wrapper .grid-item.wide,
[data-col-xs='3'].masonry-wrapper .grid-item.large {
    width: 66.66667%;
}

[data-col-xs='3'].masonry-wrapper .grid-item.extra-large {
    width: 100%;
}

[data-col-xs='4'].masonry-wrapper .grid-item,
[data-col-xs='4'].masonry-wrapper .grid-sizer {
    width: 25%;
}

[data-col-xs='4'].masonry-wrapper .grid-item.wide,
[data-col-xs='4'].masonry-wrapper .grid-item.large {
    width: 50%;
}

[data-col-xs='4'].masonry-wrapper .grid-item.extra-large {
    width: 100%;
}

[data-col-xs='5'].masonry-wrapper .grid-item,
[data-col-xs='5'].masonry-wrapper .grid-sizer {
    width: 20%;
}

[data-col-xs='5'].masonry-wrapper .grid-item.wide,
[data-col-xs='5'].masonry-wrapper .grid-item.large {
    width: 40%;
}

[data-col-xs='5'].masonry-wrapper .grid-item.extra-large {
    width: 100%;
}

[data-col-xs='6'].masonry-wrapper .grid-item,
[data-col-xs='6'].masonry-wrapper .grid-sizer {
    width: 16.66667%;
}

[data-col-xs='6'].masonry-wrapper .grid-item.wide,
[data-col-xs='6'].masonry-wrapper .grid-item.large {
    width: 33.33333%;
}

[data-col-xs='6'].masonry-wrapper .grid-item.extra-large {
    width: 100%;
}

[data-col-xs='7'].masonry-wrapper .grid-item,
[data-col-xs='7'].masonry-wrapper .grid-sizer {
    width: 14.28571%;
}

[data-col-xs='7'].masonry-wrapper .grid-item.wide,
[data-col-xs='7'].masonry-wrapper .grid-item.large {
    width: 28.57143%;
}

[data-col-xs='7'].masonry-wrapper .grid-item.extra-large {
    width: 100%;
}

[data-col-xs='8'].masonry-wrapper .grid-item,
[data-col-xs='8'].masonry-wrapper .grid-sizer {
    width: 12.5%;
}

[data-col-xs='8'].masonry-wrapper .grid-item.wide,
[data-col-xs='8'].masonry-wrapper .grid-item.large {
    width: 25%;
}

[data-col-xs='8'].masonry-wrapper .grid-item.extra-large {
    width: 100%;
}

[data-col-xs='9'].masonry-wrapper .grid-item,
[data-col-xs='9'].masonry-wrapper .grid-sizer {
    width: 11.11111%;
}

[data-col-xs='9'].masonry-wrapper .grid-item.wide,
[data-col-xs='9'].masonry-wrapper .grid-item.large {
    width: 22.22222%;
}

[data-col-xs='9'].masonry-wrapper .grid-item.extra-large {
    width: 100%;
}

[data-col-xs='10'].masonry-wrapper .grid-item,
[data-col-xs='10'].masonry-wrapper .grid-sizer {
    width: 10%;
}

[data-col-xs='10'].masonry-wrapper .grid-item.wide,
[data-col-xs='10'].masonry-wrapper .grid-item.large {
    width: 20%;
}

[data-col-xs='10'].masonry-wrapper .grid-item.extra-large {
    width: 100%;
}

@media (min-width: 768px) {
    [data-col-sm='1'].masonry-wrapper .grid-item,
    [data-col-sm='1'].masonry-wrapper .grid-sizer {
        width: 100%;
    }
}

@media (min-width: 768px) {
    [data-col-sm='2'].masonry-wrapper .grid-item,
    [data-col-sm='2'].masonry-wrapper .grid-sizer {
        width: 50%;
    }
    [data-col-sm='2'].masonry-wrapper .grid-item.wide,
    [data-col-sm='2'].masonry-wrapper .grid-item.large {
        width: 100%;
    }
    [data-col-sm='2'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 768px) {
    [data-col-sm='3'].masonry-wrapper .grid-item,
    [data-col-sm='3'].masonry-wrapper .grid-sizer {
        width: 33.33333%;
    }
    [data-col-sm='3'].masonry-wrapper .grid-item.wide,
    [data-col-sm='3'].masonry-wrapper .grid-item.large {
        width: 66.66667%;
    }
    [data-col-sm='3'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 768px) {
    [data-col-sm='4'].masonry-wrapper .grid-item,
    [data-col-sm='4'].masonry-wrapper .grid-sizer {
        width: 25%;
    }
    [data-col-sm='4'].masonry-wrapper .grid-item.wide,
    [data-col-sm='4'].masonry-wrapper .grid-item.large {
        width: 50%;
    }
    [data-col-sm='4'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 768px) {
    [data-col-sm='5'].masonry-wrapper .grid-item,
    [data-col-sm='5'].masonry-wrapper .grid-sizer {
        width: 20%;
    }
    [data-col-sm='5'].masonry-wrapper .grid-item.wide,
    [data-col-sm='5'].masonry-wrapper .grid-item.large {
        width: 40%;
    }
    [data-col-sm='5'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 768px) {
    [data-col-sm='6'].masonry-wrapper .grid-item,
    [data-col-sm='6'].masonry-wrapper .grid-sizer {
        width: 16.66667%;
    }
    [data-col-sm='6'].masonry-wrapper .grid-item.wide,
    [data-col-sm='6'].masonry-wrapper .grid-item.large {
        width: 33.33333%;
    }
    [data-col-sm='6'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 768px) {
    [data-col-sm='7'].masonry-wrapper .grid-item,
    [data-col-sm='7'].masonry-wrapper .grid-sizer {
        width: 14.28571%;
    }
    [data-col-sm='7'].masonry-wrapper .grid-item.wide,
    [data-col-sm='7'].masonry-wrapper .grid-item.large {
        width: 28.57143%;
    }
    [data-col-sm='7'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 768px) {
    [data-col-sm='8'].masonry-wrapper .grid-item,
    [data-col-sm='8'].masonry-wrapper .grid-sizer {
        width: 12.5%;
    }
    [data-col-sm='8'].masonry-wrapper .grid-item.wide,
    [data-col-sm='8'].masonry-wrapper .grid-item.large {
        width: 25%;
    }
    [data-col-sm='8'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 768px) {
    [data-col-sm='9'].masonry-wrapper .grid-item,
    [data-col-sm='9'].masonry-wrapper .grid-sizer {
        width: 11.11111%;
    }
    [data-col-sm='9'].masonry-wrapper .grid-item.wide,
    [data-col-sm='9'].masonry-wrapper .grid-item.large {
        width: 22.22222%;
    }
    [data-col-sm='9'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 768px) {
    [data-col-sm='10'].masonry-wrapper .grid-item,
    [data-col-sm='10'].masonry-wrapper .grid-sizer {
        width: 10%;
    }
    [data-col-sm='10'].masonry-wrapper .grid-item.wide,
    [data-col-sm='10'].masonry-wrapper .grid-item.large {
        width: 20%;
    }
    [data-col-sm='10'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md='1'].masonry-wrapper .grid-item,
    [data-col-md='1'].masonry-wrapper .grid-sizer {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md='2'].masonry-wrapper .grid-item,
    [data-col-md='2'].masonry-wrapper .grid-sizer {
        width: 50%;
    }
    [data-col-md='2'].masonry-wrapper .grid-item.wide,
    [data-col-md='2'].masonry-wrapper .grid-item.large {
        width: 100%;
    }
    [data-col-md='2'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md='3'].masonry-wrapper .grid-item,
    [data-col-md='3'].masonry-wrapper .grid-sizer {
        width: 33.33333%;
    }
    [data-col-md='3'].masonry-wrapper .grid-item.wide,
    [data-col-md='3'].masonry-wrapper .grid-item.large {
        width: 66.66667%;
    }
    [data-col-md='3'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md='4'].masonry-wrapper .grid-item,
    [data-col-md='4'].masonry-wrapper .grid-sizer {
        width: 25%;
    }
    [data-col-md='4'].masonry-wrapper .grid-item.wide,
    [data-col-md='4'].masonry-wrapper .grid-item.large {
        width: 50%;
    }
    [data-col-md='4'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md='5'].masonry-wrapper .grid-item,
    [data-col-md='5'].masonry-wrapper .grid-sizer {
        width: 20%;
    }
    [data-col-md='5'].masonry-wrapper .grid-item.wide,
    [data-col-md='5'].masonry-wrapper .grid-item.large {
        width: 40%;
    }
    [data-col-md='5'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md='6'].masonry-wrapper .grid-item,
    [data-col-md='6'].masonry-wrapper .grid-sizer {
        width: 16.66667%;
    }
    [data-col-md='6'].masonry-wrapper .grid-item.wide,
    [data-col-md='6'].masonry-wrapper .grid-item.large {
        width: 33.33333%;
    }
    [data-col-md='6'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md='7'].masonry-wrapper .grid-item,
    [data-col-md='7'].masonry-wrapper .grid-sizer {
        width: 14.28571%;
    }
    [data-col-md='7'].masonry-wrapper .grid-item.wide,
    [data-col-md='7'].masonry-wrapper .grid-item.large {
        width: 28.57143%;
    }
    [data-col-md='7'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md='8'].masonry-wrapper .grid-item,
    [data-col-md='8'].masonry-wrapper .grid-sizer {
        width: 12.5%;
    }
    [data-col-md='8'].masonry-wrapper .grid-item.wide,
    [data-col-md='8'].masonry-wrapper .grid-item.large {
        width: 25%;
    }
    [data-col-md='8'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md='9'].masonry-wrapper .grid-item,
    [data-col-md='9'].masonry-wrapper .grid-sizer {
        width: 11.11111%;
    }
    [data-col-md='9'].masonry-wrapper .grid-item.wide,
    [data-col-md='9'].masonry-wrapper .grid-item.large {
        width: 22.22222%;
    }
    [data-col-md='9'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 992px) {
    [data-col-md='10'].masonry-wrapper .grid-item,
    [data-col-md='10'].masonry-wrapper .grid-sizer {
        width: 10%;
    }
    [data-col-md='10'].masonry-wrapper .grid-item.wide,
    [data-col-md='10'].masonry-wrapper .grid-item.large {
        width: 20%;
    }
    [data-col-md='10'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg='1'].masonry-wrapper .grid-item,
    [data-col-lg='1'].masonry-wrapper .grid-sizer {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg='2'].masonry-wrapper .grid-item,
    [data-col-lg='2'].masonry-wrapper .grid-sizer {
        width: 50%;
    }
    [data-col-lg='2'].masonry-wrapper .grid-item.wide,
    [data-col-lg='2'].masonry-wrapper .grid-item.large {
        width: 100%;
    }
    [data-col-lg='2'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg='3'].masonry-wrapper .grid-item,
    [data-col-lg='3'].masonry-wrapper .grid-sizer {
        width: 33.33333%;
    }
    [data-col-lg='3'].masonry-wrapper .grid-item.wide,
    [data-col-lg='3'].masonry-wrapper .grid-item.large {
        width: 66.66667%;
    }
    [data-col-lg='3'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg='4'].masonry-wrapper .grid-item,
    [data-col-lg='4'].masonry-wrapper .grid-sizer {
        width: 25%;
    }
    [data-col-lg='4'].masonry-wrapper .grid-item.wide,
    [data-col-lg='4'].masonry-wrapper .grid-item.large {
        width: 50%;
    }
    [data-col-lg='4'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg='5'].masonry-wrapper .grid-item,
    [data-col-lg='5'].masonry-wrapper .grid-sizer {
        width: 20%;
    }
    [data-col-lg='5'].masonry-wrapper .grid-item.wide,
    [data-col-lg='5'].masonry-wrapper .grid-item.large {
        width: 40%;
    }
    [data-col-lg='5'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg='6'].masonry-wrapper .grid-item,
    [data-col-lg='6'].masonry-wrapper .grid-sizer {
        width: 16.66667%;
    }
    [data-col-lg='6'].masonry-wrapper .grid-item.wide,
    [data-col-lg='6'].masonry-wrapper .grid-item.large {
        width: 33.33333%;
    }
    [data-col-lg='6'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg='7'].masonry-wrapper .grid-item,
    [data-col-lg='7'].masonry-wrapper .grid-sizer {
        width: 14.28571%;
    }
    [data-col-lg='7'].masonry-wrapper .grid-item.wide,
    [data-col-lg='7'].masonry-wrapper .grid-item.large {
        width: 28.57143%;
    }
    [data-col-lg='7'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg='8'].masonry-wrapper .grid-item,
    [data-col-lg='8'].masonry-wrapper .grid-sizer {
        width: 12.5%;
    }
    [data-col-lg='8'].masonry-wrapper .grid-item.wide,
    [data-col-lg='8'].masonry-wrapper .grid-item.large {
        width: 25%;
    }
    [data-col-lg='8'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg='9'].masonry-wrapper .grid-item,
    [data-col-lg='9'].masonry-wrapper .grid-sizer {
        width: 11.11111%;
    }
    [data-col-lg='9'].masonry-wrapper .grid-item.wide,
    [data-col-lg='9'].masonry-wrapper .grid-item.large {
        width: 22.22222%;
    }
    [data-col-lg='9'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    [data-col-lg='10'].masonry-wrapper .grid-item,
    [data-col-lg='10'].masonry-wrapper .grid-sizer {
        width: 10%;
    }
    [data-col-lg='10'].masonry-wrapper .grid-item.wide,
    [data-col-lg='10'].masonry-wrapper .grid-item.large {
        width: 20%;
    }
    [data-col-lg='10'].masonry-wrapper .grid-item.extra-large {
        width: 100%;
    }
}

[data-gap='5'].masonry-wrapper {
    margin: -3px;
}
[data-gap='5'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
}

[data-gap='10'].masonry-wrapper {
    margin: -5px;
}
[data-gap='10'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

[data-gap='15'].masonry-wrapper {
    margin: -8px;
}
[data-gap='15'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
}

[data-gap='20'].masonry-wrapper {
    margin: -10px;
}
[data-gap='20'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}

[data-gap='25'].masonry-wrapper {
    margin: -13px;
}
[data-gap='25'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 13px;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
}

[data-gap='30'].masonry-wrapper {
    margin: -15px;
}
[data-gap='30'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}

[data-gap='35'].masonry-wrapper {
    margin: -18px;
}
[data-gap='35'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 18px;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
}

[data-gap='40'].masonry-wrapper {
    margin: -20px;
}
[data-gap='40'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

[data-gap='45'].masonry-wrapper {
    margin: -23px;
}
[data-gap='45'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 23px;
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px;
}

[data-gap='50'].masonry-wrapper {
    margin: -25px;
}
[data-gap='50'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 25px;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
}

[data-gap='55'].masonry-wrapper {
    margin: -28px;
}
[data-gap='55'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 28px;
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
}

[data-gap='60'].masonry-wrapper {
    margin: -30px;
}
[data-gap='60'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
}

[data-gap='65'].masonry-wrapper {
    margin: -33px;
}
[data-gap='65'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 33px;
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px;
}

[data-gap='70'].masonry-wrapper {
    margin: -35px;
}
[data-gap='70'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 35px;
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px;
}

[data-gap='75'].masonry-wrapper {
    margin: -38px;
}
[data-gap='75'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 38px;
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px;
}

[data-gap='80'].masonry-wrapper {
    margin: -40px;
}
[data-gap='80'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 40px;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
}

[data-gap='85'].masonry-wrapper {
    margin: -43px;
}
[data-gap='85'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 43px;
    top: 43px;
    right: 43px;
    bottom: 43px;
    left: 43px;
}

[data-gap='90'].masonry-wrapper {
    margin: -45px;
}
[data-gap='90'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 45px;
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
}

[data-gap='95'].masonry-wrapper {
    margin: -48px;
}
[data-gap='95'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 48px;
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px;
}

[data-gap='100'].masonry-wrapper {
    margin: -50px;
}
[data-gap='100'].masonry-wrapper .grid-item .grid-item__content-wrapper {
    margin: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
}

/*1. RESET AND TYPHOGRAPHY*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

* {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

p {
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(0, 0, 0, 0.5);
}
p span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}
p strong {
    color: #000;
}

a {
    position: relative;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover {
    color: var(--jade-green);
}

a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    width: 100%;
}

.ps-heading {
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3em;
    color: var(--jade-dark-green);
}

.ps-content .ps-highlight {
    color: #000;
    font-size: 20px;
}

.ps-content p {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.67em;
}
.ps-content p strong {
    font-weight: 700;
    color: #000;
}

.ps-content blockquote {
    position: relative;
}
.ps-content blockquote p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 1.3em;
}

/*2. ELEMENTS*/
body {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .ps-col-tiny .col-xs-12 {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .ps-col-tiny .col-xs-12 {
        width: 100%;
    }
}

@media (min-width: 320px) {
    .ps-container {
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
    }
    .ps-container-fluid {
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .ps-container {
        width: 100%;
        padding: 0 30px;
    }
    .ps-container-fluid {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .ps-container {
        width: 100%;
        padding: 0 30px;
    }
    .ps-container-fluid {
        padding: 0 50px;
    }
}

@media (min-width: 1200px) {
    .ps-container-fluid {
        padding: 0 200px;
    }
}

.ps-product-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.ps-product-grid::after {
    clear: both;
    content: '';
    display: table;
}
.ps-product-grid .ps-product-column {
    padding: 0 15px;
    float: left;
}
.ps-product-grid[data-items='5'] .ps-product-column {
    float: left;
    width: calc(100% / 5);
}
@media (max-width: 1199px) {
    .ps-product-grid[data-items='5'] .ps-product-column {
        width: calc(100% / 4);
    }
}
@media (max-width: 991px) {
    .ps-product-grid[data-items='5'] .ps-product-column {
        width: calc(100% / 3);
    }
}
@media (max-width: 767px) {
    .ps-product-grid[data-items='5'] .ps-product-column {
        width: calc(100% / 2);
    }
}
@media (max-width: 479px) {
    .ps-product-grid .ps-product-column {
        width: 100% !important;
    }
}

.ps-main {
    padding: 50px 0;
}

.ps-columns::after {
    clear: both;
    content: '';
    display: table;
}

.ps-columns .ps-column {
    float: left;
}

.ps-columns[data-column='2'] .ps-column {
    width: 50%;
}

.ps-columns[data-column='3'] .ps-column {
    width: calc(100% / 3);
}

@media (max-width: 767px) {
    .ps-columns[data-column='3'] .ps-column,
    .ps-columns[data-column='2'] .ps-column {
        width: 100%;
    }
}

.ps-social li {
    display: inline-block;
    margin-right: 10px;
}
.ps-social li a {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.ps-social li a:hover {
    background-color: #b19870;
}
.ps-social li:last-child {
    margin-right: 0;
}

.ps-list--line li a {
    display: block;
    padding: 10px 0;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.3px;
    text-align: left;
    color: #ddd;
}
.ps-list--line li a:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 0;
    height: 2px;
    background-color: #b19870;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ps-list--line li:hover > a {
    padding-left: 15px;
    color: #b19870;
}
.ps-list--line li:hover > a:before {
    width: 10px;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.ps-list--social {
    display: block;
    text-align: center;
}
.ps-list--social li {
    display: inline-block;
    margin-right: 10px;
}
.ps-list--social li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #b4b4b4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ps-list--social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #2b3147;
}
.ps-list--social li a:hover {
    background-color: #b19870;
}
.ps-list--social li:last-child {
    margin-right: 10px;
}

.ps-list--social-2 {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.ps-list--social-2 li {
    display: inline-block;
}
.ps-list--social-2 li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.ps-list--social-2 li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}
.ps-list--social-2 li a:hover {
    background-color: #196d63;
}
.ps-list--social-2 li a:hover i {
    color: #fff;
}

#back2top {
    position: fixed;
    bottom: 115px;
    right: 45px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#back2top i {
    font-size: 18px;
    -webkit-transform: rotate(-90deg) translateX(0);
    -moz-transform: rotate(-90deg) translateX(0);
    -ms-transform: rotate(-90deg) translateX(0);
    -o-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0);
}
#back2top:hover {
    cursor: pointer;
    color: var(--jade-dark-green);
}
#back2top.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1199px) {
    #back2top {
        bottom: 50px;
        right: 50px;
    }
}
@media (max-width: 991px) {
    #back2top {
        bottom: 100px;
        right: 20px;
    }
}

.menu-toggle {
    position: relative;
    display: inline-block;
    display: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.menu-toggle span,
.menu-toggle:before,
.menu-toggle:after {
    position: absolute;
    right: 10px;
    height: 2px;
    width: 20px;
    background-color: #303030;
    z-index: 100;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-toggle span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-toggle:before,
.menu-toggle:after {
    content: '';
}
.menu-toggle:before {
    top: 12px;
}
.menu-toggle:after {
    bottom: 12px;
}
.menu-toggle:hover {
    cursor: pointer;
}
.menu-toggle.active span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
}
.menu-toggle.active:before,
.menu-toggle.active:after {
    top: 50%;
    bottom: auto;
    width: 20px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #fc354c;
}
.menu-toggle.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-toggle.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 1199px) {
    .menu-toggle {
        display: inline-block;
    }
}

.ps-btn,
button.ps-btn {
    display: inline-block;
    padding: 15px 35px 13px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.ps-btn:hover,
.ps-btn:focus,
button.ps-btn:hover,
button.ps-btn:focus {
    background-color: var(--jade-dark-green);
    color: #fff;
}

.ps-btn--black,
button.ps-btn--black {
    background-color: var(--jade-dark-green);
    color: #fff;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
}
.ps-btn--black:hover,
button.ps-btn--black:hover {
    background-color: var(--jade-green);
}

.ps-btn--outline,
button.ps-btn--outline {
    border: 1px solid #000;
    background-color: transparent;
}

.ps-btn--underline {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.12em;
    color: #111;
    text-transform: uppercase;
}
.ps-btn--underline:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 10;
    background-color: #111;
}
.ps-btn--underline:hover {
    color: #196d63;
}
.ps-btn--underline:hover:before {
    background-color: #196d63;
}

.ps-btn--fullwidth {
    width: 100%;
    text-align: center;
}

.ps-btn--rounded-30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.ps-btn--rounded-40 {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
}

.ps-btn--rounded-50 {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

.ps-social li {
    display: inline-block;
    margin-right: 10px;
}
.ps-social li a {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.ps-social li a:hover {
    background-color: #b19870;
}
.ps-social li:last-child {
    margin-right: 0;
}

.ps-list--line li a {
    display: block;
    padding: 10px 0;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.3px;
    text-align: left;
    color: #ddd;
}
.ps-list--line li a:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 0;
    height: 2px;
    background-color: #b19870;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ps-list--line li:hover > a {
    padding-left: 15px;
    color: #b19870;
}
.ps-list--line li:hover > a:before {
    width: 10px;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.ps-list--social {
    display: block;
    text-align: center;
}
.ps-list--social li {
    display: inline-block;
    margin-right: 10px;
}
.ps-list--social li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #b4b4b4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ps-list--social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #2b3147;
}
.ps-list--social li a:hover {
    background-color: #b19870;
}
.ps-list--social li:last-child {
    margin-right: 10px;
}

.ps-list--social-2 {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.ps-list--social-2 li {
    display: inline-block;
}
.ps-list--social-2 li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.ps-list--social-2 li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}
.ps-list--social-2 li a:hover {
    background-color: #196d63;
}
.ps-list--social-2 li a:hover i {
    color: #fff;
}

.form-control {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 48px;
    background-color: #fff;
    border: solid 1px #f3f3f3;
    text-indent: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.form-control::-webkit-input-placeholder {
    opacity: 1;
}
.form-control::-moz-placeholder {
    opacity: 1;
}
.form-control:-moz-placeholder {
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    opacity: 1;
}
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    padding: 15px 10px;
}

.ps-input--has-icon {
    position: relative;
}
.ps-input--has-icon > i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.ps-select > i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.ps-select > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.ps-checkbox {
    position: relative;
    display: block;
}
.ps-checkbox > input {
    position: absolute;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ps-checkbox label {
    position: relative;
    padding-left: 30px;
    font-family: 'Nunito Sans', sans-serif;
    color: #737373;
    font-weight: 400;
    cursor: pointer;
}
.ps-checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: 2px solid #ccc;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.ps-checkbox label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: 3px solid #196d63;
    border-top: none;
    border-left: none;
    z-index: 5;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-checkbox input[type='checkbox']:checked ~ label:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}
.ps-checkbox--inline {
    display: inline-block;
}

.bootstrap-select.ps-select .dropdown-toggle:hover {
    background-color: #fff;
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.ps-select.open .dropdown-toggle:focus,
.bootstrap-select.ps-select.open .dropdown-toggle:active,
.bootstrap-select.ps-select.open .dropdown-toggle:hover {
    background-color: #fff;
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.ps-select.open .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
.bootstrap-select.ps-select.open .dropdown-menu li a {
    line-height: 30px;
}

.ps-radio {
    position: relative;
    line-height: 30px;
}
.ps-radio > input {
    position: absolute;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.ps-radio label {
    margin: 0;
    position: relative;
    padding-left: 20px;
    font-family: 'Nunito Sans', sans-serif;
    color: #737373;
    font-weight: 400;
    line-height: 30px;
    vertical-align: top;
    cursor: pointer;
}
.ps-radio label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    height: 20px;
    width: 20px;
    z-index: 10;
    background-color: #cddded;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ps-radio label:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 26px;
    height: 26px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    z-index: 20;
    opacity: 0;
    border: 2px solid #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ps-radio input[type='radio']:checked ~ label:before {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 30px 2px rgba(177, 152, 112, 0.3);
    -moz-box-shadow: 0 0 30px 2px rgba(177, 152, 112, 0.3);
    -ms-box-shadow: 0 0 30px 2px rgba(177, 152, 112, 0.3);
    box-shadow: 0 0 30px 2px rgba(177, 152, 112, 0.3);
}
.ps-radio input[type='radio']:checked ~ label:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
.ps-radio--inline {
    display: inline-block;
    margin-right: 10px;
}
.ps-radio--inline:last-child {
    margin-right: 0;
}
.ps-radio.black > label:before {
    background-color: #000;
}
.ps-radio.white > label:before {
    background-color: #fff;
    border: 1px solid #979797;
}
.ps-radio.white input[type='radio']:checked ~ label:before {
    border: none;
}
.ps-radio.brown > label:before {
    background-color: #9b9b9b;
}
.ps-radio.gray > label:before {
    background-color: #607ea1;
}

.form-group--number {
    position: relative;
    width: 180px;
    margin: 0 auto 20px;
}
.form-group--number input {
    height: 48px;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #000;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.form-group--number input:focus {
    border-color: #b19870;
}
.form-group--number span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: rgba(0, 0, 0, 0.35);
    cursor: pointer;
}
.form-group--number span.up {
    right: 15px;
}
.form-group--number span.down {
    left: 15px;
}

.ps-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    background-color: #fb7349;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.ps-badge span {
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    min-width: 50px;
}
.ps-badge--sale-off {
    background-color: #8ec545;
}
.ps-badge--new {
    background-color: #3ecafb;
}
.ps-badge--2nd {
    top: 40px;
}

.ps-iconbox {
    margin: 0 auto 30px;
    max-width: 480px;
    padding: 0 30px;
    text-align: center;
}
.ps-iconbox i {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.ps-iconbox i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #b19870;
    font-size: 40px;
}
.ps-iconbox .ps-iconbox__header {
    margin-bottom: 10px;
}
.ps-iconbox .ps-iconbox__header h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    color: #000;
}
.ps-iconbox .ps-iconbox__header p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.6em;
    color: #b19870;
    font-weight: 500;
    text-transform: none;
}
.ps-iconbox p {
    font-size: 14px;
    line-height: 1.6em;
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 479px) {
    .ps-iconbox p {
        font-size: 14px;
    }
}

.ps-post__thumbnail {
    position: relative;
}
.ps-post__thumbnail img {
    width: 100%;
    height: auto !important;
}
.ps-post__thumbnail:hover .ps-post__overlay {
    background-color: rgba(255, 255, 255, 0.5);
}

.ps-post__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ps-post__content p {
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

.ps-post__title {
    margin-bottom: 15px;
}
.ps-post__title a {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    color: #000;
}
.ps-post__title a:hover {
    color: #196d63;
}

.ps-post__posted {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.ps-post__posted .date {
    margin-top: 12px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    line-height: 1em;
    display: block;
}
.ps-post__posted .month {
    font-size: 10px;
    letter-spacing: 0.9px;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
}

.ps-post--primary {
    margin-bottom: 80px;
}
.ps-post--primary .ps-post__thumbnail {
    margin-bottom: 50px;
}
.ps-post--primary .ps-post__content {
    text-align: center;
}
.ps-post--primary .ps-post__posted {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.ps-post--primary .ps-post__posted .date {
    margin-top: 12px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    line-height: 1em;
    display: block;
}
.ps-post--primary .ps-post__posted .month {
    font-size: 10px;
    letter-spacing: 0.9px;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
}
.ps-post--primary .ps-post__title {
    margin-bottom: 15px;
}
.ps-post--primary .ps-post__title a {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    color: #000;
}
.ps-post--primary .ps-post__title a:hover {
    color: #196d63;
}
.ps-post--primary .ps-post__category {
    margin-bottom: 20px;
}
.ps-post--primary .ps-post__category a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(0, 0, 0, 0.5);
}
.ps-post--primary .ps-post__category a:hover {
    color: #196d63;
}

.ps-post--horizontal {
    margin-bottom: 50px;
}
.ps-post--horizontal::after {
    clear: both;
    content: '';
    display: table;
}
.ps-post--horizontal .ps-post__thumbnail {
    float: left;
    width: 370px;
}
.ps-post--horizontal .ps-post__content {
    float: left;
    width: calc(100% - 370px);
    padding-left: 30px;
}
.ps-post--horizontal .ps-post__content p {
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}
.ps-post--horizontal .ps-post__title {
    margin-bottom: 15px;
}
.ps-post--horizontal .ps-post__title a {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    color: #000;
}
.ps-post--horizontal .ps-post__title a:hover {
    color: #196d63;
}
.ps-post--horizontal .ps-post__posted {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.ps-post--horizontal .ps-post__posted .date {
    margin-top: 12px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    line-height: 1em;
    display: block;
}
.ps-post--horizontal .ps-post__posted .month {
    font-size: 10px;
    letter-spacing: 0.9px;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
}
@media (max-width: 767px) {
    .ps-post--horizontal .ps-post__thumbnail {
        margin-bottom: 30px;
        width: 100%;
        float: none;
    }
    .ps-post--horizontal .ps-post__content {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

.ps-post--vertical {
    margin-bottom: 100px;
}
.ps-post--vertical .ps-post__thumbnail {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .ps-post--vertical {
        margin-bottom: 50px;
    }
}

.ps-post--sidebar {
    margin-bottom: 30px;
}
.ps-post--sidebar::after {
    clear: both;
    content: '';
    display: table;
}
.ps-post--sidebar .ps-post__thumbnail {
    width: 100px;
    float: left;
}
.ps-post--sidebar .ps-post__content {
    position: relative;
    float: left;
    width: calc(100% - 100px);
    padding-left: 20px;
}
.ps-post--sidebar .ps-post__posted {
    position: static;
    display: block;
    margin-bottom: 10px;
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: left;
}
.ps-post--sidebar .ps-post__title {
    font-size: 16px;
    line-height: 1.56em;
    color: #000;
}
.ps-post--sidebar .ps-post__title:hover {
    color: #b19870;
}

.ps-post--single .ps-post__thumbnail {
    margin-bottom: 50px;
}

.ps-post--single .ps-post__tags {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.ps-post--single .ps-post__tags a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 9px 10px;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
}
.ps-post--single .ps-post__tags a:hover {
    background-color: #196d63;
    border-color: #196d63;
    color: #fff;
}
.ps-post--single .ps-post__tags a:last-child {
    margin-right: 0;
}

.ps-post--single .ps-post__navigation {
    margin-bottom: 30px;
}
.ps-post--single .ps-post__navigation::after {
    clear: both;
    content: '';
    display: table;
}
.ps-post--single .ps-post__navigation > a {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #000;
    text-transform: uppercase;
}
.ps-post--single .ps-post__navigation > a:hover {
    color: #196d63;
}
.ps-post--single .ps-post__navigation > a.right {
    float: right;
}

.ps-post--related {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
.ps-post--related .ps-post__thumbnail {
    margin-bottom: 20px;
}
.ps-post--related .ps-post__thumbnail img {
    width: 100%;
}
.ps-post--related .ps-post__title {
    display: block;
    font-size: 16px;
    line-height: 1.56em;
    text-align: left;
    color: #000;
}
.ps-post--related .ps-post__title:hover {
    color: #b19870;
}

.ps-post--portfolio {
    margin-bottom: 40px;
}
.ps-post--portfolio .ps-post__thumbnail {
    margin-bottom: 30px;
    position: relative;
}
.ps-post--portfolio .ps-post__thumbnail img {
    width: 100%;
}
.ps-post--portfolio .ps-post__thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}
.ps-post--portfolio .ps-post__thumbnail .ps-post__morelink {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    min-width: 165px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}
.ps-post--portfolio .ps-post__thumbnail:hover:before {
    visibility: visible;
    opacity: 1;
}
.ps-post--portfolio .ps-post__thumbnail:hover .ps-post__morelink {
    visibility: visible;
    opacity: 1;
}
.ps-post--portfolio .ps-post__content {
    text-align: center;
}
.ps-post--portfolio .ps-post__content h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.46em;
    color: #000;
    cursor: default;
}
.ps-post--portfolio .ps-post__content p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.ps-post--portfolio-single .ps-post__header {
    margin-bottom: 100px;
    text-align: center;
}
.ps-post--portfolio-single .ps-post__header .ps-heading {
    margin-bottom: 30px;
}

.ps-post--portfolio-single .ps-post__project-info {
    max-width: 760px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}
.ps-post--portfolio-single .ps-post__project-info h4 {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #000000;
}

.ps-post--portfolio-single .ps-social {
    margin: 50px 0;
}
.ps-post--portfolio-single .ps-social strong {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    color: #000;
}
.ps-post--portfolio-single .ps-social a {
    margin-right: 15px;
    color: #000;
}
.ps-post--portfolio-single .ps-social a:hover {
    color: #196d63;
}
.ps-post--portfolio-single .ps-social a:last-child {
    margin-right: 0;
}

.ps-post--portfolio-single .ps-product__footer {
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ps-post--portfolio-single .ps-product__footer::after {
    clear: both;
    content: '';
    display: table;
}
.ps-post--portfolio-single .ps-product__footer a {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #000;
    text-transform: uppercase;
}
.ps-post--portfolio-single .ps-product__footer a i {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}
.ps-post--portfolio-single .ps-product__footer a:hover {
    color: #196d63;
}
.ps-post--portfolio-single .ps-product__footer a.next {
    float: right;
}
.ps-post--portfolio-single .ps-product__footer a.next i {
    margin-right: 0;
    margin-left: 5px;
}

.ps-post--portfolio-single.second .ps-post__header {
    margin-bottom: 50px;
}

.ps-post--portfolio-single.second .ps-post__project-info {
    padding-top: 0;
}

.ps-post--portfolio-single.third .ps-post__header {
    padding: 100px 0;
    background-color: #333;
}
.ps-post--portfolio-single.third .ps-post__header .ps-heading {
    color: #fff;
}
.ps-post--portfolio-single.third .ps-post__header p {
    color: rgba(255, 255, 255, 0.5);
}

.ps-post--portfolio-single.third .ps-post__project-info {
    padding-top: 0;
    max-width: 100%;
    text-align: left;
}

.ps-post--portfolio-single.third .ps-social {
    margin-top: 0;
}

.ps-post--portfolio-single.third .ps-product__footer {
    margin-top: 150px;
    margin-bottom: 100px;
}

@media (max-width: 479px) {
    .ps-post--portfolio-single .ps-product__footer a {
        display: block;
        line-height: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .ps-post--portfolio-single .ps-product__footer a.next {
        float: none;
    }
}

.ps-pagination {
    text-align: center;
}
.ps-pagination::after {
    clear: both;
    content: '';
    display: table;
}
.ps-pagination .pagination {
    margin: 0;
    display: inline-block;
}
.ps-pagination .pagination li {
    display: inline-block;
    margin-right: 25px;
    text-align: center;
}
.ps-pagination .pagination li > a {
    padding: 0 25px;
    position: relative;
    display: inline-block;
    z-index: 30;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 48px;
    font-weight: 700;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent !important;
}
.ps-pagination .pagination li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
    width: 78px;
    height: 48px;
    background-color: #000;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}
.ps-pagination .pagination li > a:hover {
    color: #fff;
}
.ps-pagination .pagination li > a:hover:before {
    visibility: visible;
    opacity: 1;
}
.ps-pagination .pagination li.active {
    border: none;
}
.ps-pagination .pagination li.active a {
    color: #fff;
}
.ps-pagination .pagination li.active a:before {
    visibility: visible;
    opacity: 1;
    background-color: #000;
}
@media (max-width: 479px) {
    .ps-pagination .pagination li {
        margin-right: 10px;
    }
    .ps-pagination .pagination li a {
        padding: 0 12px;
        font-size: 12px;
    }
    .ps-pagination .pagination li a:before {
        width: 30px;
        height: 30px;
    }
    .ps-pagination .pagination li a:after {
        width: 35px;
        height: 35px;
    }
}

.ps-breadcrumb {
    margin-bottom: 5px;
}
.ps-breadcrumb .breadcrumb {
    background: none;
}
.ps-breadcrumb .breadcrumb > li {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}
.ps-breadcrumb .breadcrumb > li:before {
    content: '\f105';
    font-family: FontAwesome;
}
.ps-breadcrumb .breadcrumb > li > a {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    color: #000;
    opacity: 1;
}
.ps-breadcrumb .breadcrumb > li > a:hover {
    color: #b19870;
}
.ps-breadcrumb .breadcrumb > li:first-child:before {
    display: none;
}

.ps-breadcrumb--2 {
    background-color: #ddebec;
    margin-bottom: 0;
    padding: 17px 0;
}
.ps-breadcrumb--2 .breadcrumb > li {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
.ps-breadcrumb--2 .breadcrumb > li:before {
    content: '/';
    font-family: FontAwesome;
}
.ps-breadcrumb--2 .breadcrumb > li > a {
    font-size: 11px;
    font-weight: 700;
}
.ps-breadcrumb--2 .ps-breadcrumb__link {
    float: right;
}
.ps-breadcrumb--2 .ps-breadcrumb__link li {
    display: inline-block;
    margin-right: 10px;
}
.ps-breadcrumb--2 .ps-breadcrumb__link li a {
    font-size: 16px;
}
.ps-breadcrumb--2 .ps-breadcrumb__link li:last-child {
    margin-right: 0;
}
@media (max-width: 767px) {
    .ps-breadcrumb--2 .ps-breadcrumb__link {
        margin-top: 5px;
        float: none;
    }
}

.ps-breadcrumb--3 {
    background-color: #f8f8f8;
    margin-bottom: 0;
    padding: 10px 0;
}
.ps-breadcrumb--3 .breadcrumb {
    background: none;
}
.ps-breadcrumb--3 .breadcrumb > li {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}
.ps-breadcrumb--3 .breadcrumb > li:before {
    content: '/';
}
.ps-breadcrumb--3 .breadcrumb > li > a {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
}
.ps-breadcrumb--3 .breadcrumb > li > a:hover {
    color: #b19870;
}
.ps-breadcrumb--3 .breadcrumb > li:first-child:before {
    display: none;
}

.ps-block--offer {
    display: table;
    background-color: #fafafa;
    width: 100%;
}
.ps-block--offer .ps-block__left,
.ps-block--offer .ps-block__right {
    display: table-cell;
}
.ps-block--offer .ps-block__left {
    width: calc(100% - 450px);
}
.ps-block--offer .ps-block__right {
    padding: 55px 0;
    display: table-cell;
    width: 450px;
    text-align: center;
    vertical-align: middle;
}
.ps-block--offer .ps-block__right h3 {
    margin-bottom: 15px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    line-height: 1.3em;
    color: #333;
    font-weight: 400;
}
.ps-block--offer .ps-block__right p {
    display: block;
    margin-bottom: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 50px;
}
.ps-block--offer .ps-block__right p span {
    font-size: 48px;
    color: #b19870;
    vertical-align: middle;
}
.ps-block--offer .ps-block__right .ps-btn {
    line-height: 25px;
    padding: 10px 50px;
    background-color: #b19870;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.ps-block--offer .ps-block__right .ps-btn:hover {
    background-color: #8a714b;
}
@media (max-width: 991px) {
    .ps-block--offer .ps-block__left {
        width: 30%;
    }
    .ps-block--offer .ps-block__right {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .ps-block--offer .ps-block__left {
        width: 0;
    }
    .ps-block--offer .ps-block__right {
        width: 100%;
    }
}

.ps-block--offer-fashion {
    display: table;
    width: 100%;
}
.ps-block--offer-fashion .ps-block__left,
.ps-block--offer-fashion .ps-block__right {
    display: table-cell;
    width: 50%;
}
.ps-block--offer-fashion .ps-block__right {
    padding: 80px 0 80px 50px;
    padding-left: 50px;
}
@media (max-width: 1199px) {
    .ps-block--offer-fashion {
        display: block;
    }
    .ps-block--offer-fashion .ps-block__left,
    .ps-block--offer-fashion .ps-block__right {
        display: block;
        width: 100%;
    }
    .ps-block--offer-fashion .ps-block__left {
        height: 500px;
    }
    .ps-block--offer-fashion .ps-block__right {
        padding: 50px 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .ps-block--offer-fashion .ps-block__left {
        height: 400px;
    }
}
@media (max-width: 479px) {
    .ps-block--offer-fashion .ps-block__left {
        height: 300px;
    }
}

.ps-block--comment {
    margin: 0 auto 10px;
    padding: 30px;
    max-width: 760px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.ps-block--comment .ps-block__header {
    position: relative;
    margin-bottom: 30px;
    padding: 0 80px;
}
.ps-block--comment .ps-block__header > img {
    position: absolute;
    top: 0;
    left: 0;
}
.ps-block--comment .ps-block__header p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #000000;
}
.ps-block--comment .ps-block__header > span {
    font-size: 13px;
    line-height: 1.9em;
    color: rgba(0, 0, 0, 0.5);
}
.ps-block--comment .ps-block__header .ps-reply {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #000;
    text-transform: uppercase;
}
.ps-block--comment .ps-block__header .ps-reply:hover {
    color: #196d63;
}
@media (max-width: 479px) {
    .ps-block--comment {
        padding: 30px 15px;
    }
    .ps-block--comment .ps-block__header {
        padding-right: 0;
        padding-left: 50px;
    }
    .ps-block--comment .ps-block__header img {
        width: 40px;
    }
}

.ps-user {
    max-width: 380px;
    margin: 0 auto 80px;
}
.ps-user__thumbnail {
    margin-bottom: 30px;
    position: relative;
}
.ps-user__thumbnail img {
    width: 100%;
}
.ps-user__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ps-user__content {
    text-align: center;
}
.ps-user__content p {
    font-size: 15px;
    line-height: 1.67em;
    color: rgba(0, 0, 0, 0.5);
}
.ps-user__content ul {
    display: block;
    text-align: center;
}
.ps-user__content ul li {
    display: inline-block;
}
.ps-user__content ul li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.ps-user__content ul li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}
.ps-user__content ul li a:hover {
    background-color: #196d63;
}
.ps-user__content ul li a:hover i {
    color: #fff;
}
.ps-user__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56em;
    text-align: center;
    color: #000;
}
.ps-user__title:hover {
    color: #b19870;
}
@media (max-width: 767px) {
    .ps-user {
        margin: 0 auto 40px;
    }
}

.ps-block--contact {
    margin-bottom: 30px;
    background-color: #fbfbfb;
    padding: 70px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.ps-block--contact img {
    margin-bottom: 40px;
}
.ps-block--contact p {
    font-size: 15px;
    line-height: 1.67em;
    color: rgba(0, 0, 0, 0.5);
}
.ps-block--contact p strong {
    font-weight: 400;
    color: #000;
}
.ps-block--contact a {
    color: #000;
}
.ps-block--contact a:hover {
    color: #196d63;
}

.ps-block--catalog .ps-block__header {
    position: relative;
    margin-bottom: 50px;
}
.ps-block--catalog .ps-block__header > h4 {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 1.25em;
    color: #000;
    font-weight: 400;
}
.ps-block--catalog .ps-block__header > h4:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #000;
}
.ps-block--catalog .ps-block__header > a {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45em;
    letter-spacing: 0.08em;
    color: rgba(17, 17, 17, 0.6);
    text-transform: uppercase;
    float: right;
}
.ps-block--catalog .ps-block__header > a i {
    margin-left: 10px;
}
.ps-block--catalog .ps-block__header > a:hover {
    color: #196d63;
}

.ps-video {
    margin-bottom: 30px;
}
.ps-video__thumbnail {
    margin-bottom: 20px;
    position: relative;
}
.ps-video__play {
    display: inline-block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.ps-video__play i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ps-video__play i:before {
    margin-left: 5px;
    color: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-video__play:hover {
    background-color: #196d63;
}
.ps-video__play:hover i:before {
    color: #fff;
}
.ps-video__content p {
    margin-bottom: 0;
    color: #000;
    text-align: center;
}
.ps-video--sm {
    margin-bottom: 0;
}
.ps-video--sm .ps-video__thumbnail {
    margin-bottom: 0;
}
.ps-video--sm .ps-video__play {
    width: 80px;
    height: 80px;
}

.ps-block--iconbox {
    padding: 60px 30px;
    text-align: center;
    background-color: #fbfbfb;
}
.ps-block--iconbox > i {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 30px;
}
.ps-block--iconbox h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4em;
    color: #000;
}

.ps-block--iconbox-2 {
    position: relative;
    padding-left: 35px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ps-block--iconbox-2 > i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 18px;
}
.ps-block--iconbox-2 p {
    margin-bottom: 0;
}
.ps-block--iconbox-2 p strong {
    font-size: 18px;
}
.ps-block--iconbox-2:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.ps-block--about {
    margin-bottom: 15px;
    padding: 50px 40px;
    text-align: center;
    background-color: #fbfbfb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.ps-block--about .ps-heading {
    margin-bottom: 10px;
    font-size: 24px;
}
@media (max-width: 767px) {
    .ps-block--about {
        padding: 50px 30px;
    }
}
@media (max-width: 479px) {
    .ps-block--about {
        padding: 30px 15px;
    }
}

.ps-block--testimonial {
    padding: 30px;
    background-color: #fff;
}
.ps-block--testimonial .ps-block__header {
    position: relative;
    margin-bottom: 30px;
    padding-left: 80px;
    min-height: 60px;
}
.ps-block--testimonial .ps-block__header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ps-block--testimonial .ps-block__header h5 {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 16px;
    line-height: 30px;
}
.ps-block--testimonial .ps-block__header p {
    margin-bottom: 0;
    font-size: 13px;
}

.ps-block--catalog-slider {
    position: relative;
    z-index: 10;
}
.ps-block--catalog-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: -1px;
    background-color: rgba(0, 0, 0, 0.15);
}
.ps-block--catalog-slider .ps-block__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1170px;
    width: 100%;
    z-index: 20;
    text-align: center;
}
.ps-block--catalog-slider .ps-block__content h3 {
    margin-bottom: 0;
    font-size: 100px;
    font-weight: 800;
    line-height: 1.2em;
    color: #fff;
}
.ps-block--catalog-slider .ps-block__content p {
    margin-bottom: 35px;
    font-size: 18px;
    color: #fff;
}
.ps-block--catalog-slider.white .ps-block__content h3 {
    font-weight: 300;
}
.ps-block--catalog-slider.black .ps-block__content h3 {
    font-weight: 300;
    color: #303030;
}
@media (max-width: 1199px) {
    .ps-block--catalog-slider .ps-block__content {
        padding: 0 15px;
    }
    .ps-block--catalog-slider .ps-block__content h3 {
        font-size: 80px;
    }
}
@media (max-width: 991px) {
    .ps-block--catalog-slider .ps-block__content h3 {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .ps-block--catalog-slider {
        height: 350px;
    }
    .ps-block--catalog-slider img {
        display: none !important;
    }
    .ps-block--catalog-slider .ps-block__content h3 {
        font-size: 50px;
    }
    .ps-block--catalog-slider .ps-block__content p {
        margin-bottom: 20px;
        font-size: 16px;
    }
}
@media (max-width: 479px) {
    .ps-block--catalog-slider .ps-block__content {
        font-size: 13px;
    }
    .ps-block--catalog-slider .ps-block__content h3 {
        font-size: 30px;
    }
}

.ps-tabs .ps-tab {
    display: none;
}
.ps-tabs .ps-tab.active {
    display: block;
}

.widget {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 2em;
    text-align: left;
    color: #000;
    font-weight: 700;
}
.widget:last-child {
    padding-bottom: 0;
    border: none;
}

.widget_search .form-group {
    position: relative;
}

.widget_search .form-control {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #f3f3f3;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    height: 48px;
    text-indent: 10px;
}

.widget_search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    color: rgba(0, 0, 0, 0.5);
}
.widget_search button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.widget_search button:hover {
    color: #196d63;
}

.widget_categories ul li a {
    font-size: 15px;
    line-height: 2.5em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}
.widget_categories ul li a:hover {
    color: #196d63;
}

.widget_tags ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.widget_tags ul li a {
    display: inline-block;
    padding: 9px 10px;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #000;
    border: 1px solid #000;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
}
.widget_tags ul li a:hover {
    background-color: #196d63;
    border-color: #196d63;
    color: #fff;
}

.widget_instagram ul {
    max-width: 360px;
}
.widget_instagram ul::after {
    clear: both;
    content: '';
    display: table;
}

.widget_instagram li {
    float: left;
    width: calc(100% / 3);
}
.widget_instagram li a {
    position: relative;
    display: inline-block;
}
.widget_instagram li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-box-shadow: inset 0 0 20px 10px rgba(202, 32, 40, 0.15);
    -moz-box-shadow: inset 0 0 20px 10px rgba(202, 32, 40, 0.15);
    -ms-box-shadow: inset 0 0 20px 10px rgba(202, 32, 40, 0.15);
    box-shadow: inset 0 0 20px 10px rgba(202, 32, 40, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.widget_instagram li a:hover:before {
    visibility: visible;
    opacity: 1;
}

.widget_filter .ps-slider {
    display: block;
    margin-bottom: 30px;
    height: 3px;
    background-color: #cecece;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
}

.widget_filter .ui-slider-range {
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
}

.widget_filter .ui-slider-handle {
    display: inline-block;
    top: 50%;
    height: 18px;
    width: 18px;
    outline: none;
    cursor: pointer;
    background-color: #000;
    border: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.widget_filter .ps-slider__meta {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.9em;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.widget_filter .ps-slider__meta span {
    margin-left: 5px;
    margin-right: 5px;
}

.widget_filter .ps-filter__btn {
    background-color: #888888;
    color: #fff;
}
.widget_filter .ps-filter__btn:hover {
    background-color: #196d63;
}

.widget_shop_categories ul li a {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}
.widget_shop_categories ul li a:hover {
    color: #196d63;
}

.widget_shop_categories ul li ul {
    display: none;
}

.widget_shop_categories ul li ul li a {
    padding: 5px 30px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
}

.widget_shop_categories ul li.has-sub > a {
    position: relative;
}
.widget_shop_categories ul li.has-sub > a:before {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.widget_shop_categories ul li.current > a {
    color: #000;
    border-bottom: 1px solid #000;
}

.widget_shop_categories ul li.current ul {
    display: block;
}

.widget_shop_categories ul li.has-sub ul {
    display: none;
}

.widget_shop_categories ul li.has-sub.current > ul,
.widget_shop_categories ul li.has-sub.js-expanded > ul,
.widget_shop_categories ul li.has-sub > ul li.current {
    display: block;
}

.widget_size .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 100%;
}

.widget_size .btn-group.bootstrap-select.ps-select .btn {
    height: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
}

.ps-product--1 {
    margin-bottom: 30px;
}
.ps-product--1 .ps-product__thumbnail {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.ps-product--1 .ps-product__thumbnail img {
    width: 100%;
    height: auto;
}
.ps-product--1 .ps-product__actions {
    position: absolute;
    top: 20px;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-product--1 .ps-product__actions li {
    margin-bottom: 5px;
    font-size: 16px;
}
.ps-product--1 .ps-product__actions li a {
    position: relative;
}
.ps-product--1 .ps-product__actions li a:before {
    content: attr(data-label);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 5px;
    font-size: 11px;
    line-height: 20px;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    min-width: 80px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}
.ps-product--1 .ps-product__actions li a:hover:before {
    visibility: visible;
    opacity: 1;
}
.ps-product--1 .ps-product__shopping {
    position: absolute;
    bottom: 30px;
    left: 50%;
    min-width: 200px;
    text-align: center;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0;
    vertical-align: middle;
}
.ps-product--1 .ps-product__shopping i {
    margin-right: 10px;
    font-size: 14px;
}
.ps-product--1 .ps-product__content {
    text-align: center;
}
.ps-product--1 .ps-product__title {
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
}
.ps-product--1 .ps-product__price {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
    color: var(--jade-dark-green);
}
.ps-product--1 .ps-product__price del {
    opacity: 0.5;
}
.ps-product--1:hover .ps-product__shopping {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
}
.ps-product--1:hover .ps-product__actions {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.ps-product--metro {
    position: relative;
}
.ps-product--metro .ps-product__thumbnail {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.ps-product--metro .ps-product__thumbnail img {
    width: 100%;
    height: auto !important;
}
.ps-product--metro .ps-product__actions {
    position: absolute;
    top: 20px;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-product--metro .ps-product__actions li {
    margin-bottom: 5px;
    font-size: 16px;
}
.ps-product--metro .ps-product__shopping {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 180px;
    text-align: center;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0;
    vertical-align: middle;
}
.ps-product--metro .ps-product__shopping i {
    margin-right: 10px;
    font-size: 14px;
}
.ps-product--metro .ps-product__title {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
}
.ps-product--metro .ps-product__price {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
    color: #111;
}
.ps-product--metro .ps-product__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px 30px;
    text-align: center;
}
.ps-product--metro .ps-product__content::after {
    clear: both;
    content: '';
    display: table;
}
.ps-product--metro .ps-product__content .ps-product__title {
    float: left;
    max-width: 80%;
}
.ps-product--metro .ps-product__content .ps-product__price {
    float: right;
}
.ps-product--metro:hover .ps-product__shopping {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
}
.ps-product--metro:hover .ps-product__actions {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.ps-product--detail {
    padding-top: 100px;
}
.ps-product--detail .ps-product__video {
    margin-top: 30px;
    text-align: center;
    padding-left: 120px;
}
.ps-product--detail .ps-product__video a {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}
.ps-product--detail .ps-product__video a i {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-color: #9b9b9b;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #979797;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.ps-product--detail .ps-product__video a i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    padding-left: 5px;
}
.ps-product--detail .ps-product__video a:hover {
    color: #b19870;
}
.ps-product--detail .ps-product__video a:hover i {
    background-color: #b19870;
}
.ps-product--detail .ps-product__thumbnail {
    padding-bottom: 40px;
}
.ps-product--detail .ps-product__thumbnail::after {
    clear: both;
    content: '';
    display: table;
}
.ps-product--detail .ps-product__nav {
    float: left;
    width: 120px;
}
.ps-product--detail .ps-product__nav .item {
    margin-bottom: 20px;
}
.ps-product--detail .ps-product__nav .item:last-child {
    margin-bottom: 0;
}
.ps-product--detail .ps-product__nav .item:hover {
    outline: none;
    cursor: pointer;
}
.ps-product--detail .ps-product__nav .item.slick-current,
.ps-product--detail .ps-product__nav .item:hover {
    opacity: 0.5;
}
.ps-product--detail .ps-product__images-large {
    float: right;
    width: calc(100% - 120px);
    padding-left: 30px;
}
.ps-product--detail .ps-product__images-large .item {
    position: relative;
}
.ps-product--detail .ps-product__images-large .item img {
    width: 100%;
}
.ps-product--detail .ps-product__zoom {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.ps-product--detail .ps-product__zoom i {
    font-size: 20px;
}
.ps-product--detail .ps-product__size {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ps-product--detail .ps-product__size li {
    display: inline-block;
    margin-right: 10px;
}
.ps-product--detail .ps-product__size li a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
}
.ps-product--detail .ps-product__size li a span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}
.ps-product--detail .ps-product__size li a span del {
    color: rgba(0, 0, 0, 0.4);
}
.ps-product--detail .ps-product__size li a:hover {
    border-color: #000;
}
.ps-product--detail .ps-product__size li.current a {
    border-color: #000;
}
.ps-product--detail .ps-product__size li:last-child {
    margin-right: 0;
}
.ps-product--detail .ps-product__info {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.ps-product--detail .ps-product__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    color: #000;
    font-family: 'Playfair Display', serif;
}
.ps-product--detail .ps-product__price {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #196d63;
}
.ps-product--detail .ps-product__rating {
    position: relative;
    margin-bottom: 20px;
}
.ps-product--detail .ps-product__rating span {
    font-size: 14px;
    color: #000000;
}
.ps-product--detail .ps-product__rating .br-wrapper {
    display: inline-block;
    margin-right: 10px;
}
.ps-product--detail .ps-product__rating .br-wrapper .br-widget a {
    font-size: 12px;
}
.ps-product--detail .ps-product__short-desc {
    margin-bottom: 25px;
}
.ps-product--detail .ps-product__short-desc p {
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.ps-product--detail .ps-product__divider {
    display: block;
    margin: 40px 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.ps-product--detail .ps-product__shopping p {
    margin-bottom: 0;
    line-height: 2em;
    text-align: center;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
}
.ps-product--detail .ps-product__shopping p strong {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.ps-product--detail .ps-product__shopping .ps-product__cart-action {
    margin: 30px 0;
}
.ps-product--detail .ps-product__cart-action li {
    margin-right: 10px;
    display: inline-block;
}
.ps-product--detail .ps-product__cart-action li a {
    font-size: 15px;
    line-height: 1.6em;
    color: #111;
}
.ps-product--detail .ps-product__cart-action li a i {
    margin-right: 5px;
}
.ps-product--detail .ps-product__cart-action li a:hover {
    color: #196d63;
}
.ps-product--detail .ps-product__cart-action li:last-child {
    margin-right: 0;
}
.ps-product--detail .ps-product__sharing {
    color: #000;
}
.ps-product--detail .ps-product__sharing a {
    display: inline-block;
    margin-right: 20px;
}
.ps-product--detail .ps-product__sharing a:first-child {
    margin-left: 15px;
}
.ps-product--detail .ps-product__sharing a:hover {
    color: #196d63;
}
.ps-product--detail .ps-product__content {
    background-color: #f8f8f8;
    padding: 60px 0;
}
.ps-product--detail .ps-product__content .tab-list {
    text-align: center;
}
.ps-product--detail .ps-product__content .tab-list li {
    display: inline-block;
    margin-right: 50px;
}
.ps-product--detail .ps-product__content .tab-list li a {
    position: relative;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 2;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.ps-product--detail .ps-product__content .tab-list li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    z-index: 10;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.ps-product--detail .ps-product__content .tab-list li a:hover {
    color: #000;
}
.ps-product--detail .ps-product__content .tab-list li a:hover:before {
    width: 100%;
}
.ps-product--detail .ps-product__content .tab-list li:last-child {
    margin-right: 0;
}
.ps-product--detail .ps-product__content .tab-list li.active a {
    color: #000;
}
.ps-product--detail .ps-product__content .tab-list li.active a:before {
    width: 100%;
}
.ps-product--detail .ps-product__content .tab-content {
    margin-top: 50px;
}
.ps-product--detail .ps-product__content .tab-pane {
    margin: 0 auto;
    text-align: center;
}
.ps-product--detail .ps-product__content .tab-pane p {
    color: rgba(0, 0, 0, 0.5);
}
.ps-product--detail .ps-product__content .tab-pane p strong {
    color: #000;
}
@media (max-width: 1199px) {
    .ps-product--detail .ps-product__thumbnail,
    .ps-product--detail .ps-product__info {
        max-width: 750px;
        margin: 0 auto 30px;
    }
    .ps-product--detail .ps-product__thumbnail {
        padding-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .ps-product--detail {
        padding-top: 50px;
    }
    .ps-product--detail .ps-product__thumbnail .ps-product__nav {
        width: 100%;
    }
    .ps-product--detail .ps-product__thumbnail .ps-product__nav .slick-track {
        margin-left: -10px;
    }
    .ps-product--detail .ps-product__thumbnail .ps-product__nav .item {
        padding: 0 10px;
    }
    .ps-product--detail .ps-product__thumbnail .ps-product__nav .item img {
        width: 100%;
    }
    .ps-product--detail .ps-product__thumbnail .ps-product__images-large {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 479px) {
    .ps-product--detail .ps-product__content .tab-list li {
        display: block;
        margin-right: 0;
    }
    .ps-product--detail .ps-product__content .tab-list li a {
        display: block;
        padding: 5px 20px;
    }
}

.ps-product--detail.bottom .ps-product__large {
    position: relative;
}

.ps-product--detail.bottom .ps-product__video {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0;
    margin: 0;
    z-index: 10000;
}
.ps-product--detail.bottom .ps-product__video a i {
    margin-right: 0;
}

.ps-product--detail.bottom .ps-product__nav {
    margin-bottom: 20px;
    float: none;
    width: 50%;
    margin: 0 auto;
}
.ps-product--detail.bottom .ps-product__nav .item {
    margin-bottom: 0;
    margin-right: 20px;
}
.ps-product--detail.bottom .ps-product__nav .item:last-child {
    margin-left: 0;
}

.ps-product--detail.bottom .ps-product__images-large {
    float: none;
    padding-left: 0;
    margin-bottom: 20px;
    width: 100%;
}

.ps-product--detail.bottom .ps-product__info {
    text-align: left;
}
.ps-product--detail.bottom .ps-product__info .ps-product__short-desc p {
    text-align: left;
}
.ps-product--detail.bottom .ps-product__info .ps-product__variants h5,
.ps-product--detail.bottom .ps-product__info .ps-product__size h5 {
    position: relative;
    display: inline-block;
    margin-top: -2px;
    margin-right: 30px;
    line-height: 30px;
    vertical-align: top;
}
.ps-product--detail.bottom .ps-product__info .ps-product__size {
    display: inline-block;
}

.ps-product--detail.bottom .ps-product__shopping .form-group--number {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.ps-product--detail.bottom .ps-product__shopping p {
    text-align: left;
}

.ps-product--detail.bottom .ps-product__shopping .ps-product__cart-action li {
    margin-right: 30px;
}
.ps-product--detail.bottom .ps-product__shopping .ps-product__cart-action li:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .ps-product--detail.bottom .ps-product__nav {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .ps-product--detail.bottom.sidebar .ps-product__shopping .form-group--number {
        margin-bottom: 10px !important;
        width: 100%;
    }
    .ps-product--detail.bottom.sidebar .ps-product__shopping .form-group--number input {
        width: 100%;
        max-width: 100%;
    }
    .ps-product--detail.bottom.sidebar .ps-product__shopping .ps-btn {
        width: 100%;
    }
}

.ps-product--detail.video .ps-product__preview-video {
    position: relative;
}
.ps-product--detail.video .ps-product__preview-video img {
    width: 100%;
}
.ps-product--detail.video .ps-product__preview-video > a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.ps-product--detail.video .ps-product__preview-video > a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
}
.ps-product--detail.video .ps-product__preview-video > a i:before {
    color: #000;
    margin-left: 5px;
}
.ps-product--detail.video .ps-product__preview-video > a:hover {
    background-color: #196d63;
}
.ps-product--detail.video .ps-product__preview-video > a:hover i:before {
    color: #fff;
}

.ps-product--detail-group .ps-product__content {
    padding: 60px 50px;
    margin-top: 25px;
}

.ps-product--detail.small .ps-product__thumbnail .ps-product__nav {
    width: 80px;
}

.ps-product--detail.small .ps-product__thumbnail .ps-product__images-large {
    width: calc(100% - 80px);
}

.ps-product--detail.small .ps-product__info {
    text-align: left;
}
.ps-product--detail.small .ps-product__info .ps-product__short-desc p {
    text-align: left;
}
.ps-product--detail.small .ps-product__info .ps-product__variants h5,
.ps-product--detail.small .ps-product__info .ps-product__size h5 {
    position: relative;
    margin-top: -2px;
    margin-right: 30px;
    line-height: 30px;
    vertical-align: top;
}
.ps-product--detail.small .ps-product__info .ps-product__size {
    display: inline-block;
}

.ps-product--detail.small .ps-product__shopping .form-group--number {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.ps-product--detail.small .ps-product__shopping p {
    text-align: left;
}

.ps-product--detail.small .ps-product__shopping .ps-product__cart-action li {
    margin-right: 30px;
}
.ps-product--detail.small .ps-product__shopping .ps-product__cart-action li:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .ps-product--detail.small .ps-product__thumbnail .ps-product__nav {
        width: 100%;
        float: none;
    }
    .ps-product--detail.small .ps-product__thumbnail .ps-product__images-large {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

.ps-product--detail.sidebar.bottom .ps-product__large {
    position: relative;
}

.ps-product--detail.sidebar.bottom .ps-product__video {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0;
    margin: 0;
    z-index: 10000;
}
.ps-product--detail.sidebar.bottom .ps-product__video a i {
    margin-right: 0;
}

.ps-product--detail.sidebar.bottom .ps-product__nav {
    margin-bottom: 20px;
    float: none;
    width: 50%;
    margin: 0 auto;
}
.ps-product--detail.sidebar.bottom .ps-product__nav .item {
    margin-bottom: 0;
    margin-right: 20px;
}
.ps-product--detail.sidebar.bottom .ps-product__nav .item:last-child {
    margin-left: 0;
}

.ps-product--detail.sidebar.bottom .ps-product__images-large {
    float: none;
    padding-left: 0;
    margin-bottom: 20px;
    width: 100%;
}

.ps-product--detail.sidebar.bottom .ps-product__info {
    text-align: left;
}
.ps-product--detail.sidebar.bottom .ps-product__info .ps-product__short-desc p {
    text-align: left;
}
.ps-product--detail.sidebar.bottom .ps-product__info .ps-product__variants h5,
.ps-product--detail.sidebar.bottom .ps-product__info .ps-product__size h5 {
    position: relative;
    margin-top: -2px;
    margin-right: 30px;
    line-height: 30px;
    vertical-align: top;
}
.ps-product--detail.sidebar.bottom .ps-product__info .ps-product__size {
    display: inline-block;
}

.ps-product--detail.sidebar.bottom .ps-product__shopping .form-group--number {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.ps-product--detail.sidebar.bottom .ps-product__shopping p {
    text-align: left;
}

.ps-product--detail.sidebar.bottom .ps-product__shopping .ps-product__cart-action li {
    margin-right: 30px;
}
.ps-product--detail.sidebar.bottom .ps-product__shopping .ps-product__cart-action li:last-child {
    margin-right: 0;
}

.ps-product--detail.sidebar.bottom .ps-product__iconbox {
    background-color: #f8f8f8;
    padding: 30px;
}

.ps-product--detail.sidebar.bottom .ps-product__content {
    margin-top: 80px;
}

.ps-product--detail.bottom.quick {
    padding-top: 0;
}

.ps-product--catalog {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.ps-product--catalog::after {
    clear: both;
    content: '';
    display: table;
}
.ps-product--catalog .ps-product__thumbnail,
.ps-product--catalog .ps-product__content {
    float: left;
}
.ps-product--catalog .ps-product__thumbnail {
    width: 100px;
    position: relative;
}
.ps-product--catalog .ps-product__thumbnail img {
    height: auto !important;
}
.ps-product--catalog .ps-product__thumbnail .ps-product__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ps-product--catalog .ps-product__thumbnail:hover .ps-product__overlay {
    background-color: rgba(0, 0, 0, 0.2);
}
.ps-product--catalog .ps-product__content {
    width: calc(100% - 100px);
    padding-left: 30px;
}
.ps-product--catalog .ps-product__content p {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #111;
}
.ps-product--catalog .ps-product__content p del {
    color: rgba(17, 17, 17, 0.6);
}
.ps-product--catalog .ps-product__title {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.56em;
    color: #000;
}
.ps-product--catalog .ps-product__title:hover {
    color: #196d63;
}
.ps-product--catalog .ps-product__rating {
    margin-bottom: 5px;
}
.ps-product--catalog .ps-product__rating i {
    font-size: 12px;
    color: #9b9b9b;
}

.ps-product--inside {
    position: relative;
}
.ps-product--inside .ps-product__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 50px;
}
.ps-product--inside .ps-product__content p {
    font-size: 18px;
    line-height: 1.4em;
    color: #ffffff;
}
.ps-product--inside .ps-product__content > span {
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33em;
    color: #fff;
}
.ps-product--inside .ps-product__title {
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33em;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-product--inside .ps-product__title:hover {
    color: #196d63;
}

.ps-product--shopping-cart {
    display: block;
    position: relative;
    padding-right: 20px;
}
.ps-product--shopping-cart::after {
    clear: both;
    content: '';
    display: table;
}
.ps-product--shopping-cart .ps-product__remove {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 16px;
    color: #0e0e0e;
}
.ps-product--shopping-cart .ps-product__remove:hover {
    color: #196d63;
}
.ps-product--shopping-cart .ps-product__thumbnail {
    position: relative;
    display: inline-block;
    width: 110px;
    float: left;
}
.ps-product--shopping-cart .ps-product__thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(202, 32, 40, 0.3);
}
.ps-product--shopping-cart .ps-product__thumbnail:hover:before {
    visibility: visible;
    opacity: 1;
}
.ps-product--shopping-cart .ps-product__content {
    display: block;
    float: left;
    padding-top: 20px;
    width: calc(100% - 110px);
    vertical-align: top;
    padding-left: 25px;
}
.ps-product--shopping-cart .ps-product__title {
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.ps-product--shopping-cart .ps-product__title:hover {
    color: #196d63;
}
.ps-product--shopping-cart .ps-product__quantity {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.ps-product--shopping-cart .ps-product__quantity span {
    color: #196d63;
    font-weight: inherit;
}
@media (max-width: 767px) {
    .ps-product--shopping-cart .ps-product__thumbnail {
        width: 60px;
    }
    .ps-product--shopping-cart .ps-product__content {
        padding-top: 0;
        width: calc(100% - 60px);
        padding-left: 15px;
    }
}

.ps-collection {
    position: relative;
    z-index: 10;
}
.ps-collection__morelink {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 180px;
    z-index: 10;
    padding: 15px 35px 13px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.ps-collection__morelink:hover,
.ps-collection__morelink:focus {
    background-color: #000;
    color: #fff;
}

.ps-collection--2 {
    position: relative;
    margin-bottom: 30px;
}
.ps-collection--2 .ps-collection__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    text-align: center;
}
.ps-collection--2 .ps-collection__content h3 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    color: #000;
}

.ps-collection--3 {
    position: relative;
    margin-bottom: 30px;
}
.ps-collection--3 .ps-btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ps-collection--3:hover .ps-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.ps-collection--4 {
    padding: 0 110px 5px;
}
.ps-collection--4::after {
    clear: both;
    content: '';
    display: table;
}
.ps-collection--4 .ps-collection__thumbnail {
    position: relative;
    margin-bottom: 40px;
}
.ps-collection--4 img {
    width: 100%;
}
.ps-collection--4 .ps-collection__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ps-collection--4 .ps-collection__name {
    position: relative;
    float: left;
    margin-bottom: 0;
    margin-left: 50px;
    padding-top: 5px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5em;
    color: #000;
    text-transform: uppercase;
}
.ps-collection--4 .ps-collection__name span {
    position: absolute;
    bottom: 100%;
    left: 2px;
    width: 2px;
    height: 50px;
    background-color: #000;
}
.ps-collection--4 .ps-btn--underline {
    float: right;
}
.ps-collection--4.large {
    padding: 0 23px;
}
.ps-collection--4:hover .ps-collection__overlay {
    background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1199px) {
    .ps-collection--4 {
        padding: 0 50px;
    }
}
@media (max-width: 991px) {
    .ps-collection--4 {
        padding: 0;
    }
    .ps-collection--4.large {
        padding: 0;
    }
}

.ps-collection--5 {
    position: relative;
}
.ps-collection--5 img {
    width: 100%;
}
.ps-collection--5 .ps-collection__content {
    padding: 0 50px;
}
.ps-collection--5 .ps-collection__content h4 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.6em;
    color: #000;
    font-weight: 700;
}
.ps-collection--5 .ps-collection__content p {
    margin-bottom: 20px;
}
.ps-collection--5.left .ps-collection__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.ps-collection--5.right {
    text-align: right;
}
.ps-collection--5.right .ps-collection__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.ps-collection--5.bottom .ps-collection__content {
    position: absolute;
    bottom: 100px;
    left: 0;
}

.ps-collection--6 {
    position: relative;
}
.ps-collection--6 .ps-collection__content {
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding: 0 30px;
}
.ps-collection--6 .ps-collection__content h4 {
    font-size: 30px;
    line-height: 1.6em;
    color: #000;
    font-weight: 300;
}
.ps-collection--6 .ps-collection__content p {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .ps-collection--6 {
        margin-top: 30px;
        height: 350px;
    }
}
@media (max-width: 767px) {
    .ps-collection--6 .ps-collection__content {
        width: 100%;
        text-align: right;
    }
}

.ps-collection--7 {
    position: relative;
}
.ps-collection--7 .ps-collection__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ps-collection--7 img {
    width: 100%;
}
.ps-collection--7:hover .ps-collection__overlay {
    background-color: rgba(202, 32, 40, 0.2);
}

.ps-collection--8 {
    position: relative;
}
.ps-collection--8 .ps-collection__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}
.ps-collection--8 .ps-collection__content h3 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    color: #000;
}
.ps-collection--8 .ps-collection__content p {
    font-size: 18px;
    line-height: 2.22;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}

.ps-collection--11 {
    position: relative;
}
.ps-collection--11 .ps-collection__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px 80px;
    padding-right: 10px;
    left: 0;
    max-width: 50%;
    text-align: center;
}
.ps-collection--11 .ps-collection__content h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.33;
    text-align: center;
    color: #111111;
}
.ps-collection--11.right .ps-collection__content {
    left: auto;
    right: 0;
    padding-left: 10px;
    padding-right: 80px;
}
@media (max-width: 1199px) {
    .ps-collection--11 .ps-collection__content {
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
    }
}

.ps-collection--special .ps-collection__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.ps-collection--special .ps-collection__content h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.5em;
    color: rgba(233, 215, 110, 0.8);
}
.ps-collection--special .ps-collection__content h2 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1em;
    color: #ffffff;
}
.ps-collection--special .ps-collection__content p {
    font-size: 18px;
    line-height: 2.22;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}

.ps-collection--bottom {
    position: relative;
}
.ps-collection--bottom img {
    width: 100%;
}
.ps-collection--bottom .ps-collection__morelink {
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (max-width: 1199px) {
    .ps-collection--bottom .ps-collection__morelink {
        min-width: 120px;
        max-width: 100% !important;
    }
}

.ps-collection--big {
    position: relative;
}
.ps-collection--big .ps-collection__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 300px;
    text-align: center;
}
.ps-collection--big .ps-collection__content.left {
    left: 7%;
}
.ps-collection--big .ps-collection__content.right {
    right: 7%;
}
.ps-collection--big .ps-collection__content h4 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    color: #000;
}
@media (max-width: 1600px) {
    .ps-collection--big .ps-collection__content.left {
        left: 5%;
    }
    .ps-collection--big .ps-collection__content.right {
        right: 5%;
    }
    .ps-collection--big .ps-collection__content h4 {
        font-size: 24px;
    }
    .ps-collection--big .ps-collection__content .ps-btn {
        padding: 12px 30px 8px;
    }
}
@media (max-width: 991px) {
    .ps-collection--big .ps-collection__content h4 {
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .ps-collection--big .ps-collection__content h4 {
        font-size: 14px;
    }
    .ps-collection--big .ps-collection__content .ps-btn {
        padding: 8px 20px 6px;
    }
}
@media (max-width: 640px) {
    .ps-collection--big .ps-collection__content h4 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ps-collection--big .ps-collection__content .ps-btn {
        font-size: 12px;
        padding: 6px 20px 4px;
    }
}
@media (max-width: 479px) {
    .ps-collection--big .ps-collection__content.left {
        left: 10px;
    }
    .ps-collection--big .ps-collection__content.right {
        right: 10px;
    }
    .ps-collection--big .ps-collection__content h4 {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .ps-collection--big .ps-collection__content .ps-btn {
        font-size: 11px;
        padding: 4px 10px 2px;
    }
}

.ps-collection--group {
    position: relative;
}
.ps-collection--group img {
    width: 100%;
}
.ps-collection--group .ps-collection__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ps-collection--group:hover .ps-collection__overlay {
    background-color: rgba(255, 255, 255, 0.5);
}
.ps-collection--group .ps-collection__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.ps-collection--group .ps-collection__content > span {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #196d63;
    text-transform: uppercase;
}
.ps-collection--group .ps-collection__content h4 {
    display: block;
    font-size: 35px;
    font-weight: 200;
    line-height: 1.13em;
    color: #fff;
}

.ps-collection--slider {
    position: relative;
}
.ps-collection--slider .ps-collection__content {
    max-width: 1170px;
    padding: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ps-collection--slider .ps-collection__content h1 {
    margin-bottom: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}
.ps-collection--slider .ps-collection__content h1 span {
    font-weight: 700;
}
.ps-collection--slider .ps-collection__content p {
    margin-bottom: 35px;
    font-size: 18px;
    color: #fff;
}

.ps-collection--align {
    position: relative;
}
.ps-collection--align .ps-collection__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 1;
}
.ps-collection--align img {
    width: 100%;
}
.ps-collection--align .ps-collection__content {
    width: 100%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ps-collection--align .ps-collection__content h3 {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
}
.ps-collection--align .ps-collection__content p {
    font-size: 15px;
    line-height: 1.47em;
    color: #fff;
}
.ps-collection--align.center {
    text-align: center;
}
.ps-collection--align.left {
    text-align: left;
}
.ps-collection--align.right {
    text-align: right;
}
.ps-collection--align:hover .ps-collection__overlay {
    background-color: rgba(202, 32, 40, 0.2);
}
@media (max-width: 1199px) {
    .ps-collection--align .ps-collection__content h3 {
        font-size: 30px;
    }
    .ps-collection--align .ps-collection__content p {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .ps-collection--align .ps-collection__content h3 {
        font-size: 25px;
    }
    .ps-collection--align .ps-collection__content p {
        font-size: 13px;
    }
}

.owl-slider {
    position: relative;
}

.slick-slide {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    outline: none !important;
    border: none;
}
.slick-slide:hover,
.slick-slide:focus,
.slick-slide:active {
    outline: none;
    border: none;
}

.ps-slider--center .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
}
.ps-slider--center .owl-nav::after {
    clear: both;
    content: '';
    display: table;
}

.ps-slider--center .owl-prev,
.ps-slider--center .owl-next {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #242424;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ps-slider--center .owl-prev i,
.ps-slider--center .owl-next i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.ps-slider--center .owl-prev:hover,
.ps-slider--center .owl-next:hover {
    background-color: #b19870;
}

.ps-slider--center .owl-prev {
    margin-left: -70px;
}

.ps-slider--center .owl-next {
    float: right;
    margin-right: -70px;
}

.ps-slider--center:hover .owl-prev,
.ps-slider--center:hover .owl-next {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    .ps-slider--center .owl-prev,
    .ps-slider--center .owl-next {
        visibility: visible;
        opacity: 1;
    }
    .ps-slider--center .owl-prev {
        margin-left: 0;
    }
    .ps-slider--center .owl-next {
        margin-right: 0;
    }
}

.ps-slider--instagram .owl-prev,
.ps-slider--instagram .owl-next {
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ps-slider--instagram .owl-prev i,
.ps-slider--instagram .owl-next i {
    color: #000;
}
.ps-slider--instagram .owl-prev:hover i,
.ps-slider--instagram .owl-next:hover i {
    color: #fff;
}

.ps-slider--instagram .owl-nav {
    height: 0;
}

.ps-slider--instagram .owl-item a {
    position: relative;
    display: block;
}
.ps-slider--instagram .owl-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-slider--instagram .owl-item a:hover:before {
    visibility: visible;
    opacity: 1;
}

.ps-slider--portfolio .owl-dots {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.ps-slider--portfolio .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #111;
}
.ps-slider--portfolio .owl-dot:last-child {
    margin-right: 0;
}
.ps-slider--portfolio .owl-dot.active {
    background-color: #111;
}

.ps-slider--related-products .owl-nav {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    right: 0;
    padding-bottom: 80px;
}

.ps-slider--related-products .owl-next,
.ps-slider--related-products .owl-prev {
    display: inline-block;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-slider--related-products .owl-next:hover,
.ps-slider--related-products .owl-prev:hover {
    color: #000;
}

@media (max-width: 767px) {
    .ps-slider--related-products .owl-nav {
        right: 50%;
        padding-bottom: 30px;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.ps-slider--product-list {
    position: relative;
    padding-bottom: 50px;
}
.ps-slider--product-list .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.ps-slider--product-list .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #000;
}
.ps-slider--product-list .owl-dots .owl-dot.active {
    border-color: #000;
    background-color: #fff;
}
.ps-slider--product-list .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.ps-slider--dot-bottom {
    position: relative;
    padding-bottom: 50px;
}
.ps-slider--dot-bottom .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
.ps-slider--dot-bottom .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-color: #000;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ps-slider--dot-bottom .owl-dot:last-child {
    margin-right: 0;
}
.ps-slider--dot-bottom .owl-dot.active {
    background-color: #ffff;
    border-color: #000;
}

.ps-slider--dot-left {
    position: relative;
}
.ps-slider--dot-left .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}
.ps-slider--dot-left .owl-dot {
    display: block;
    margin-bottom: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ps-slider--dot-left .owl-dot:before {
    margin-bottom: 10px;
}
.ps-slider--dot-left .owl-dot:last-child {
    margin-bottom: 0;
}
.ps-slider--dot-left .owl-dot.active {
    background-color: #fff;
}
@media (max-width: 767px) {
    .ps-slider--dot-left .owl-dots {
        left: 10px;
    }
}

@media (max-width: 1199px) {
    .loading:before,
    .loading:after {
        content: '';
        position: fixed;
        z-index: 1000000;
    }
    .loading:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
    }
    .loading:after {
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        margin: -20px 0 0 -20px;
        border: 8px solid #b19870;
        border-bottom-color: #9a7f54;
        border-radius: 50%;
        animation: animLoader 0.8s linear infinite forwards;
    }
    .loading.loaded:before,
    .loading.loaded:after {
        visibility: hidden;
        opacity: 0;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
}

@keyframes animLoader {
    to {
        transform: rotate(360deg);
    }
}

.masonry-wrapper {
    margin: 0;
}
.masonry-wrapper .grid-item,
.masonry-wrapper .grid-sizer {
    width: 100%;
}
.masonry-wrapper .grid-item .grid-item__inner .grid-item__content-wrapper {
    background-color: #9ec3c3;
}
.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ps-countdown {
    margin-bottom: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ps-countdown li {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}
.ps-countdown li p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #8d8d8d;
    text-transform: uppercase;
}
.ps-countdown li.divider,
.ps-countdown li span {
    vertical-align: top;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 48px;
    text-align: left;
    text-transform: uppercase;
    color: #777;
    line-height: 1em;
}
@media (max-width: 479px) {
    .ps-countdown li:not(.divider) {
        margin-right: 10px;
        font-size: 14px;
    }
    .ps-countdown li:not(.divider) span {
        font-size: 30px;
    }
    .ps-countdown li:not(.divider) p {
        line-height: 30px;
        font-size: 12px;
    }
    .ps-countdown li.divider {
        margin-right: 10px;
        font-size: 30px;
    }
}

.ps-countdown--fashion li span {
    font-size: 30px;
    color: #222;
    font-weight: 600;
}

.ps-countdown--fashion li p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #222;
}

.ps-countdown--fashion li.divider,
.ps-countdown--fashion li span {
    font-family: 'Nunito Sans', sans-serif;
    color: #222;
}

.ps-countdown--fashion li:not(.divider) {
    padding: 15px 10px;
    text-align: center;
    min-width: 90px;
    border: 3px solid #242424;
}

.ps-countdown--fashion li.divider {
    margin-top: 20px;
}

@media (max-width: 479px) {
    .ps-countdown--fashion li {
        margin-right: 10px;
    }
    .ps-countdown--fashion li span {
        font-size: 20px;
    }
    .ps-countdown--fashion li p {
        font-size: 8px;
    }
    .ps-countdown--fashion li:not(.divider) {
        min-width: 50px;
    }
}

.ps-banner--2 {
    width: 100%;
    height: 100vh;
    background-color: #d4c5c8;
}

.ps-home-slider {
    height: 100vh;
    background-color: #f8f8f8;
}

.ps-slider--home-6 {
    z-index: 10;
}

.ps-hero {
    padding: 30px 0;
}
.ps-hero__heading {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 200;
    line-height: 1.5em;
    font-family: 'Playfair Display', serif;
}
.ps-hero--2 {
    height: 780px;
    position: relative;
}
.ps-hero--2 .ps-hero__content {
    display: inline-block;
    position: absolute;
    bottom: 60px;
    left: 100px;
}
@media (max-width: 991px) {
    .ps-hero--2 {
        height: 560px;
    }
    .ps-hero--2 .ps-hero__heading {
        font-size: 45px;
    }
    .ps-hero--2 .ps-hero__content {
        bottom: 30px;
        left: 30px;
    }
}
@media (max-width: 767px) {
    .ps-hero {
        height: auto;
        padding: 30px 0 30px;
    }
}
@media (max-width: 479px) {
    .ps-hero {
        height: auto;
        padding: 30px 0 30px;
    }
    .ps-hero .ps-hero__heading {
        font-size: 35px;
    }
}

.ps-hero--portfolio {
    height: 720px;
}
@media (max-width: 991px) {
    .ps-hero--portfolio {
        height: 640px;
    }
}
@media (max-width: 767px) {
    .ps-hero--portfolio {
        height: 75vh;
    }
}
@media (max-width: 479px) {
    .ps-hero--portfolio {
        height: 50vh;
    }
}

.ps-filter {
    margin-bottom: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.ps-filter::after {
    clear: both;
    content: '';
    display: table;
}
.ps-filter .ps-filter__left {
    width: 50%;
    float: left;
}
.ps-filter .ps-filter__right {
    float: right;
    width: 50%;
    text-align: right;
}
@media (max-width: 768px) {
    .ps-filter .ps-filter__right {
        text-align: center;
    }
}
.ps-filter .ps-filter__categories {
    padding: 13px 0;
}
.ps-filter .ps-filter__categories li {
    display: inline-block;
    margin-right: 50px;
}
.ps-filter .ps-filter__categories li:last-child {
    margin-right: 0;
}
.ps-filter .ps-filter__categories li a {
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 20px;
}
.ps-filter .ps-filter__categories li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 5px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #196d63;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-filter .ps-filter__categories li a:hover {
    color: #000;
}
.ps-filter .ps-filter__categories li a:hover:before {
    visibility: visible;
    opacity: 1;
}
.ps-filter .ps-filter__categories li.current a {
    color: #000;
}
.ps-filter .ps-filter__categories li.current a:before {
    visibility: visible;
    opacity: 1;
}
.ps-filter .bootstrap-select.ps-select {
    position: relative;
    vertical-align: top;
}
.ps-filter .bootstrap-select.ps-select .dropdown-toggle {
    height: 66px;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.ps-filter .bootstrap-select.ps-select .dropdown-toggle span {
    font-weight: 700;
}
.ps-filter .bootstrap-select.ps-select .dropdown-toggle:before {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
}
.ps-filter .bootstrap-select.ps-select .dropdown-toggle:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.ps-filter .bootstrap-select.ps-select .bs-caret {
    display: none;
}
.ps-filter .bootstrap-select.ps-select:first-child {
    margin-right: -4px;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-right: none;
}
@media (max-width: 1440px) {
    .ps-filter .ps-filter__categories li {
        margin-right: 30px;
    }
}
@media (max-width: 1199px) {
    .ps-filter .ps-filter__left {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        text-align: center;
    }
    .ps-filter .ps-filter__right {
        width: 100%;
    }
    .ps-filter .ps-filter__right .bootstrap-select.ps-select {
        width: 50%;
    }
    .ps-filter .ps-filter__right .bootstrap-select.ps-select:first-child {
        border-left: 0;
    }
}
/* @media (max-width: 640px) {
    .ps-filter .ps-filter__categories li {
        display: block;
    }
} */

.ps-filter--blog {
    text-align: center;
}

.ps-filter--shop-sidebar .ps-filter__left p {
    margin-bottom: 0;
    line-height: 25px;
    padding: 20px 0;
}

.ps-filter--shop-sidebar .ps-select {
    max-width: 200px;
}

@media (max-width: 1199px) {
    .ps-filter--shop-sidebar .ps-select {
        max-width: 100%;
    }
}

.ps-table--product-group {
    border-top: 2px solid #111;
}
.ps-table--product-group tbody tr td {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    line-height: 1.56em;
    color: #000;
    font-weight: 400;
}
.ps-table--product-group tbody tr td a {
    font-size: 16px;
    line-height: 1.56em;
    color: #000;
    font-weight: 400;
}
.ps-table--product-group tbody tr td .form-group--number {
    display: inline-block;
    margin-bottom: 0;
    margin: 0;
}
.ps-table--product-group tbody tr td:first-child {
    min-width: 200px;
}
.ps-table--product-group tbody tr td:last-child {
    text-align: right;
}

.ps-table--sizeguide {
    max-width: 570px;
    margin: 0 auto;
    table-layout: fixed;
}
.ps-table--sizeguide thead > tr > th {
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    font-weight: 700;
}
.ps-table--sizeguide thead > tr > th:first-child {
    text-align: left;
}
.ps-table--sizeguide tbody > tr > td {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

.ps-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 50px;
    padding-bottom: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-modal__container {
    position: relative;
    padding: 30px;
    margin: 0 auto;
    max-width: 1170px;
    max-height: calc(100vh - 100px);
    background-color: #fff;
    overflow: auto;
}
.ps-modal .ps-modal__remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
}
.ps-modal .ps-modal__remove:before,
.ps-modal .ps-modal__remove:after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #303030;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-modal .ps-modal__remove:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.ps-modal .ps-modal__remove:hover:before,
.ps-modal .ps-modal__remove:hover:after {
    background-color: #196d63;
}
.ps-modal.active {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 1199px) {
    .ps-modal {
        padding: 50px 30px;
    }
}

.ps-accordion {
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.ps-accordion__header {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.ps-accordion__header:before {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    color: black;
}
.ps-accordion__header p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56em;
    text-align: left;
    color: #000000;
}
.ps-accordion.active .ps-accordion__header:before {
    content: '\f106';
    font-family: FontAwesome;
    color: #000;
}

/*3.COMPONENTS*/
.ps-search {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
}
.ps-search .ps-search__close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
}
.ps-search .ps-search__close:before,
.ps-search .ps-search__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    z-index: 20;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-search .ps-search__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.ps-search .ps-search__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.ps-search .ps-search__close:hover:before,
.ps-search .ps-search__close:hover:after {
    background-color: #e91e63;
}
.ps-search__content {
    position: relative;
    margin: 50px auto 0;
    padding: 100px 30px;
    max-width: 800px;
    z-index: 100;
    width: 100%;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}
.ps-search__content h3 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
}
.ps-search.open {
    z-index: 1000;
    visibility: visible;
    opacity: 1;
}
.ps-search.open .ps-search__content {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 800px) {
    .ps-search {
        padding: 0 30px;
    }
    .ps-search__content {
        position: relative;
        padding: 30px 15px;
    }
    .ps-search__content h3 {
        font-size: 20px;
    }
}

.ps-form--search {
    position: relative;
    max-width: 260px;
}
.ps-form--search input {
    height: 40px;
    background-color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    border: none;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-form--search input:hover {
    background-color: #f9f9f9;
}
.ps-form--search button {
    width: 30px;
    height: 30px;
    right: 10px;
    color: #333;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ps-form--search button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
    .ps-form--search input {
        background-color: #f9f9f9;
    }
}
@media (max-width: 479px) {
    .ps-form--search input {
        background-color: #fff;
    }
}

.ps-form--subscribe {
    max-width: 615px;
    margin: 0 auto;
    text-align: center;
}
.ps-form--subscribe h3 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3em;
    color: var(--jade-dark-green);
    font-family: 'Playfair Display', serif;
}
.ps-form--subscribe p {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    font-size: 15px;
    margin: 0 auto;
    max-width: 570px;
}
.ps-form--subscribe .form-group {
    margin-bottom: 20px;
}
.ps-form--subscribe input.form-control {
    height: 48px;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    padding: 0 20px;
    text-align: center;
    font-size: 15px;
}
.ps-form--subscribe input.form-control:focus {
    border-color: #b19870;
}

.ps-form--subscribe-2 {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.ps-form--subscribe-2 .form-group::after {
    clear: both;
    content: '';
    display: table;
}
.ps-form--subscribe-2 .form-group input {
    float: left;
    width: calc(100% - 170px);
    height: 48px;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    padding: 0 20px;
    font-size: 15px;
}
.ps-form--subscribe-2 .form-group input:focus {
    border-color: #b19870;
}
.ps-form--subscribe-2 .form-group .ps-btn {
    float: right;
    width: 160px;
    text-align: center;
    background-color: #196d63;
    color: #fff;
}
.ps-form--subscribe-2 .form-group .ps-btn:hover {
    background-color: #000;
}
@media (max-width: 767px) {
    .ps-form--subscribe-2 .ps-heading {
        font-size: 22px;
        line-height: 1.4em;
    }
    .ps-form--subscribe-2 br {
        display: none;
    }
    .ps-form--subscribe-2 .form-group input {
        margin-bottom: 20px;
        float: none;
        width: 100%;
    }
    .ps-form--subscribe-2 .form-group .ps-btn {
        float: none;
        width: 100%;
    }
}

.ps-form--subscribe-3 {
    padding: 100px 0;
    text-align: left;
    max-width: 50%;
}
.ps-form--subscribe-3 .ps-heading {
    margin-bottom: 20px;
}
.ps-form--subscribe-3 p {
    margin-bottom: 60px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.67em;
}
.ps-form--subscribe-3 .form-group::after {
    clear: both;
    content: '';
    display: table;
}
.ps-form--subscribe-3 .form-group input {
    float: left;
    width: calc(100% - 250px);
}
.ps-form--subscribe-3 .form-group button {
    float: right;
    width: 240px;
    text-align: center;
    background-color: #196d63;
    color: #fff;
}
.ps-form--subscribe-3 .form-group button:hover {
    background-color: #000;
}
@media (max-width: 1199px) {
    .ps-form--subscribe-3 {
        max-width: 70%;
    }
}
@media (max-width: 991px) {
    .ps-form--subscribe-3 {
        max-width: 80%;
    }
}
@media (max-width: 767px) {
    .ps-form--subscribe-3 {
        max-width: 100%;
    }
}
@media (max-width: 580px) {
    .ps-form--subscribe-3 {
        text-align: center;
    }
    .ps-form--subscribe-3 .form-group input,
    .ps-form--subscribe-3 .form-group button {
        width: 100%;
        float: none;
    }
    .ps-form--subscribe-3 .form-group input {
        margin-bottom: 20px;
    }
}

.ps-form--subscribe-4 {
    text-align: center;
    padding: 60px 140px;
}
.ps-form--subscribe-4 .form-group::after {
    clear: both;
    content: '';
    display: table;
}
.ps-form--subscribe-4 .form-group input {
    float: left;
    width: calc(100% - 160px);
}
.ps-form--subscribe-4 .form-group button {
    float: right;
    width: 150px;
    text-align: center;
    background-color: #196d63;
    color: #fff;
}
.ps-form--subscribe-4 .form-group button:hover {
    background-color: #000;
}
@media (max-width: 1599px) {
    .ps-form--subscribe-4 {
        padding: 60px 30px;
    }
    .ps-form--subscribe-4 .form-group {
        max-width: 480px;
        margin: 0 auto;
    }
    .ps-form--subscribe-4 .form-group input {
        width: 100%;
        margin-bottom: 10px;
    }
    .ps-form--subscribe-4 .form-group button {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .ps-form--subscribe-4 {
        padding: 60px 30px;
    }
}
@media (max-width: 580px) {
    .ps-form--subscribe-4 {
        text-align: center;
    }
    .ps-form--subscribe-4 .form-group input,
    .ps-form--subscribe-4 .form-group button {
        width: 100%;
        float: none;
    }
    .ps-form--subscribe-4 .form-group input {
        margin-bottom: 20px;
    }
}
@media (max-width: 479px) {
    .ps-form--subscribe-4 h3.ps-heading {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

.ps-form--subscribe-5 {
    max-width: 800px;
    margin: 0 auto;
}
.ps-form--subscribe-5 .form-group {
    margin-top: 40px;
    float: right;
}
.ps-form--subscribe-5 .form-group::after {
    clear: both;
    content: '';
    display: table;
}
.ps-form--subscribe-5 .form-group input {
    margin-right: 15px;
    width: 270px;
    float: left;
}
.ps-form--subscribe-5 .form-group button {
    float: right;
}
@media (max-width: 767px) {
    .ps-form--subscribe-5 .form-group input {
        width: 100%;
        margin-bottom: 20px;
    }
    .ps-form--subscribe-5 .form-group button {
        float: none;
        width: 100%;
    }
}

.ps-form--blog-comment {
    max-width: 760px;
    margin: 0 auto;
}
.ps-form--blog-comment .form-group {
    margin-bottom: 20px;
}

.ps-form--search-2 input {
    margin-bottom: 20px;
}

.ps-cart {
    position: relative;
    display: inline-block;
}
.ps-cart__toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #b19870;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-cart__toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}
.ps-cart__toggle span {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 25px;
    height: 25px;
    font-size: 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
}
.ps-cart__toggle span i {
    font-size: 10px;
    font-style: normal;
    color: #fff;
}
.ps-cart__toggle:hover {
    background-color: #9a7f54;
}
.ps-cart__listing {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background-color: #f7f7f7;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.ps-cart__content {
    padding-top: 10px;
}
.ps-cart__total {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.ps-cart__total p {
    text-align: left;
    font-size: 14px;
    color: #000;
}
.ps-cart__total p span {
    float: right;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.ps-cart .ps-cart__footer {
    line-height: 1em;
    text-align: center;
}
.ps-cart .ps-cart__footer a.ps-btn {
    display: inline-block;
    position: relative;
    z-index: 10;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 20px;
    font-size: 14px;
}
.ps-cart .ps-cart__footer a.ps-btn:before {
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    background-color: rgba(177, 152, 112, 0.3);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.ps-cart .ps-cart__footer a.ps-btn:hover:before {
    width: 100%;
}
.ps-cart:hover .ps-cart__listing {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1400px) {
    .ps-cart {
        position: relative;
    }
    .ps-cart .ps-cart__listing {
        left: auto;
        right: 0;
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        transform: translate(0, 30px);
    }
    .ps-cart .ps-cart__listing:before {
        display: none;
    }
    .ps-cart:hover .ps-cart__listing {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@media (max-width: 479px) {
    .ps-cart .ps-cart__listing {
        width: 300px;
        right: -55px;
    }
}

.ps-cart-item {
    padding: 15px 10px;
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.ps-cart-item::after {
    clear: both;
    content: '';
    display: table;
}
.ps-cart-item__thumbnail {
    display: block;
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.ps-cart-item__thumbnail > img {
    vertical-align: top;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-cart-item__thumbnail > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ps-cart-item__thumbnail:hover > img {
    -webkit-transform: rodtatscale(1.2, 1.2);
    -moz-transform: rodtatscale(1.2, 1.2);
    -ms-transform: rodtatscale(1.2, 1.2);
    -o-transform: rodtatscale(1.2, 1.2);
    transform: rodtatscale(1.2, 1.2);
}
.ps-cart-item__thumbnail:hover > a {
    background-color: rgba(177, 152, 112, 0.5);
}
.ps-cart-item__title {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
    text-align: right;
    padding-right: 30px;
    color: #000;
}
.ps-cart-item__title:hover {
    color: #b19870;
}
.ps-cart-item__content {
    float: left;
    width: calc(100% - 60px);
    padding-left: 15px;
}
.ps-cart-item__content p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    line-height: 1.43;
    color: #999;
    text-align: right;
}
.ps-cart-item__content p span {
    margin-right: 25px;
}
.ps-cart-item__content p i {
    font-style: normal;
    color: #b19870;
    margin-left: 8px;
}
.ps-cart-item .ps-cart-item__close {
    display: block;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 16px;
    height: 16px;
    background-color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1000;
}
.ps-cart-item .ps-cart-item__close:before,
.ps-cart-item .ps-cart-item__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.ps-cart-item .ps-cart-item__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.ps-cart-item .ps-cart-item__close:hover {
    background-color: #b19870;
}
.ps-cart-item:last-child {
    border-bottom: none;
}

.ps-checkout .ps-checkout__billing {
    padding-right: 100px;
}
.ps-checkout .ps-checkout__billing > h3 {
    margin-bottom: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 0.7em;
    color: #000;
    text-transform: uppercase;
}
.ps-checkout .ps-checkout__billing .form-group {
    margin-bottom: 20px;
}

.ps-checkout table.ps-checkout__products > thead > tr > th {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: none;
    font-weight: 600;
}
.ps-checkout table.ps-checkout__products > thead > tr > th:last-child {
    text-align: right;
}

.ps-checkout table.ps-checkout__products > tbody > tr > td {
    border-bottom: none;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    border-top: none;
}
.ps-checkout table.ps-checkout__products > tbody > tr > td:last-child {
    text-align: right;
}

.ps-checkout .ps-checkout__block {
    margin-bottom: 10px;
    padding: 20px;
    border-bottom: 1px solid #4d4d4d;
}
.ps-checkout .ps-checkout__block .ps-radio label {
    color: #fff;
}
.ps-checkout .ps-checkout__block .ps-btn:before {
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
    .ps-checkout .ps-checkout__billing {
        padding-right: 0;
    }
}

.ps-checkout__order {
    margin-bottom: 30px;
    background-color: #000000;
}
.ps-checkout__order h3 {
    margin-bottom: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #ffffff;
    text-transform: uppercase;
}
.ps-checkout__order .ps-radio label {
    color: #fff;
}
.ps-checkout__order > header {
    margin-bottom: 10px;
    padding: 20px 30px;
    border-bottom: 1px solid #4d4d4d;
}
.ps-checkout__order .content {
    padding: 0 30px 20px;
}
.ps-checkout__order > footer > h3 {
    padding: 10px 30px;
}
.ps-checkout__order > footer .cheque {
    padding: 20px 30px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
}
.ps-checkout__order > footer .cheque p {
    color: #fff;
    font-size: 12px;
}
.ps-checkout__order > footer .paypal {
    padding: 10px 30px;
}
.ps-checkout__order > footer .paypal .ps-btn {
    margin-top: 40px;
    margin-bottom: 15px;
}

.ps-payment-method {
    display: inline-block;
}
.ps-payment-method li {
    display: inline-block;
    margin-right: 5px;
    background-color: #fff;
}
.ps-payment-method li img {
    max-width: 50px;
}

.ps-shipping {
    padding: 20px 30px;
    border: 1px solid #e5e5e5;
}
.ps-shipping > h3 {
    margin-bottom: 15px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    color: #5b5b5b;
}
.ps-shipping a {
    color: #b19870;
    text-decoration: underline;
}

.ps-cart-listing .ps-cart__table thead > tr > th {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #515356;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
}

.ps-cart-listing .ps-cart__table tbody > tr > td {
    vertical-align: top;
    padding: 30px 10px;
}

.ps-cart-listing .ps-cart__actions {
    padding-top: 55px;
    border-top: solid 1px #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.ps-cart-listing .ps-cart__actions .ps-cart__promotion {
    min-width: calc(100% - 350px);
    width: calc(100% - 350px);
}
.ps-cart-listing .ps-cart__actions .ps-cart__promotion .form-group {
    max-width: 290px;
}
.ps-cart-listing .ps-cart__actions .ps-cart__promotion .form-control {
    margin-bottom: 20px;
    height: 45px;
    border-color: #d9d9d9;
    background-color: #fff;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    border-radius: 45px;
}
.ps-cart-listing .ps-cart__actions .ps-cart__promotion .ps-btn {
    width: 100%;
}
.ps-cart-listing .ps-cart__actions .ps-cart__total {
    border-top: none;
}
.ps-cart-listing .ps-cart__actions .ps-cart__total h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #515356;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 30px;
}
.ps-cart-listing .ps-cart__actions .ps-cart__total h3 span {
    float: right;
    font-size: 24px;
    color: #8d8d8d;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .ps-cart-listing .ps-cart__table {
        display: block;
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .ps-cart-listing .ps-cart__table tbody > tr > td:first-child {
        min-width: 300px;
    }
    .ps-cart-listing .ps-cart__table tbody > tr > td:nth-child(3) {
        min-width: 300px;
    }
}

@media (max-width: 767px) {
    .ps-cart-listing .ps-cart__actions {
        display: block;
    }
    .ps-cart-listing .ps-cart__actions::after {
        clear: both;
        content: '';
        display: table;
    }
    .ps-cart-listing .ps-cart__actions .ps-cart__promotion {
        width: 100%;
        min-width: 0;
        max-width: 400px;
    }
    .ps-cart-listing .ps-cart__actions .ps-cart__promotion .form-group {
        max-width: 100%;
    }
    .ps-cart-listing .ps-cart__promotion,
    .ps-cart-listing .ps-cart__total {
        width: 100%;
        min-width: 0;
        max-width: 400px;
        float: right;
    }
    .ps-cart-listing .ps-cart__promotion .ps-btn,
    .ps-cart-listing .ps-cart__total .ps-btn {
        width: 100%;
        text-align: center;
    }
}

.header__cart {
    position: relative;
}
.header__cart .dropdown-menu {
    left: auto;
    right: 0;
    padding: 25px 30px;
    border: none;
    max-height: 500px;
    overflow-y: auto;
}
.header__cart .dropdown-menu li {
    min-width: 350px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
}
.header__cart .dropdown-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.header__cart .total::after {
    clear: both;
    content: '';
    display: table;
}
.header__cart .total p {
    margin-bottom: 0;
    display: inline-block;
    width: 50%;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.header__cart .total p span {
    font-weight: inherit;
    color: #196d63;
}
.header__cart .total a.ps-btn {
    background-color: #196d63;
    display: inline-block;
    float: right;
    line-height: 20px;
    padding: 15px 30px;
    color: #fff;
}
.header__cart .total a.ps-btn:hover {
    background-color: #000;
}
@media (max-width: 767px) {
    .header__cart .dropdown-menu {
        padding: 20px 10px;
        width: 280px;
    }
    .header__cart .dropdown-menu li {
        min-width: 100%;
    }
    .header__cart .dropdown-menu .total p {
        display: block;
        width: 100%;
        line-height: 1.6em;
        text-align: center;
    }
}

.ps-subscribe {
    margin-bottom: 60px;
    background-color: #f6f6f6;
    padding: 45px 150px;
}
.ps-subscribe h3 {
    display: block;
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
    line-height: 1.45em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.ps-subscribe h3 i {
    color: #b19870;
}
.ps-subscribe .ps-form--subscribe {
    position: relative;
    margin: 0 auto 30px;
    margin-bottom: 0;
    max-width: 600px;
}
.ps-subscribe .ps-form--subscribe::after {
    clear: both;
    content: '';
    display: table;
}
.ps-subscribe .ps-form--subscribe input.form-control {
    border: none;
    height: 50px;
    float: left;
    width: calc(100% - 120px);
    padding: 0 25px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
}
.ps-subscribe .ps-form--subscribe button {
    float: right;
    width: 120px;
    height: 50px;
    background-color: #b19870;
    border: none;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
}
.ps-subscribe .ps-form--subscribe button:hover {
    background-color: #9a7f54;
}
@media (max-width: 1439px) {
    .ps-subscribe {
        padding: 45px 100px;
    }
}
@media (max-width: 1199px) {
    .ps-subscribe {
        padding: 45px 50px;
    }
    .ps-subscribe .ps-subscribe__content {
        margin-left: 0;
        padding-left: 70px;
    }
}
@media (max-width: 991px) {
    .ps-subscribe .ps-subscribe__content {
        text-align: center;
        margin-bottom: 30px;
        padding-top: 60px;
        padding-left: 0;
    }
    .ps-subscribe .ps-subscribe__content i {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .ps-subscribe .ps-form--subscribe {
        max-width: 450px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .ps-subscribe {
        padding: 45px 15px;
    }
}
@media (max-width: 479px) {
    .ps-subscribe .form-group {
        padding-left: 0;
    }
    .ps-subscribe .form-group .form-group__icon {
        display: none;
    }
}

#contact-map {
    height: 560px;
}

.ps-contact::after {
    clear: both;
    content: '';
    display: table;
}

.ps-contact #contact-map {
    width: 100%;
}

.ps-contact__left,
.ps-contact__right {
    float: left;
    width: 50%;
}

.ps-contact__right {
    padding: 100px 30px;
}

.ps-contact .ps-contact__info {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}
.ps-contact .ps-contact__info .ps-heading {
    margin-bottom: 20px;
}
.ps-contact .ps-contact__info p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.67em;
}

.ps-contact .ps-contact__detail {
    margin: 50px auto;
    max-width: 400px;
}
.ps-contact .ps-contact__detail p {
    position: relative;
    text-align: left;
    padding-left: 120px;
    font-size: 15px;
    color: #000;
}
.ps-contact .ps-contact__detail p span {
    display: inline-block;
    min-width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.67em;
}
.ps-contact .ps-contact__detail p a:hover {
    color: #196d63;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .ps-contact__left,
    .ps-contact__right {
        float: none;
        width: 100%;
    }
    .ps-contact #contact-map {
        height: 500px;
    }
    .ps-contact__right {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .ps-contact #contact-map {
        height: 300px;
    }
}

@media (max-width: 479px) {
    .ps-contact__right {
        padding: 50px 15px;
    }
    .ps-contact .ps-contact__detail {
        margin: 30px 0;
    }
    .ps-contact .ps-contact__detail p {
        padding-left: 0;
    }
    .ps-contact .ps-contact__detail p span {
        position: relative;
        display: block;
        top: 0;
        left: 0;
    }
}

.ps-contact--2 {
    padding: 150px 0 120px;
}
.ps-contact--2 .ps-contact__info {
    text-align: center;
}
.ps-contact--2 .ps-contact__info .ps-heading {
    margin-bottom: 30px;
}
.ps-contact--2 .ps-contact__info p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 1.67em;
}

.ps-blog .ps-blog__posts-related {
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
}
.ps-blog .ps-blog__posts-related .ps-heading {
    margin-bottom: 80px;
}

.ps-about-me {
    height: 100vh;
    padding: 320px 0;
}
.ps-about-me__info {
    max-width: 470px;
    text-align: center;
}
.ps-about-me h3 {
    font-size: 60px;
    font-weight: 200;
    color: #000;
    line-height: 1.5em;
}
.ps-about-me p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
@media (max-width: 991px) {
    .ps-about-me {
        padding: 200px 0;
    }
}
@media (max-width: 767px) {
    .ps-about-me {
        padding: 150px 0;
    }
    .ps-about-me h3 {
        font-size: 40px;
    }
}
@media (max-width: 479px) {
    .ps-about-me h3 {
        font-size: 35px;
    }
}

.ps-home-4 {
    padding-top: 70px;
    padding-bottom: 50px;
}
@media (min-width: 1600px) {
    .ps-home-4 .ps-container-fluid {
        padding: 0 200px;
    }
}

.ps-shop--category {
    padding: 100px 0;
}

@media (max-width: 1199px) {
    .ps-home7-collection [data-col-md='3'].masonry-wrapper .grid-item.wide {
        width: 100%;
    }
    .ps-home7-collection [data-col-md='3'].masonry-wrapper .grid-item.large {
        width: 100%;
    }
}

.ps-home8-blog {
    padding: 120px 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.ps-home8-blog .ps-section__header {
    text-align: center;
    margin-bottom: 80px;
}
.ps-home8-blog .ps-section__header h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.33em;
    text-align: center;
    color: #000;
    font-weight: 400;
}
.ps-home8-blog .ps-section__header p {
    margin-bottom: 0;
}

.ps-home8-partner {
    padding: 60px;
    background-color: rgba(0, 0, 0, 0.04);
}

.ps-home9-featured-product {
    padding: 15px;
}

.ps-about-gallery {
    padding: 150px 0;
}
.ps-about-gallery .ps-section__header {
    margin-bottom: 80px;
    text-align: center;
}
@media (max-width: 767px) {
    .ps-about-gallery {
        padding: 75px 0;
    }
    .ps-about-gallery .ps-section__header {
        margin-bottom: 40px;
    }
}

.ps-about-features {
    padding: 150px 0;
}
.ps-about-features .ps-section__header {
    text-align: center;
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .ps-about-features {
        padding: 75px 0;
    }
    .ps-about-features .ps-section__header {
        text-align: center;
        margin-bottom: 50px;
    }
}

.ps-about-testimonial {
    padding: 125px 0;
    background-position: 0 0 !important;
}
.ps-about-testimonial .ps-section__header {
    text-align: center;
    margin-bottom: 80px;
}
.ps-about-testimonial .ps-section__header h3.ps-heading {
    margin-bottom: 10px;
}

#template-5 {
    position: relative;
    height: 100vh;
    background-color: #d0ab91;
}

.ps-section .ps-section__title {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    z-index: 10;
    font-size: 32px;
    line-height: 1.3em;
    color: #403c34;
}

.ps-section .ps-section__header {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 5px;
}
.ps-section .ps-section__header:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 10px;
    background-color: #e4e4e4;
}
.ps-section .ps-section__header p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    line-height: 1.3em;
    font-style: italic;
}

.ps-home-1--collection {
    padding: 100px 0;
}
@media (max-width: 767px) {
    .ps-home-1--collection {
        padding: 50px 0;
    }
}

.ps-section--collection-home-2 {
    padding: 100px 0;
}
@media (max-width: 767px) {
    .ps-section--collection-home-2 {
        padding: 50px 0;
    }
}

.ps-section--feature-products-1 {
    padding-top: 100px;
    padding-bottom: 15px;
}

.ps-section--feature-products-1 .ps-section__header {
    max-width: 600px;
    margin: 0 auto 100px;
}

@media (max-width: 768px) {
    .ps-section--feature-products-1 {
        padding-top: 50px;
    }

    .ps-section--feature-products-1 .ps-section__header {
        margin: 0 auto 50px;
    }
}

.ps-section--feature-products-1 .ps-section__header .ps-heading {
    margin-bottom: 15px;
}

.ps-section--collection-1 {
    padding: 75px 0 45px;
}

.ps-section--subscribe {
    padding: 55px 0 55px;
}

.ps-subscribe--2 {
    padding: 100px 0;
}
.ps-subscribe--2 .ps-heading {
    margin-bottom: 20px;
    line-height: 1.5em;
}
.ps-subscribe--2 .ps-form--subscribe-2 .form-group {
    margin-top: 50px;
}

.ps-section--product-history {
    padding: 305px 0 260px;
}
.ps-section--product-history .ps-section__content {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.ps-section--product-history h3 {
    font-size: 60px;
    line-height: 1.42em;
    color: #fff;
}
.ps-section--product-history p {
    font-size: 15px;
    line-height: 1.67em;
    color: #fff;
}
@media (max-width: 767px) {
    .ps-section--product-history h3 {
        font-size: 35px;
    }
}

.ps-section--product-quote {
    background-color: #f8f8f8;
}
.ps-section--product-quote img {
    position: relative;
    top: -150px;
    margin-left: 150px;
}
.ps-section--product-quote h3 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.5em;
}
.ps-section--product-quote a {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.45em;
    letter-spacing: 0.08em;
    color: #111;
    text-transform: uppercase;
}
.ps-section--product-quote a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111;
}
.ps-section--product-quote a:hover {
    color: #b19870;
}
.ps-section--product-quote a:hover:before {
    background-color: #b19870;
}
.ps-section--product-quote .ps-section__content {
    position: relative;
    max-width: 680px;
    top: 230px;
    margin: 0 auto;
}
@media (max-width: 1850px) {
    .ps-section--product-quote img {
        margin-left: 100px;
    }
}
@media (max-width: 1750px) {
    .ps-section--product-quote img {
        margin-left: 50px;
        top: -100px;
    }
    .ps-section--product-quote .ps-section__content {
        top: 100px;
    }
}
@media (max-width: 1600px) {
    .ps-section--product-quote img {
        margin-left: 0;
        top: -75px;
    }
}
@media (max-width: 1199px) {
    .ps-section--product-quote img {
        top: 0;
    }
    .ps-section--product-quote .ps-section__content {
        top: 100px;
    }
    .ps-section--product-quote .ps-section__content h3 {
        line-height: 1.2em;
    }
}
@media (max-width: 991px) {
    .ps-section--product-quote .ps-section__content {
        top: 0;
        margin-top: 80px;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .ps-section--product-quote img {
        width: 100%;
    }
    .ps-section--product-quote .ps-section__content {
        position: relative;
        margin: 50px 0;
    }
}
@media (max-width: 767px) {
    .ps-section--product-quote h3 {
        font-size: 30px;
    }
}

.ps-section--relate-products {
    padding: 80px 0 90px;
}

.ps-section--product-video {
    background-color: #221911;
    padding: 150px 0 310px;
}
.ps-section--product-video .ps-video {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.ps-section--product-video .ps-video img {
    width: 100%;
}
.ps-section--product-video .ps-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.ps-section--product-video .ps-video__play i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
}
.ps-section--product-video .ps-video__play i:before {
    color: #333;
}
.ps-section--product-video .ps-video__play:hover {
    background-color: rgba(202, 32, 40, 0.75);
}
.ps-section--product-video .ps-video__play:hover i:before {
    color: #fff;
}

.ps-section--instagram {
    margin-bottom: 100px;
}
.ps-section--instagram .ps-section__header {
    text-align: center;
    margin-bottom: 80px;
}
.ps-section--instagram .ps-section__header h3 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    color: #000;
}
.ps-section--instagram .ps-section__header p {
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(0, 0, 0, 0.5);
}

.ps-comments {
    background-color: #f8f8f8;
    padding: 100px 0;
}
.ps-comments h3.ps-heading {
    margin-bottom: 80px;
    text-align: center;
}
@media (max-width: 767px) {
    .ps-comments {
        padding: 50px 0;
    }
}

.ps-section--blog-comment-form {
    padding: 100px 0 0;
}
.ps-section--blog-comment-form .ps-section__header {
    text-align: center;
    margin-bottom: 70px;
}
.ps-section--blog-comment-form .ps-section__header p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
    .ps-section--blog-comment-form {
        padding: 50px 0;
    }
}

.ps-section--home-3-featured-product {
    padding: 150px 0;
}
.ps-section--home-3-featured-product .ps-section__header {
    margin-bottom: 100px;
}
.ps-section--home-3-featured-product .ps-section__header ul li {
    display: inline-block;
    margin-right: 50px;
}
.ps-section--home-3-featured-product .ps-section__header ul li a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.12em;
    color: rgba(0, 0, 0, 0.5);
}
.ps-section--home-3-featured-product .ps-section__header ul li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 10;
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-section--home-3-featured-product .ps-section__header ul li a:hover {
    color: #000;
}
.ps-section--home-3-featured-product .ps-section__header ul li a:hover:before {
    width: 100%;
}
.ps-section--home-3-featured-product .ps-section__header ul li:last-child {
    margin-right: 0;
}
.ps-section--home-3-featured-product .ps-section__header ul li.active a {
    color: #000;
}
.ps-section--home-3-featured-product .ps-section__header ul li.active a:before {
    width: 100%;
}
@media (max-width: 767px) {
    .ps-section--home-3-featured-product {
        padding: 50px 0;
    }
}

.ps-section--big-collection {
    padding-bottom: 150px;
}
@media (max-width: 767px) {
    .ps-section--big-collection {
        padding-bottom: 50px;
    }
}

.ps-section--home-6-subscribe {
    padding: 80px 0;
}
@media (max-width: 767px) {
    .ps-section--home-6-subscribe {
        padding: 50px 0;
    }
}

.ps-section--home-6-features-product {
    padding: 150px 0;
}
.ps-section--home-6-features-product .ps-section__header {
    text-align: center;
    margin-bottom: 100px;
}
.ps-section--home-6-features-product .ps-section__header .ps-heading {
    margin-bottom: 20px;
}
.ps-section--home-6-features-product .ps-section__header p {
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 570px;
}
@media (max-width: 767px) {
    .ps-section--home-6-features-product {
        padding: 50px 0;
    }
}

.ps-home10-featured-products {
    padding: 120px 0;
}
.ps-home10-featured-products .ps-section__header {
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .ps-home10-featured-products .ps-section__header {
        margin-bottom: 50px;
    }
}

.ps-home10--features {
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .ps-home10--features {
        padding-bottom: 50px;
    }
}

.ps-home11-featured-products {
    padding-bottom: 100px;
}
.ps-home11-featured-products .ps-section__header {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .ps-home11-featured-products .ps-section__header {
        margin-bottom: 50px;
    }
}

.ps-home11-category {
    padding: 150px 0;
}
.ps-home11-category .ps-section__header {
    text-align: center;
    margin-bottom: 100px;
}
@media (max-width: 991px) {
    .ps-home11-category {
        padding: 70px 0;
    }
}

.ps-subscribe--4 {
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .ps-subscribe--4 {
        padding-bottom: 50px;
    }
}

/*4. MODULES*/
.sub-menu {
    min-width: 220px;
    position: absolute;
    padding: 10px 0px !important;
    top: 100%;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.sub-menu > li {
    display: block;
    margin-right: 0;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sub-menu > li > a {
    display: block;
    position: relative;
    z-index: 10;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
    font-weight: 400;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sub-menu > li > a:hover {
    color: #196d63;
}
.sub-menu > li:last-child > a {
    border-bottom: none;
}
.sub-menu > li.menu-item-has-children {
    position: relative;
}
.sub-menu > li.menu-item-has-children > .sub-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
}
.sub-menu > li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1199px) {
    .sub-menu {
        min-width: 0;
    }
    .sub-menu > li {
        padding-left: 20px;
    }
    .sub-menu > li.menu-item-has-children > a:after {
        content: '\f107';
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
    }
}

.menu {
    display: inline-block;
    vertical-align: top;
}
.menu::after {
    clear: both;
    content: '';
    display: table;
}
.menu > li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 50px;
}
.menu > li > a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.15em;
    line-height: 20px;
    text-transform: uppercase;
}
.menu > li:active {
    color: var(--jade-dark-green);
}
.menu > li > a:hover {
    color: var(--jade-dark-green);
}
.menu > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--jade-dark-green);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.menu > li > a:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.menu > li:last-child {
    margin-right: 0;
}
.menu > li > .sub-menu {
    visibility: hidden;
    opacity: 0;
}
.menu > li.dropdown {
    position: initial;
}
.menu > li.dropdown:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.menu > li.current-menu-item > a:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.menu > li.current-menu-item > a {
    color: var(--jade-dark-green);
}
.menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.menu > li:hover .mega-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
@media (max-width: 1199px) {
    .menu {
        display: block;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        transition: all 0s ease;
    }
    .menu > li {
        display: block;
        float: none;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .menu > li > a {
        display: block;
        padding: 10px 20px;
        line-height: 20px;
        font-weight: 600;
        font-size: 13px;
    }
    .menu > li > a:before {
        display: none;
    }
    .menu > li:hover > a,
    .menu > li.current > a {
        background-color: #e5e5e5;
        color: #000;
    }
    .menu > li.menu-item-has-children > a:after {
        content: '\f107';
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
    }
    .menu .sub-menu {
        padding: 0;
        position: relative;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        transition: all 0s ease;
        display: none;
    }
    .menu .sub-menu > li {
        border-bottom: 1px solid #eee;
    }
    .menu .sub-menu > li > a {
        padding: 10px 15px;
    }
    .menu .sub-menu > li:last-child {
        border-bottom: 0;
    }
    .menu .sub-menu > li.menu-item-has-children > .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .menu .sub-menu > li.menu-item-has-children > .sub-menu li a {
        padding-left: 30px;
    }
}

.navigation {
    position: relative;
    color: #fff;
    padding: 20px 0;
}
.navigation .left {
    width: 300px;
    float: left;
}
.navigation .right {
    float: left;
    width: calc(100% - 300px);
}
.navigation .right::after {
    clear: both;
    content: '';
    display: table;
}
.navigation .right .ps-cart {
    margin-bottom: 0;
    float: right;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .navigation .left {
        width: 50%;
    }
    .navigation .center {
        width: 0;
    }
    .navigation .right {
        width: 50%;
    }
    .navigation .right .ps-cart {
        margin-right: 10px;
    }
    .navigation .right .menu-toggle {
        float: right;
    }
}
@media (max-width: 991px) {
    .navigation .left {
        width: 35%;
    }
    .navigation .center {
        width: 0;
    }
    .navigation .right {
        width: 65%;
    }
}
@media (max-width: 767px) {
    .navigation .left {
        width: 30%;
    }
    .navigation .right {
        width: 70%;
    }
}

.navigation--sticky {
    position: fixed;
    border-bottom: 1px solid #e5e5e5;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    transition: all 0.4s ease;
}
.navigation--sticky .navigation {
    background-color: #fff;
}
.navigation--sticky.header--2 {
    background-color: #fff;
}
.navigation--sticky.header--3 .header__top {
    display: none;
}
.navigation--sticky.header--6 .header__top,
.navigation--sticky.header--6 .header__center {
    display: none;
}
@media (max-width: 1199px) {
    .navigation--sticky .menu-toggle span,
    .navigation--sticky .menu-toggle:before,
    .navigation--sticky .menu-toggle:after {
        background-color: #000;
    }
    .navigation--sticky.header--1 .navigation {
        padding: 15px 0;
    }
    .navigation--sticky.header--2 .ps-logo {
        margin-top: 5px;
    }
}

.navigation--pin {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.navigation--unpin {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.header__user {
    position: relative;
}
.header__user .dropdown-menu {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: left;
}
.header__user .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.header__user .dropdown-menu li a:hover {
    background-color: #196d63;
    color: #fff;
}
.header__user .dropdown-menu li:last-child {
    border-bottom: none;
}
@media (max-width: 1199px) {
    .header__user .dropdown-menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.header--1 .ps-logo {
    display: inline-block;
    max-width: 110px;
    line-height: 40px;
}

.header--1 .navigation {
    position: relative;
    color: #fff;
    padding: 30px 0;
}
.header--1 .navigation::after {
    clear: both;
    content: '';
    display: table;
}
.header--1 .navigation .left {
    width: 15%;
    float: left;
}
.header--1 .navigation .center {
    float: left;
    width: 70%;
    text-align: center;
}
.header--1 .navigation .right {
    float: left;
    width: 15%;
    text-align: right;
}
@media (min-width: 1170px) {
    .header--1 .navigation .menu {
        display: inline-block !important;
    }
}
@media (max-width: 1199px) {
    .header--1 .navigation .left {
        width: 50%;
    }
    .header--1 .navigation .center {
        width: 0;
    }
    .header--1 .navigation .right {
        width: 50%;
    }
    .header--1 .navigation .right .ps-cart {
        margin-right: 10px;
    }
    .header--1 .navigation .right .menu-toggle {
        float: right;
    }
}
@media (max-width: 991px) {
    .header--1 .navigation .left {
        width: 35%;
    }
    .header--1 .navigation .center {
        width: 0;
    }
    .header--1 .navigation .right {
        width: 65%;
    }
}
@media (max-width: 767px) {
    .header--1 .navigation .left {
        width: 30%;
    }
    .header--1 .navigation .right {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    .header--1 .navigation {
        border-bottom: 1px solid #eee;
    }
    .header--1 .header__actions {
        margin-top: 5px;
        float: right;
        margin-right: 5px;
    }
    .header--1 .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        text-align: left;
        background-color: #fff;
        display: none;
    }
    .header--1 .menu > li {
        display: block;
    }
}

.header--2 .ps-logo {
    display: inline-block;
    max-width: 100px;
    line-height: 40px;
}

.header--2 .navigation {
    position: relative;
    color: #fff;
    padding: 30px 0;
}
.header--2 .navigation::after {
    clear: both;
    content: '';
    display: table;
}
.header--2 .navigation .left {
    width: calc(50% - 50px);
    float: left;
}
.header--2 .navigation .center {
    float: left;
    width: 100px;
    text-align: center;
}
.header--2 .navigation .right {
    float: right;
    width: calc(50% - 50px);
}
@media (max-width: 1199px) {
    .header--2 .navigation .left {
        width: 0;
    }
    .header--2 .navigation .center {
        width: 100px;
    }
    .header--2 .navigation .right {
        width: 50%;
    }
    .header--2 .navigation .right .ps-cart {
        margin-right: 10px;
    }
    .header--2 .navigation .right .menu-toggle {
        float: right;
    }
}
@media (max-width: 991px) {
    .header--2 .navigation .left {
        width: 0;
    }
    .header--2 .navigation .right {
        width: 65%;
    }
}
@media (max-width: 767px) {
    .header--2 .navigation .left {
        width: 30%;
    }
    .header--2 .navigation .right {
        width: 70%;
    }
}
@media (max-width: 479px) {
    .header--2 .navigation .center {
        width: 100px;
    }
    .header--2 .navigation .right {
        width: calc(100% - 100px);
    }
}

.header--2 .header__bottom {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 15px 0;
}
.header--2 .header__bottom p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.67em;
    color: #000;
    line-height: 20px;
}
.header--2 .header__bottom p img {
    margin-right: 5px;
}
.header--2 .header__bottom p span {
    font-weight: 700;
    color: #196d63;
}

.header--2 .header__actions {
    float: right;
}

.header--2.header--white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.header--2.header--white .menu > li > a {
    color: #fff;
}
.header--2.header--white .menu > li > a:before {
    background-color: #fff;
}
.header--2.header--white .right {
    text-align: right;
}
.header--2.header--white .header__actions {
    display: inline-block;
}

@media (min-width: 1170px) {
    .header--2 {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .header--2 .navigation {
        border-bottom: 1px solid #eee;
    }
    .header--2 .header__actions {
        margin-top: 5px;
        float: right;
        margin-right: 40px;
    }
    .header--2 .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        text-align: left;
        background-color: #fff;
        display: none;
    }
    .header--2 .menu > li {
        display: block;
    }
}

@media (max-width: 767px) {
    .header--2 .header__cart .dropdown-menu {
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@media (max-width: 479px) {
    .header--2 .header__bottom p {
        font-size: 13px;
    }
}

.header--3 .ps-logo {
    display: inline-block;
    max-width: 130px;
    line-height: 40px;
}

.header--3 .ps-dropdown > a {
    display: block;
    padding: 10px 5px;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    line-height: 20px;
    text-transform: uppercase;
}
.header--3 .ps-dropdown > a i {
    margin-left: 5px;
    color: #000;
}

.header--3 .ps-dropdown.open a.dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: #196d63;
    color: #fff;
}
.header--3 .ps-dropdown.open a.dropdown-toggle i {
    color: #fff;
}

.header--3 .ps-dropdown .dropdown-menu {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    list-style: none;
}
.header--3 .ps-dropdown .dropdown-menu li a {
    padding: 5px 15px;
    display: block;
    line-height: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
}
.header--3 .ps-dropdown .dropdown-menu li a img {
    max-width: 20px;
    border: 1px solid #eee;
    margin-right: 10px;
}
.header--3 .ps-dropdown .dropdown-menu li a:hover {
    background-color: #196d63;
    color: #fff;
}
.header--3 .ps-dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.header--3 .ps-dropdown:last-child {
    margin-right: 0;
}

.header--3 .header__top {
    position: relative;
    color: #fff;
    padding: 30px 0;
}
.header--3 .header__top .ps-container-fluid::after {
    clear: both;
    content: '';
    display: table;
}
.header--3 .header__top .left {
    width: calc(50% - 50px);
    float: left;
}
.header--3 .header__top .center {
    float: left;
    width: 130px;
    text-align: center;
}
.header--3 .header__top .right {
    float: right;
    width: calc(50% - 50px);
}
@media (max-width: 1199px) {
    .header--3 .header__top {
        padding: 10px 0;
    }
    .header--3 .header__top .right .ps-cart {
        margin-right: 10px;
    }
    .header--3 .header__top .right .menu-toggle {
        float: right;
    }
}
@media (max-width: 479px) {
    .header--3 .header__top .left {
        display: none;
    }
    .header--3 .header__top .center {
        width: 100px;
    }
    .header--3 .header__top .right {
        width: calc(100% - 100px);
    }
}

.header--3 .header__actions {
    text-align: right;
}

.header--3 .navigation {
    text-align: center;
    padding: 10px 0;
}
.header--3 .navigation .menu {
    display: inline-block;
    margin: 0 auto;
}

@media (min-width: 1170px) {
    .header--3 .menu {
        display: inline-block !important;
    }
}

@media (max-width: 1199px) {
    .header--3 .header__actions {
        margin-top: 5px;
        float: right;
        margin-right: 5px;
    }
    .header--3 .navigation {
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    .header--3 .navigation::after {
        clear: both;
        content: '';
        display: table;
    }
    .header--3 .navigation .menu-toggle {
        float: right;
    }
    .header--3 .navigation .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        text-align: left;
        background-color: #fff;
        display: none;
    }
    .header--3 .navigation .menu > li {
        display: block;
    }
    .header--3 .navigation .menu > li a {
        padding: 10px 30px;
    }
    .header--3 .navigation .menu > li a:after {
        right: 30px;
    }
}

.header--sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 240px;
    z-index: 1000000;
    background-color: #fff;
    padding-top: 40px;
    -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.header--sidebar .header__close {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 100%;
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
}
.header--sidebar .header__close:before,
.header--sidebar .header__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 20px;
    background-color: #196d63;
    z-index: 100;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header--sidebar .header__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.header--sidebar .header__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.header--sidebar .menu {
    display: block;
}
.header--sidebar .menu > li {
    display: block;
    float: none;
    margin-right: 0;
}
.header--sidebar .menu > li > a {
    display: block;
    padding: 10px 20px;
}
.header--sidebar .menu > li > a:before {
    display: none;
}
.header--sidebar .menu > li > a:hover {
    background-color: #196d63;
    color: #fff;
}
.header--sidebar .menu .menu-item-has-children > a {
    position: relative;
}
.header--sidebar .menu .menu-item-has-children > a:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.header--sidebar .menu .menu-item-has-children .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    min-width: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
    display: none;
}
.header--sidebar .menu .menu-item-has-children .sub-menu > li > a {
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
}
.header--sidebar .menu .menu-item-has-children .sub-menu > li > a:hover {
    color: #196d63;
}
.header--sidebar.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.header--sidebar.active .header__close {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.header--4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent;
    background-color: transparent;
}
.header--4 .ps-container-fluid::after {
    clear: both;
    content: '';
    display: table;
}
.header--4 .menu-toggle {
    vertical-align: top;
    margin-right: 40px;
}
.header--4 .ps-logo {
    position: relative;
    display: inline-block;
    max-width: 70px;
    line-height: 40px;
    vertical-align: top;
}
.header--4 .header__actions {
    display: inline-block;
}
.header--4 .header__actions > li {
    display: inline-block;
    margin-right: 5px;
}
.header--4 .header__actions > li > a {
    position: relative;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    color: #111;
}
.header--4 .header__actions > li > a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}
.header--4 .header__actions > li > a.ps-shopping span {
    position: absolute;
    top: 5px;
    left: 100%;
    background-color: #196d63;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.header--4 .header__actions > li > a.ps-shopping span i {
    font-style: normal;
    color: #fff;
    font-size: 10px;
}
.header--4 .header__actions > li > a:hover {
    color: #b19870;
}
.header--4 .header__actions > li:last-child {
    margin-right: 0;
}
.header--4 .navigation {
    position: relative;
    color: #fff;
    padding: 20px 0;
}
.header--4 .navigation::after {
    clear: both;
    content: '';
    display: table;
}
.header--4 .navigation .menu-toggle {
    display: inline-block;
}
.header--4 .navigation .left {
    float: left;
    width: 150px;
}
.header--4 .navigation .right {
    float: left;
    width: calc(100% - 150px);
    text-align: right;
}
@media (max-width: 1199px) {
    .header--4 .navigation .left {
        width: 50%;
    }
    .header--4 .navigation .center {
        width: 0;
    }
    .header--4 .navigation .right {
        width: 50%;
    }
    .header--4 .navigation .right .ps-cart {
        margin-right: 10px;
    }
    .header--4 .navigation .right .menu-toggle {
        float: right;
    }
}
@media (max-width: 991px) {
    .header--4 .navigation .left {
        width: 35%;
    }
    .header--4 .navigation .center {
        width: 0;
    }
    .header--4 .navigation .right {
        width: 65%;
    }
}
@media (max-width: 767px) {
    .header--4 .navigation .left {
        width: 50%;
    }
    .header--4 .navigation .right {
        width: 50%;
    }
}
@media (max-width: 479px) {
    .header--4 .navigation {
        padding: 0;
    }
    .header--4 .navigation .header__actions {
        margin-right: 20px;
    }
}
@media (max-width: 1199px) {
    .header--4 .navigation {
        border-bottom: 1px solid #eee;
    }
    .header--4 .header__actions {
        margin-top: 5px;
        float: right;
        margin-right: 40px;
    }
    .header--4 .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        text-align: left;
        background-color: #fff;
        display: none;
    }
    .header--4 .menu > li {
        display: block;
    }
}
@media (max-width: 479px) {
    .header--4 {
        padding: 10px 0;
    }
    .header--4 .menu-toggle {
        margin-right: 5px;
    }
    .header--4 .ps-logo {
        max-width: 60px;
    }
}

.header--white .header__actions > li > a {
    color: #fff;
}
.header--white .header__actions > li > a:hover {
    color: #196d63;
}

.header--white .menu-toggle span,
.header--white .menu-toggle:before,
.header--white .menu-toggle:after {
    background-color: #fff;
}

.header--6 .header__top {
    position: relative;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 5px 0 4px;
}
.header--6 .header__top .left,
.header--6 .header__top .right {
    float: left;
    width: 50%;
}
.header--6 .header__top .left p {
    margin-bottom: 0;
    color: #000;
    line-height: 40px;
}
.header--6 .header__top .left p i {
    margin-right: 5px;
}
.header--6 .header__top .right {
    text-align: right;
}
.header--6 .header__top .right .header__actions > a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    line-height: 20px;
    vertical-align: middle;
}
.header--6 .header__top .right .header__actions > a i {
    margin-right: 10px;
    vertical-align: middle;
}
.header--6 .header__top .right .header__actions > a:first-child i {
    font-size: 16px;
}
.header--6 .header__top .right .header__actions > a:hover {
    color: #196d63;
}
.header--6 .header__top .ps-dropdown > a {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    line-height: 20px;
    text-transform: uppercase;
}
.header--6 .header__top .ps-dropdown > a i {
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.5);
}
.header--6 .header__top .ps-dropdown.open a.dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: #196d63;
    color: #fff;
}
.header--6 .header__top .ps-dropdown.open a.dropdown-toggle i {
    color: #fff;
}
.header--6 .header__top .ps-dropdown .dropdown-menu {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    list-style: none;
}
.header--6 .header__top .ps-dropdown .dropdown-menu li a {
    padding: 5px 15px;
    display: block;
    line-height: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
}
.header--6 .header__top .ps-dropdown .dropdown-menu li a img {
    max-width: 20px;
    border: 1px solid #eee;
    margin-right: 10px;
}
.header--6 .header__top .ps-dropdown .dropdown-menu li a:hover {
    background-color: #196d63;
    color: #fff;
}
.header--6 .header__top .ps-dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}
.header--6 .header__top .ps-dropdown:last-child {
    margin-right: 0;
}
@media (max-width: 1199px) {
    .header--6 .header__top {
        padding: 10px 0;
    }
    .header--6 .header__top .right .ps-cart {
        margin-right: 10px;
    }
    .header--6 .header__top .right .menu-toggle {
        float: right;
    }
}
@media (max-width: 479px) {
    .header--6 .header__top .left {
        display: none;
    }
    .header--6 .header__top .center {
        width: 100px;
    }
    .header--6 .header__top .right {
        width: calc(100% - 100px);
    }
}

.header--6 .header__center {
    padding: 10px 0 9px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.header--6 .header__center .ps-logo {
    display: inline-block;
    max-width: 80px;
    line-height: 60px;
}
.header--6 .header__center .header__actions {
    display: inline-block;
    float: right;
    margin-right: 40px;
    margin-top: 15px;
}
.header--6 .header__center .header__actions > li {
    display: inline-block;
    margin-right: 5px;
}
.header--6 .header__center .header__actions > li > a {
    position: relative;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    color: #111;
    vertical-align: top;
}
.header--6 .header__center .header__actions > li > a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}
.header--6 .header__center .header__actions > li > a.ps-shopping span {
    position: absolute;
    top: 5px;
    left: 100%;
    background-color: #196d63;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.header--6 .header__center .header__actions > li > a.ps-shopping span i {
    font-style: normal;
    color: #fff;
    font-size: 10px;
}
.header--6 .header__center .header__actions > li > a:hover {
    color: #b19870;
}
.header--6 .header__center .header__actions > li:last-child {
    margin-right: 0;
}

.header--6 .navigation {
    text-align: center;
    padding: 10px 0;
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}
.header--6 .navigation .menu {
    display: inline-block;
    float: left;
    max-width: calc(100% - 150px);
}
.header--6 .navigation .header__hotline {
    float: right;
    max-width: 150px;
}
.header--6 .navigation .header__hotline p {
    margin-top: 5px;
    margin-bottom: 0;
    color: #000;
    line-height: 30px;
}
.header--6 .navigation .header__hotline p i {
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .header--6 .header__actions {
        float: right;
    }
    .header--6 .navigation {
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    .header--6 .navigation::after {
        clear: both;
        content: '';
        display: table;
    }
    .header--6 .navigation .menu-toggle {
        float: right;
    }
    .header--6 .navigation .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        text-align: left;
        background-color: #fff;
        display: none;
        max-width: 100%;
    }
    .header--6 .navigation .menu > li {
        display: block;
    }
    .header--6 .navigation .menu > li a {
        padding: 10px 30px;
    }
    .header--6 .navigation .menu > li a:after {
        right: 30px;
    }
}

@media (max-width: 991px) {
    .header--6 .header__top .left p {
        display: none;
    }
    .header--6 .header__top .right {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .header--6 .header__actions .btn-group {
        display: none;
    }
}

.header__actions > li {
    display: inline-block;
    margin-right: 5px;
}
.header__actions > li > a {
    position: relative;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    color: #111;
}
.header__actions > li > a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}
.header__actions > li > a.ps-shopping span {
    position: absolute;
    top: 5px;
    left: 100%;
    background-color: #196d63;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.header__actions > li > a.ps-shopping span i {
    font-style: normal;
    color: #fff;
    font-size: 10px;
}
.header__actions > li > a:hover {
    color: var(--jade-dark-green);
}
.header__actions > li:last-child {
    margin-right: 0;
}

.header--7 {
    padding: 25px 0;
    background-color: #fff;
}
.header--7::after {
    clear: both;
    content: '';
    display: table;
}
.header--7 .ps-logo {
    display: inline-block;
    max-width: 80px;
    line-height: 40px;
}
.header--7 .left {
    width: 100px;
    float: left;
    text-align: right;
}
.header--7 .center {
    width: calc(100% - 200px);
    float: left;
}
.header--7 .right {
    width: 100px;
    float: left;
}
.header--7 .navigation {
    padding: 0;
}
.header--7 .navigation::after {
    clear: both;
    content: '';
    display: table;
}
.header--7 .navigation .menu {
    display: inline-block;
}
.header--7 .navigation .navigation__left {
    width: calc(50% - 50px);
    float: left;
    text-align: right;
    padding-right: 30px;
}
.header--7 .navigation .navigation__center {
    float: left;
    width: 100px;
    text-align: center;
}
.header--7 .navigation .navigation__right {
    float: left;
    width: calc(50% - 50px);
    padding-left: 30px;
}
.header--7.white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
}
.header--7.white .menu > li > a {
    color: #fff;
}
.header--7.white .menu > li > a:before {
    background-color: #fff;
}
.header--7.white .menu > li.current-menu-item > a {
    color: #fff;
}
.header--7.white .menu > li.current-menu-item > a:before {
    background-color: #fff;
}
.header--7.white .header__actions > li > a {
    color: #fff;
}
@media (max-width: 1199px) {
    .header--7 {
        display: none;
    }
}

.header--mobile {
    position: relative;
    padding: 10px 0;
    display: none;
}
.header--mobile::after {
    clear: both;
    content: '';
    display: table;
}
.header--mobile .ps-logo {
    float: left;
    max-width: 100px;
}
.header--mobile .header__actions {
    position: relative;
    top: 5px;
    float: right;
}
.header--mobile .menu-toggle {
    float: right;
    margin-left: 30px;
}
.header--mobile .menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    z-index: 10000;
}
@media (max-width: 1199px) {
    .header--mobile {
        display: block;
    }
}

.ps-footer__social {
    text-align: center;
}
.ps-footer__social li {
    display: inline-block;
    margin-right: 30px;
}
.ps-footer__social li a {
    display: block;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
}
.ps-footer__social li a i {
    margin-right: 5px;
    color: #fff;
}
.ps-footer__social li a:hover {
    color: var(--jade-green);
}
.ps-footer__social li:last-child {
    margin-right: 0;
}

.ps-footer--1 {
    padding: 30px 0;
    border-top: 1px solid rgb(156 203 198 / 0.5);
    background-color: var(--jade-dark-green);
}
.ps-footer--1 .ps-footer__copyright p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.ps-footer--1 .ps-footer__nav {
    text-align: center;
}
.ps-footer--1 .ps-footer__nav li {
    display: inline-block;
    margin-right: 50px;
}
.ps-footer--1 .ps-footer__nav li a {
    display: inline-block;
    padding: 10px 0;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-align: left;
    color: #fff;
    line-height: 20px;
    text-transform: none;
}
.ps-footer--1 .ps-footer__nav li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--jade-green);
    margin-top: -10px;
    -webkit-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.ps-footer--1 .ps-footer__nav li a:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.ps-footer--1 .ps-footer__nav li:last-child {
    margin-right: 0;
}
.ps-footer--1.black {
    background-color: #202020;
}
.ps-footer--1.black .ps-footer__copyright p {
    color: rgba(255, 255, 255, 0.5);
}
.ps-footer--1.black .ps-footer__nav li > a {
    color: #fff;
}
.ps-footer--1.black .ps-footer__nav li > a:hover {
    color: #196d63;
}
.ps-footer--1.black .ps-footer__social li a {
    color: rgba(255, 255, 255, 0.5);
}
.ps-footer--1.black .ps-footer__social li a i {
    color: #fff;
}
.ps-footer--1.black .ps-footer__social li a:hover {
    color: #196d63;
}
.ps-footer--1.ps-footer--white {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: none;
}
.ps-footer--1.ps-footer--white .ps-footer__nav li a {
    color: #fff;
}
.ps-footer--1.ps-footer--white .ps-footer__nav li a:before {
    background-color: #fff;
}
.ps-footer--1.ps-footer--white .ps-footer__social li > a {
    color: #fff;
}
.ps-footer--1.ps-footer--white .ps-footer__social li > a i {
    color: #fff;
}
@media (max-width: 1440px) {
    .ps-footer--1 .ps-container-fluid {
        padding: 0 30px;
    }
    .ps-footer--1 .ps-footer__nav li {
        margin-right: 30px;
    }
    .ps-footer--1 .ps-footer__social li {
        margin-right: 15px;
    }
}
@media (max-width: 1199px) {
    .ps-footer--1 {
        text-align: center;
    }
    .ps-footer--1 .ps-footer__social {
        text-align: center;
    }
}

.ps-footer--2 .ps-footer__content {
    padding: 60px 0 30px;
}

.ps-footer--2 .ps-site-info {
    max-width: 520px;
}
.ps-footer--2 .ps-site-info .ps-logo {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100px;
}
.ps-footer--2 .ps-site-info > p {
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 1.67em;
}

.ps-footer--2 .ps-site-info__detail p {
    position: relative;
    text-align: left;
    padding-left: 120px;
    font-size: 15px;
    color: #000;
}
.ps-footer--2 .ps-site-info__detail p span {
    display: inline-block;
    min-width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.67em;
}
.ps-footer--2 .ps-site-info__detail p a:hover {
    color: #196d63;
    text-decoration: underline;
}

.ps-footer--2 .ps-footer__copyright {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 991px) {
    .ps-footer--2 .ps-footer__copyright {
        padding: 15px 0;
    }
}

.ps-footer--2 .ps-footer__copyright p {
    padding: 15px 0;
    margin-bottom: 0;
    line-height: 30px;
}

.ps-footer--2.gray {
    background-color: var(--jade-dark-green);
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.07);
}

@media (max-width: 991px) {
    .ps-footer--2 .ps-footer__content {
        padding: 70px 0 50px;
    }
}

@media (max-width: 767px) {
    .ps-footer--2 {
        padding-top: 50px;
    }
    .ps-footer--2 .ps-footer__content {
        padding: 30px 0 30px;
    }
    .ps-footer--2 .ps-footer__copyright {
        text-align: center;
    }
    .ps-footer--2 .ps-footer__social {
        text-align: center;
    }
    .post-footer {
        display: flex;
        align-items: center;
    }
}

.ps-inner-footer.black {
    padding-top: 80px;
    background-color: #202020;
}
.ps-inner-footer.black .widget .widget-title {
    color: #fff;
}
.ps-inner-footer.black .widget li a {
    color: rgba(255, 255, 255, 0.5);
}
.ps-inner-footer.black .widget li a:hover {
    color: #196d63;
}

/*5. HELPERS*/
.ma-0 {
    margin: 0;
}

.pd-0 {
    padding: 0;
}

.mt-0 {
    margin-top: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px !important;
}

.mt-5 {
    margin-top: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pl-25 {
    padding-left: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mr-35 {
    margin-right: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mr-45 {
    margin-right: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.ml-45 {
    margin-left: 45px;
}

.pt-45 {
    padding-top: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pl-45 {
    padding-left: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mr-55 {
    margin-right: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.ml-55 {
    margin-left: 55px;
}

.pt-55 {
    padding-top: 55px;
}

.pr-55 {
    padding-right: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pl-55 {
    padding-left: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mr-65 {
    margin-right: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.ml-65 {
    margin-left: 65px;
}

.pt-65 {
    padding-top: 65px;
}

.pr-65 {
    padding-right: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pl-65 {
    padding-left: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pl-70 {
    padding-left: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mr-75 {
    margin-right: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.ml-75 {
    margin-left: 75px;
}

.pt-75 {
    padding-top: 75px;
}

.pr-75 {
    padding-right: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pl-75 {
    padding-left: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mr-80 {
    margin-right: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pr-80 {
    padding-right: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pl-80 {
    padding-left: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mr-85 {
    margin-right: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}

.ml-85 {
    margin-left: 85px;
}

.pt-85 {
    padding-top: 85px;
}

.pr-85 {
    padding-right: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pl-85 {
    padding-left: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mr-90 {
    margin-right: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pr-90 {
    padding-right: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pl-90 {
    padding-left: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mr-95 {
    margin-right: 95px;
}

.mb-95 {
    margin-bottom: 95px;
}

.ml-95 {
    margin-left: 95px;
}

.pt-95 {
    padding-top: 95px;
}

.pr-95 {
    padding-right: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pl-95 {
    padding-left: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.ps-fullwidth {
    width: 100%;
}

.bg--parallax {
    position: relative;
    z-index: 10;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background-size: cover !important;
}

.bg--cover {
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.ps-fullwidth {
    width: 100%;
}

.ps-post--sidebar ul,
.ps-breadcrumb ul,
.ps-breadcrumb--3 ul,
.ps-block--offer ul,
.ps-user__content ul,
.widget_categories ul,
.widget_recent_posted ul,
.widget_tags ul,
.widget_instagram ul,
.widget_shop_categories ul,
.ps-product--1 ul,
.ps-product--metro ul,
.ps-product--detail ul,
.ps-filter ul,
.ps-section--home-3-featured-product .ps-section__header ul,
.header ul,
.header--sidebar ul,
.header--mobile ul,
.ps-footer--1 ul,
.ps-footer--2 ul,
.ps-post--sidebar ol,
.ps-breadcrumb ol,
.ps-breadcrumb--3 ol,
.ps-block--offer ol,
.ps-user__content ol,
.widget_categories ol,
.widget_recent_posted ol,
.widget_tags ol,
.widget_instagram ol,
.widget_shop_categories ol,
.ps-product--1 ol,
.ps-product--metro ol,
.ps-product--detail ol,
.ps-filter ol,
.ps-section--home-3-featured-product .ps-section__header ol,
.header ol,
.header--sidebar ol,
.header--mobile ol,
.ps-footer--1 ol,
.ps-footer--2 ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* New Styles */

.ps-footer-logo-center {
    background-color: #196d63;
}

.ps-footer-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.ps-footer-logo {
    max-width: 200px;
    height: auto;
}

@media (min-width: 1200px) {
    .col-lg-2-4 {
        width: 20%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.left .btn-group a i {
    color: inherit;
    transition: color 0.3s ease;
}

.left .btn-group a:hover i {
    color: #196d63;
    transform: scale(1.1);
}

.ps-footer__payment img {
    max-height: 30px;
    width: auto;
    object-fit: contain;
}

.ps-footer__payment {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ps-footer__payment li {
    display: inline-block;
}

@media (max-width: 768px) {
    .ps-footer__payment {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .ps-footer__copyright .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ps-footer__copyright p {
        margin-bottom: 10px;
    }
}

.ps-footer__content .row {
    display: flex;
    flex-wrap: wrap;
}

.ps-footer-logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.widget_categories a {
    color: white;
    text-decoration: none;
    transition:
        color 0.3s,
        transform 0.3s;
}

.widget_categories a:hover {
    color: var(--jade-green);
    transform: scale(1.1);
}

.widget_categories .fab {
    transition:
        color 0.3s,
        transform 0.3s;
}

.widget_categories .fab:hover {
    color: var(--jade-green);
    transform: scale(1.2);
}

.widget_categories ul li a {
    color: white;
    text-decoration: none;
    transition:
        color 0.3s,
        transform 0.3s;
}

.widget_categories ul li a:hover {
    color: var(--jade-green);
    transform: scale(1.1);
}

.bg-color-main {
    background-color: var(--jade-dark-green) !important;
}

.bg-color-secondary {
    background-color: var(--jade-green) !important;
}

.bg-color-breadcrumb {
    background-color: #ddebec !important;
}

/* Design Responsive */

.header-custom {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .header-custom {
        padding: 0 100px;
    }
}

@media (max-width: 768px) {
    .ps-footer--2 .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.whatsapp_chat_support.wcs_fixed_right {
    margin-right: 70px;
}

@media (max-width: 768px) {
    .whatsapp_chat_support.wcs_fixed_right {
        margin-right: 45px;
    }
}


.dropdown-menu{
    background: 0 0;
    width: 100%;
    z-index: 90000 !important;
    color: #000000;
}

@media (min-width: 992px) {
   .dropdown-menu {
        position: absolute;
   }
}
#container-menu{
    display: block !important;
    margin-right: auto;
    margin-left: auto;
}
.bg-white{
    --bs-bg-opacity: 1;
    background-color: #ffffff !important;
}


.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important;
}

.mt-5 {
    margin-top: 3rem!important
}
.border-end {
    /*border-right:  1px solid #dee2e6 !important;*/
    border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.dropdown-menu .megamenu-title {
    color: #605446;
    font-family: OptimaNovaLTPro, sans-serif;;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500 !important;
    letter-spacing: normal;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
}

.dropdown-menu  ul>li>a{
    display: block;
    position: relative;
    z-index: 10;
    padding: 10px 15px 0;
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
    font-weight: 400;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.div-servicio {
    background-color: #fff;
}
.border-3 {
    border-width: 3px !important;
}
.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(0,0,0, 1) !important;
}
.border-top-iconos-serv {
    border-top: 3px solid #EEF6F6 !important;
}
.border-bottom-iconos-serv {
    border-bottom: 3px solid #EEF6F6 !important;
}
.reveal-text.visible {
    transform: translateY(0);
    opacity: 1;
}
.reveal-text {
    transform: translateY(100px);
    opacity: 0;
    transition: transform .6s ease-out, opacity .6s ease-out;
    will-change: transform, opacity;
}
.container-xxxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-right: auto;
    margin-left: auto;
}
.visible {
    visibility: visible !important;
}
.div-servicio div[class*=ser] {
    text-decoration: none;
    background-image: url('../images/nuevo/servicios.webp');
    background-repeat: no-repeat;
    transition: all .25s cubic-bezier(.55,0,.1,1);
    display: inline-block;
    height: 60px;
    width: 60px;
    overflow: hidden;
}
.div-servicio .ser-01 {
    background-position: 0 0;
}
.div-servicio .ser-02 {
    background-position: -120px 0;
}
.div-servicio .ser-03 {
    background-position: -60px -60px;
}
.div-servicio .ser-04 {
    background-position: -120px -60px;
}
.div-servicio .ser-05 {
    background-position: -60px 0;
}
.div-servicio .ser-06 {
    background-position: 0 -60px;
}
.f-19 {
    font-size: 1.188rem;
    line-height: 1.563rem;
}
.title1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3rem;
    color: #000;
}
.icon-anillo {
    background-position: 0 -39px;
    text-decoration: none;
    background-image: url('../images/nuevo/anillos.webp');
    background-repeat: no-repeat;
    opacity: .8;
    transition: all .25s cubic-bezier(.55,0,.1,1);
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    width: 27px;
    overflow: hidden;
    margin: 0 3px;
}

.icon-aro {
    background-position: -28px -39px;
    text-decoration: none;
    background-image: url('../images/nuevo/anillos.webp');
    background-repeat: no-repeat;
    opacity: .8;
    transition: all .25s cubic-bezier(.55,0,.1,1);
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    width: 27px;
    overflow: hidden;
    margin: 0 3px;

}

.foot-info {
    padding: 20px 350px 0px 350px;
}

.gemas-preciosas {
    padding: 80px 200px;
}

.sobre-nosotros {
    padding: 80px 200px 80px 200px;
}

.columna-texto {
    padding: 80px 60px;
}

@media (max-width: 768px) {
    .foot-info {
        padding: 0;
    }

    .gemas-preciosas {
        padding: 20px 0;
    }

    .sobre-nosotros {
        padding: 80px 0px 80px 0px;
    }

    

}

.border-left {
    /* border-right: 1px solid #dee2e6 !important; */
    border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
}