@font-face {
    font-family: "svgfont";
    src: url("svgfont_3.eot");
    src: url("svgfont_3.eot?#iefix") format("eot"), url("svgfont_3.woff") format("woff"), url("svgfont_3.woff2") format("woff2"), url("svgfont_3.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*    font-family: 'Cormorant';*/
/*    src: url('cormorant-medium-webfont.woff2') format('woff2'),*/
/*    url('cormorant-medium-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

@font-face {
    font-family: 'Cormorant';
    src: url('arialmdm-webfont.woff2') format('woff2'),
    url('arialmdm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, main {
    background: #f8f8f8 !important;
}

.homepage-columns, .index-blog, .index-collections-list, .index-contact, .index-newsletter, .index-page, .index-product, .index-products, .index-rte, .index-tab-collections {
    background: #f8f8f8 !important;
}

.collection__nav, .product-grid {
    background: #f8f8f8 !important;
}

.breadcrumbs {
    margin-top: 0 !important;
    padding-top: 40px !important;
}

.header__mobile__button svg {
    color: #fff !important;
}

.drawer__content {
    z-index: 99999;
    max-width: 100 !important;
}

.hamburger__lines span {
    background: #fff !important;
}

.announcement__bar {
    background: #000 !important;
}

.announcement__text {
    font-family: Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */

    letter-spacing: 1px;

    color: #FFFFFF;
}

.header__desktop__lower {
    background: #fff;
}


.new-home-banner-form {
    width: 380px;
    padding: 30px 18px 120px;
    display: flex;
    text-align: center;
    color: #fff;
    flex-direction: column;
}

.new-home-banner-form-absolut {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    display: flex;
    flex-direction: row;
}

.new-home-banner-img {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
}

.new-home-banner {
    animation: homeBanner 1s ease-in-out;
}

@keyframes homeBanner {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.new-home-banner-form h1 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    /* or 104% */

    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;

    /* White / 1 ____ #FFFFFF */

    color: #FFFFFF;
}

.new-home-banner-form p {
    margin: 0 auto;
    margin-bottom: 50px;
    font-family: Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    max-width: 211px;
    text-align: center;
    letter-spacing: 0.5px;

    color: #FFFFFF;
}

.new-home-banner-form p span {
    font-family: Gallery Modern;
    font-size: 48px;
    line-height: 80px;
}

.new-home-banner-form a {
    font-family: Arial;
    margin: 0 auto;
    font-weight: 500;
    border: 1px solid #fff;
    font-size: 14px;
    align-items: center;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    max-width: 264px;
    height: 48px;
    line-height: 48px;
}

.new-home-banner-wrap {
    position: relative;
    padding-bottom: 86px;
}

@media screen and (max-width: 1199px) {
    .new-home-banner-img {
        width: 100%;
        height: 633px;
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 768px) {
    .new-home-banner-img {
        width: 100%;
        height: 500px;
    }

    .new-home-banner-form {
        width: 261px;
        padding: 30px 18px 60px;

    }

    .new-home-banner-form h1 {
        font-size: 32px;
        line-height: 33px;
    }

    .new-home-banner-form p {
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 35px;
    }

    .new-home-banner-form p span {
        font-family: Gallery Modern;
        font-size: 32px;
        line-height: 50px;
    }

    .new-home-banner-wrap {
        padding-bottom: 75px;
    }
}

@media screen and (max-width: 414px) {
    .new-home-banner-img {
        width: 100%;
        height: 573px;
    }

    .new-home-banner-form {
        width: 242px;

    }

    .new-home-banner-form h1 {
        font-size: 28px;
        line-height: 29px;
        margin-bottom: 15px;
    }

    .new-home-banner-form p {
        font-size: 11px;
        line-height: 12px;
        margin-bottom: 30px;
    }

    .new-home-banner-form p span {
        font-family: Gallery Modern;
        font-size: 28px;
        line-height: 35px;
    }

    .new-home-banner-wrap {
        padding-bottom: 53px;
    }
}

.new-home-banner-img-mob {
    display: none;
}

@media screen and (max-width: 414px) {

    .new-home-banner-img-mob {
        display: block;
    }

    .new-home-banner-img-desc {
        display: none;
    }
}

.containernew-home-banner {
    padding: 0 22px;
}

@media screen and (min-width: 768px) {
    .cart-info-new {
        display: none;
    }

    .containernew-home-banner {
        padding: 0 68px;
    }
}

@media screen and (max-width: 413px) {
    .containernew-home-banner {
        padding: 0 12px;
    }
}

h2 {
    font-family: Cormorant !important;
    font-weight: 500 !important;
    font-size: 56px !important;
    line-height: 48px !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}

.faq {
    max-width: 676px;
    margin: 0 auto;
}

.faq h2 {
    font-family: Arial !important;
    font-weight: 100 !important;
    font-size: 20px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #000000;
    border-bottom: 1px solid #3A3A3A;
}

.template-index h2, .insta-title b {
    font-family: Cormorant !important;
    font-weight: 500 !important;
    font-size: 56px !important;
    line-height: 48px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}

.section-why {
    width: 100%;
    background: #fff;
    padding: 48px 0;
}

.section-why-head h3 {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #272727;
}

.section-why-text {
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.section-why-item {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    max-width: 300px;
}

.section-why-item h4 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000;
}

.section-why-item p {
    font-family: Arial;
    font-style: normal;
    font-weight: lighter;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #5E5E5E;
}

.related__wrapper {
    padding: 0 70px;
}

.related__wrapper .tabs-wrapper {
    margin-bottom: 80px;
}

.related__wrapper .product-item {
    padding: 0 16px;
    background: #fff0 !important;
    border: 0 !important;
}

.related__wrapper .product-information > a {
    padding: 0 !important;
}

.faq-list__item-tabs p {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #5E5E5E;
}

.product-tabs .product-tabs__head .product-tabs-title .tab-link {
    font-family: Arial;
    font-size: 16px !important;
    line-height: 18px !important;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.product-tabs .tab-content p {
    font-family: Arial;
    font-size: 16px !important;
    line-height: 160%;
    letter-spacing: 0.5px;
    color: #5E5E5E;
}

.related__wrapper .product-information > a .product__grid__title {
    font-family: Arial;
    font-size: 14px !important;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #3A3A3A;
    text-align: left;
}

.related__wrapper .money {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.15px;
    color: #000000;
}

.faq-list__item-tabs {
    width: 100%;
}

.template-product .section-video {
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 80px;
    padding-top: 40px;
}

.index-tab-collections h2 {
    padding-bottom: 8px !important;
}

.index-tab-collections p {
    font-family: Roboto !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
    letter-spacing: 0.5px !important;
    color: #000000 !important;
}

.index-tab-collections .product__grid__title {
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #3A3A3A;
    text-align: left !important;
}

.index-tab-collections .product-information > a {
    padding: 12px 0 !important;
}

.index-tab-collections .price .money {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.15px;
    color: #000000;
}

.tabs-collections {
    margin-top: 40px;
}

.tabs-collections .tab-content .flickity-slider .product-item:first-child {
    width: 29% !important;
    padding-left: 55px !important;
}

@media screen and (max-width: 760px) {
    .insta-title b {
        font-size: 26px !important;
        line-height: 26px !important;
    }
}

@media screen and (max-width: 414px) {

    h2 {
        font-size: 32px !important;
        line-height: 32px !important;
    }

    .insta-title b {
        font-size: 21px !important;
        line-height: 21px !important;
    }

    .index-tab-collections p {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.5px;
        max-width: 300px;
        margin: 0 auto;
    }
}

.tabs-collections .tabs--center li {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    background: #fff;
    padding: 14px 26px !important;
}

.tabs-collections .tabs--center .current {
    background: #fff !important;
    color: #000;
    /* border-bottom: none!important; */
    border: 1px solid #000;
}

.tabs-collections .product-item {
    border: none !important;
    background: none !important;
    padding: 0 8px;
}

.index-tab-collections {
    margin-bottom: 80px;
}

.tabs-collections .hero__btn {
    background: #000000 !important;
    border: 2px solid #000000 !important;
    font-family: Roboto !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 111%;
    text-align: center;
    letter-spacing: 0.75px;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    margin-bottom: 20px !important;
}

.look__aside {
    padding: 0px !important;
}

.look__slide .product-item {
    background: #fff0 !important;
}

.look__slide .product__grid__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #3A3A3A;
}

.look__slide .product-item .product-information .money {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.15px;
    color: #000000;
}

.look__slide .product-item .product-link {
    padding: 12px 0 !important;
}

.look__slide .product-link .product__grid__title {
    text-align: left !important;
}

.image-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
}

.image-overlay-text h3 {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.image-overlay-text p {
    font-family: Roboto;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tabs-collections .grid__btn-wrapper {
    text-align: center !important;
}

.header__desktop__lower {

}

#shopify-section-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.search__popdown__outer {
    background: #fff !important;
}

.header__desktop__button svg {
    color: #fff !important;
}

.collection-item {
    border: 0 !important;
}

.collection-item:before {
    border: 0 !important;
}

.index-collections-list .collection-item .collection-item__info a p {
    transition: 0.5s;
}

.index-collections-list .collection-item:hover .collection-item__info a p {
    text-decoration: underline;
}

.btn--black:hover {
    color: #fff !important;
    background: #a60b00 !important;
    border: 1px solid #a60b00 !important;
    transition: 0.5s;
}

.new-home-banner-form a:hover, .btn--white:hover {
    color: #fff !important;
    background: #a60b00 !important;
    border: 1px solid #a60b00 !important;
    transition: 0.5s;
}

.index-hero .btn--white {
    height: 48px !important;
    line-height: 30px !important;
}

.look__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0 auto;

}

.image__hero__pane .image__hero__scale {
    transform: none !important;
}

@media only screen and (min-width: 750px) and (max-width: 1200px) {
    .product-grid--slider-alt .product-item:not(.one-quarter) {
        width: 28% !important;
    }
}

@media only screen and (max-width: 414px) {
    .look__aside {
        padding: 10px;
    }

    .index-tab-collections {
        margin-bottom: 0;
    }

    .index-hero {
        height: 300px !important;
        overflow: hidden;
    }

    .hero__description {
        font-size: 12px;
        line-height: 16px;
    }

    .hero__title {
        font-size: 28px !important;
        line-height: 28px !important;
    }

    .hero__content {
        margin-top: -30px;
    }

    .image__hero__pane {
        height: auto !important;
    }

    .image__fill {
        padding-top: 175% !important;
    }

    .look__title {
        font-weight: 500;
        font-size: 32px;

        line-height: 32px;
    }

    .seven-fifty-height-hero {
        height: 250px !important;
    }

    .tabs-collections .product-grid .product-item:first-child {
        display: none !important;
    }
}

.text-dark .hero__content {
    background: #fff0 !important;
}

.brick__section {
    margin: 0 auto;
    padding: 0 68px;
}

@media only screen and (max-width: 1100px) {
    .section-why-text {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .brick__block h2 {
        font-weight: 500 !important;
        font-size: 32px !important;
        line-height: 38px !important;
    }
}

.brick__block__text {
    background: #fff;
}

.btn--white-black {
    background: #000 !important;
    border: 1px solid #000;
    color: #fff !important;
}

.btn--white {
    background: #fff0 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

@media only screen and (max-width: 749px) {
    .brick__section {
        flex-direction: column !important;
        padding: 0 16px !important;
    }

    .brick__block__text {
        background: #fff0;
    }
}

.btn {
    font-family: Roboto !important;
    text-transform: uppercase !important;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 111%;
    letter-spacing: 0.75px;
}

.hero__content h2 {
    color: #fff !important;
}

.collection-item__info a p {
    font-family: Cormorant !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    text-align: center !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}

@media only screen and (max-width: 440px) {
    .collection-item__info a p {
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

.collections-maxwidth {
    padding: 68px;
    margin: 0 auto;
}

@media only screen and (max-width: 988px) {
    .collections-maxwidth {
        padding: 16px;
        margin: 0 auto;
    }

    #shopify-section-template--14222280491121__16368087616b7edea5 {
        margin-top: 40px;
    }
}

.collections-maxwidth .collection-item {
    padding: 0 8px;
    background: #fff0 !important;
}


.look__dot__wrapper.is-selected .look__dot:before {
    animation: pulse 5s linear !important;
    animation-iteration-count: infinite !important;
}

.quik-add-custom {
    font-family: Roboto !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.75px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
}

.product-item:before {
    display: none !important;
}

.slideup > button:after {
    background: #000;
    opacity: 0.3;
}

.slideup > button {
    padding: 17px !important;
}

.container-custom {
    padding: 0 68px;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .container-custom {
        padding: 0 16px;
    }
}

.main-news {
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
    width: 100%;
}

.main-news__inner {
    position: relative;
    padding-bottom: 78px;
}

.main-news__square {
    position: absolute;
    background: #EAEAEA;
    top: 24px;
    bottom: 0;
    left: -8.2125vw;
    width: 78.0193vw;
    pointer-events: none;
}

.main-news__title {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #272727;
    font-size: 34px;
    font-family: 'Gallery Modern', sans-serif;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.main-news__title h2 {
    max-width: 230px;
    font-weight: 400;
    line-height: 1.176;
    margin-left: auto;
}

.main-news__title b, .main-news__title strong {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.main-news__slider {
    position: relative;
    width: 60.1449vw;
}

.main-news__slider .slick-list {
    overflow: visible;
}

.main-news__box {
    position: relative;
    margin-right: 18px;
}

.main-news__box-head {
    position: relative;
    margin-bottom: 8px;
}

.main-news__box-img {
    position: relative;
    display: block;
    padding-top: 89.427%;
    overflow: hidden;
}

.main-news__box-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: height 2s ease, -webkit-transform 2s ease;
    transition: transform 2s ease, height 2s ease;
    transition: transform 2s ease, height 2s ease, -webkit-transform 2s ease;
}

.main-news__box-body {
    position: relative;
}

.main-news__box-info {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
}

.main-news__box-date {
    position: relative;
    color: #404040;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.main-news__box-type {
    position: relative;
    color: #404040;
    font-size: 9px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.main-news__box-title {
    position: relative;
}

.main-news__box-title a {
    color: #000;
    font-size: 14px;
    line-height: 1.714;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.main-news__box-title a:hover {
    color: #A60B00;
}

.insta-list picture img, .insta-box__img picture img {
    width: 100% !important;
}

@media screen and (max-width: 413px) {
    .main-news {
        margin-bottom: 50px;
    }

    .main-news__inner {
        padding-bottom: 50px;
    }

    .main-news__title h2 {
        max-width: 136px;
    }

    .main-news__box-info {
        margin-bottom: 12px;
    }

    .main-news__box-title a {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .main-news {
        margin-bottom: 100px;
    }

    .main-news__inner {
        padding-bottom: 68px;
    }

    .main-news__square {
        top: 20px;
        width: 57.2917vw;
        left: -68px;
    }

    .main-news__square:before {
        content: '';
        position: absolute;
        background: rgba(64, 64, 64, 0.3);
        right: 0;
        bottom: 0;
        width: 180%;
        height: 1px;
        -webkit-transform: rotate(46.78deg) translate(-16.5vw, -37.7vw);
        -ms-transform: rotate(46.78deg) translate(-16.5vw, -37.7vw);
        transform: rotate(46.78deg) translate(-16.5vw, -37.7vw);
    }

    .main-news__title {
        margin-bottom: 40px;
    }

    .main-news__title h2 {
        margin-left: calc(50% + 1.5vw);
    }

    .main-news__slider {
        width: 73.6979vw;
    }

    .main-news__box {
        margin-right: 22px;
    }
}

@media screen and (min-width: 1200px) {
    .main-news {
        margin-bottom: 100px;
    }

    .main-news__inner {
        padding-bottom: 100px;
    }

    .main-news__square {
        top: 32px;
        width: 66.4583vw;
    }

    .main-news__square:before {
        width: 195%;
        -webkit-transform: rotate(41deg) translate(-16vw, -42.5vw);
        -ms-transform: rotate(41deg) translate(-16vw, -42.5vw);
        transform: rotate(41deg) translate(-16vw, -42.5vw);
    }

    .main-news__title {
        font-size: 60px;
    }

    .main-news__title h2 {
        max-width: 240px;
        line-height: 1.1;
        margin-left: calc(50% + 7.5vw);
    }

    .main-news__slider {
        width: 73.8889vw;
    }

    .main-news__box {
        margin-right: 32px;
    }

    .main-news__box-head {
        margin-bottom: 12px;
    }

    .main-news__box-info {
        margin-bottom: 10px;
    }

    .main-news__box-date, .main-news__box-type {
        font-size: 12px;
        line-height: 1.3333;
    }

    .main-news__box-title a {
        display: inline-block;
        vertical-align: top;
        max-width: 350px;
        font-size: 16px;
        line-height: 1.5;
    }
}


.insta {
    position: relative;
    margin-bottom: 80px;
}

.insta-inner {
    position: relative;
}

.insta-list {
    position: relative;
}

.insta-list picture {
    position: absolute;
    transition: opacity 1s ease, -webkit-transform 0.1s linear;
    transition: transform 0.1s linear, opacity 1s ease;
    transition: transform 0.1s linear, opacity 1s ease, -webkit-transform 0.1s linear;
    opacity: 1;
}

.insta-list picture.show {
    opacity: 1;
}

.insta-list picture:nth-child(1) {
    width: 22.7053vw;
    top: 30.1932vw;
    left: 2.8985vw;
}

.insta-list picture:nth-child(2) {
    width: 17.6328vw;
    top: 18.8405vw;
    right: -5.314vw;
}

.insta-list picture:nth-child(3) {
    width: 17.1497vw;
    top: 23.4299vw;
    left: -5.7971vw;
}

.insta-list picture:nth-child(4) {
    width: 15.7vw;
    top: 38.1642vw;
    right: 0.7246vw;
}

.insta-list picture img {
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease;
}

.insta-title {
    position: absolute;
    top: 16px;
    left: 0;
    color: #5E5E5E;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

.insta-title b {
    display: block;
    color: #272727;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Gallery Modern', sans-serif;
    letter-spacing: 0.25px;
    margin-top: 8px;
}

.insta-box {
    position: relative;
    left: 5.797vw;
    width: 34.0579vw;
    text-align: center;
    margin: 0 auto;
}

.insta-box__img {
    position: relative;
    margin-bottom: 16px;
}

.insta-box__text {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.insta-link {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


@media screen and (max-width: 413px) {
    .brick__section {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .insta {
        margin-bottom: 50px;
    }

    .insta-title {
        font-size: 8px;
    }

    .insta-title b {
        font-size: 18px;
        margin-top: 4px;
    }

    .insta-box__img {
        margin-bottom: 12px;
    }

    .insta-box__text {
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) {
    .insta {
        margin-bottom: 100px;
    }

    .insta-inner {
        padding-bottom: 6.5104vw;
    }

    .insta-list picture:nth-child(1) {
        top: 21.875vw;
        left: 3.2552vw;
        width: 24.8698vw;
    }

    .insta-list picture:nth-child(2) {
        top: 19.14063vw;
        right: -68px;
        width: 21.6146vw;
    }

    .insta-list picture:nth-child(3) {
        top: 15.625vw;
        left: -68px;
        width: 21.3542vw;
    }

    .insta-list picture:nth-child(4) {
        top: 36.849vw;
        right: -1.6927vw;
        width: 17.5781vw;
    }

    .insta-title {
        top: 0;
        font-size: 12px;
        letter-spacing: 10.5px;
    }

    .insta-title b {
        font-size: 38px;
        line-height: 1.1;
        margin-top: 16px;
    }

    .insta-box {
        left: 6.8vw;
        width: 28.125vw;
    }

    .insta-box__img {
        margin-bottom: 24px;
    }

    .insta-box__text {
        font-size: 14px;
    }

    .insta-inner {
        padding-bottom: 12vw;
    }
}

@media screen and (min-width: 1200px) {
    .insta-inner {
        padding-bottom: 0px;
    }

    .insta-list picture:nth-child(1) {
        top: 17.5694vw;
        left: 4.3056vw;
        width: 22.9861vw;
    }

    .insta-list picture:nth-child(2) {
        top: 14.5139vw;
        width: 22.1528vw;
    }

    .insta-list picture:nth-child(3) {
        top: 11.8056vw;
        width: 17.8472vw;
    }

    .insta-list picture:nth-child(4) {
        top: 32.6389vw;
        right: 2.7778vw;
        width: 17.9861vw;
    }

    .insta-title {
        font-size: 14px;
        letter-spacing: 10.5px;
    }

    .insta-title b {
        font-size: 60px;
        line-height: 1.18;
        margin-top: 10px;
        margin-left: -10px;
    }

    .insta-box {
        left: 4.8vw;
        width: 28.75vw;
    }

    .insta-box__img {
        margin-bottom: 60px;
    }

    .insta-box__text {
        padding: 0 4vw;
    }
}

.icon-i-arr-right:before {
    content: "";
}

.subscribe {
    position: relative;
    background: #000;
    padding: 68px 0;
}

.subscribe.has-success .subscribe-success {
    visibility: visible;
    opacity: 1;
}

.subscribe.has-error .subscribe-form input {
    color: #FF0000;
    border-color: #FF0000;
}

.subscribe.has-error .subscribe-form .form-button button {
    color: #FF0000;
}

.subscribe-inner {
    position: relative;
}

.subscribe-title {
    position: relative;
    color: #FFF;
    font-size: 24px;
    font-family: 'Gallery Modern', sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.subscribe-title h2 {
    float: left !important;
    text-align: left !important;
    font-weight: 400;
    line-height: 1;
    color: #fff !important;
}

.subscribe-subtitle {
    position: relative;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.25px;
    margin-top: -12px;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    width: 100%;
    background: transparent;
    height: 38px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #FFF;
}

.subscribe-form input::-webkit-input-placeholder {
    color: #FFF;
}

.subscribe-form input::-moz-placeholder {
    color: #FFF;
}

.subscribe-form input:-ms-input-placeholder {
    color: #FFF;
}

.subscribe-form input:-moz-placeholder {
    color: #FFF;
}

.subscribe-form .form-group:not(:last-child) {
    margin-bottom: 0;
}

.subscribe-form .form-button {
    position: absolute;
    top: 6px;
    right: 0;
}

.subscribe-form .form-button button {
    background: transparent;
    color: #FFF;
    font-size: 24px;
    line-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.subscribe-form .help-block {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.subscribe-success {
    position: absolute;
    background: #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    background: transparent;
    height: 38px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #FFF;
}

.subscribe-form input::-webkit-input-placeholder {
    color: #FFF;
}

.subscribe-form input::-moz-placeholder {
    color: #FFF;
}

.subscribe-form input:-ms-input-placeholder {
    color: #FFF;
}

.subscribe-form input:-moz-placeholder {
    color: #FFF;
}

.subscribe-form .form-group:not(:last-child) {
    margin-bottom: 0;
}

.subscribe-form .form-button {
    position: absolute;
    top: 6px;
    right: 0;
}

.subscribe-form .form-button button {
    background: transparent;
    color: #FFF;
    font-size: 24px;
    line-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.subscribe-form .help-block {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}


@media screen and (max-width: 414px) {
    .subscribe {
        padding: 40px 0;
    }

    .subscribe-title {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .subscribe {
        padding: 68px 0;
    }

    .subscribe-title {
        font-size: 48px;
        letter-spacing: -1.5px;
        margin-bottom: 16px;
    }

    .subscribe-title h2 {
        line-height: 1.1;
    }

    .subscribe-subtitle {
        font-size: 20px;
        letter-spacing: 0.15px;
        margin-top: 0;
    }

    .subscribe-form input {
        height: 48px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media screen and (min-width: 1200px) {
    .subscribe {
        padding: 80px 0;
    }

    .subscribe-title {
        font-size: 52px;
        margin-bottom: 32px;
    }

    .subscribe-title h2 {
        line-height: 1;
    }

    .subscribe-subtitle {
        font-size: 28px;
        line-height: 1.15;
    }

    .subscribe-form .form-button button {
        font-size: 32px;
        transition: color 0.3s ease;
    }

    .subscribe-form .form-button button:hover .icon {
        width: 48px;
    }

    .subscribe-form .form-button button:hover .icon:before {
        content: '\EA25';
    }

    .subscribe-form .form-button button .icon {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 32px;
        transition: width 0.5s ease;
        overflow: hidden;
    }
}


.footer-menu__box-list ul {
    list-style: none;
    margin: 0;
}

.footer {
    position: relative;
    background: #FFF;
}

.footer-top {
    position: relative;
    padding: 32px 0 12px;
}

.footer-top .container, .footer-bottom .container, .footer-bottom .container .footer-inner {
    background: #fff !important;
}

.footer-bottom {
    position: relative;
    padding: 6px 0 32px;
}

.footer-inner {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1350px;
}

.footer-menu {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.footer-menu__box {
    overflow: hidden;
}

.footer-menu__box:not(:last-child) {
    margin-bottom: 20px;
}

.footer-menu__box-title {
    position: relative;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-menu__box-list {
    position: relative;
}

.footer-menu__box-list .ul .li {
    position: relative;
    margin-bottom: 10px;
}

.footer-menu__box-list .ul .li a {
    color: #5E5E5E;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.footer-menu__box-list .ul .li a:hover {
    color: #A60B00;
}

.footer-menu__box-list ul.columns {
    justify-content: space-between;
}

.footer-partners {
    width: 100%;
}

.footer-partners img {
    max-height: 13px;
}

.footer-partners img:not(:last-child) {
    margin-right: 12px;
}

.footer .logo {
    width: 30%;
    text-align: center;
    margin-bottom: 32px;
    display: flex;
    margin-right: 15px
}

.footer .logo img {
    max-height: 25px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.footer-menu__wraper {
    width: 70%;
}

.footer-bottom .container .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    max-width: 240px;
    position: relative;
    color: #5E5E5E;
    font-size: 9px;
    line-height: 1.333;
    letter-spacing: 0.86em;
    text-align: center;
    text-transform: uppercase;
}

.footer-partners {
    max-width: 400px;
}

.footer-top {
    padding: 32px 16px 12px;
}

@media screen and (max-width: 988px) {
    .footer-partners {
        display: flex;
        padding: 0 16px;
        align-items: center;
        justify-content: center;
    }

    .footer .logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer-bottom .footer-inner {
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer-menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .footer-top {
        position: relative;
        padding: 32px 16px 12px;
    }

    .footer-inner {
        flex-direction: column;
    }

    .footer-menu__wraper {
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .footer-menu {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer-menu .d-lg-block {
        display: none;
    }

    .footer-menu .footer-menu__box:last-child .footer-menu__box-list .ul .li {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .footer-menu__box-title {
        font-size: 10px;
    }

    .footer-menu__box-list .ul .li a {
        font-size: 8px;
    }

    .footer .logo img {
        max-height: 20px;
    }

    .sidebar-nav-page {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 16px;
    }
}

.headeing-video {
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.headeing-video h3 {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #272727;
}

.current .recent__title {
    font-family: Roboto !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 24px !important;
    text-decoration: underline !important;
    text-align: center !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;

    color: #000000 !important;
}

.recent__title {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    /* identical to box height, or 133% */

    text-align: center !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;

    color: #000000 !important;
}

.product-item__optionSell {
    font-family: Roboto;
    font-size: 11px;
    line-height: 90%;
    letter-spacing: 2.5px;
    color: #A60B00;
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9;
    border: 1px solid #000000;
}

.product-item__optionSell div {
    font-family: Roboto;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px;
}

.relative {
    position: relative;
}

.new-to-sale {
    font-family: Roboto;
    font-size: 11px;
    line-height: 90%;
    letter-spacing: 2.5px;
    color: #A60B00;
    text-transform: uppercase;
}

.product__title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: #272727;
}

.template-product .money {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
    color: #000000;
}

.share-links {
    font-family: Roboto;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #3A3A3A;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.share-links svg {
    margin-left: 4px;
}

.share-links span {
    line-height: 28px;
}

.share--product-links {
    width: 170px;
    display: flex;
    justify-content: space-around;
}

.share--product-links a {
    margin: 0 10px;
}

.goes-with {
    margin: 30px 0 40px;
}

.goes-with-title, .set-section-title {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #272727;
}

.goes-with-product {
    background: #fff;
    width: 100%;
    height: 89px;
    display: flex;
    margin: 16px 0;
    position: relative;
}

.goes-with-product svg {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.goes-with-img {
    width: 20%;
    height: 89px;
}

.goes-with-info {
    width: 80%;
    height: 89px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.goes-with-info-title {
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
}

.goes-with-info-price {
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

@media screen and (max-width: 640px) {
    .goes-with-title, .set-section-title {
        font-size: 20px !important;
    }

    .goes-with-product {
        background: #fff;
        width: 100%;
        height: 120px;
        display: flex;
        margin: 16px 0;
    }

    .goes-with-img {
        width: 30%;
        height: 120px;
    }

    .goes-with-info {
        width: 70%;
        height: 120px;
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .headeing-video h3 {
        text-align: left;
        padding: 16px;
    }

    .headeing-video {
        padding: 0;
    }

    .template-product .section-video {
        margin: 0 !important;
    }

    .related__products .recent__title {
        font-size: 12px !important;
    }

    .related__wrapper ul.tabs--center > li {
        margin: 0 5px;
    }

    .tab-content .quick-add-button {
        display: none !important;
    }

    .related__wrapper .tabs__arrow {
        display: none;
    }

    .section-why-head {
        padding: 0 16px;
    }

    .section-why-head h3 {
        text-align: left;
    }

    .section-why-item {
        text-align: left !important;
    }

    .related__wrapper .product-item {
        padding: 0px 6px;
    }

    .ul.tabs--center > li {
        padding: 0 5px !important;
    }

    .related__wrapper {
        padding: 0;
    }
}

.product-set-body {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.product-set-body .product-set-body-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-set-body .shipping-delivery {
    display: none;
}

.theme__header {
    border-bottom: 0 !important;
}

.product-set-body-img {
    width: 25%;
}

.product-set-body-img img {
    width: 100%;
    height: 100%;
}

.product-set-body-text {
    width: 75%;
    padding-left: 16px;
}

.product-set-body-text .shop-pay-terms {
    display: none !important;
}

.product-set-body-money {
    display: none;
}

.product-set-body-text .product-set-body-money {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.size-chart-window {
    max-width: 800px;
    background: #fff;
    margin: 0 auto;
}

.product-size-guide__box-text .table-size-guide {
    margin: 0 auto;
}

.size-chart-wrap-hide {
    padding: 200px 20px 200px;
    display: none;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    background: #000000a3;
    z-index: 99999999999999;
    height: 100vh;
    overflow-y: scroll;
}

.wrap-size-chart-text {
    position: relative;
}

.wrap-size-chart-text .product-size-guide__box {
    padding: 15px;
}

.product__submit__item .shopify-payment-button {
    display: none;
}

.product-set-body-price-text {
    font-family: Roboto;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5E5E5E;
}

.product__submit__item .product__submit__add {
    background: #000 !important;
    color: #fff !important;
}

.set-section .set-section-title {
    margin-bottom: 16px;
}

.product-set-body-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.size-guid {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row;
    width: 32%;
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    color: #757062;
}

.size-guid svg {
    margin-left: 5px;
}

.product-set-body-title {
    width: 68%;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.product-set-body-form .product__submit__buttons {
    display: block !important;
}

.product-size-guide {
    position: fixed;
    background: #F5F5F5;
    top: 0;
    left: 50%;
    width: 100vw;
    height: var(--window-height);
    padding: 64px 22px 24px;
    overflow-y: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.3s ease, height 0.1s linear;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
}

.product-size-guide.fixed {
    position: fixed;
    top: 60px;
    bottom: 60px;
    max-height: calc(var(--window-height) - 120px);
}

.product-size-guide.show {
    visibility: visible;
    opacity: 1;
}

.product-size-guide__box {
    position: relative;
}

.product-size-guide__box-text {
    position: relative;
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.25px;
}

.product-size-guide__box-text h2 {
    color: #000;
    font-size: 34px;
    font-weight: 400;
    font-family: 'Gallery Modern', sans-serif;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-size-guide__box-text h2:not(:last-child) {
    margin-bottom: 8px;
}

.product-size-guide__box-text h2:not(:first-child) {
    margin-top: 32px;
}

.product-size-guide__box-text h3 {
    color: #000;
    font-size: 34px;
    font-family: 'Gallery Modern', sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-size-guide__box-text h3:not(:last-child) {
    margin-bottom: 8px;
}

.product-size-guide__box-text h3:not(:first-child) {
    margin-top: 32px;
}

.product-size-guide__box-text ul li {
    position: relative;
    padding-left: 12px;
}

.product-size-guide__box-text ul li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
}

.product-size-guide__box-text ul li:not(:last-child) {
    margin-bottom: 12px;
}

.product-size-guide__box-text table {
    width: 100%;
    border-collapse: collapse;
}

.product-size-guide__box-text table:not(:first-child) {
    margin-top: 14px;
}

.product-size-guide__box-text table:not(:last-child) {
    margin-bottom: 16px;
}

.product-size-guide__box-text table thead tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.product-size-guide__box-text table thead tr td, .product-size-guide__box-text table thead tr th {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.product-size-guide__box-text table tbody tr {
    border-bottom: 1px solid #D6D6D6;
}

.product-size-guide__box-text table tr td, .product-size-guide__box-text table tr th {
    vertical-align: middle;
    width: 33.33334%;
    height: 38px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3333;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 0;
}

.product-size-guide__box-text table tr td:not(:last-child), .product-size-guide__box-text table tr th:not(:last-child) {
    padding-right: 24px;
}

.product-size-guide__box-text table tr td:last-child, .product-size-guide__box-text table tr th:last-child {
    text-align: center;
}

.product-size-guide__box-close {
    position: absolute;
    top: -32px;
    right: 0;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.product-size-guide__box-text h3 {
    font-family: Cormorant;
}

.product-size-guide {
    padding: 100px 68px 80px;
}

.product-size-guide__box-text {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.product-size-guide__box-text h2 {
    font-size: 84px;
    letter-spacing: -1.5px;
}

.product-size-guide__box-text h2:not(:last-child) {
    margin-bottom: 10px;
}

.product-size-guide__box-text h2:not(:first-child) {
    margin-top: 80px;
}

.product-size-guide__box-text h3 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -1.5px;
}

.product-size-guide__box-text h3:not(:last-child) {
    margin-bottom: 10px;
}

.product-size-guide__box-text h3:not(:first-child) {
    margin-top: 80px;
}

.product-size-guide__box-text table:not(:last-child) {
    margin-bottom: 24px;
}

.product-size-guide__box-text table thead tr td, .product-size-guide__box-text table thead tr th {
    font-size: 16px;
    font-weight: 400;
}

.product-size-guide__box-text table tr td, .product-size-guide__box-text table tr th {
    height: 64px;
    font-size: 18px;
    padding: 16px 0;
}

.product-size-guide__box-close {
    font-size: 32px;
}

.size-chart-header {
    position: absolute;
    right: 5%;
    top: 25px;
    z-index: 99999999;
    cursor: pointer;
}

@media screen and (max-width: 988px) {
    .size-guid {
        align-items: flex-start;
        font-size: 12px;
    }

    .product-size-guide__box-text h3 {
        font-size: 33px;
    }

    .size-chart-wrap-hide {
        padding: 90px 20px 0;
    }

    .size-chart-header {
        position: absolute;
        right: 4%;
        top: 10px;
    }

    .table-size-guide tbody tr {
        display: flex;
    }

    .table-size-guide tbody tr td {
        padding: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.size-box {
    position: relative;
}

.size-box.show .size-box__modal {
    visibility: visible;
    opacity: 1;
}

.size-box.has-error .size-box__title {
    color: #FF0000;
    border-color: #FF0000;
}

.size-box.has-error .size-box__count {
    color: #FF0000;
}

.size-box__title {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    color: #000;
    border-bottom: 1px solid #5E5E5E;
    transition: all 0.3s ease;
    cursor: pointer;
}

.size-box__count {
    position: relative;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.size-box__button {
    position: relative;
    font-size: 16px;
    line-height: 0;
    margin-left: auto;
}

.size-box__modal {
    position: absolute;
    background: #FFF;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    bottom: auto;
    padding: 0;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 25;
}

.size-box__modal-title {
    position: relative;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

.size-box__modal-text {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 22px;
}

.size-box__modal-text a {
    color: #000;
    text-decoration: underline;
}

.size-box__modal-text a:hover {
    text-decoration: none;
}

.size-box__modal-title, .size-box__modal-text, .size-box__modal-link, .size-box__modal-button, .size-box__modal-close {
    display: none;
}

.size-box__modal-list {
    position: relative;
    margin: 0 0 12px;
}

.size-box__modal-list ul {
    max-height: 308px;
    padding: 16px 0;
    overflow-y: auto;
}

.size-box__modal-list ul li {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 38px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Gallery Modern', sans-serif;
    padding: 0 8px;
    transition: background .3s ease;
    cursor: pointer;
}

.size-box__modal-list ul li:not(:last-child) {
    border-bottom: 0;
    margin-bottom: 12px;
}

.size-box__modal-list ul li.focus {
    color: #FFF;
    background: #A60B00;
}

.size-box__modal-list ul li:hover {
    color: #FFF;
}

.size-box__modal-list ul li:hover:before {
    opacity: 1;
}

.size-box__modal-list ul li:before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #a60b00 0%, rgba(166, 11, 0, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.size-box__modal-list ul li.disabled, .size-box__modal-list ul li[disabled] .size-title {
    /*pointer-events: none; */
    opacity: 0.3;
}

.size-box__modal-list ul li .size-different {
    position: absolute;
    top: 50%;
    left: 22px;
    text-align: left;
    text-transform: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.size-box__modal-list ul li .size-different b {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.size-box__modal-list ul li .size-title {
    position: relative;
}

.size-box__modal-list ul li .size-count {
    position: absolute;
    top: 50%;
    right: 22px;
    text-align: right;
    text-transform: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.size-box__modal-link {
    position: relative;
}

.size-box__modal-link:not(:last-child) {
    margin-bottom: 56px;
}

.size-box__modal-link a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    color: #000;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.size-box__modal-link a:hover {
    color: #A60B00;
}

.size-box__modal-link a .icon {
    font-size: 16px;
    margin-left: auto;
}

.size-box__modal-button {
    position: relative;
}

.size-box__modal-button .btn {
    width: 100%;
}

.size-box__modal-close {
    position: absolute;
    top: 22px;
    right: 22px;
    color: #000;
    font-size: 24px;
    line-height: 0;
    cursor: pointer;
    z-index: 5;
}

.size-box-cart {
    overflow: hidden;
}

.size-box-cart.show {
    overflow: unset;
}

.size-box__modal-list ul {
    margin: 0;
}

.size-box__modal-list ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.size-box__modal-list ul li .join-wait-list {
    position: absolute;
    right: 5px;
    width: 100%;
    text-align: right;
    padding-right: 5px;
}

.color-prod {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-right: 12px;
    margin-bottom: 25px;
}

.color-prod div {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.colors {
    display: flex;
}

.colors > a:first-child > .color-prod {
    border: 1px solid #a60b01 !important;
}

.colors a .color-prod {
    border: 1px solid #fff !important;
}

.colors-title {
    font-family: Roboto;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #3A3A3A;
    margin-bottom: 8px;
}

.product__selectors {

    display: flex;
    flex-wrap: wrap;
}

.product__page {
    margin-top: 0px;
}

@media screen and (max-width: 988px) {
    .size-box__modal-list ul li {
        font-size: 10px;
    }

    .product__page {
        margin-top: 0px;

    }

    .product__selectors {

    }

    .product__wrapper {
        margin: 0 !important;
        padding: 0px;
    }

    .product__page .form__wrapper {
        padding: 0 16px;
    }

    .product-set-body-title {
        width: 50%;
        font-size: 12px;
    }

    .size-guid {
        font-size: 12px;
        width: 50%;
    }

    .product-set-body-img {
        width: 40%;
    }

    .product-set-body-text {
        width: 60%;
    }
}

.product__title-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product__title-wrap-h {
    width: 70%;
}

.product__title-wrap-r {
    width: 30%;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.product__title-wrap-r svg {
    margin-right: 8px;
}

#product__title-wrap-r {
    display: flex;
    align-items: center;
}

.faq-list {
    display: flex;
    flex-direction: column;
}

.faq-list__item {
    width: 100% !important;
}

.delivery-delivery {
    position: relative;
    cursor: pointer;
}

.country-delivery {
    position: absolute;
    top: 14px;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    display: none;
    max-width: 320px;
    z-index: -9;
    opacity: 0;
    padding: 24px 32px;
    left: 70px;
    max-height: 300px;
    overflow-y: scroll;
}

.country-delivery div:hover {
    opacity: 0.5;
    cursor: pointer;
}

.learn-more {
    font-family: Roboto;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 100;
    text-transform: capitalize;
    text-decoration: underline;
    cursor: pointer;
}

.free-delivery, .now-delivery {
    display: none;
}

.estimated-delivery {
    display: flex;
}

.shipping-delivery {
    margin-bottom: 40px;
}

.shipping-delivery span {
    margin-left: 8px;
}

.shipping-delivery .estimated-delivery span {
    margin-left: 16px;
}

.estimated-delivery-svg {
    position: relative;
}

.estimated-delivery-svg .svg {
    position: absolute;
    top: -5px;
    right: -14px;
}

.estimated-delivery-svg .svg div {
    position: absolute;
    background: #fff;
    padding: 16px;
    top: -60px;
    width: 230px;
    z-index: 9;
    right: -230px;
}

.estimated-delivery-svg .svg div {
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: none;
}

.estimated-delivery-svg .svg:hover div {
    display: block;
}

.estimated-delivery-svg .svg div a {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    text-decoration-line: underline;
    color: #757062;
}

.delivery-delivery > span {
    margin-left: 8px;
}

.country-delivery-show {
    display: block;
    z-index: 99999;
    opacity: 1;
}

.country-delivery > div {
    margin-bottom: 15px;
  	margin-top: 15px;
}

.shipping-delivery div span {
    font-family: Roboto ! 'Gallery Modern', sans-serif;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    color: #3A3A3A !important;
    font-weight: 100 !important;
}

.estimated-delivery, .free-delivery, .now-delivery, .delivery-delivery {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    margin: 6px 0;
}

.estimated-delivery .learn-more {
    margin-left: 5px;
}

@media screen and (max-width: 988px) {
    .product__title-wrap-h h1 {
        font-size: 20px !important;
    }

    .product__title-wrap-h {
        width: 80%;
    }

    .product__title-wrap-r {
        width: 20%;
    }

    .template-product .money {
        font-size: 18px;
    }

    .product__price__wrap {
        margin-top: 10px;
    }
}

.accordion2 .container-ac {
    position: relative;
    margin: 0px;
}

.accordion2 .container-ac p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #000000;
}

.accordion2 .container-ac p a {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: blue;
    text-decoration: underline;
}

.accordion2 .container-ac h3 {
    font-family: Cormorant;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #272727;
}

.accordion2 .label {
    position: relative;
    font-size: 18px;
    color: black;
    cursor: pointer;
}

.accordion2 .label::before {
    content: '+';
    color: black;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 18px;
    transform: translateY(-50%);
}

.accordion2 .content {
    position: relative;
    height: 0;
    font-size: 20px;
    text-align: justify;
    overflow: hidden;
    transition: 0.5s;
}

.accordion2 hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
}

.accordion2 .container-ac.active .content {
    height: fit-content;
}

.accordion2 table {
    width: 100%;
    margin: 0 !important;
    padding-right: 20px;
}

.accordion2 .container-ac.active .label::before {
    content: '-';
    font-size: 30px;
	font-family: 'Open Sans';
    margin-top: -10px;
}

.accordion2 .active .content {
    margin-top: 20px;
}

.accordion2 .active .content hr {
    margin: 0 !important;
}

.country-get {
    display: flex;
    justify-content: space-between;
}

.country-get .countr-checked {
    opacity: 0;
}

@media screen and (max-width: 440px) {
    .accordion2 tbody tr td:first-child {
        font-size: 16px !important;
        text-align: left;
    }
}

.container-ac .label {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #272727;
}

.d-none {
    display: none !important;
}

.waitlist-modal {
    position: fixed;
    top: 150%; /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, 0%);
    height: 100vh;
    z-index: 99999999999999999 !important;
}

.waitlist-modal.show {
    background: #000000bf;
    top: 0px !important;
    display: flex;
    padding-top: 80px;
    align-items: center;
}

.waitlist-modal__inner {
    background: #FFFFFF;
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 24px;
    position: relative;
}

.product-list__box {
    display: flex;
}

.product-list__box-head {
    width: 30%;
}

.product-list__box-head img {
    width: 100%;
}

.product-list__box-body {
    width: 70%;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-list__box-price {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1113px) {
    .waitlist-modal-set .waitlist-modal__inner, .waitlist-modal__inner {
        padding: 56px 21px 40px !important;
    }

    .waitlist-modal {
        display: flex;
        height: 100vh !important;
        max-height: 100vh !important;
        align-items: center;
        transition: 0.5s;
        padding: 0 20px;
    }
}

.waitlist-modal__inner {
    position: relative;
}

.waitlist-modal__inner {
    position: relative;
}

.waitlist-modal-success {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.waitlist-modal__close {
    z-index: 2;
}

.waitlist-modal-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.waitlist-modal__options .checkbox-list .checkbox:last-child {
    margin-right: 5px;
}

.waitlist-modal__options .checkbox-list .checkbox {
    margin-top: 5px;
}

.waitlist-modal-cart {
    position: fixed;
    top: 150vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999 !important;
    transition: 0.5s;
    display: flex;
    align-items: center;
    background: #000000bf;
}

.waitlist-modal-cart.show {
    top: 0 !important;
    transition: 0.5s;
}

.waitlist-modal__options .inventory_quantity-one {
    display: none;
}

.share-links-mob {
    display: none;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .waitlist-modal-set {
        max-height: 100vh !important;
    }

    .share-links-desc {
        display: none;
    }

    .share-links-mob {
        display: flex;
    }

    .product__page {
        margin-top: 0px;
        overflow: hidden;
    }
}

.product-grid-outer .product-item .quick-add-button {
    display: none !important;
}

.product__submit--spb .product__submit__add {
    border: none !important;
}

.display-block {
    display: block !important;
}

.display-none {
    display: none !important;
}

.div_default-page h1 {
    font-family: Cormorant;
    text-transform: uppercase;
    text-align: center;
}

.div_default-page p {
    margin-bottom: 0 !important;
}

.div_default-page .standard__heading {
    display: none;
}

.sidebar-nav-page h2 {
    font-family: Roboto !important;
    font-size: 18px !important;
    line-height: 20px !important;
    letter-spacing: 0.085em;
    color: #000000 !important;
    margin-bottom: 20px;
}

.sidebar-nav-page .nav__item a {
    font-family: Roboto !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.005em !important;
    color: #000000 !important;
}

.div_default-page {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0px 50px 100px;
}

.div_default-page .margin--medium {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.div_default-page .wrapper h2, .div_default-page .wrapper h1, .div_default-page .wrapper h1 b {
    text-align: left !important;
    font-family: Cormorant !important;
    font-weight: 500 !important;
    font-size: 56px !important;
    line-height: 56px !important;
    text-transform: uppercase;
    color: #000000 !important;
}

.div_default-page .wrapper .table {
    margin-bottom: 50px;
}

.div_default-page .wrapper h4, .div_default-page .wrapper h2 b, .div_default-page .wrapper h2 strong, .div_default-page .wrapper .text__standard > strong {
    font-family: Cormorant !important;
    font-weight: 500 !important;
    font-size: 32px !important;
    line-height: 36px !important;
    letter-spacing: 0.025em;
    text-transform: uppercase !important;
    color: #000000 !important;
}

.sidebar-nav-page ul li {
    margin-bottom: 16px;
}

.sidebar-nav-page {
    min-width: 230px;
    padding-left: 16px;
    position: sticky;
    top: 150px;
}

.sizeguids .content-box {
    background: #fff;
    padding: 64px;
}

.wrap-sizes {
    width: 100%;
    max-width: 850px;
    overflow: scroll;
    margin: 0 auto;
    border-right: 1px solid #C7C7C7;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.wrap-sizes::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.wrap-sizes {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.row-sizes {
    width: 120px;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-size {
    display: inline-flex;
}

.col-sizes {
    float: left;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.row-sizes-title {
    font-weight: bold;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7 !important;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 16px;
}

.row-sizes {
    border-bottom: 1px solid #d6d6d6;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-left: 1px solid #C7C7C7;
}

.row-sizes-bust {
    height: 288px !important;
    border-left: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    width: 118px;
}

.sticky-col {
    position: sticky;
    top: 0px;
    left: 0;
    flex-grow: 0;
    flex-shrink: 0
}

.bold-size {
    font-weight: 700;
}

.content-box .section-faq h2.section-faq__title {
    font-family: Roboto !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 23px !important;
    letter-spacing: 0.15px !important;
    color: #000000 !important;
}

.accordion__title:after, .accordion__title:before {
    background: #000000 !important;
}

.faq-list__item h3 {
    font-family: Cormorant !important;
}

.faq-list__item > div {
    text-align: left !important;
}

.faq-list__item table {
    margin: 0 auto;
    margin-top: 30px;
}

.header__menu__inner .parent .navtext {
    text-transform: uppercase !important;
}

.navlink--child .navtext, .navlink--grandchild .navtext {
    color: #000 !important;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .sizeguids .content-box {
        padding: 0 !important;
    }

    .div_default-page .wrapper h2, .div_default-page .wrapper h1, .div_default-page .wrapper h1 b {
        font-size: 32px !important;
    }

    .div_default-page {
        display: flex;
        flex-direction: column;
        padding: 50px 0px;
    }
}

.product__badge {
    display: none !important;
}

.breadcrumbs {
    position: relative;
    display: none;
}

.breadcrumbs a {
    text-transform: uppercase;
    font-size: 12px;
    color: #5e5e5e;
    font-family: Roboto !important;
}

.breadcrumbs span {
    text-transform: uppercase;
    font-size: 12px;
    color: #5e5e5e;
    font-family: Roboto !important;
}

@media screen and (min-width: 1200px) {
    .breadcrumbs {
        display: block;
        padding: 0 63px;
    }

    .breadcrumbs-faq {
        padding-top: 28px;
    }

    .breadcrumbs ul {
        font-size: 0;
    }

    .breadcrumbs ul li {
        position: relative;
        display: inline;
        color: #5E5E5E;
        font-size: 12px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .breadcrumbs ul li:not(:last-child):after {
        content: '|';
        position: relative;
        top: -1px;
        margin: 0 6px;
    }

    .breadcrumbs ul li a {
        color: #5E5E5E;
        transition: color 0.3s ease;
        text-transform: uppercase;
    }

    .breadcrumbs ul li a:hover {
        color: #A60B00;
    }
}

@media screen and (min-width: 1680px) {
    .breadcrumbs {
        padding: 40px 20px 32px;
    }

    .breadcrumbs .container {
        padding: 0 7.5vw;
    }

    .breadcrumbs ul li {
        font-size: 10px;
    }
}

.menu__item a span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
}

.sidebar-nav-page .nav {
    margin-bottom: 30px;
}

.template-collection .product-grid {
    padding: 40px 60px;
    background: #ECEBE9;
}

.template-collection .product-grid .product-item {
    padding: 0 9px;
    background: #fff0;
    border: none !important;
    margin-bottom: 15px;
}

.template-collection .product-grid .product-item .product-link {
    padding: 0 !important;
    text-align: left;
}

.template-collection .product-grid .product-item .product-link p {
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #3A3A3A;
}

.template-collection .product-grid .product-item .product-link .price {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    color: #000000;
}

.template-collection .product-grid .product-item .product-information {
    padding-bottom: 18px;
    margin-top: 10px;
}

.pagination-custom__arr > a, .pagination-custom__arr > span {
    border: none !important;
}

.pagination-custom__num > a, .pagination-custom__num > span, .pagination-custom__spacer > span {
    border: none !important;
}

.collection__title .hero__title {
    font-family: Cormorant;
    font-size: 44px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.collection-top-buttons {
    overflow-x: scroll;
    margin-bottom: 40px;
}

.collection-top-buttons-wrap {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-top-buttons-wrap a {
    float: left;
}

.btn-collections {
    margin: 0 8px;
    min-width: 148px;
    height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-family: Cormorant;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.btn-collections:hover {
    border: 1px solid #000;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.collection-top-buttons::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.collection-top-buttons {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

@media screen and (max-width: 989px) {
    .quick-add-button {
        display: none !important;
    }

    .template-collection .product-grid {
        padding: 20px 10px;
        background: #ECEBE9;
    }
}

@media screen and (max-width: 740px) {
    .template-collection .product-grid {
        padding: 0 !important;
    }

    .btn-collections {
        min-width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .collection-top-buttons-wrap {
        width: fit-content;
        overflow: hidden;
    }
}

.cart-dropdown__message {
    font-family: Roboto;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
}

.cart-dropdown__head h3 {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 115%;
    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
    color: #333333;
}

.cart-dropdown__head {
    padding: 10px !important;
}

.cart-dropdown__foot {
    box-shadow: 2px 0px 10px rgb(0 0 0 / 25%);
}

.cart__widget a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
}

.cart__total {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000000;
}

.cart__total__money .money {
    font-weight: bold !important;
    font-family: Roboto;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.cart-item__content .cart-item__title {
    margin-top: 0 !important;
}

.cart-dropdown__items .cart-item .cart-item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 146px;
}

.cart-item__title a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.cart__widget-content label {
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
}

.cart-item {
    border-bottom: none !important;
}

.cart__widget-content textarea {
    font-family: Roboto;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #000000;
    font-weight: 400;
}

.container {
    background: #fff0 !important;
}

.cart__widget-content {
    padding: 20px 31px;
}

.guarantee-text {
    text-align: center;
}

.guarantee-text span {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #A60B00;
}

.guarantee-text {
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.collection__sidebar__heading {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
}

.collection-nav .sidebar__item label {
    font-family: Roboto;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
}

.collection__sidebar {
    background: #fff !important;
}

.collection__nav--filter {
    background: #fff !important;
}

.collection__nav button {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #272727;
}

.popout--sort .popout-list__item a span {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #272727;
}

.popout-list {
    background: #fff !important;
}

.collection__sidebar__slider.expanded {
    background: #fff !important;
}

.cart__widget-content-inner .product-set-body-title {
    width: 100%;
}

.cart__widget-content-inner .product__selectors {
    margin-top: 0 !important;
}

.cart__widget-content-inner .product-set-body-img {
    width: 30%;
}

.cart__widget-content-inner .product__submit__add {
    height: 38px !important;
    min-height: auto !important;
    padding: 0 !important;
}

.cart__widget-content-inner .product-set-body-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cart__widget-content-inner .product-set-body-form .product-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cart__widget-content-inner .product__submit__buttons {
    margin: 0 !important;
}

.cart__widget-content-inner .size-box__modal-list ul li {
    font-size: 12px;
}

.editorial {
    background: #f8f8f8;
}

.blog-editorial .editorial__content h2 a {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: #000000;
}

.blog-editorial .editorial__content .editorial__excerpt p {
    font-family: Roboto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #000000;
}

.blog-editorial .editorial__content .article__link a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 111%;
    text-align: center;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #000000;
}

.index-blog .blog-title {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000000;
}

.editorial__content .editorial__subheading {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 4px;
    color: #000000;
}

.index-blog .inline-nav li {
    min-width: 148px;
    min-height: 40px;
    border: 1px solid #fff;
    background: #FFFFFF;
}

.index-blog .inline-nav li a {
    font-family: Cormorant;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    box-sizing: border-box;
    display: block;
}

.inline-nav li {
    padding: 0 !important;
}

.index-blog .inline-nav li.inline-nav--active {
    border: 1px solid #000000;
}

.index-blog .inline-nav li.inline-nav--active a:after {
    display: none !important;
}

.blog-listing-outer .article__text-wrapper .article__title a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000000;
}

.blog-listing-outer .article__text-wrapper p {
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.blog-listing-outer {
    margin: 0 60px;
}

.article__text-wrapper {
    padding: 0 !important;
}

.index-blog .blog-listing .article {
    padding: 0 8px !important;
}

.article__title {
    margin-top: 8px;
}

.index-blog .blog-listing .article__excerpt {
    margin-top: 0 !important;
}

.blog-page .editorial .editorial__content .article__link a {
    border: 2px solid #000000;
    width: 249px;
    float: left;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}

.template-article .article__image {
    display: none;
}

.template-article .article__title {
    font-family: Cormorant;
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 48px;
    text-transform: uppercase;
    color: #000000 !important;
}

.article__meta {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
}

.article__meta > :not(:last-child):after, .editorial__meta > :not(:last-child):after {
    opacity: 0;
    width: 2px !important;
}

.article__content p span, .article__content p {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.article__content h2 span, .article__content h3 span, .article__content h4 span {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000000;
}

.article__social .sharing {
    top: 15vh !important;
}

.share svg, .social-sharing .social__link svg {
    fill: none !important;
}

.blog {
    padding-bottom: 100px;
}

.sidebar__contents .widget__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #E2E2E2;
    padding: 4px 0 !important;
}

.article__wrapper .sidebar__contents {
    padding-top: 15vh;
}

.sidebar__contents .widget__products .product__column {
    background: #fff;
    margin-bottom: 16px !important;
}

.sidebar__contents .widget__products .product__column .product__column__title {
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.sidebar__contents .widget__products .product__column {
    min-height: 89px !important;
}

.sidebar__contents .widget__products .product__column .money {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.meta--light-p {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.article--single {
    padding: 0 !important;
}

@media screen and (max-width: 740px) {
    .blog {
        padding-bottom: 25px;
    }

    .article--single .article {
        margin-top: 20px !important;
    }

    .blog-listing-outer {
        margin: 0 !important;
    }

    .index-blog .blog-title {
        font-weight: 500;
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #000000;
    }

    .blog-page .editorial__content {
        padding: 16px;
    }

    .blog-page .editorial__title {
        margin: 0 !important;
    }

    .blog-page .editorial__title a {
        font-weight: 500 !important;
        font-size: 28px !important;
        line-height: 33px !important;
        /* or 118% */
        text-transform: uppercase;
        color: #000000;
    }

    .blog-page .editorial__excerpt p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        /* or 129% */

        letter-spacing: 0.5px;

        color: #000000;
    }

    .blog-page .editorial .editorial__content .article__link {
        display: none;
    }

    .template-article .article__title {
        font-weight: 500 !important;
        font-size: 28px !important;
        line-height: 33px !important;
        text-transform: uppercase !important;
        color: #000000;
    }
}

#recently-viewed-products .product__column {
    background: #fff;
    min-height: 89px !important;
    margin-bottom: 16px !important;
}

#recently-viewed-products .product__column__title {
    font-family: Roboto !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 0.5px;
}

.popout--sort .popout__toggle, .popout--group .popout__toggle {
    padding: 12px 18px !important;
}

@media only screen and (min-width: 990px) {
    .popout--sort .popout__toggle, .popout--group .popout__toggle {
        padding: 12px 18px !important;
    }
}

.collection__sidebar {
    padding: 0 !important;
}

.collection__sidebar .collection__sidebar__heading, .collection__sidebar .collection-nav {
    padding: 12px 15px;
}

.collection__sidebar .collection__sidebar__actions {
    padding: 12px 15px;
}

.collection__sidebar .collection__sidebar__heading {
    border-top: 1px solid #ECEBE9 !important;
    border-bottom: 1px solid #ECEBE9 !important;
    margin-top: 0 !important;
}

.collection__sidebar .filter__price {
    padding: 12px 15px;
}

.collection__sidebar__heading:after {
    top: 16px !important;
    right: 21px !important;
}

.popout__toggle-btn svg {
    margin-right: 20px;
}

.collection__sidebar__group:not(.collection__sidebar__group--hidden) ~ .collection__sidebar__group {
    margin-top: 0 !important;
}

.sort-cols {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popout--sort .popout__toggle {
    border-right: 1px solid rgb(241 241 241);
}

.pop-cols {
    padding: 0 8px;
}

.pop-cols svg {
    cursor: pointer;
    opacity: 0.5;
}

.pop-cols svg:hover {
    opacity: 1;
}

.pop-cols svg.active {
    opacity: 1;
}

.template-collection .product-grid--loader {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
}

.template-collection .product-grid--loader.two__cols {
    grid-template-columns: 50% 50%;
    display: grid;
}

.template-collection .product-grid--loader.three__cols {
    grid-template-columns: 1fr;
    display: grid;
}

.template-collection .product-grid--loader.three__cols .product-information a {
    display: flex;
    flex-direction: column;
}

.template-collection .product-grid--loader.three__cols .product-information a > .product__grid__title {
    font-size: 25px !important;
    margin-bottom: 20px;
}

.template-collection .product-grid--loader.three__cols .product-information .product-grid__description {
    margin-top: 20px;
}

.template-collection .product-grid--loader.three__cols .product-information .product-grid__description ul li span {
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    font-weight: 100;
}

.template-collection .product-grid--loader.three__cols .product-information .product-grid__description p span {
    font-size: 14px !important;
}

.template-collection .product-grid--loader.three__cols .product-information a span {
    font-size: 20px !important;
}

.template-collection .product-grid--loader.three__cols .product-item {
    display: flex;
}

.template-collection .product-grid--loader.three__cols .product-item__image {
    width: 50%;
    padding-top: 500px !important;
}

.template-collection .product-grid--loader.three__cols .product__grid__title {
    font-family: Cormorant !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.template-collection .product-grid--loader.three__cols .product-item {
    margin-bottom: 15px;
}

.template-collection .product-grid--loader.three__cols .product-information {
    width: 50%;
    padding: 0 15px;
}

.product-grid__description {
    display: none;
}

.template-collection .product-grid--loader.three__cols .product-grid__description {
    display: block !important;
}

.row-grid {
    width: 100%;
}

.collection__products {
    background: #f8f8f8;
}

.closeSvg {
    display: block;
}

.closeSvg.active {
    display: none !important;
}

.popout__toggle-btnsvg {
    width: 270px;
    position: relative;
}

.closeSvg {
    position: absolute;
    right: 0;
    top: 20px;
}

@media only screen and (max-width: 749px) {
    .popout__toggle-btnsvg {
        width: auto;
    }

    .closeSvg {
        display: none;
    }

    .template-collection .product-grid--loader .small--one-half {
        width: 100% !important;
    }
}

@media only screen and (max-width: 740px) {
    .template-collection .product-grid--loader {
        grid-template-columns: 1fr;
        display: grid;
    }
}

.announcement__text-before div {
    position: relative;
}

.announcement__text-before div:before {
    content: '';
    width: 27px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -100px;
    bottom: 14px;
}

.announcement__text-before div:after {
    content: '';
    width: 27px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -100px;
    bottom: 14px;
}

#shopify-section-template--14222280491121__163681343881376aef section {
    max-width: 1350px;
}

.brick__block__text__inner h2 {
    font-size: 42px !important;
    line-height: 50px !important;
}

@media only screen and (max-width: 980px) {
    .main-news__square {
        width: 77.29169999999999vw !important;
    }

    .insta-title b {
        font-size: 34px !important;
    }

    .main-news__title h2 {
        max-width: 170px !important;
    }

    .brick__block__text__inner .text__standard h2, .look__aside .look__title {
        font-weight: 500 !important;
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .template-index h2 {
        font-weight: 500 !important;
        font-size: 40px !important;
        line-height: 48px !important;
    }
}

@media only screen and (max-width: 740px) {
    .brick__block__text__inner h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .template-index h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }
}

.section-video h1 {
    font-family: Cormorant !important;
    font-weight: 500 !important;
    font-size: 56px !important;
    line-height: 48px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

@media only screen and (max-width: 740px) {
    .section-video h1 {
        font-family: Cormorant !important;
        font-weight: 500;
        font-size: 28px !important;
        line-height: 28px !important;
        text-align: center;
        text-transform: uppercase;
    }
}

.product-item-mob {
    display: none;
}

.product-item-mob .grid__heading-holder {
    min-height: 200px !important;
}

@media only screen and (max-width: 414px) {
    .index-look .look__aside .look__title {
        display: none !important;
    }

    .insta-title b {
        font-size: 18px !important;
    }

    .image-overlay-text {
        position: unset !important;
        transform: unset !important;
    }

    .image-overlay-text a {
        margin: 0 auto;
        margin-top: 24px;
        max-width: 200px;
    }

    .screen-height-three-quarters {
        height: 270px;
    }

    .product-item-mob {
        display: block;
    }

    .product-item-mob .image-overlay {
        opacity: 0 !important;
    }

    .product-item-desc {
        display: none;
    }

    .product-item .image-overlay-text h3 {
        font-family: Cormorant;
        font-weight: 500;
        font-size: 28px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .product-item .image-overlay-text p {
        font-family: Roboto;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
}


.product-item__image .quick-add-button {
    display: none !important;
}

.look__aside .flickity-page-dots {
    display: none !important;
}

.brick__block-text {
    text-align: center;
}


.standard__cta-desc {

}

.standard__cta-mob {
    display: none;
}

@media only screen and (max-width: 740px) {
    .standard__cta-desc {
        display: none;
    }

    .standard__cta-mob {
        display: block;
    }
}


@media only screen and (max-width: 414px) {
    .brick__block-img {
        max-height: 259px;
        overflow: hidden;
    }

    .section-video .hero__content {
        margin-top: 0 !important;
    }

    .section-video .hero__description {
        font-family: Roboto;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #FFFFFF;
        max-width: 240px;
        margin: 0 auto;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 740px) {
    #subscribe-form .subscribe-title h2 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}

#shopify-section-template--14222280491121__163681343881376aef .brick__section {
    padding: 0 0 !important;
}

@media only screen and (min-width: 1160px) {
    #shopify-section-template--14222280491121__163681343881376aef .brick__section {
        min-height: 450px !important;
    }
}

@media only screen and (max-width: 860px) {
    .section-video .brick__block__text__inner h2 {
        font-size: 32px !important;
        line-height: 38px !important;
    }
}


@media only screen and (max-width: 980px) {
    .tabs-collections .hero__btn {
        margin-bottom: 20px !important;
    }

    .tabs-collections .tab-content .flickity-slider .product-item:first-child {
        width: 45% !important;
    }

    .section-video {
        max-height: 400px !important;
    }

    .section-video h1 {
        font-family: Cormorant;
        font-weight: 500;
        font-size: 32px !important;
        line-height: 34px !important;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 480px) {
    .section-video {
        max-height: 200px !important;
    }

    .section-video h1 {
        font-size: 19px !important;
        line-height: 26px !important;
    }

    .section-video .desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 420px) {
    .tabs-collections .hero__btn {
        margin-bottom: -10px !important;
    }
}

.header__desktop__buttons--icons {
    color: #fff;
    display: flex;
    align-items: center;
}

.header__desktop__buttons--icons a {
    color: #fff !important;
    font-family: Roboto;
    font-size: 12px;

    text-transform: uppercase;
}

@media only screen and (max-width: 740px) {
    .footer-menu__box-list .ul .li {
        position: relative;
        margin-bottom: 10px;
        width: 50%;
        float: left;
    }
}

.btn-join-wlist {
    background: red;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-join-wlist span {
    cursor: pointer;
}

.waitlist-modal {
    position: fixed;
    top: 150vh;
    width: 100%;
    transition: top 0.6s ease;
    z-index: 60;
    right: 0;
}

.waitlist-modal:before {
    content: '';
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.waitlist-modal.show {
    top: 100px;
}

.waitlist-modal.show:before {
    visibility: visible;
    opacity: 1;
}

.waitlist-modal__inner {
    background: #FFFFFF;
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
    padding: 40px;
    position: relative;
}

.waitlist-modal__title {
    font-family: Gallery Modern;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 25px;
}

.waitlist-modal__desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 40px;

}

.waitlist-modal__options {
    margin-bottom: 30px;
}

.waitlist-modal__form .emailInput {
    position: relative;
    background: transparent;
    color: #000;
    width: 100%;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border: 0;
    border-bottom: 1px solid #5E5E5E;
    border-radius: 0;
    padding: 0;
    transition: all .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 32px;
}

.waitlist-modal__form .checkbox [type="checkbox"] ~ label:not(:empty), .waitlist-modal__form .checkbox [type="radio"] ~ label:not(:empty) {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 126%;
    letter-spacing: 0.25px;
    color: #000000;
    padding-left: 5px;
}

.waitlist-modal__form .form-check label:after {
    width: 14px;
    height: 14px;
    font-size: 14px;
    top: -1px;
    left: 1px;
}

.waitlist-modal__form .form-check {
    margin-bottom: 40px;
}

.waitlist-modal__form .form-check label:before {
    width: 14px;
    height: 14px;
}

.waitlist-modal__form button {
    max-width: 100%;
    width: 100%;
}

.waitlist-modal__close {
    top: 18px;
    right: 28px;
    font-size: 24px;
    position: absolute;
    cursor: pointer;
}

.waitlist-modal__success {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

.waitlist-modal__success p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    display: block;
    letter-spacing: 0.25px;
    color: #000000;
    margin-left: 11px;
}


.waitlist-modal {
    height: 100vh;
    z-index: 99999999 !important;
}

.waitlist-modal.show {
    background: #000000bf;
    display: flex !important;

    align-items: center;
}

@media screen and (max-width: 1113px) {
    .waitlist-modal-set .waitlist-modal__inner, .waitlist-modal__inner {
        padding: 56px 21px 40px !important;
    }

    .waitlist-modal {
        display: flex;
        height: 100vh !important;
        max-height: 100vh !important;
        align-items: center;
        transition: 0.5s;
        padding: 0 20px;
    }
}

#shopify-section-template--14222280786033__main {
    position: relative;
    z-index: 99;
}


.cart-info-new {

}

.product-block-cart-info-new {
    display: none;
    box-shadow: 0px -2px 6px #00000024;
}

.product-block-cart-info-new-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 25px 0;
}

.product-block-cart-info-new-back {
    width: 20px;
}

.product-block-cart-info-new-close {

}

.thanks {
    font-family: 'Cormorant', sans-serif;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -.5px;
    text-transform: uppercase;
    color: #272727;
}

.success-text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    display: flex;
    align-items: center;
    letter-spacing: .25px;
    color: #000;
    display: flex;
    align-items: center;
}

.success-text svg {
    margin-right: 10px;
}

.product-block-cart-info-new-title {
    font-family: Arial;
    padding: 0 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1113px) {
    .size-chart-wrap-hide {

    }

    .product-block-cart-info-new {
        display: block;
        height: 84vh;
        position: fixed;
        background: #fff;
        border-radius: 20px 20px 0 0;
        bottom: -150vh;
        width: 100%;
        z-index: 999999;
        left: 0;
        right: 0;
        transition: 0.5s;
        padding: 0 22px;
    }

    .cart-info-new {
        padding: 20px 0;
        position: fixed;
        background: #000;
        display: flex;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        font-size: 18px;
        font-family: 'Gallery Modern', sans-serif;
        line-height: 1;
        letter-spacing: .1em;
        text-transform: uppercase;
        z-index: 20;
    }

    .cart-info-new a {
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        color: #fff;
    }

    .cart-info-new a span {
        font-size: 25px;
        margin: -3px 10px 0;
    }
}

.product-block-cart-info-new-btn button {
    background: #000;
    line-height: 40px;
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
    border: none;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.5px;
}

.product-block-cart-info-new .option--title {
    font-size: 13px;
}

@media screen and (max-width: 334px) {
    .product-block-cart-info-new .block-custom-bag {
        display: none;
    }
}

.product-block-cart-info-new .btn {
    background: #fff0 !important;
    color: #a60b00 !important;
}

.product-block-cart-info-new-close-prev {
    display: none;
}

.product-block-cart-info-new-close-prev svg {
    transform: rotate(
            180deg
    );
}

.block-custom-bag {
    overflow-y: auto;
    height: 62vh;
}

.product--block--wlist {
    display: flex;
    margin-bottom: 15px;
}

.col-w-list1 {
    width: 30%;
    display: flex;
}

.col-w-list1 img {
    width: 100%;
    object-fit: cover;
}

.col-w-list2 {
    min-height: 15vh;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px;
}

.col-w-list3 {
    width: 30%;
}

.block-custom-bag-single {
    overflow-y: auto;
    height: 62vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.block-custom-bag-single::-webkit-scrollbar {
    display: none;
}

.w-list-g {
    padding: 0 5px !important;
}

.w-list-g .icon {
    margin-left: 12px;
}

.product-price-w-list {
    display: flex;
    flex-direction: column-reverse;
}

.product-price-w-list .small-price .money, .product-price-w-list .small-price .discount-val {
    float: left;
}

.product--option--block {
    /*max-height: 240px;*/
    /*overflow-y: auto;*/
}

.product--option--b {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
    border-top: 1px solid #F5F5F5;
}

.product--option--b:last-child {
    border-bottom: 1px solid #F5F5F5;
}

.product--option--b .option-col:first-child {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
}

.product--option--b .option-col:last-child {
    width: calc((100% / 3) * 2);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 460px) {
    .product--option--b .option-col:first-child {
        display: flex;
        align-items: center;
    }

    .product--option--b .option-col:last-child {
        width: 80%;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 334px) {
    .product--option--b .option-col:last-child span {
        font-size: 10px !important;
    }
}

.inventory_quantity-mob {
    width: 70%;
    font-size: 12px;
}

.option-col .cart-info__button-add, .option-col .red-button {
    justify-content: flex-end;
}

.cart-info__button-add {
    display: flex;
    font-size: 12px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

.cart-info__button-add svg {
    margin-left: 5px;
    width: 25px;
}

.option-col div {
    width: 50%;
}

.table-wrap {
    overflow: scroll;
}

.is-selected .look__dot:after, .is-selected .look__dot:before {
    content: "";
    width: 35px;
    height: 35px;
    background-color: inherit;
    border-radius: 50%;
    opacity: .3;
    position: absolute;
    top: -6px;
    left: -6px;
}

.cart__message-default {
    display: flex;
    align-items: center;
}

.cart__message-default span .money {
    font-size: 12px !important;
}

.cart__message-default span {
    margin: 0 3px;
}

.header__drawer .sliderow {
    background: #fff;
}

.product-form .product__submit {
    margin-top: 40px;
}

.cart-bar {
    display: none !important;
}

@media screen and (max-width: 460px) {
    .size-chart-wrap-hide {

    }

    .size-chart-header {
    }

    .size-chart-wrap-hide {

    }

    .product-size-guide__box-text h5 strong {
        font-size: 16px;
        font-family: Cormorant;
    }

    .product-size-guide__box-text h3 strong {
        font-size: 16px !important;
        font-family: Cormorant;
    }

    .product-size-guide__box-text > div {
        font-size: 12px;
    }

    .size-chart-wrap-hide {
        padding-top: 111px !important;
    }
}

@media screen and (max-width: 760px) {
    #shopify-section-template--14222280491121__163681343881376aef .standard__cta.btn--large {
        margin-top: 20px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 460px) {
    .size-box__modal-list ul li {
        font-size: 10px !important;
        padding: 0 5px !important;
    }

    .size-box__modal-list ul li:not(:last-child) {
        border-bottom: 0;
        margin-bottom: 0px;
    }

    #shopify-section-template--14222280491121__163681343881376aef .standard__cta.btn--large {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

.product-size-guide__box-text h5 strong {
    font-family: Cormorant;
}

.drawer__content {
    top: 0px !important;
}

.drawer__inner {
    padding-top: 29px !important;
}

.size-chart-wrap-hide:before {
    content: '';
    width: 100%;
    height: 100vh;

    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    #shopify-section-template--14222280491121__164173292578e66d29 .section-video {
        max-height: 350px !important;
    }
}

.letter-space-2 {
    letter-spacing: 2px !important;
}


@media only screen and (min-width: 750px) {
    #shopify-section-template--14222280491121__163681343881376aef {
        margin: 100px 0;
    }
}

.accordion2 table tbody:first-child tr:first-child td, .rte__table-wrapper table tbody:first-child tr:first-child td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000 !important;
    text-transform: uppercase;
}

.accordion2 table tr > td, .accordion2 table tr > th, table tr > td, table tr > th {
    border-right: none !important;
    border-bottom: 1px solid #D6D6D6 !important;
}

.rte__table-wrapper table {
    border: none !important;
    margin: 0 !important;
}

.search-black {
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase !important;
    color: #000;
}

.search-black:hover {
    color: black !important;
    text-transform: uppercase;
}

.search-black img {
    margin-left: 5px;
}

@media only screen and (max-width: 416px) {
    .index-tab-collections h2.grid__heading {
        font-family: Cormorant !important;
        font-weight: 500 !important;
        font-size: 32px !important;
        line-height: 32px !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }
}

.footer-form {
    text-align: left;
    margin-top: 40px;
}

.footer-form h5 {
    font-family: Roboto;
    font-weight: bold;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height, or 100% */

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #000000;
}

.footer-form p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #000000;
}

.footer-inner .logo {
    flex-direction: column;
    align-items: flex-start;
}

.footer-inner #subscription_mail {
    margin-top: 30px;
    position: relative;
}

.footer-inner #subscription_mail input {
    border: none;
    border-bottom: 1px solid #000 !important;
    width: 100%;
    font-family: Roboto;
    padding: 9px 0px;
    font-size: 12px;
    line-height: 110%;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.footer-inner #subscription_mail button {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.f-form-wrap {
    width: 100%;
    max-width: 330px;
}

@media only screen and (max-width: 416px) {
    .footer-form p br {
        display: none;
    }

    .f-form-wrap {
        width: 100%;
        max-width: 100%;
    }
}

.faq-list__item p {
    font-family: Roboto;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #5E5E5E;
}

.accordion2 table tr > td:nth-child(2), .accordion2 table tr > td:nth-child(3) {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

@media only screen and (max-width: 440px) {
    .footer-inner .logo > a {
        margin: 0 auto;
    }
}

.brand-content__box-body .brand-content__box-title h2, .brand-video__inner .brand-video__title h2, .brand-other__box-body .brand-other__box-title h2 {
    font-family: Cormorant !important;
    font-size: 40px !important;
    line-height: 48px !important;
    text-transform: uppercase !important;
}

@media only screen and (max-width: 440px) {
    #explore-your-authenticity-with-mariemur .brand-other__box-title h2, .brand-content__box-body .brand-content__box-title h2, .brand-video__inner .brand-video__title h2, .brand-other__box-body .brand-other__box-title h2 {
        font-family: Cormorant !important;
        font-weight: 500 !important;
        font-size: 32px !important;
        line-height: 32px !important;
    }

    #shopify-section-template--14233718653041__main .margin--small {
        padding-bottom: 15px !important;
    }
}

.contact-us .contact-us__bottom {
    margin-bottom: 100px;
}

@media only screen and (max-width: 440px) {
    .contact-us .contact-us__bottom {
        margin-bottom: 40px !important;
    }

    .contact-us__bottom-form {
        padding: 40px 20px !important;
    }

    .contact-us__cards {
        padding: 0 20px 40px !important;
    }

    .contact-us__bottom-form-title {
        margin: 0 !important;
    }
}

#privacy-policy strong, #terms-amp-conditions-redisign strong, #cookie-policy-redisign strong {
    font-family: Cormorant !important;
    font-weight: 500 !important;
    font-size: 32px !important;
    line-height: 36px !important;
    letter-spacing: .025em;
    text-transform: uppercase !important;
    color: #000 !important;
}

#privacy-policy p, #terms-amp-conditions-redisign p, #return-policy p, #return-policy p span, #shipping-policy p, #shipping-policy p span, #cookie-policy-redisign p,

,
#cookie-policy-redisign p span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.25px;
}

@media screen and (max-width: 768px) {
    .sidebar-nav-page {
        display: flex;
        justify-content: space-around;
    }
}

.blog-listing {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
    .blog-listing {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 414px) {
    .blog-listing {
        grid-template-columns: 1fr;
    }
}

.title-mob {
    display: none;
}

.look__aside .flickity-prev-next-button:before {
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 748px) {
    .title-mob {
        display: block;
    }

    .title-desctop {
        display: none;
    }

    .look__content {
        padding: 50px;
    }

    .flickity-prev-next-button.next {
        right: -12px;
    }

    .flickity-prev-next-button {
        top: 40%;
    }

    .flickity-prev-next-button.previous {
        left: -16px;
    }
}

.tabs-collections .tabs__arrow {
    display: none !important;
}

.product-item__image {
    border-bottom: none !important;
}


@media screen and (min-width: 320px) {
    .collection__nav {
        position: sticky;
        top: 60px;
        z-index: 999;
    }

    .collection__sidebar__slider {
        top: 109px !important;
    }
}

@media screen and (min-width: 1000px) {
    .collection__nav {
        position: sticky;
        top: 98px;
        z-index: 999;
    }

    .collection__sidebar__slider {
        position: sticky;
        top: 146px !important;
    }
}

.form-footer .klaviyo-form form .needsclick .needsclick .needsclick .needsclick input {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    width: 100% !important;
    font-size: 12px !important;
    font-family: Roboto !important;
    padding: 9px 0px !important;
    font-size: 12px !important;
    line-height: 110% !important;
    display: flex !important;
    align-items: center !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    outline: none !important;
    border-radius: 0 !important;
    height: 32px !important;
}

.form-footer .klaviyo-form form .needsclick .needsclick .needsclick .needsclick input::placeholder {
    color: blue;
    color: #000 !important;
    font-size: 12px !important;
}

.form-footer .klaviyo-form form .needsclick .needsclick .needsclick button {
    border-radius: 0 !important;
    outline: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #000 !important;
    height: 32px !important;
    color: #fff0 !important;
    background: url("arrow-svg-footer.svg") no-repeat !important;
    background-position: center center !important;
}

.form-footer .klaviyo-form form .needsclick .needsclick .needsclick button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-footer .klaviyo-form form .needsclick .needsclick .needsclick .needsclick input:focus {
    box-shadow: none !important;
    outline: none !important;
    color: #000 !important;
}

.bg-contact-us__bottom-image {
    width: 100%;
    height: 100%;
}

.contact-form-klavio form .needsclick input:first-child, .contact-form-klavio form .needsclick input:nth-child(1) {
    margin-bottom: 20px !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    width: 100% !important;
    font-size: 12px !important;
    font-family: Roboto !important;
    padding: 9px 0px !important;
    font-size: 12px !important;
    line-height: 110% !important;
    display: flex !important;
    align-items: center !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    outline: none !important;
    border-radius: 0 !important;
}

.contact-form-klavio form .needsclick button:last-child {
    padding: 0 53px !important;
    margin-top: 20px !important;
}

.contact-form-klavio #downshift-0-menu {
    background: #fff !important;
}

.contact-form-klavio form .needsclick .needsclick:nth-child(3) div .needsclick > .go1808121773 {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    margin-bottom: 20px;
}

.contact-form-klavio form .needsclick .needsclick:nth-child(6) {
    margin-left: 30px;
    margin-top: -37px;
}

.contact-form-klavio form .needsclick .needsclick:nth-child(3) div .needsclick .go627234111 {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    margin-bottom: 20px;
}

.wrap-size-chart-text {
    overflow: scroll;
}

.header-cart-next {
    margin-bottom: 5px;
    margin-top: 5px;
}

.cart-info-new a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-info-new a svg {
    margin-right: 10px;
}

.btn-nofill {
    line-height: 34px;
    border: 2px solid #000;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product--option--block .sold-option {
    justify-content: space-between !important;
}

.btn-nofill span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-list-g-t {
    width: 90px;
}

.outOfSt {
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 12px;
}

.js-show-waitlist {
    text-align: right;
}

.js-show-waitlist span {
    color: #a60b00 !important;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 12px;

}

.footer-menu__box-list .ul .li a {
    font-family: Roboto, sans-serif;
}

.insta-box__text {
    font-family: Roboto, sans-serif;
}

.main-news__box-title a {
    font-family: Roboto, sans-serif;
}

.hero__description, .size-box__count {
    font-family: Roboto, sans-serif !important;
}

.brick__block__text__inner .standard__cta.btn--large {
    margin-top: 0 !important;
}

.index-collections-list .grid__heading, .grid__heading-holder {
    padding: 0 !important;
    margin-bottom: 50px !important;
    /*margin-top: 12px!important;*/
}

.grid__heading-holder > * {
    margin-bottom: 10px !important;
}


@media screen and (max-width: 640px) {
    .index-collections-list .grid__heading, .grid__heading-holder, .grid__heading-holder > * {
        margin-top: 12px !important;
    }
}

.main-news__inner h2 {
    margin-bottom: 0 !important;
}

.pointer-message {
/*     pointer-events: none; */
}

.product__submit__item-pointer-message {
    position: relative;
    z-index: 2;
}

.product__submit__item-pointer-message:after {
    content: 'Select size first!';
    position: absolute;
    top: -19px;
    right: 10px;
    color: red;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

.product__submit__item-pointer-message:hover:after {
/*     opacity: 1 !important; */
}

.waitlist-modal__form label, .waitlist-modal__form .help-block {
    font-family: 'Roboto', sans-serif !important;
}


.for-hide-header {
    position: relative;
    z-index: 9999999;
}

.product__title__wrapper .product__price {
    display: flex;
}

.section-video .image__video__play {
    border-radius: 100% !important;
}

.size-chart-window table {
    border: 0 !important;
}

.size-chart-window tbody tr:hover {
    background: #E0E0E0
}

.size-chart-window tbody tr th {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000;
    border-left: 0;
    border-right: 0;
}

.slider-h-r {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.slider-h-r img {
    max-height: 77%;
}

.shop-now-me {
    width: 100%;
}

.shop-now-me a {
    margin: 0 !important;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0;
}

@media screen and (max-width: 1150px) {
    .shop-now-me a {
        height: 40px;
        line-height: 40px;
    }

    .slider-h-r img {
        max-height: 77%;
    }
}

@media screen and (max-width: 740px) {
    .slider-h-r {
        justify-content: flex-start;
    }

    .slider-h-r img {
        max-height: 77%;
    }

    .look__slide {
        width: 85% !important;
        margin: 0 6%;
    }

    .slider-h-r img {
        width: 100%;
        max-width: none;
        max-height: 70%;
    }

    .shop-now-me a {
        height: 40px;
        line-height: 40px;
    }

    .qqq {
        opacity: 0;
    }

    .qqq.is-selected {
        opacity: 1 !important;
    }

    .index-look .look__slider.flickity-enabled.is-draggable {
        padding: 0 !important;
    }

    .slider-h-r img {
        width: 100%;
        max-width: none;
        margin-bottom: 10px;
    }

    .look__content .flickity-viewport {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .look__content .flickity-viewport::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

@media screen and (max-width: 440px) {
    .slider-h-r img {
        width: 100%;
        max-width: none;
    }

    .look__slide {
        width: 85% !important;
        margin: 0 6%;
    }

}

.header__desktop__bar__l .popout--drawer .popout-list {
    top: 50px !important;
    bottom: unset !important;
}

.product-information .price {
    float: left;
}

.drawer__close {
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 99999999;
}

.drawer__inner_menu {
    padding: 0 22px;
    font-family: Cormorant;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 16px;
}

#search-results .sidebar-nav-page {
    display: none !important;
}

.top-menu_main li {
    padding-left: 0 !important;
}

.popout-list-descTop {
    width: 425px !important;
    padding: 32px 0px;
}

.popout-list-descTop h5 {
    margin: 0;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.popout-list-descTop p {
    font-family: Roboto;
    font-weight: 100;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #000000;
}

.popout-list-descTop ul {
    list-style: none;
    margin: 0;
}

.li-county-cod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    margin: 0 24px;
}

.li-county-cod div:last-child span {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.popout-list-descTop .popout-list__option {
    padding: 0 !important;
}

.popout-list-descTop .popout-list__item--current .li-county-cod {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.popout-list-descTop .popout-list__item:hover {
    background: #F5F5F5
}

.selceteed {
    display: none;
}

.popout-list-descTop .popout-list__item--current .li-county-cod .country-cur .selceteed {
    display: block;
}

.popout-list-descTop .popout-list__item .li-county-cod .country-cur {
    font-family: Roboto;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    display: flex;
}

.country-flag-and-name {
    display: flex;
    align-items: center;
}

.country-flag-and-name .country-cur {
    margin-left: 16px;
}

.popout-list__item--current .popout-list__option span {
    border: none !important;
}

.currency-list-drawer-header {
    padding: 0 22px;
}

.currency-list-drawer-header p {
    margin: 24px 0;
}

.currency-list-drawer-desc {
    color: #fff !important;
    font-family: Roboto, sans-serif !important;
    font-size: 12px !important;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.currency-list-drawer-desc img {
    margin-right: 5px;
}

@media screen and (max-width: 1360px) {
    .currency-list-drawer-desc {
        color: #000 !important;
    }
}

@media screen and (max-width: 414px) {
    .popout-list-descTop {
        min-width: 414px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 390px) {
    .popout-list-descTop {
        min-width: 390px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 380px) {
    .popout-list-descTop {
        min-width: 375px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 370px) {
    .popout-list-descTop {
        min-width: 320px !important;
        width: 100% !important;
    }
}

.drawer__content {
    padding: 29px 0 0;
}

.drawer__bottom-custom {
    border-top: 1px solid #000 !important;
    display: flex;

}

.drawer__bottom__left-custom {
    padding: 22px;
    border-right: 1px solid #000;
}

.drawer__bottom__right-custom {
    padding: 22px;
}

.header-socials a {
    margin-right: 16px;
}

.drawer__menu {
    padding-left: 22px;
}

.drawer__menu > .menu > .menu-link {
    padding: 24px 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    color: #000000;
    border-top: 1px solid #000;
}

.dropdown-child {
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.dropdown-child > .menu-link {
    padding: 12px 0;
}

.dropdown-child > .menu-link > a {
    border-bottom: 1px solid #C7C7C7;
    font-family: Roboto;
    font-weight: 300 !important;
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: #000000;
    padding: 12px 0;
    margin-right: 22px;
    display: block;
}

.dropdown-grandchild {
    padding-left: 24px;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.dropdown-grandchild > .menu-link {
    margin-top: 24px;
    position: relative;
    overflow: hidden;

}

.dropdown-grandchild > .menu-link > a {
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000;
}

.menu-link-dropdown-ico {
    position: relative;
}

.menu-link-dropdown-ico .icon-abs, .menu-link-dropdown-ico .icon-abs-a {
    position: absolute;
    right: 22px;
}

.menu-link-dropdown-ico .plus {
    z-index: 2;
    top: 25px;
}

.menu-link-dropdown-ico .minus {
    z-index: 1;
    top: 18px;
}

.menu-link-dropdown-ico {
    padding: 24px 0 0;

}

.course-accordion {
    margin-top: 0px;
}

.dropdown-child .menu-link-dropdown-ico .plus {
    top: 15px;
}

.dropdown-child .menu-link-dropdown-ico .minus {
    top: 8px;
}

.product__price--strike span {
    color: #898989 !important;
}

.sidebar__item--swatch.link--disable {
    display: none !important;
}

.course-accordion a:hover, .course-accordion a:focus {
    color: red !important;
}

.accessibly_block-d-mob {
    display: none;
}

.accessibly_block-d-desc {
    display: flex;
    align-items: center;
}

.footer-help__icon {
    width: 15px;
    margin-left: 10px;
}

@media screen and (max-width: 985px) {
    .accessibly_block-d-desc {
        display: none !important;
    }

    .accessibly_block-d-mob {
        display: flex;
        margin-bottom: 25px;
    }

    .footer-partners {
        margin-bottom: 25px;
    }

}

.related__products ul li {
    border-bottom: none !important;
}

.related__products .recent__title {
    background: none !important;
}

.related__products .tabs__arrow, .related__products .tabs__arrow:before {
    background: #f8f8f8 !important;
}

.collection__products {
    margin-top: 0px;
}

.img-wrap-product {
    min-width: 20%;
    height: 100%;
    background: #000;
}

.search__popdown__main {
    min-height: 58px;
    height: unset !important;
}

.header__search__results {
    display: none !important;
}

.search-popdown {
    top: 54px;
}

.search-popdown {
    transform: unset !important;
}

.search__popdown__outer .wrapper {
    max-width: unset !important;
}


@media screen and (min-width: 740px) {
    .product--block--wlist .product-price-w-list-title {
        font-size: 30px !important;
        font-family: Gallery Modern;
    }

    .template-product .product--block--wlist .price .money {
        font-size: 30px !important;
    }
}

@media screen and (min-width: 940px) {
    .product--block--wlist .product-price-w-list-title {
        font-size: 50px !important;
        font-family: Gallery Modern;
    }

    .template-product .product--block--wlist .price .money {
        font-size: 40px !important;
    }

    .w-list-g {
        padding: 12px 5px !important;
    }

    .w-list-g-t {
        width: 196px;
    }

    .btn-nofill {
        width: 242px;
    }
}

#account .div_default-page {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start !important;
}

#account .div_default-page section {
    background: #fff !important;
}

#account .div_default-page h3 span, #account .div_default-page h3 {
    font-family: Cormorant !important;
    font-weight: 500 !important;
    font-size: 42px !important;
    line-height: 48px !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    margin: 0 !important;
}

#account .div_default-page p {
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
}

.collection__sidebar__slider.expanded {
    height: 80vh;
    overflow-y: scroll;
}

.collection__filters .collection__sidebar__group:first-child .collection-nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 440px) {
    #privacy-policy .div_default-page .margin--medium {
        padding-top: 0px !important;
    }
}

.cart__price {
    display: flex;
}

.cart__discount {
    display: none;
}

.cart-item__meta .cart-item__selected-options span {
    text-transform: uppercase;
}

.faq-list-holder table {
    border: 0 !important;
}

.template-page .index-page {
    background: #fff !important;
}

.cart__icon__content [data-cart-count="0"] {
    display: none;
}

.cart-dropdown .cart__checkout {
    position: sticky;
    bottom: 0;
    margin: 0 auto;
    left: 0;
}

.cart__foot-inner {
    margin-bottom: 0px;
}

.header__cart__status {
    font-family: Roboto, sans-serif !important;
    font-size: 12px !important;
}

@media screen and (max-width: 440px) {
    .template-product #MainContent .accordions-holder {
        margin-top: -30px !important;
    }

    .faq h2 {
        font-size: 16px !important;
    }

    .waitlist-modal__title {
        font-size: 25px;
    }

    .waitlist-modal-set .waitlist-modal__inner, .waitlist-modal__inner {
        padding: 20px 14px 20px !important;
    }

    .waitlist-modal.show {
        align-items: flex-start;
    }

    .waitlist-modal__desc {
        display: none;
    }

    .collection__products {
        padding-top: 20px;
    }

    .accordions-holder + .shopify-section:not(.accordions-holder), .shopify-section:not(.accordions-holder) + .accordions-holder {
        margin-top: 0px
    }

    .div_default-page .margin--medium {
        padding-top: 20px !important;
    }
}

.look__content .flickity-viewport {

}

.slide-hr {
    width: 100%;
    height: 450px;
    min-width: 300px;
    cursor: pointer;
}

.shop-now-me {
    margin-top: 10px;
}

@media screen and (max-width: 840px) {
    .slide-hr {
        width: 100%;
        height: 450px;
        min-width: 300px;
    }
}

@media screen and (max-width: 390px) {
    .slide-hr {
        width: 100%;
        height: 350px;
        min-width: 253px;
    }

    .look__slide {
        margin: 0 10%;
    }
}

.submenu-menu {
    display: none;
}

.submenu-menu.show {
    display: block !important;
}

#shipping-policy .wrapper .rte h2, #shipping-policy .wrapper .rte h1 {
    margin: 0 !important;
}

#shipping-policy .wrapper .rte h2 span b {
    font-size: 25px !important;
    margin: 0 !important;
}

@media screen and (max-width: 1030px) {
    #account .main-content {
        min-height: 62vh;
    }
}

@media screen and (max-width: 940px) {
    #account .main-content {
        min-height: 87vh;
    }
}

@media screen and (max-width: 820px) {
    #account .main-content {
        min-height: 62vh;
    }
}

@media screen and (max-width: 780px) {
    #account .main-content {
        min-height: 90vh;
    }
}

.filter-btn-apply {
    background: #000000;
    color: #fff;
    text-align: center;
    height: 38px;
    width: 100%;
    line-height: 38px;
    text-transform: uppercase;
    max-width: 159px;
}

.filter-btn-clear {
    border: 2px solid #000;
    height: 38px;
    width: 100%;
    line-height: 38px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    max-width: 159px;
}

.filter-wrap {
    width: 100%;
    justify-content: space-around;
    display: flex;
}

.collection__sidebar__slider .collection__sidebar__buttons {
    display: none;
}

.filter-wrap {
    display: none;
}

@media screen and (max-width: 780px) {
    .index-tab-collections .grid__heading {
        padding-top: 20px !important;
    }

    .tabs-collections {
        margin-top: 45px !important;
    }

    .collection__sidebar__slider.expanded {
        height: 90vh !important;
    }

    .filter-wrap {
        display: flex;
    }

    .collection__filters {
        padding-bottom: 200px;
    }
}

.course-accordion a {
    display: block;
}

.dropdown-grandchild li a {
    display: block;
}

.customer-register .form-field input {
    border: 1px solid #000 !important;
}

.popout--sort .popout__toggle {
    border-left: 0 !important;
}

.seo_text_block h2 {
    font-size: 20px !important;
}

@media screen and (max-width: 640px) {
    .product-size-guide__box table {
        position: relative;
    }

    .product-size-guide__box table:after {
        position: absolute;
        content: '';
        top: 10px;
        left: 20%;
        width: 91px;
        height: 113px;
        background: #fff url('swipe-left.png') no-repeat;
        background-size: contain;
        background-position: center;
        border-radius: 20px;
        opacity: 0.5;
        box-shadow: 0 0 5px #fff;
        transition: 1s;
        animation: scrollIco 1s ease-in-out infinite;
    }

    .product-size-guide__box:hover table:after {
        display: none;
        transition: 1s;
    }
}

@media screen and (max-width: 440px) {
    .product-size-guide__box h3, .product-size-guide__box h3 strong {
        font-size: 20px !important;
    }

    .product-size-guide__box-text h3:not(:first-child) {
        margin-top: 30px !important;
    }

    .drawer__content .dropdown-child {
        padding-left: 20px;
    }

    .drawer__content .dropdown-grandchild > .menu-link {
        margin-top: 16px !important;
    }

    .drawer__content .dropdown-child > .menu-link:first-child {
        padding-top: 20px !important;
    }

    .drawer__content .dropdown-child > .menu-link {
        padding: 8px 0 !important;
    }

}

@keyframes scrollIco {
    from {
        transform: translateX(29px);
    }
    50% {
        transform: translateX(-29px);
    }
    to {
        transform: translateX(29px);
    }
}

.comments-form input, .comments-form textarea {
    border: 1px solid #000;
}

.product-set-body-form .product-set-body-money .product-set-body-price {
    display: flex;
}

.product-set-body-form .product-set-body-money .product-set-body-price s {
    margin-left: 5px;
}

.product-set-body-form .product-set-body-money .product-set-body-price s .money {
    font-size: 14px !important;
}

.template-product .product__price--sale .money {
    font-size: 20px !important;
}
.mob-slider-prod{
    display: none;
}
@media screen and (max-width: 940px) {
    .mob-slider-desc{
        display: none;
    }
    .mob-slider-prod{
        display: block;
    }
    .main-news__slider {
        width: 100%;
        overflow-x: scroll;
    }

    .main-news__slider {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .main-news__slider::-webkit-scrollbar {
        display: none;
    }

    .main-news__slider-wrap {
        width: 775px;
    }

    .main-news__slider-wrap > div {
        width: 240px;
        float: left;
        margin-right: 10px;
    }
}


.header__desktop__bar__l .social__links{
    display: none;
}

.product-item .sale-box{
    border: 1px solid #a60b01;
    background: #fff0!important;
    color: #a60b01!important;
}

@media screen and (max-width: 440px) {
.table-size-guide tbody tr th span, .table-size-guide tbody tr td span, .table-size-guide tbody tr td div, .table-size-guide tbody tr td, .table-size-guide tbody tr th {
    font-size: 12px!important;
}
}

.product__page .product__slides .flickity-viewport{
    height: auto!important;
}
.product__slide.media--hidden{
    opacity: 0;
}
.product__slide.is-selected{
    opacity: 1;
}

.cart__widget-content-inner{
	max-height: 200px;
  	flex-direction: column; 
}

.cart__widget-content-inner::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.cart__widget-content-inner {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.product-item__bg{
	opacity: 1!important;
}

.featured-collection-index .product-grid-outer{
    padding: 40px 60px;
}

.featured-collection-index .product-item{
    padding: 0 9px;
    margin-bottom: 10px;
}

.featured-collection-index .product-grid{
    background: #fff0!important;
}

.featured-collection-index .product-item{
    background: #fff0!important;
}

.featured-collection-index .product-information>a{
    padding: 0!important;
}

.featured-collection-index .product__grid__title{
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .featured-collection-index .product-grid-outer{
        padding: 20px 10px;
    }
}

@media screen and (max-width: 940px) {
    .featured-collection-index .product-grid-outer{
        padding: 20px 10px;
    }
}

@media screen and (max-width: 640px) {
    .featured-collection-index .product-grid-outer{
        padding: 0;
    }
}

input, textarea{
  outline: none!important;
}
.contact-us__bottom-form input, .contact-us__bottom-form textarea{
   text-transform: uppercase;
}

.contact-us__bottom-form .submit input{
  background: rgb(166, 11, 0);
    border-radius: 0px;
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 2px;
    color: rgb(255, 255, 255);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    white-space: normal;
    padding: 0px 10px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    height: 48px;
    width: 150px;
}
.contact-us__bottom-form .input-group:focus, .contact-us__bottom-form .popout__toggle:focus, .contact-us__bottom-form input:focus, .contact-us__bottom-form select:focus, .contact-us__bottom-form textarea:focus{
  border-left: none!important;
   border-right: none!important;
   border-top: none!important;
}


/* .collection-list-outer .collection-list::-webkit-scrollbar {
  width: 20px;
}

.collection-list-outer .collection-list::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.collection-list-outer .collection-list::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 6px solid rgba(0, 0, 0, 0.18);
  border-left: 0;
  border-right: 0;
  background-color: #8070d4;
} */
