/* base style */

@e {
    font-family: 'Gotham Meduim';
    src: url('../fonts/gotham-medium-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/gotham-medium-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/gotham-medium-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/gotham-medium-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/gotham-medium-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Gill Sans', 'GillSans', Arial, sans-serif;
}

/* start header */
.header {
    height: 110px;
    background: #000;
}

.header .header__nav {
    transform: translateY(-31px);
}

.header .header__nav ul {
    padding-top: 0;
    padding-left: 16px;
}

/* 786 */
.header .header__nav ul li {
    margin-top: 69px;
    margin-bottom: 26px;
    margin-left: 40px;
}

.header .header__nav ul li:first-child {
    margin-left: 40px;
}

.header .header__nav ul li:nth-child(2) {
    margin-left: 40px;
}

.header .header__nav ul li:nth-child(3) {
    margin-left: 40px;
    margin-right: 100px;
}

.header .header__nav ul li:nth-child(4) {
    margin-left: 100px;
}

.header .header__nav ul li a {
    color: #fff;
    letter-spacing: .05em;
}

.header .header__nav .header__nav-logo a {
    width: 126px;
    height: auto;
    transform: none;
    text-indent: unset;
    background: transparent;
    margin-bottom: 2px;
}

.header .header__nav .header__nav-logo a img {
    width: 100%;
    height: auto;
}

.header .top-nav {
    margin-bottom: 0;
    padding-top: 16px;
    padding-right: 0;
    text-transform: uppercase;
}

.header .top-nav li a {
    color: #fff;
    font-size: 11px;
    padding-left: 12px;
    letter-spacing: .05em;
}

.header .header__nav .cart {
    top: 62px;
    width: 13px;
    height: 19px;
    margin-right: 0;
    background: url("../img/shopping-bg.png") no-repeat center center;
}

.header .header__nav .cart span {
    margin-top: 4px;
    transform: translateX(-12px);
}

@media (min-width: 767px) {
    .header__sub-nav__container .image-link.mobile-only {display: none;} 
}

/* start page */
.page {
    margin-top: 90px;
}

.page.page--dark {
    color: #fff;
    background: #000;
    padding-bottom: 60px;
}

/* bx slider */
.bx-wrapper {
    position: relative;
}

.bx-wrapper .bx-controls-direction {
    left: 0;
    top: 50%;
    width: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
}

.product__images .bx-controls-direction {
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    width: 17px;
    height: 33px;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url('../img/prev.png');
    filter: drop-shadow(0 0 3px black);
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background-image: url('../img/next.png');
    filter: drop-shadow(0 0 3px black);
}

a.btn.btn-primary,
.btn.btn-primary {
    height: 42px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 5px 23px;
    background: #a7a9ac;
    align-items: center;
    display: inline-flex;
    color: #fff !important;
    justify-content: center;
}

/* start banner */
.banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    height: 735px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    text-align: center;
    align-items: center;
    margin-bottom: 55px;
    background-size: cover;
    justify-content: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center center;
}

.home .banner {
    align-items: end;
}

.banner h4 {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 300;
    margin: 0 0 8px;
    letter-spacing: .05em;
    font-family: "GillSans-Light", Arial, sans-serif;
}

.banner h1 {
    line-height: 1;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 60px;
    margin: 0 0 8px;
    font-weight: 300;
    letter-spacing: .01em;
}

.page-about-us .banner h4,
.page-faq .banner h4 {
    font-size: 20px;
}

.page-about-us .banner h1,
.page-faq .banner h1 {
    font-size: 80px;
}

.page-faq .info a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.banner a {
    color: #fff;
    font-size: 16px;
    letter-spacing: .05em;
}

/* start banner-slider */
.header .amw-banner__slider {
    background: #ffffff;
    height: 50px;
    z-index: -2;
    overflow: hidden;
}
.header .amw-banner__slider.slick-initialized {
    height: auto;
    overflow: visible;
}
.header .amw-banner__slider.mobile {
    display: none;
}
.header .amw-banner__slider h2 {
    font-family: "Gill Sans", "GillSans", Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
}
.header .amw-banner__slider .slick-arrow {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.header .amw-banner__slider .slick-next {
    right: 0;
    width: 40px;
    height: 100%;
    padding-right: 15px;
}
.header .amw-banner__slider .slick-next::before {
    display: block;
    background: url("../img/homepage/chevron.jpg");
    background-repeat: no-repeat;
    content: "";
    width: 8px;
    height: 13px;
    background-size: contain;
    margin-left: auto;
}
.header .amw-banner__slider .slick-prev {
    left: 0;
    width: 40px;
    height: 100%;
    padding-left: 15px;
    z-index: 1;
}
.header .amw-banner__slider .slick-prev::before {
    display: block;
    background: url("../img/homepage/chevron.jpg");
    background-repeat: no-repeat;
    content: "";
    width: 8px;
    height: 13px;
    background-size: contain;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
}
.header .amw-banner__slide {
    text-align: center;
    padding: 10px 0;
}
.header .amw-banner__wrap {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header .amw-banner__line {
    display: block;
    height: 30px;
    width: 1px;
    background: #000000;
}
@media screen and (max-width: 767px) {
    .header .amw-banner__slider:not(.mobile) {
      display: none;
    }
    .header .amw-banner__slider.mobile {
      display: block;
      height: 34px;
    }
    .header .amw-banner__slider h2 {
      font-size: 11px;
      letter-spacing: 0.69px;
    }
    .header .amw-banner__slide {
      padding: 2px 0;
    }
    .header .amw-banner__wrap {
      grid-template-columns: 1fr;
    }
}

/* start toolbar */
.toolbar.toolbar--fixed {
    top: 100px;
}

/* start discover */
.discover {
    min-height: 330px;
    margin: 0 auto 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.discover img {
    max-width: 100%;
    visibility: hidden;
}

.discover .discover__content {
    left: 50%;
    width: 100%;
    color: #fff;
    bottom: 0;
    padding: 20px 20px;
    max-width: 760px;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.discover .discover__content h2 {
    line-height: 1;
    font-size: 40px;
    font-family: "GillSans-Light", Arial, sans-serif;
    margin: 0 0 7px;
    font-weight: 300;
    letter-spacing: .01em;
}

.discover .discover__content h4 {
    font-size: 18px;
    font-family: "GillSans-Light", Arial, sans-serif;
    margin: 0 0 10px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: .05em;
}

.discover .discover__content p {
    /* max-width: 570px; */
    max-width: 380px;
    font-size: 16px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
}

.discover-330 .discover__content p {
    max-width: 330px;
}

.discover .discover__content a,
.discover .discover__content p a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "GillSans", Arial, sans-serif;
}

.discover.discover--sm {
    min-height: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.discover.discover--sm .discover__content {
    margin: 0 auto;
    transform: none;
    position: static;
    max-width: 700px;
    padding-top: 84px;
    padding-bottom: 78px;
}

.discover.discover--sm .discover__content h2 {
    margin-bottom: 8px;
}

.discover.discover--sm .discover__content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.discover.discover--sm .discover__content p {
    margin-bottom: 20px;
}

.discover.discover--faqs .discover__content h2 {
    font-size: 50px;
}

.discover.discover--page .discover__content {
    padding-top: 118px;
    padding-bottom: 95px;
}

/* start collection */
.collection {
    padding-top: 55px;
}

.collection.container {
    padding-top: 0px;
    margin-top: 20px;
}

.collection h2 {
    font-size: 40px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 66px;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.collection ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0 -10px 20px;
}

.collection ul:after,
.collection ul:before {
    display: none;
}

.collection ul li {
    padding: 0 10px;
    margin-bottom: 19px;
}

.collection ul li:nth-last-child(1),
.collection ul li:nth-last-child(2) {
    margin-bottom: 0;
}

.collection figure {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.collection figure a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;

}

.collection figure img {
    width: 100%;
    visibility: hidden;
}

.collection figcaption {
    left: 0;
    bottom: 0;
    width: 100%;
    letter-spacing: .05em;
    padding: 37px 20px;
    text-align: center;
    position: absolute;
}


.collection figcaption h4,
.collection figcaption {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "GillSans-Light", Arial, sans-serif;
}

.collection figcaption h4 {
    margin: 0 0 1px;
    font-weight: 300;
    line-height: 1.1;
}

.collection figcaption span {
    font-family: "GillSans", Arial, sans-serif;
}

.collections-page {
    padding-top: 75px;
    margin-bottom: 35px;
}

.collections-page img {
    max-width: 100%;
}

.collections-page .col-sm-6 {
    padding: 0;
}

.collections-page .main_banner {
    display: flex;
    background: #000;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "GillSans-Light", Arial, sans-serif;
    margin-bottom: 34px;
}

.collections-page .main_banner .tcontent {
    padding: 0 70px;
}

.collections-page .main_banner h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 5px;
}

.collections-page .main_banner p {
    margin-bottom: 20px;
    line-height: 1.3;
}

.full_banner p a,
.collections-page .main_banner a {
    letter-spacing: .05em;
    font-family: "GillSans", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.collections-page .two-cols .col-sm-6,
.collections-page .two-cols a,
.full_banner {
    position: relative;
    color: #fff;
}

.full_banner p a {
    color: #fff;
}

.collections-page .two-cols {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0 -9px 39px;
}

.collections-page .two-cols > div {
    padding: 0 9px;
    display: flex;
}

.collections-page .two-cols h3,
.full_banner h3 {
    font-size: 40px;
    font-family: "GillSans-Light", Arial, sans-serif;
    margin-bottom: 17px;
    margin-top: 0;
    letter-spacing: .01em;
}

.collections-page .two-cols a,
.collections-page .two-cols .link_text {
    letter-spacing: .05em;
}

.collections-page .two-cols .tcontent {
    width: 100%;
}

.collections-page .two-cols .tcontent,
.full_banner .tcontent {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -3px;
}

.collections-page .listing {
    margin: 0 0 39px;
    display: flex;
}

.listing .heading {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*
    width: 25%;
    border-right: 10px solid #fff; */
    padding: 20px !important;
}

.listing .heading > div {
    padding: 0 20px;
}

.listing .col-sm-6:first-child {
    padding-left: 0;
}

.listing .col-sm-6:last-child {
    padding-right: 0;
}

.listing .list { /* width: 75%; */
    display: flex;
}

.listing .heading a {
    color: #fff;
    font-size: 16px;
}

.collections-page .listing h3 {
    font-size: 25px;
    font-family: "GillSans-Light", Arial, sans-serif;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 21px;
}

.listing .heading {
    margin-right: 10px;
}

.listing .col-sm-6 .item:first-child {
    padding-right: 10px;
}

.listing .col-sm-6 .item:last-child {
    padding-left: 10px;
}

.listing .item {
    font-family: "GillSans", Arial, sans-serif;
    /* padding-left: 22px;
    max-width: 30.1%; */
    box-sizing: border-box;
}

.listing .item-inner {
    background-color: #f2f3f3;
    padding: 12px 0 20px;
    height: 100%;
}

.listing .item a {
    color: #000;
    text-align: center;
}

.listing .item-inner a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: wrap;
    text-align: center;
    height: 100%;
}

.listing .item img {
    max-width: 100%;
    max-height: 201px;
}

.listing .item h4,
.listing .item .price {
    padding: 0 6px;
    line-height: 1.2;
    font-family: "GillSans-Light", Arial, sans-serif;
}

.listing .item h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

.listing .item .price {
    font-size: 14px;
    font-weight: 500;
}

.full_banner {
    margin-bottom: 39px;
}

.full_banner .tcontent {
    width: 49%;
}


/* start info */
.info > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info > ul > li {
    padding-top: 35px;
    padding-bottom: 8px;
    border-top: 1px solid #fff;
}

.info > ul > li:first-child {
    border-top: 0;
    padding-top: 15px;
}

.info > ul > li .row {
    padding: 0;
    margin: 0 -15px;
}

.info > ul > li .row > div {
    padding: 0 15px;
}

.info ol {
    margin: 0 -6px;
    list-style: none;
}

.info ol li {
    padding: 0 6px;
    margin-bottom: 30px;
}

.info h2 {
    font-size: 40px;
    font-weight: 400;
    margin: -3px 0 10px;
    line-height: 1.2;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: "GillSans-Light", Arial, sans-serif;
}

.info .btnalt {
    font-size: 16px;
    font-family: "GillSans", Arial, sans-serif;
    text-transform: uppercase;
    border: 1px solid black;
    display: inline-block;
    padding: 10px 28px;
    line-height: 1.3;
    margin: 20px 0;
}

.page-faq .btnalt {
    border: 1px solid white;
    color: white;
}

.page-faq .btnalt:hover {
    background-color: white;
    color: black;
}

.info p {
    hyphens: auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 35px;
    letter-spacing: -0.01em;
    font-family: "GillSans-Light", Arial, sans-serif;
}

.page-about-us .info p {
    margin-bottom: 28px;
}

.info strong {
    font-weight: 400;
    font-family: 'Gill Sans', 'GillSans', Arial, sans-serif;
}

/*.info a {*/
/*color: #fff;*/
/*}*/

.info a:hover {
    /*color: rgba(255, 255, 255, 0.8);*/
    color: rgba(0, 0, 0, 0.8);
}

.info .info-card p {
    margin: 0;
    font-weight: 400;
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    text-transform: none;
}

/* start mini-cart */
.amw-custom-mc.royce-woocommerce-mini-cart {
    top: -15px;
    width: 300px;
    margin: 0 auto;
    border: 1px solid grey;
    overflow: auto;
    padding: 19px 19px 0 19px;
    left: 0;
}

.amw-custom-mc.royce-woocommerce-mini-cart.amw-empty {
    min-height: 210px;
}

.amw-custom-mc.amw-empty .checkout {
    display: none;
}

.amw-custom-mc .amw-items-count {
    font-size: 11px;
}

.amw-custom-mc .amw-col-2 {
    text-align: left;
    padding-right: 5px;
}

.amw-custom-mc .amw-col-2 .amw-product-title {
    font-family: 'GillSans';
    text-transform: uppercase;
    line-height: 12px;
}

.amw-custom-mc .amw-col-2 p {
    font-size: 10px;
    margin-bottom: 3px;
}

.amw-custom-mc .amw-details:after {
    font-family: 'FontAwesome';
    font-size: 8px;
    font-weight: normal;
    content: '\f078';
    color: #7d7d7d;
    padding-left: 4px;
    transition: .2s;
}

.amw-custom-mc .amw-close-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 18px;
    font-size: 31px;
    font-family: 'GillSans-Light';
}

.amw-custom-mc .amw-col-2 .amw-quantity {
    margin-bottom: 0;
}

.amw-custom-mc .amw-details.active:after {
    content: '\f077';
}

.amw-custom-mc .amw-col-wrap {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    padding-left: 23px;
    width: 100%;
}

.amw-custom-mc .amw-col-2 .amw-detail-product {
    font-family: 'GillSans-Light';
    display: none;
}

.amw-custom-mc .amw-col-2 .amw-detail-product p {
    font-family: 'GillSans-Light';
}

.amw-custom-mc .amw-col-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.amw-custom-mc .amw-col-3 bdi {
    font-size: 10px;
    letter-spacing: .2px;
}

.amw-custom-mc .amw-col-3 span {
    line-height: 9px;
    font-family: 'Gotham Meduim';
}

.header .header__nav .amw-custom-mc .amw-col-3 a {
    text-transform: none;
    font-size: 10px;
    line-height: 11px;
    color: #7d7d7d !important;
    letter-spacing: 0;
    font-weight: normal
}

.amw-custom-mc dt, .amw-custom-mc dd {
    font-size: 10px;
    display: inline-block;
    font-weight: normal !important;
    line-height: 1;
}

.amw-custom-mc dl {
    margin: 0;
}

.amw-remove-btn {
    text-decoration: underline;
    text-transform: none;
}

.amw-custom-mc .woocommerce-mini-cart__empty-message {
    padding-top: 20px;
    border-top: 1px solid #C4C4C4;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    letter-spacing: .2px;
}

.header .header__nav .amw-custom-mc ul li {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #C4C4C4;
    margin: 0 !important;
    padding: 17px 0 28px;
}

.header .header__nav .amw-custom-mc ul {
    padding-left: 0;
    margin-top: 0;
}

.amw-custom-mc .woocommerce-mini-cart__buttons a {
    display: block;
    font-size: 10px;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 14px;
    text-align: center;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.amw-custom-mc .woocommerce-mini-cart__buttons a:hover {
    background-color: #dfdcde;
    color: #515151;
}

.amw-custom-mc .woocommerce-mini-cart__buttons {
    margin-bottom: 20px;
}

.amw-custom-mc .woocommerce-mini-cart__buttons a:nth-child(2) {
    margin-top: 10px;
}

.amw-custom-mc ul.product_list_widget li img {
    width: 60px !important;
}

.woocommerce .amw-custom-mc ul.product_list_widget li dl {
    border: none;
    padding-left: 0;
}

.woocommerce .amw-custom-mc ul.product_list_widget li dl dd {
    margin-bottom: 0;
}

.amw-custom-mc .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    font-family: 'GillSans-Light';
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    border-top: 1px solid #C4C4C4;
    margin-bottom: 0;
}

.amw-custom-mc .woocommerce-mini-cart__total bdi {
    font-family: 'circular';
}

.container-woocommerce-page .woocommerce-error span.close, .container-woocommerce-page .woocommerce-message span.close {
    z-index: 9 !important;
}

@media (min-width: 480px) {
    .amw-mc-wrap {
        position: relative;
    }

    .amw-custom-mc.royce-woocommerce-mini-cart {
        left: auto;
    }
}

@media (max-width: 480px) {
    .amw-custom-mc.royce-woocommerce-mini-cart {
        top: 15px;
    }
}

@media (min-width: 480px) and (max-width: 1024px) {
    .amw-custom-mc.royce-woocommerce-mini-cart {
        width: 320px;
    }
}

/* end mini-cart */
@media (min-width: 768px) {
    .info .info-card p {
        font-size: 12px;
    }
}

/* pdp woocommerce */
.single-product.woocommerce p.stars a {
    color: #000;
}

.single-product.woocommerce #review_form #respond .form-submit input {
    font-family: "Gill Sans", "GillSans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .875px;
    color: #fff;
    background-color: #000;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px;
    min-width: 230px;
    border-radius: 0;
}

.single-product.woocommerce .woocommerce-review__published-date {
    font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
    letter-spacing: .16px;
    color: #393939;
}

.single-product.woocommerce #review_form #respond p {
    margin-bottom: 15px;
}

.single-product.woocommerce #review_form #respond .stars {
    display: inline-block;
    margin-right: 16px;
}

.single-product.woocommerce #review_form #respond label {
    font-weight: normal;
    font-size: 16px;
    font-family: 'GillSans-Light';
}

.single-product.woocommerce #review_form .comment-form {
    display: flex;
    flex-direction: column;
}

.single-product.woocommerce .comment-form-comment textarea, .single-product.woocommerce .comment-form input {
    border: 1px solid #e9e9e9;
}

.single-product.woocommerce .comment-form input {
    padding: 10px 25px;
    font-size: 16px;
    max-width: 333px;
}

.single-product.woocommerce #reviews #comment {
    height: 120px;
    padding: 10px 25px;
    font-size: 16px;
}

.single-product.woocommerce #reviews input[type="checkbox"] {
    accent-color: #000;
}

.single-product.woocommerce #reviews #comment::placeholder, .single-product.woocommerce .comment-form input::placeholder {
    color: #000;
}

.single-product.woocommerce .woocommerce-verification-required {
    margin-bottom: 25px;
}

.single-product.woocommerce #review_form .comment-form-rating {
    order: 1;
}

.single-product.woocommerce #review_form #respond .comment-form-comment {
    order: 2;
    max-width: 580px;
}

.single-product.woocommerce #review_form .comment-form-cookies-consent {
    order: 3;
}

.single-product.woocommerce #review_form .form-submit {
    order: 4;
}

.single-product.woocommerce .woocommerce-noreviews {
    margin-left: 2px;
    font-family: 'GillSans-Light';
    color: #393939;
}

.single-product.woocommerce .woocommerce-verification-required {
    font-weight: bold;
    margin-left: 2px;
}

.single-product.woocommerce #review_form_wrapper.row {
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.single-product.woocommerce .comment-form-comment .required {
    font-size: 13px;
    margin-top: 10px;
    float: right;
}

@media (max-width: 768px) {
    .single-product.woocommerce #review_form #respond .form-submit input {
        padding: 10px 17px;
        min-width: 180px;
        font-size: 13px;
    }

    .single-product.woocommerce .comment-form-cookies-consent {
        display: flex;
        align-items: flex-start;
        column-gap: 5px;
    }
}

@media (max-width: 767px) {
    .review-product-block .amw-col {
        width: 100%;
        text-align: center;
    }
}

/* start info card */
.info-card {
    color: #fff;
    display: block;
    text-align: center;
}

.info-card img {
    display: block;
    max-width: 100%;
    margin: 0 auto 18px;
}

.info-card p {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
}

/* start customize */
.customize h2 {
    font-size: 40px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 62px;
    text-align: center;
    text-transform: uppercase;
}

.customize ul {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
}

.customize ul li {
    padding: 0 10px;
    margin-bottom: 20px;
}

/* start customize card */
.customize-card {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.customize-card img {
    max-width: 100%;
    visibility: hidden;
}

.customize-card .customize-card__content {
    left: 50%;
    width: 100%;
    color: #fff;
    bottom: 0;
    padding: 20px;
    max-width: 740px;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.customize-card .customize-card__content h2 {
    line-height: 1;
    font-size: 40px;
    margin: 0 0 10px;
    font-weight: 300;
    font-family: "GillSans-Light", Arial, sans-serif;
}

.customize-card .customize-card__content h4 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.1;
    font-weight: 300;
    font-family: "GillSans-Light", Arial, sans-serif;
}

.customize-card .customize-card__content p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: none;
    font-family: "GillSans-Light", Arial, sans-serif;
    max-width: 395px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}

.customize-card .customize-card__content a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

/* start client-gallery */
.client-gallery {
    padding: 40px 0;
}

.client-gallery img {
    max-width: 100%;
}

.client-gallery .bx-controls-direction {
    padding: 0 20px;
}

/* start inquiry */

.inquiry {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 68px;
    padding-bottom: 67px;
}
.page-about-us .inquiry {
    padding-top: 35px;
}

.client-gallery h2 {
    font-size: 40px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 64px;
    text-align: center;
    text-transform: uppercase;
}

.inquiry h2 {
    font-size: 40px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 300;
    margin: 0 0 7px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.inquiry p {
    max-width: 670px;
    font-size: 16px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
}

.inquiry p:last-of-type {
    margin-bottom: 0;
}

.inquiry a,
.inquiry span {
    display: block;
    text-transform: uppercase;
}

.inquiry span {
    font-family: "GillSans-Light", Arial, sans-serif;
}

.inquiry a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    font-family: "GillSans", Arial, sans-serif;
}

/* start footer */
.footer .footer__super {
    height: 200px;
}

.footer .footer__super .footer__logo {
    padding-top: 0;
}

.footer .footer__sub .footer__nav ul li a:hover {
    background: none;
}

.single-product .woocommerce-breadcrumb {
    font-size: 12px;
}

/* old style */
.search-section {
    background-color: #f9f8f6;
}

.search-section form input {
    background: url("../img/search_button_dark.png") no-repeat right center;
    color: #01192c;
}

.search-section form input::-moz-placeholder, .search-section form input::-webkit-input-placeholder {
    color: #d8d8d8;
}

.search-results__no-results p {
    color: #01192c;
}

.search-results__item .search-results__header {
    color: #01192c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

.search-results__item p {
    color: #01192c;
    letter-spacing: 1.5px;
}

.search-results__image {
    display: block;
    float: left;
    margin-right: 20px;
    background-color: #fff;
    text-align: center;
    height: 140px;
    width: 130px;
    position: relative;
}

.search-section__close {
    background-color: #fff;
}

.search-section__close img {
    width: 25px;
    height: 25px;
}

.search-results__image img {
    width: 100px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
}

.search-section form input {
    background-image: url(../img/search-icon.png);
    background-size: 50px 44px;
}

.results-loader {
    margin-top: 80px;
}

.search-results__item .search-results__header {
    max-width: 630px;
}

.search-results__image img {
    -webkit-filter: drop-shadow(3px 4px 30px rgba(190, 182, 175, 0.8));
    -moz-filter: drop-shadow(3px 4px 30px rgba(190, 182, 175, 0.8));
    filter: drop-shadow(3px 4px 30px rgba(190, 182, 175, 0.8));
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 0;
    bottom: 0;
}

.search-section .btn {
    color: #01192c !important;
}

.grid .toolbar .container {
    padding: 0 !important;
}

.grid .toolbar.toolbar--fixed .container {
    padding: 0 30px !important;
}

.share-section__close img {
    width: 25px;
    height: auto;
}

#calc_shipping_state_field {
    -webkit-overflow-scrolling: touch;
}

.woocommerce .blockUI.blockOverlay {
    z-index: 2 !important;
}

.woocommerce .blockUI.blockOverlay::before {
    background: url("../img/ajax-loader.gif") center center;

    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: none;
    animation: none;
    /*-webkit-animation: spin 1s ease-in-out infinite;*/
    /*animation: spin 1s ease-in-out infinite;*/
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}

/*.wccpf-fields-group-1 {
    max-width: 217px !important;
}*/

.wccf_pers {
    width: 100% !important;
    min-width: 200px !important;
}

.wccf-pers-block label {
    background: none !important;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    white-space: nowrap;
    border: none !important;
    box-shadow: none !important;
}

.wccf-pers-block .wccpf-fields-group-1 {
    margin-top: -30px;
}

.product__desc .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px !important;
    padding-right: 0 !important;
}

.product__desc .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #fff url(../img/chevron-down.svg) no-repeat center center;
    height: 48px !important;
    position: absolute !important;
    top: 1px !important;
    left: 1px !important;
    right: auto !important;
    width: 48px !important;
}

.wccf_pers .select2-container--default {
    width: 100% !important;
    height: 50px;
    text-align: center;
    text-align-last: center;
}

.wccf_pers .select2-container--default:after {
    content: " ";
    display: block;
    height: 50px;
    width: 1px;
    position: absolute;
    border-right: 1px solid #000000;
    left: 48px;
    top: 0;
}

.wccf_pers input[type=text] {
    font-size: 14px !important;
    border: 1px solid #000 !important;
    line-height: 27px !important;
    padding: 3px 8px 2px;
    color: #444;
}

.wccf_pers input[type=text]::placeholder, .wccf_pers input[type=text]:-ms-input-placeholder {
    color: #444;
}

.wccf_pers .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #000;
    line-height: 10;
    display: block;
    height: 50px;
}

.wccf_pers .select2-selection .select2-selection--single {
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 1.6rem;
}

.wc-credit-card-form .select .select-options li, .woocommerce-page .select2-container--default .select2-results__option {
    line-height: 32px;
    letter-spacing: 1px;
}

/*.wccf_pers .select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*text-transform: uppercase !important;*/
/*}*/

/*.select2-results__option {*/
/*border: none !important;*/
/*}*/

/********** select2 ***********/
/*.container-woocommerce-page .woocommerce form .shipping-calculator-form > p.form-row {*/
/*padding: 0;*/
/*margin: 0;*/
/*}*/

.wccf-pers-block .select2-container--default {
    margin-bottom: 20px;
}

.wccf-pers-block .select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #c1b596;
    background-color: #f9f8f6;
}

.wccf-pers-block .select2-container--default .select2-selection--single {
    border: 1px solid #d6d6d6;
    background-color: #fdfdfd;
    height: 50px;
    margin-bottom: 0;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

.wccpf-fields-group-1 .select2-selection__arrow b {
    display: none !important;
}

.product__desc .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.wccf-pers-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    font-family: "GillSans-Light", Arial, sans-serif;
    height: 32px;
}

.wccf-pers-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url(../img/select-down-icon-down.png);
    background-color: #fdfdfd;
    background-size: 9px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    left: auto;
    margin: auto;
}

.wccf-pers-block .select2-container--open .select2-dropdown {
    border-radius: 0;
    border: 1px solid #d5d5d5;
}

.wccf-pers-block .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #000;
}

.wccf-pers-block .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #000;
}

.wccf-pers-block .select .select-options li,
.wccf-pers-block .select2-container--default .select2-results__option {
    font-size: 12px;
    color: #000;
    font-family: "GillSans-Light", Arial, sans-serif;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    padding: 8px 0;
    text-indent: 15px;
    border-top: 1px solid #d5d5d5;
    /*border-bottom: 1px solid #d5d5d5;*/
    text-transform: uppercase;
}

.wccf-pers-block .select .select-options li {
    border: 1px solid #d5d5d5;
    border-top: none;
}

.wccf-pers-block .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d5d5d5;
    padding: 10px 0;
    color: #000;
    font-weight: normal;
    text-indent: 15px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 16px;
}

.wccf-pers-block .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #000;
}

.wccf-pers-block .select .select-options li, .wccpf-fields-group-1 .select2-container--default .select2-results__option {
    font-size: 12px;
    color: #000;
    font-family: "GillSans-Light", Arial, sans-serif;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    padding: 8px 0;
    text-indent: 15px;
    border-top: 1px solid #d5d5d5;
    /* border-bottom: 1px solid #d5d5d5; */
    text-transform: uppercase;
}

.wccf-pers-block select,
.wccf-pers-block input.input-text {
    background: #fdfdfd;
    border: 1px solid #d6d6d6;
    padding: 15px 20px 16px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
    font-weight: normal;
    font-family: "GillSans-Light", Arial, sans-serif;
    letter-spacing: 1px;
}

.woocommerce-variation-price, .woocommerce-variation-availability {
    display: none;
}

.personalizetab {
    margin-bottom: 16px;
}

.wccf-field {
    margin-bottom: 0 !important;
    padding-top: 0;
}

.maccordian .wccf-field dt {
    display: none !important;
}

.maccordian .field-choose_style dt {
    display: block !important;
}

.maccordian .field-choose_option dt {
    display: block !important;
}

.wccf-field {
    margin-top: 10px;
}

.wrap-content-popup .wccf-field {
    margin-top: 0;
}

.wccf-field.field-choose_style {
    padding-bottom: 15px;
}

.field-choose_option.wccf-field {
    margin-top: 0;
    border-top: 1px solid #e9e9e9;
}

.field-choose_option.wccf-field .info-row {
    margin-bottom: 7px;
}

.maccordian .wccf-field dt label[for="choose_style"] {
    font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
    display: block !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    cursor: auto;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.16px;
    color: #000000;
}

.maccordian .wccf-field dt label[for="choose_option"] {
    padding-top: 20px;
    font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
    display: block !important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    cursor: auto;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.16px;
    color: #000000;
}

.maccordian .wccf-field dt label[for="choose_style"] span {
    font-family: "Gill Sans", "GillSans", Arial, sans-serif;
}

.maccordian .wccf-field dt label[for="choose_option"] span {
    font-family: "Gill Sans", "GillSans", Arial, sans-serif;
}

.maccordian .wccf_pers.wccf_choose_style input {
    display: none;
}

.maccordian .wccf_pers.wccf_choose_style label {
    text-indent: -9999px !important;
    border: 1px solid;
    border-color: inherit;
    background-clip: content-box;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.swatch-gold-foil,
.swatch-Gold-Foil {
    background: #debb7b;
}

.swatch-Silver-Foil,
.swatch-silver-foil {
    background: #d9d5d4;
}

.swatch-Debossed,
.swatch-debossed {
    background: #fff;
}

.maccordian .wccf_pers.wccf_choose_style label.active {
    padding: 2px;
}


.wccpf-fields-group-1 {
    /* display: none;
    width: 265px; */
    margin-bottom: 2px;
}

.woocommerce-checkout .wc-credit-card-form label {
    text-wrap: nowrap;
}

.woocommerce-checkout .wccpf-cart-data-editor {
    display: inline;
}

.woocommerce-checkout .wccpf-cart-data-editor fieldset {
    display: inline;
    margin: -4px 5px 0 0;
    padding: 0;
}

.woocommerce-checkout .wccpf-cart-data-editor .wccpf-cart-editor-ul li:first-child, .woocommerce-checkout .wccpf-cart-data-editor .wccpf-cart-editor-ul:first-child {
    display: none;
}

.woocommerce-checkout .wccpf-cart-data-editor .wccpf-cart-editor-ul {
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
    /*padding: 0 2px 0 0;*/
}

.woocommerce-checkout .wccpf-cart-data-editor .wccpf-cart-editor-ul:last-child:before {
    content: 'in';
    padding-right: 5px;
}

.woocommerce-checkout .wccpf-cart-data-editor .wccpf-cart-editor-ul li {
    float: none;
    display: inline;
}

.woocommerce-checkout .wccpf-cart-data-editor .wccpf-cart-editor-ul li p {
    display: inline;
    font-size: 16px;
    color: #b4b4b4;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .wccpf-cart-data-editor .wccpf-cart-editor-ul li p:before {
    content: open-quote;
}

.woocommerce-checkout .wccpf-cart-data-editor .wccpf-cart-editor-ul li p:after {
    content: close-quote;
}

.woocommerce-checkout .wccpf-cart-data-editor .wccpf-cart-editor-ul:last-child li p:before {
    content: no-open-quote;
}

.woocommerce-checkout .wccpf-cart-data-editor .wccpf-cart-editor-ul:last-child li p:after {
    content: no-close-quote;
}

.pers-first label {
    line-height: 1.2;
}

.wccf-pers-block .styled-checkbox + label:before {
    margin-top: 3px;
    margin-right: 6px;
}

.btn.js-order {
    background-color: #01192c;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.serp-button {
    background-color: #01192c;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul,
.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul li,
.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul li p {
    float: none;
    display: inline;
}

.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul p:before {
    content: open-quote;
}

.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul p:after {
    content: close-quote;
}

.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul:last-child p:before {
    content: no-open-quote;
}

.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul:last-child p:after {
    content: no-close-quote;
}

.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul {
    margin: 0 5px;
}

.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul:last-child:before {
    content: 'in';
    margin-right: 5px;
}

.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul li:first-child,
.woocommerce-cart .wccpf-cart-data-editor fieldset .wccpf-cart-editor-ul:first-child {
    display: none;
}

.woocommerce-cart .product-name ul li:first-child {
    margin: 0;
    padding: 0 !important;
}

.royce-woocommerce-mini-cart .wccpf-cart-data-editor {
    display: none;
}

.woocommerce-cart .wccpf-cart-data-editor, .woocommerce-cart .wccpf-cart-data-editor fieldset {
    margin: 0 !important;
    padding: 0 !important;
}

.cart dl.variation {
    margin-bottom: 0;
}

.cart .product-name li:first-child {
    margin-bottom: 20px;
}

.bottom-address {
    position: absolute;
    left: 0;
    bottom: -22px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.hiw {
    padding: 40px 0 30px;
}

.hiw h2 {
    font-size: 40px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 300;
    margin: 0 0 7px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.hiw .subheading {
    max-width: 720px;
    font-size: 20px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
}

.hiw .listingwrap {
    background: #363636;
    margin-top: 70px;
    text-align: center;
    padding: 40px 60px;
}

.hiw .listing {
    display: block;
    text-align: center;
    clear: both;
    display: table;
}

.hiw .listing .item {
    padding-left: 17px;
    padding-right: 17px;
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    width: 25%;
    float: left;
}

.hiw .listing h3 {
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hiw .listing p {
    font-family: "GillSans-Light", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.hiw .number {
    font-family: 'Didotlh';
    font-weight: bold;
    font-size: 100px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.hiw_button {
    margin-top: 40px !important;
}

.hiw_button a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-family: "GillSans", Arial, sans-serif;
    border: 1px solid #fff;
    padding: 11px 32px;
}

.product-name {
    text-transform: uppercase;
    margin-bottom: 11px;
}

.imagesection-figure {
    position: relative;
    background-color: #000;
    width: 100%;
}

.imagesection-figure img {
    opacity: .7;
    width: 100%;
}


/*lc*/
.main_banner {
    position: relative;
}

.link_pos_abs,
.collections-page .two-cols .link_pos_abs {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.cta_text {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "GillSans", Arial, sans-serif;
    text-align: center;
}

@media (max-width: 1024px) {
    .cta_text {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .cta_text {
        font-size: 13px;
    }
}


/* start responsive */
@media (max-width: 1199px) {
    .container,
    .header .container,
    .footer .container,
    .home.page .content .container {
        width: 820px;
        padding-left: 0;
        padding-right: 0;
    }

    /*.header {*/
    /*  height: 68px;*/
    /*}*/
    .header .top-nav {
        padding-top: 23px;
        position: absolute;
        right: 50px;
    }

    .header .top-nav li a {
        font-size: 10px;
    }

    .header .header__nav ul li {
        margin-left: 26px;
    }

    .header .header__nav ul li:nth-child(2) {
        margin-right: 0;
        margin-left: 26px;
    }

    .header .header__nav ul li:nth-child(3) {
        margin-left: 26px;
        margin-right: 86px;
    }

    .header .header__nav ul li:nth-child(4) {
        margin-left: 86px;
    }

    .header .header__nav {
        transform: translateY(-24px);
    }

    .header .header__nav ul li {
        margin-top: 69px;
        margin-bottom: 25px;
    }

    .header .top-nav li a {
        padding-left: 15px;
    }

    .header__nav {
        position: relative;
    }

    .header .header__nav .container {
        position: static;
    }

    .header > .container {
        height: 24px;
    }

    .header .header__nav .cart {
        top: 62px;
        background-size: 13px;
        position: absolute;
        right: 51px;
    }

    .header .header__nav .cart span {
        font-size: 13px;
        transform: translateX(-12px);
    }

    /*.page {*/
    /*  margin-top: 65px;*/
    /*}*/
    .page.page--dark {
        padding-bottom: 30px;
    }

    .bx-wrapper .bx-controls-direction a {
        width: 24px;
        height: 42px;
    }

    .banner {
        height: 509px;
        margin-bottom: 30px;
    }

    .banner a {
        font-size: 18px;
    }

    .banner h4 {
        margin-bottom: 4px;
    }

    .banner h1 {
        margin-bottom: 0;
    }

    .customize-card .customize-card__content {
        padding-left: 45px;
        padding-right: 45px;
    }

    .customize-card .customize-card__content h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .customize-card .customize-card__content p {
        line-height: 1.25;
    }

    .customize-card .customize-card__content p:last-of-type {
        margin-bottom: 2px;
    }

    .customize-card .customize-card__content h2 {
        margin-bottom: 3px;
    }


    .toolbar.toolbar--fixed {
        top: 68px;
    }

    .collection {
        padding-top: 30px;
    }

    .collection h2 {
        font-size: 39px;
        letter-spacing: .005em;
        margin-bottom: 45px;
    }

    .collection ul {
        margin-left: -7px;
        margin-right: -7px;
        margin-bottom: 16px;
    }

    .collection ul li {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 15px;
    }

    .collection figcaption {
        padding: 20px;
    }

    .customize h2 {
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .customize ul {
        margin: 0 -7px;
    }

    .customize ul li {
        padding: 0 7px;
    }

    .hiw {
        padding-top: 29px;
    }

    .client-gallery h2 {
        margin-bottom: 42px;
    }

    .footer .footer__super {
        height: 138px;
    }

    .footer .footer__sub .footer__nav ul li {
        margin-left: 25px;
    }

    .footer .footer__sub .footer__social .footer__social__link,
    .footer .footer__sub .footer__social .footer__social__link:last-child {
        margin-left: 5px;
    }

    .inquiry {
        padding-top: 45px;
    }

    .client-gallery {
        padding-top: 0;
        padding-bottom: 25px;
    }

    .discover .discover__content {
        bottom: 0;
        padding-bottom: 4px;
    }

    .discover .discover__content h4 {
        margin-bottom: 6px;
    }

    .discover .discover__content h2 {
        margin-bottom: 4px;
    }

    .discover .discover__content p {
        margin-bottom: 18px;
    }

    .discover.discover--faqs .discover__content,
    .discover.discover--sm .discover__content {
        padding-top: 45px;
        padding-bottom: 2px;
    }

    .discover.discover--sm .discover__content p {
        margin-bottom: 20px;
    }

    .discover.discover--sm .discover__content h2 {
        margin-bottom: 6px;
    }

    .discover.discover--sm .discover__content h4 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .info h2 {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .info .info-card p {
        padding-right: 0;
        padding-left: 0;
    }

    .footer .footer__super .footer__logo a {
        width: 114px;
        background-size: 100% auto;
        background-position: center center;
    }

    .header .header__nav ul li:first-child {
        margin-left: 28px;
    }

    .bottom-address {
        bottom: -35px;
    }
}

@media (max-width: 1024px) {
    .header .header__nav .header__nav-logo a {
        width: 150px;
    }

    .header .header__nav .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .header .header__nav .navbar-toggle.active {
        top: 0;
        width: 80px;
        height: 65px;
    }

    .header .header__nav {
        transform: none;
    }

    .header .header__nav .navbar-collapse.collapse {
        top: 65px;
        height: calc(100vh - 65px) !important;
    }

    .header .header__nav .navbar-toggle {
        left: 0;
        top: 26px;
    }

    .header .header__nav .header__nav-logo {
        margin-left: 0;
    }

    .header .header__nav .cart {
        right: 0;
    }

    .page {
        margin-top: 65px;
    }

    a.btn.btn-primary,
    .btn.btn-primary {
        height: 28px;
        font-size: 13px;
        padding: 5px 13px;
    }

    .bx-wrapper .bx-controls-direction a {
        width: 18px;
        height: 32px;
    }

    .banner {
        margin-bottom: 30px;
    }


    .page-about-us .banner h1,
    .page-faq .banner h1,
    .banner h1 {
        font-size: 50px;
    }

    .banner h4,
    .page-about-us .banner h4,
    .page-faq .banner h4,
    .banner a {
        font-size: 15px;
    }

    .discover .discover__content {
        bottom: 0;
        max-width: 540px;
    }

    .discover .discover__content a, .discover .discover__content p a {
        font-size: 13px;
    }

    .discover .discover__content h4 {
        font-size: 15px;
    }

    .discover .discover__content p,
    .discover .discover__content a {
        font-size: 13px;
    }

    .discover.discover--sm .discover__content h4 {
        font-size: 13px;
    }

    .discover .discover__content h2,
    .discover.discover--faqs .discover__content h2 {
        font-size: 30px;
    }

    .discover.discover--sm .discover__content,
    .discover.discover--page .discover__content {
        padding-top: 50px;
        padding-bottom: 30px;
        max-width: 400px;
    }

    .page-id-86 .discover.discover--sm .discover__content {
        padding-top: 82px;
        padding-bottom: 63px;
    }

    .discover.discover--sm .discover__content p {
        margin-bottom: 15px;
    }

    .discover.discover--sm .discover__content p a {
        font-size: 13px;
    }

    .collection h2 {
        font-size: 30px;
    }

    .collection figcaption h4,
    .collection figcaption {
        font-size: 13px;
    }

    .collection ul {
        margin: 0 -5px 10px;
    }

    .collection ul li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .info h2 {
        font-size: 30px;
        line-height: 1;
        margin-top: 0;
    }

    .info ol li {
        width: 25%;
    }

    .info p {
        font-size: 13px;
    }

    .info-card img {
        margin-bottom: 10px;
    }

    .customize h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .customize-card .customize-card__content h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .customize-card .customize-card__content {
        bottom: 0;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 30px;
    }

    .customize-card .customize-card__content h4,
    .customize-card .customize-card__content p,
    .customize-card .customize-card__content a {
        font-size: 13px;
    }

    .customize-card .customize-card__content p {
        margin-bottom: 16px;
    }

    .client-gallery h2 {
        font-size: 35px;
    }

    .inquiry {
        margin-top: 10px;
        padding-top: 48px;
        padding-bottom: 50px;
    }

    .inquiry h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .inquiry p {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .footer .footer__sub .footer__nav {
        float: left;
    }

    .footer .footer__sub .footer__nav ul li {
        margin-right: 0;
        padding-right: 0;
    }

    .footer .footer__sub .footer__nav ul li a {
        font-size: 10px;
    }

    .footer .footer__sub .footer__social,
    .footer .footer__sub .footer__copyright {
        display: block;
    }

    .footer .footer__sub .footer__copyright {
        font-size: 10px;
    }

    .footer .footer__sub .footer__social .footer__social__link,
    .footer .footer__sub .footer__social .footer__social__link:last-child {
        margin-left: 0;
    }

    .search-results__item .search-results__header {
        /*white-space: normal; */
        /*overflow: visible; */
        padding-bottom: 0;
    }

    .search-results {
        min-height: 0;
    }

    .header {
        height: 68px;
    }

    .header > .container {
        height: 0;
    }

    .header .header__nav .header__nav-logo {
        top: 52%;
    }

    .header .header__nav .cart {
        right: 29px;
        top: 28px;
    }
}

@media (max-width: 890px) {
    .container,
    .footer .container,
    .home.page .content .container {
        width: 616px;
    }

    .banner {
        height: 380px;
    }

    .header {
        height: 50px;
    }

    .header .header__nav .header__nav-logo a {
        width: 110px;
    }

    .header .header__nav .navbar-toggle {
        top: 18px;
    }

    .header .header__nav .navbar-toggle.active {
        height: 50px;
    }

    .header .header__nav .navbar-collapse.collapse {
        top: 50px;
        height: calc(100vh - 50px) !important;
    }

    .header .header__nav ul {
        margin-top: 24px;
    }

    .header .header__nav .cart {
        top: 15px;
    }

    .banner h4 {
        margin-bottom: 2px;
    }

    .page {
        margin-top: 70px;
    }

    .toolbar.toolbar--fixed {
        top: 50px;
    }

    .footer .footer__super {
        height: 100px;
    }

    .footer .footer__super .footer__logo a {
        width: 90px;
        background-size: 100% auto;
        background-position: center center;
    }

    .footer .footer__sub .footer__nav ul li {
        margin-left: 10px;
    }

    .discover .discover__content h2 {
        margin-bottom: 0;
    }

    .discover .discover__content h2 {
        font-size: 30px;
    }

    .discover-330 .discover__content p {
        max-width: 280px;
    }

    .discover .discover__content h4 {
        margin-bottom: 3px;
    }

    .discover .discover__content {
        padding-bottom: 1px;
    }

    .discover.discover--sm .discover__content,
    .discover.discover--faqs .discover__content {
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .discover.discover--sm .discover__content p {
        margin-bottom: 15px;
    }

    .discover.discover--sm .discover__content h4 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .collection {
        padding-top: 14px;
    }

    .collection h2 {
        margin-bottom: 32px;
    }

    .inquiry {
        padding-top: 35px;
        padding-bottom: 37px;
    }

    .inquiry h2 {
        font-size: 30px;
        margin-bottom: 2px;
    }

    .inquiry p {
        line-height: 1;
        margin-bottom: 21px;
    }

    .inquiry span {
        margin-bottom: 4px;
    }

    .info ol li {
        width: 50%;
    }

    .info > ul > li {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .info > ul > li p {
        margin-bottom: 15px;
    }

    .page.page--dark {
        padding-bottom: 20px;
    }

}

@media (min-width: 768px) and (max-width: 890px) {
    .search-results__item .search-results__header {
        max-width: 528px;
    }
}

@media (min-width: 768px) {
    .search-results .search-results__item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .search-results .search-results__item p {
        margin-bottom: 0;
    }

    .search-results__item .search-results__header {
        margin-bottom: 0px;
        padding-bottom: 4px;
    }

    .wrap-search-item-full {
        position: relative;
        overflow: hidden;
    }

    .wrap-search-item-text {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        padding-left: 160px;
    }
}

@media (max-width: 767px) {
    .container,
    .footer .container,
    .home.page .content .container {
        width: 100%;
        max-width: 646px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .header__nav .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .header .header__nav .navbar-toggle.active {
        width: 50px;
    }

    .page {
        margin-top: 50px;
    }

    .bx-wrapper .bx-controls-direction a {
        width: 10px;
        height: 20px;
    }

    .banner {
        height: 380px;
        margin-bottom: 25px;
    }

    .banner h1,
    .page-about-us .banner h1,
    .page-faq .banner h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .banner h4 {
        margin-bottom: 10px;
    }

    .discover.discover--faqs .discover__content h2,
    .discover .discover__content h2 {
        font-size: 25px;
    }

    .discover .discover__content p {
        font-size: 0;
        color: transparent;
        margin-bottom: 5px;
    }

    .discover.discover--sm .discover__content p {
        margin-bottom: 5px;
    }

    .discover .discover__content {
        padding-bottom: 20px;
    }

    .page-id-86 .discover.discover--sm .discover__content,
    .discover.discover--sm .discover__content,
    .discover.discover--page .discover__content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page-id-86 .inquiry {
        padding-bottom: 20px;
    }

    .collection h2 {
        font-size: 26px;
    }

    .collection ul li {
        width: 50%;
    }

    .collection ul li:nth-last-child(2) {
        margin-bottom: 10px;
    }

    .info h2 {
        font-size: 25px;
        line-height: 1;
    }

    .info > ul > li {
        padding-top: 20px;
    }

    .info p {
        margin-bottom: 20px;
    }

    .info ol li {
        margin-bottom: 20px;
    }

    .customize h2 {
        margin-top: 12px;
        margin-bottom: 33px;
    }

    .customize-card .customize-card__content {
        padding-bottom: 24px;
    }

    .customize-card .customize-card__content h2 {
        margin-bottom: 5px;
    }

    .customize-card .customize-card__content h2 {
        font-size: 25px;
    }

    .customize-card .customize-card__content p {
        font-size: 0;
        color: transparent;
        margin-bottom: 5px;
    }

    .customize-card .customize-card__content h4 {
        margin-bottom: 5px;
    }

    .client-gallery {
        padding-top: 25px;
    }

    .client-gallery h2 {
        font-size: 25px;
        margin-bottom: 35px;
    }

    .customize ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .customize ul li {
        width: 50%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }

    .inquiry h2 {
        font-size: 25px;
        margin-bottom: 3px;
    }


    .inquiry {
        margin-top: 0;
        padding-top: 35px;
        padding-bottom: 34px;
    }

    .inquiry a,
    .inquiry span {
        font-size: 13px;
    }

    .inquiry p {
        line-height: 1.2;
        margin-bottom: 19px;
    }

    .inquiry span {
        margin-bottom: 2px;
    }

    .footer .footer__sub .footer__social {
        display: none;
    }

    .page.page--dark {
        padding-bottom: 0;
    }

    .footer .footer__sub .footer__copyright {
        font-size: 12px;
    }

    .info > ul > li .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .info > ul > li .row .col-sm-6 {
        width: 50%;
    }

    .search-section form input {
        background-size: 18px 16px;
    }

    .results-loader {
        margin-top: 40px;
    }

    .search-results__image {
        width: 50px;
        height: 55px;
        margin-right: 10px;
    }

    .search-results__image img {
        max-height: 55px;
        width: 30px;
        margin-left: -15px;
    }

    .search-section__close img {
        width: 15px;
        height: 15px;
    }

    .search-results__item .search-results__header {
        white-space: normal;
        overflow: visible;
    }

    .search-results .search-results__item {
        margin-bottom: 14px;
        padding-bottom: 19px;
    }

    .search-results .search-results__item p {
        height: 36px;
        line-height: 18px;
    }

    .search-results__item .search-results__header {
        margin-bottom: 2px;
    }

    .search-results .search-results__item {
        margin-bottom: 17px;
        padding-bottom: 17px;
    }

    .search-section a.btn {
        width: 165px;
        height: 50px;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 51px;
        padding: 0;
        text-align: center;
        background-color: #fff;
        color: #000 !important;
        /*min-width: 166px; */
        /*padding: 13px; */
        font-family: "GillSans", Arial, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        /*background-color: #f9f8f6; */
        border: none;
    }

    .simple-slider__slide {
        width: calc(100vw - 30px) !important;
    }

    .banner h4 {
        font-size: 15px;
    }

    .header .header__nav .header__nav-logo a {
        width: 110px;
    }
    #esi-placeholder {
        margin-top: -23px;
    }
}

@media (max-width: 479px) {
    .header .header__nav .header__nav-logo a {
        width: 78px;
    }

    .collection ul li {
        width: 100%;
    }

    .header .header__nav .header__nav-logo a {
        width: 78px !important;
    }

    .header .header__nav .cart {
        background-size: 10px;
    }

    .header .header__nav .cart span {
        font-size: 13px;
        transform: translateX(-12px);
    }

    .discover.discover--sm .discover__content,
    .discover.discover--page .discover__content {
        padding-bottom: 45px;
    }

    .banner {
        height: 455px;
        margin-bottom: 20px;
    }

    .banner h4 {
        margin-bottom: 15px;
    }

    .banner h1 {
        line-height: .85;
        margin-bottom: 12px;
    }

    .home .discover .discover__content h2 {
        padding-left: 1px;
        padding-right: 1px;
    }

    .info h2 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
    }

    .info > ul > li {
        padding-top: 20px;
        text-align: center;
    }

    .info > ul > li p {
        margin-bottom: 15px;
    }

    .info > ul > li .row {
        display: block;
    }

    .info > ul > li .row .col-sm-6 {
        width: 100%;
    }

    .customize ul li {
        width: 100%;
    }

    .inquiry {
        padding-top: 24px;
        padding-bottom: 34px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .inquiry p {
        line-height: 1.35;
        margin-bottom: 17px;
    }

    .inquiry span {
        margin-bottom: 0;
    }

    .inquiry h2 {
        line-height: 1;
        margin-bottom: 4px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .collection ul li:nth-last-child(2),
    .collection ul li {
        margin-bottom: 20px;
    }

    .info > ul > li ol.row {
        padding-bottom: 10px;
    }

    .product__desc .select2-container--default .select2-selection--single .select2-selection__rendered.error {
        font-size: 12px;
        padding-left: 48px !important;
    }
}

@media (max-width: 767px) {
    body.woocommerce .widget_berocket_aapf ul li label {
        padding-left: 38px;
        padding-top: 6px;
        padding-bottom: 5px;
        line-height: 17px;
    }

    .banner h1 {
        font-size: 40px;
    }

    .banner h4,
    .banner a,
    .page-about-us .banner h4,
    .page-faq .banner h4,
    .discover .discover__content h4 {
        font-size: 13px;
    }

}

@media screen and (max-width: 1200px) and (min-width: 1024px) {

    .collections-page .grid--collection .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

}

@media screen and (max-width: 1024px) {
    .view-cart.page {
        margin-top: 120px;
    }

    .hiw .listingwrap {
        padding: 20px 50px;
    }
}

@media screen and (max-width: 767px) {
    .view-cart.page {
        margin-top: 70px;
    }

    .product__images .bx-controls-direction {
        display: flex;
    }

    .product__images .bx-wrapper .bx-controls-direction a.bx-prev {
        background-image: url(../img/prevb.png);
    }

    .product__images .bx-wrapper .bx-controls-direction a.bx-next {
        background-image: url(../img/nextb.png);
    }
}

@media (max-width: 767px) {
    .wccf-pers-block .wccpf-fields-group-1 {
        margin-top: -20px;
    }
}

@media (max-width: 414px) {
    .wccpf-fields-group-1 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pers-first {
        margin-top: 40px !important;
    }

    .pers-first label {
        margin-top: 0 !important;
    }
}

@media (min-width: 768px) {
    .price-col-to-align {
        line-height: 0.7;
    }
}

@media (max-width: 992px) {
    .bottom-address {
        display: none;
    }

    .bottom-address.mobile-only {
        display: block;
        bottom: -22px;
    }
}

@media (max-width: 767px) {
    .bottom-address.mobile-only {
        display: none;
    }

    .checkout_error .checkout__form__box > div .required-mobile {
        font-size: 14px;
    }

    .checkout_error .checkout__form__box > div .required-mobile.mb10 {
        margin-bottom: 10px;
    }

    .discover.discover--sm .discover__content h4 {
        font-size: 13px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {

    .hiw {
        padding-bottom: 45px;
    }

    .hiw .listingwrap {
        padding: 22px 130px 35px;
        margin-top: 45px;
    }

    .hiw .listing .item {
        width: 50%;
        margin-bottom: 30px;
        display: inline-block;
    }

    .hiw_button {
        margin-top: 5px !important;
    }

    .collections-page .main_banner {
        margin-bottom: 28px;
    }

    .collections-page {
        padding-top: 51px;
    }

    .collections-page .main_banner p {
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .collections-page .two-cols {
        margin-left: -7px;
        margin-right: -7px;
        margin-bottom: 32px;
    }

    .collections-page .two-cols > div {
        padding-left: 7px;
        padding-right: 7px;
    }

    .collections-page .listing {
        margin-left: 0;
        margin-right: 0;
    }

    .listing .item img {
        max-height: 124px;
    }

    .listing .item h4,
    .listing .item .price {
        font-size: 16px;
    }

    .listing .item h4 {
        margin-bottom: 0;
    }

    .listing .item-inner {
        padding-bottom: 10px;
    }

    .full_banner {
        margin-bottom: 26px;
    }

    .full_banner h3 {
        margin-bottom: 10px;
    }

    .collections-page .two-cols h3 {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .hiw {
        padding-bottom: 8px;
    }

    .hiw h2,
    .client-gallery h2,
    .collections-page .main_banner h1,
    .collections-page .two-cols h3,
    .full_banner h3 {
        font-size: 30px;
    }

    .hiw .listingwrap {
        margin-top: 50px;
        padding: 25px 30px;
    }

    .hiw .number {
        font-size: 60px;
    }

    .hiw .subheading,
    .hiw .listing h3,
    .hiw .listing h3,
    .hiw .listing p,
    .hiw_button a,
    .collections-page .two-cols p,
    .collections-page .two-cols a,
    .full_banner p,
    .full_banner a {
        font-size: 13px;
    }

    .hiw_button a {
        padding: 9px 25px;
    }

    .hiw h2 {
        margin-bottom: 13px;
    }

    .hiw .listing h3 {
        margin-bottom: 18px;
    }

    .hiw .subheading {
        max-width: 590px;
    }

    .hiw .listing .item {
        padding-left: 14px;
        padding-right: 14px;
    }

    .collections-page {
        padding-top: 55px;
    }

    .collections-page .main_banner p {
        font-size: 13px;
    }

    .collections-page .listing h3 {
        font-size: 20px;
    }

    .collections-page {
        margin-bottom: 0;
    }

    .full_banner,
    .collections-page .main_banner {
        margin-bottom: 28px;
    }

    .collections-page .two-cols {
        margin: 0 -7px 32px;
    }

    .collections-page .two-cols h3 {
        margin-top: 6px;
        margin-bottom: 16px;
    }

    .full_banner h3 {
        margin-top: 25px;
    }

    .collections-page .two-cols > div {
        padding: 0 7px;
    }

    .collections-page .listing.two-cols {
        margin: 0 0 30px;
    }

    .collections-page .listing.two-cols:last-of-type {
        margin-bottom: 40px;
    }

    .listing .item-inner {
        padding-bottom: 12px;
    }

    .collections-page .main_banner h1 {
        margin-bottom: 3px;
        margin-top: 33px;
    }

    .collections-page .main_banner p {
        margin: 0 auto 19px;
        max-width: 170px;
    }

    .listing .item h4,
    .listing .item .price {
        font-size: 13px;
    }

    .listing .item img {
        max-height: 125px;
    }

    .client-gallery {
        padding-top: 35px;
    }

    .hiw_button {
        margin-top: 23px !important;
    }
}

@media screen and (max-width: 1023px) {
    .hiw {
        padding-bottom: 0;
    }

    .hiw .listingwrap {
        padding: 26px 72px 30px;
    }

    .hiw .listing .item {
        width: 50%;
        margin-bottom: 22px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hiw .number {
        margin-bottom: 16px;
    }

    .hiw .listing h3 {
        margin-top: 14px;
    }

    .hiw .listing p {
        line-height: 1.35;
    }

    .hiw_button {
        margin-top: 8px !important;
    }

    .client-gallery {
        padding-top: 33px;
    }

    .client-gallery h2 {
        margin-bottom: 33px;
    }

    .full_banner {
        margin-bottom: 20px;
    }

    .collections-page {
        padding-top: 40px;
    }

    .collections-page .main_banner {
        margin-bottom: 21px;
    }

    .collections-page .main_banner h1 {
        margin-bottom: 0;
    }

    .collections-page .col-sm-6 {
        width: 50%;
    }

    .collections-page .main_banner .tcontent {
        padding: 0 45px;
    }

    .collections-page .listing.two-cols {
        margin-bottom: 24px;
    }

    .collections-page .listing.two-cols:last-of-type {
        margin-bottom: 35px;
    }

    .collections-page .two-cols {
        margin-bottom: 20px;
    }

    .discover.discover--faqs .discover__content h2 {
        font-size: 30px;
    }

    .listing .item img {
        max-height: 100px;
    }

    .listing .item h4 {
        margin-bottom: 2px;
    }

    .listing .item-inner {
        padding-top: 4px;
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    .collections-page .listing h3 {
        font-size: 25px;
    }

    .collections-page .listing h3 {
        margin-bottom: 12px;
    }

    .full_banner h3 {
        font-size: 30px;
        margin-top: 22px;
    }

    .collections-page .main_banner h1 {
        font-size: 30px;
        margin-bottom: 0;
        margin-top: 35px;
    }

    .collections-page .listing h3 {
        font-size: 20px;
    }

    .collections-page .listing.two-cols,
    .collections-page .listing.two-cols:last-of-type {
        margin-bottom: 22px;
    }

    .tab-header-and-content {
        padding-bottom: 40px;
    }

    .product__details {
        padding-top: 25px;
    }

    .slider-thumbnails {
        display: none;
    }

    .simple-slider {
        width: auto;
    }

    .tab-header-and-content {
        text-align: center;
    }

    .full_banner,
    .collections-page .main_banner {
        margin-bottom: 20px;
    }

    .collections-page .two-cols {
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: 24px;
    }

    .collections-page .two-cols > div {
        padding-left: 6px;
        padding-right: 6px;
    }

    .listing .item img {
        max-height: 77px;
    }

    .woocommerce-variation-add-to-cart {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .woocommerce-variation-add-to-cart .input-number {
        margin-left: auto;
        margin-right: auto;
    }

    .wccpf-fields-group-1 {
        margin: 23px auto 0;
    }

    .wrap-content-popup .wccpf-fields-group-1 {
        margin: 0;
    }

    .wccf_pers input[type=text]::placeholder,
    .wccf_pers input[type=text]:-ms-input-placeholder {
        text-align: center;
    }

    .hiw .listingwrap {
        padding-bottom: 30px;
    }

    .hiw .listing .item {
        margin-bottom: 20px;
    }

    .info > ul > li:first-child {
        padding-top: 5px;
    }

    .discover.discover--sm .discover__content h4 {
        margin-bottom: 0;
    }

    .bx-wrapper .bx-controls-direction a {
        width: 13px;
        height: 22px;
    }

    .client-gallery {
        padding-top: 23px;
    }

    .client-gallery h2 {
        margin-bottom: 31px;
    }
}

@media screen and (max-width: 767px) {
    .hiw {
        padding-top: 18px;
        margin-bottom: 10px;
    }

    .hiw .listingwrap {
        margin-top: 36px;
    }

    .hiw .subheading {
        text-align: center;
    }

    .collections-page {
        margin-bottom: 17px;
    }

    .collections-page .main_banner {
        margin-bottom: 20px;
    }

    .collections-page .main_banner h1 {
        font-size: 25px;
        margin-top: 42px;
    }

    .full_banner h3 {
        font-size: 25px;
        margin-top: 26px;
    }

    .collections-page .two-cols h3 {
        font-size: 25px;
        margin-top: 11px;
        margin-bottom: 18px;
    }

    .collections-page .listing h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .collections-page .two-cols {
        margin: 0 -5px 20px;
    }

    .full_banner {
        margin-bottom: 20px;
    }

    .collections-page .two-cols > div {
        padding: 0 5px;
    }

    .collections-page .listing.two-cols,
    .collections-page .listing.two-cols:last-of-type {
        margin: 0 0 20px;
    }

    /* .listing .item h4{ padding: 0 6px; } */
    .listing .item img {
        max-height: 80px;
    }

    .listing .heading {
        margin-right: 5px;
    }

    .listing .col-sm-6 .item:first-child {
        padding-right: 5px;
    }

    .listing .col-sm-6 .item:last-child {
        padding-left: 5px;
    }
}

@media screen and (min-width: 650px) {
    .full_banner {
        background: none;
    }
}

@media screen and (max-width: 650px) {
    .collections-page {
        padding-top: 0;
        overflow: hidden;
    }

    .collections-page .main_banner {
        margin-right: -15px;
        margin-left: -15px;
        display: block;
    }

    .collections-page .main_banner img {
        max-width: 120%;
        margin-left: -10%;
        margin-right: -10%
    }

    .collections-page .main_banner .tcontent {
        padding: 0 0 38px;
        width: 260px;
        margin: 0 auto;
    }

    .collections-page .main_banner .col-sm-6,
    .listing > .col-sm-6 {
        width: 100%;
    }

    .imagesection > .col-sm-6 {
        width: 100%;
    }

    .collections-page .listing > .col-sm-6:first-child,
    .imagesection > .col-sm-6:first-child {
        margin-bottom: 20px;
    }

    .collections-page .listing > .col-sm-6 {
        padding: 0;
    }

    .listing .heading,
    .listing .col-sm-6 .item:first-child {
        margin-right: 20px;
    }

    .listing .col-sm-6 .item {
        padding: 0 !important;
    }

    .collections-page .two-cols .heading {
        margin-bottom: 0 !important;
    }

    .listing .item {
        min-height: 140px
    }

    .listing .item img {
        height: 100px;
    }

    .full_banner {
        background-position: left center;
        height: 175px;
        background-size: cover;
    }

    .full_banner .tcontent {
        width: 100%;
        transform: translateY(50%)
    }

    .full_banner img {
        display: none;
    }

}

@media screen and (max-width: 479px) {
    .acchead {
        font-size: 12px;
        margin-bottom: 2px;
        margin-top: 25px;
    }

    .detail-item .label {
        font-size: 12px;
    }

    .product__details .btn.js-order {
        margin-top: 15px;
    }

    .maccordian .wccf-field dt label[for="choose_style"] {
        /*font-size: 12px;*/
    }

    .product__details .product-name {
        font-size: 25px;
    }

    .product__details .wccf_pers input[type=text] {
        text-align: center;
    }

    .product__details .wccpf-fields-group-1 {
        max-width: none !important;
    }

    .single-product .product__price {
        padding-bottom: 10px;
    }

    .single-product .product__price span {
        font-size: 18px;
        padding-top: 15px;
    }

    .client-gallery {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .client-gallery h2 {
        font-size: 25px;
    }

    .customize-card .customize-card__content h2 {
        margin-bottom: 0;
    }

    .customize-card .customize-card__content h4 {
        margin-bottom: 3px;
    }

    .info .btnalt {
        margin-top: 5px;
        font-size: 13px;
        padding: 7px 12px;
    }

    .hiw .listingwrap {
        padding: 40px 15px;
    }

    .hiw {
        padding: 18px 0 5px;
        margin-left: 14px;
        margin-right: 14px;
        width: calc(100% - 28px);
    }

    .hiw h2 {
        font-size: 25px;
        margin: 0 0 30px;
    }

    .hiw .number {
        margin-bottom: -4px;
    }

    .hiw .subheading {
        text-align: center;
        padding: 0 20px;
    }

    .hiw .listing h3 {
        margin-bottom: 18px;
    }

    .hiw .listing .item {
        width: 100%;
        margin-bottom: 27px;
    }

    .info > ul > li ol.row {
        margin-right: -10px;
        margin-left: -10px;
        padding-bottom: 0;
    }

    .info > ul > li ol.row li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .info .info-card p {
        padding-left: 24px;
        padding-right: 24px;
    }

    .listing .heading, .listing .col-sm-6 .item:first-child {
        margin-right: 10px;
    }
}


.apply-promotion-header {
    text-align: center;
    display: block;
    font-size: 18px !important;
    font-weight: 900;
    text-transform: capitalize;
    margin: 135px 0 25px;
}

.apply-promotion-header-checkout {
    text-align: left;
    display: block;
    font-size: 13px !important;
    font-weight: 400;
    text-transform: capitalize;
    margin: 30px 0 25px;
    letter-spacing: 1px;
}

.apply-promotion-block {
    margin-bottom: 40px;
    background: white;
}

.apply-promotion-block-checkout {
    background: white;
    border-bottom: 1px solid #e9e9e9;
    display: none;
}

.woocommerce-checkout-review-order-table .product_list__item dl {
    margin-bottom: 0;
}

.woocommerce-checkout .coupon-code input[type='text'],
.checkout_error.view-cart .woocommerce .coupon-code input[type='text'] {
    width: 390px;
    float: left;
    margin-right: 15px;
}

.woocommerce-checkout .coupon-code input[type='text'] {
    width: 340px;
}

.promotion-input {
    border: 1px solid #b4b4b4 !important;
    background: #fff;
    box-shadow: none !important;
    height: 42px;
    font-size: 14px !important;
}

.promotion-input:focus {
    background: #fff !important;
}

.promotion-input::placeholder {
    color: #444;
}

.apply-promotion-block-checkout #pwgc-redeem-button,
.woocommerce-checkout .coupon-code input.button, .checkout_error.view-cart .woocommerce .coupon-code input.button {
    height: 42px;
}

@media (max-width: 767px) {
    .woocommerce-checkout .coupon-code input[type='text'] {
        width: 100%;
    }

    .apply-promotion-header {
        margin-top: 10px !important;
    }

    .checkout_error.view-cart .woocommerce .apply-promotion-block .coupon-code input.button {
        width: 100%;
        margin-top: 10px;
        /*margin-bottom: 50px;*/
    }

    .checkout_error.view-cart .woocommerce .coupon-code input[type='text'] {
        width: 100%;
        float: left;
        margin-right: 15px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .checkout_error.view-cart .coupon-code input[type='text'] {
        width: 380px;
    }

    .woocommerce-checkout .coupon-code input[type='text'],
    .checkout_error.view-cart .woocommerce .coupon-code input[type='text'] {
        width: 350px;
    }

    .apply-promotion-block-checkout #pwgc-redeem-gift-card-number {
        width: 350px !important;
    }
}

@media (min-width: 993px) and (max-width: 1024px) {
    .checkout_error.view-cart .coupon-code input[type='text'] {
        width: 565px;
    }

    .woocommerce-checkout .coupon-code input[type='text'],
    .checkout_error.view-cart .woocommerce .coupon-code input[type='text'] {
        width: 565px;
    }

    .apply-promotion-block-checkout #pwgc-redeem-gift-card-number {
        width: 160px !important;
    }

    .woocommerce-checkout .coupon-code input[type="text"] {
        width: 160px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #esi-placeholder {
        margin-top: -30px;
    }
}

@media screen and (min-width: 1025px) {
    #esi-placeholder {
        margin-top: -36px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .checkout_error.view-cart .coupon-code input[type='text'] {
        width: 220px;
    }

    .woocommerce-checkout .coupon-code input[type='text'],
    .checkout_error.view-cart .woocommerce .coupon-code input[type='text'] {
        width: 220px;
    }

    .apply-promotion-block-checkout #pwgc-redeem-gift-card-number {
        width: 160px !important;
    }

    .woocommerce-checkout .coupon-code input[type="text"] {
        width: 160px !important;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1200px) {
    .woocommerce-checkout .coupon-code input[type="text"],
    .apply-promotion-block-checkout #pwgc-redeem-gift-card-number {
        width: 237px !important;
    }
}

.apply-promotion-header {
    font-family: "GillSans-Light", Arial, sans-serif;
    text-align: center;
    display: block;
    font-size: 18px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin: 135px 0 25px;
    letter-spacing: 3px;
}

.apply-promotion-block {
    margin-bottom: 40px;
    background: white;
}

.apply-promotion-block-checkout #pwgc-redeem-gift-card-number {
    width: 340px;
}

.apply-promotion-block-checkout #pwgc-redeem-button {
    background: #f9f8f6;
    color: #000000;
    font-size: 13px;
    font-family: "GillSans", Arial, sans-serif;
    width: 150px;
    height: 42px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0;
    letter-spacing: 1px;
    float: left;
    margin-left: 15px;
}

.apply-promotion-block-checkout #pwgc-redeem-button:hover,
.apply-promotion-block-checkout #coupon_redeem_button:hover {
    background: #01192c;
    color: #fff;
}

.border-bottom {
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    height: 1px;
    margin: -15px 0 15px;
}

.product__price span {
    font-family: "Gotham-HTF-Book", "Gotham Meduim", Arial, sans-serif !important;
}

.btn.js-order {
    max-width: 100%;
    color: #fff !important;
    height: 50px;
    line-height: 30px;
}

.btn.serp-button {
    max-width: 100%;
    color: #fff !important;
    height: 50px;
    line-height: 30px;
}

.free-shipping-option {
    font-weight: 600;
    font-size: 15px;
    margin-top: 30px;
}

.header {
    z-index: 700;
}

.fancybox-opened {
    z-index: 902;
}

.fancybox-overlay.fancybox-overlay-fixed {
    z-index: 800;
}

.fancybox-skin {
    z-index: 9001;
}

.kl_newsletter_checkbox_field {
    clear: both;
    margin: 0 0 30px 30px !important;
    display: block;
    height: 30px;
}

.kl_newsletter_checkbox_field input.input-checkbox {
    margin-left: -30px !important;
    margin-top: 8px !important;
}

.gift-option-label {
    background: none !important;
}

/*.gift-card-radio::before{*/
/*    content: none !important;*/
/*    display: none !important;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-radius: 0;*/
/*    border: none !important;*/
/*    margin: 0;*/
/*}*/

.gift-card-radio {
    display: inline-block;
    height: 10px;
    width: 10px;

}

.gift-radio-block {
    width: 80px;
    height: 40px;
    display: inline-block;
    border: 1px solid #b4b4b4;
    text-align: center;
    vertical-align: middle;
    margin: 9px 9px 0 0;
    position: relative;
}

.tab-content dd.full label.gift-option-label {
    width: 100%;
    font-size: 13px;
    height: 16px;
}

.tab-content dd.full .gift-radio-block input[type="radio"]:checked + label {
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0;
}

.tab-content dd.full .gift-radio-block input[type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    left: 0;
    z-index: -1;
}

.gift-price-radios {
    max-width: 360px;
}

#pwgc-purchase-container.wccf_pers input[type=text] {
    border: 1px solid #b4b4b4 !important;
    padding: 6px 8px 5px 19px;
    width: 95%;
}

.pwgc-label {
    padding-bottom: 15px;
}

.border-bottom.ver2 {
    margin: 19px 0 12px;
}

#pwgc-purchase-container.wccf_pers textarea {
    border: 1px solid #b4b4b4 !important;
    padding: 6px 8px 5px 19px;
    font-size: 14px !important;
    line-height: 27px !important;
    color: #444;
}

#pwgc-message {
    margin-top: 18px;
}

@media (max-width: 767px) {
    #pwgc-purchase-container.wccf_pers textarea,
    #pwgc-purchase-container.wccf_pers input[type=text] {
        width: 100%;
    }

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

    .woocommerce-variation-add-to-cart {
        width: 100%;
    }

    .woocommerce-variation-add-to-cart .input-number {
        margin-right: auto;
    }

    .tab-content dd.full label.gift-option-label {
        border: none;
        border-radius: 0;
        padding: 0;
        height: 27px;
    }

    .free-shipping-option {
        margin-bottom: 20px;
    }

    .product__price span {
        padding-bottom: 14px !important;
    }

    .simple-slider {
        width: 100% !important;
    }

    .gift-price-radios {
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        max-width: 100%;
    }

    .gift-radio-block {
        /*flex: 1 1 30%;*/
        /*width: 33%;*/
        margin-right: 24px;
    }

    .gift-radio-block:last-child,
    .gift-radio-block:nth-child(3),
    .gift-radio-block:nth-child(7),
    .gift-radio-block:nth-child(11) {
        margin-right: 0;
    }

}

.grid .item .center-image img {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.header .header__nav ul li a {
    font-size: 12px;
}

@media (max-width: 767px) {
    .header .header__nav ul li a {
        font-size: 22px;
    }
}

.banner-container {
    background-color: #f6f6f6;
    color: #666666;
    font-family: 'Gill Sans', 'GillSans', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    padding: 8px 0;
    height: 25px;
    text-align: center;
}

.banner-container .banner-width-320, .banner-container .banner-width-768, .banner-container .banner-width-1440 {
    display: none;
}

@media (max-width: 767px) {
    .banner-container .banner-width-320 {
        display: inline;
    }
}

@media (min-width: 768px)  and (max-width: 1439px) {
    .banner-container .banner-width-768 {
        display: inline;
    }
}

@media (min-width: 1440px) {
    .banner-container .banner-width-1440 {
        display: inline;
    }
}

.footer .footer__sub .footer__nav ul li a {
    color: #ffffff;
}

.footer .footer__sub .footer__copyright {
    color: #ffffff;
}

.with-sales-banner .header {
    height: 135px;
}

.with-sales-banner .page {
    margin-top: 130px !important;
}

.with-sales-banner div.checkout_error {
    margin-top: 150px !important;
}

.with-sales-banner div.product.post-type-product-wrapper {
    margin-top: 0px !important;
}

.with-sales-banner div.product.post-type-product-wrapper.nonmonogramming {
    margin-top: 125px !important;
}

.with-sales-banner .header__nav-logo {
    padding-bottom: 26px;
}

@media (max-width: 1024px) {
    .with-sales-banner .header {
        height: 93px;
    }

    .with-sales-banner .page {
        margin-top: 130px !important;
    }

    .with-sales-banner .view-cart.page {
        margin-top: 170px !important;
    }

    .with-sales-banner div.checkout_error {
        margin-top: 170px !important;
    }

    .with-sales-banner .header .header__nav .navbar-collapse.collapse {
        top: 90px !important;
        height: calc(100vh - 90px) !important;
    }

    .header .header__nav ul li.current_page_item a:after, .header .header__nav ul li a:hover:after {
        /*content: "";*/
        /*position: absolute;*/
        /*bottom: 9px;*/
        /*left: 50%;*/
        /*width: 157px;*/
        /*margin-left: -79px;*/
        /*height: 1px;*/
        /*background-color: #c1b596;*/
    }
}

@media (max-width: 890px) {
    .with-sales-banner .header {
        height: 75px;
    }

    .with-sales-banner .page {
        margin-top: 100px !important;
    }

    .with-sales-banner div.checkout_error {
        margin-top: 130px !important;
    }

    .with-sales-banner .header .header__nav .navbar-collapse.collapse {
        top: 74px !important;
        height: calc(100vh - 74px) !important;
    }
}

@media (max-width: 768px) {
    .with-sales-banner .page {
        margin-top: 75px !important;
    }
}

@media screen and (max-width: 767px) {
    .with-sales-banner .view-cart.page {
        margin-top: 105px !important;
    }

    .with-sales-banner .page {
        margin-top: 60px !important;
    }
}

/* Footer 1440 breakpoint */
.footer .footer__sub {
    padding: 51px 0 27px 0;
}

.footer .footer__sub .container {
    max-width: 1156px;
}

.footer__sub .footer-info {
    color: white;
}

.footer-info__top {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.footer-info__mid {
    font-family: "GillSans-Light","GillSans",Arial,sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 6px;
    max-width: 400px;
}

.footer-info__bot {
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
}

.footer__sub .klaviyo-form-WGGUQS form {
    width: 341px !important;
    right: 0 !important;
}

.footer__sub .klaviyo-form-WGGUQS input {
    width: 330px !important;
    height: 40px !important;
    border: 1px solid #7f7f7f !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-family: 'Gill Sans', 'GillSans', Arial, sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
}

.footer__sub .klaviyo-form-WGGUQS input[type=email] {
    width: 292px !important;
}

.footer__sub .klaviyo-form-WGGUQS button {
    width: 38px !important;
    position: absolute !important;
    right: 1px !important;
    height: 38px !important;
    padding: 0 !important;
    background: #e3e3e3 !important;
    border-top: 1px solid #7f7f7f !important;
    border-right: 1px solid #7f7f7f !important;
    border-bottom: 1px solid #7f7f7f !important;
}

.footer__sub .klaviyo-form-WGGUQS input::placeholder {
    color: #000000 !important;
    text-align: center;
    font-family: 'Gill Sans', 'GillSans', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
}

.footer__sub .klaviyo-form-WGGUQS input::-webkit-input-placeholder {
    color: #000000 !important;
    text-align: center;
    font-family: 'Gill Sans', 'GillSans', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
}

.footer__sub .klaviyo-form-WGGUQS input::-moz-placeholder {
    color: #000000 !important;
    text-align: center;
    font-family: 'Gill Sans', 'GillSans', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
}

.footer__sub .klaviyo-form-WGGUQS input:-ms-input-placeholder {
    color: #000000 !important;
    text-align: center;
    font-family: 'Gill Sans', 'GillSans', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
}

.footer__sub .klaviyo-form-WGGUQS input:-moz-placeholder {
    color: #000000 !important;
    text-align: center;
    font-family: 'Gill Sans', 'GillSans', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    letter-spacing: 1px;
}

.footer__sub div[data-testid=form-component] {
    padding-top: 0 !important;
    padding-bottom: 17px !important;
    padding-left: 0 !important;
}

.footer__sub div[data-testid=form-row]:last-child {
    width: 342px;
    margin-top: 16px;
}

.footer__sub .klaviyo-form-WGGUQS .ql-editor span {
    font-size: 12px !important;
    font-weight: 200;
    font-family: 'Gill Sans', 'GillSans', Arial, sans-serif !important;
}

.footer__sub__bottom {
    border-top: 2px solid #7f7f7f;
    margin-top: 35px;
    padding-top: 20px;
}

.footer__sub .footer__nav ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.footer .footer__sub .footer__nav ul li {
    margin: 10px 0;
    padding: 0 30px;
    border-right: 2px solid #7f7f7f;
    line-height: 20px;
}

.footer .footer__sub .footer__nav ul li:first-child {
    padding: 0 30px 0 0;
}

.footer .footer__sub .footer__nav ul li:last-child {
    padding: 0 0 0 19px;
    border-right: none;
}

.footer .footer__sub .footer__nav.footer__nav_bot ul li {
    margin-top: 0;
}

.footer .footer__sub .footer__nav.footer__nav_bot ul li:last-child {
    padding: 0 0 0 30px;
}

.footer .footer__sub .footer__social .footer__social__link {
    margin-left: 0;
}

.footer .footer__sub .footer__social .footer__social__link:last-child {
    margin-left: 0;
}

.footer .footer__sub .footer__copyright {
    font-size: 10px;
    letter-spacing: 0.8px;
}

.footer .footer__sub .footer__nav.footer__nav_bot {
    margin-bottom: 49px;
}

.show1025 {
    display: none;
}

.br1, .br2, .br3, .br4, .br5, .br6, .br7, .br8, .br9, .br10 {
    display: none;
}

.br2, .br8 {
    display: inline;
}

.footer .footer__sub .footer__social .footer__social__link {
    height: 20px;
    width: 30px;
}

.footer__sub .ql-editor p {
    margin-bottom: 26px !important;
}

.footer__sub .ql-editor p em,
.footer__sub .ql-editor p strong {
    font-style: normal !important;
    font-weight: 600 !important;
    font-family: "GillSans-Light", Arial, sans-serif !important;
    color: #ffffff !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    margin-bottom: 28px !important;
}

.footer__sub .ql-editor p strong {
    text-transform: capitalize !important;
}

.footer__sub .ql-editor p em {
    font-size: 16px !important;
}

.footer__sub .ql-editor p a {
    color: #ffffff !important;
}

@media (max-width: 1439px) {
    /* Footer 1025 breakpoint (between 1025 and 1439) */
    .br6 {
        display: none;
    }

    .br5 {
        display: inline;
    }

    .hide1025 {
        display: none;
    }

    .show1025 {
        display: inline;
    }

    .footer .footer__sub .container {
        width: 966px;
    }
}

@media (max-width: 1024px) {
    /* Footer 1024 breakpoint (between 768 and 1024) */
    .footer .footer__sub .container {
        max-width: 1000px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-info__top {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .footer-info__mid {
        font-size: 30px;
        line-height: 31px;
        margin-bottom: 10px;
    }

    .footer-info__bot {
        font-size: 16px;
        line-height: 20px;
    }

    .footer__sub__bottom {
        margin-top: 65px;
    }

    .footer .footer__sub .footer__nav ul li a {
        font-size: 13px;
    }

    .footer .footer__sub .footer__nav ul li:first-child {
        padding: 0 12px 0 0;
    }

    .footer .footer__sub .footer__nav ul li {
        padding: 0 12px;
    }

    .footer .footer__sub .footer__nav ul li:last-child {
        padding: 0 0 0 5px;
    }

    .footer .footer__sub .footer__nav.footer__nav_bot ul li:last-child {
        padding: 0 0 0 12px;
    }

    .footer .footer__sub .footer__nav {
        margin-bottom: 3px;
    }
}

.show768 {
    display: none;
}

@media (max-width: 768px) {
    .hide768 {
        display: none;
    }

    .show768 {
        display: inline;
    }
}

.show767 {
    display: none;
}

.small_footer_bottom {
    display: none;
}

@media (max-width: 767px) {
    .show767 {
        display: inline;
    }

    .hide767 {
        display: none;
    }

    .footer .footer__sub {
        padding: 20px 0 30px 0;
    }

    .footer .footer__sub .container {
        max-width: 100%;
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .footer-info__top {
        text-align: center;
        font-size: 13px;
    }

    .footer-info__mid {
        text-align: center;
        font-size: 24px;
        line-height: 26px;
        margin-inline: auto;
    }

    .footer-info__bot {
        text-align: center;
        font-size: 13px;
        line-height: 17px;
    }

    .footer__sub .klaviyo-form-WGGUQS form {
        position: static !important;
        margin: 15px auto 0 !important;
    }

    .footer__sub__bottom {
        margin-top: 0;
    }

    .footer .footer__sub .footer__nav {
        display: block;
    }

    .footer .footer__sub .wide_footer_bottom {
        display: none;
    }

    .footer .footer__sub .small_footer_bottom {
        display: block;
    }

    .footer__sub .footer__nav ul {
        display: block;
    }

    .footer .footer__sub .footer__nav ul li:first-child,
    .footer .footer__sub .footer__nav ul li:last-child,
    .footer .footer__sub .footer__nav ul li {
        width: 100%;
        border: 0;
        padding: 0 0 2px;
        display: block;
    }

    .footer__sub__bottom {
        padding-top: 15px;
    }

    .footer .footer__sub .footer__nav ul li.footer__copyright {
        border-top: 2px solid #7f7f7f;
        padding: 23px 0 10px;
        margin-top: 20px;
    }

    .footer .footer__sub .footer__social {
        display: block;
    }

    .footer .footer__sub .footer__social .align-buttons {
        float: none;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .footer__sub div[data-testid=form-component] {
        padding-left: 0 !important;
    }
}

.show360 {
    display: none;
}

@media (max-width: 360px) {
    .br1, .br2, .br3, .br4, .br5, .br6, .br7 {
        display: none;
    }

    .br1, .br3, .br7, .br10 {
        display: inline;
    }

    .show360 {
        display: inline;
    }

    .hide360 {
        display: none;
    }

    .footer__sub .klaviyo-form-WGGUQS form {
        width: 288px !important;
    }

    .footer__sub .klaviyo-form-WGGUQS .ql-editor span {
        width: 280px !important;
        text-align: center !important;
        display: inline-block !important;
    }

    .footer__sub .klaviyo-form-WGGUQS input {
        width: 288px !important;
    }

    .footer__sub .klaviyo-form-WGGUQS button {
        right: -10px !important;
    }

    .footer__sub div[data-testid=form-row]:last-child {
        width: 288px;
    }

    .footer__sub .klaviyo-form-WGGUQS form {
        padding-left: 0 !important;
    }

    .footer__sub .klaviyo-form-WGGUQS input[type=email] {
        width: 288px !important;
    }
}

/* footer update 10.10.2025 */
.footer-links h3 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
.footer__follow {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 17px;
}
.footer__menus {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.footer__navigation a {
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}
.footer__navigation ul {
    padding: 0;
    margin: 0;
}
.footer__navigation h3 {
    padding-bottom: 15px;
}
.footer__navigation li {
    line-height: 12px;
    padding-bottom: 14px;
}
.footer__navigation li:last-of-type {
    padding: 0;
}
.footer__payment-icons {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    padding-top: 20px;
    padding-bottom: 25px;
    flex-wrap: wrap;
}
.footer__payment-icons img {
    max-width: 36px;
}
.footer .footer__sub .footer__copyright {
    width: 100%;
    text-align: right;
    line-height: 10px;
    text-transform: uppercase;
}
/*
.klaviyo-close-form.go3176171171 p,
.klaviyo-close-form.go3176171171 span {
    font-size: 10px !important;
    line-height: 12px !important;
    max-width: 250px;
}
*/
@media (max-width: 1024px) {
    .footer__sub .klaviyo-form-WGGUQS input,
    .footer__sub .klaviyo-form-WGGUQS form,
    .footer__sub .klaviyo-form-WGGUQS input[type=email] {
        width: auto !important;
    }
    /*
    [data-testid=form-component]:has(button) {
        position: absolute !important;
        bottom: 0;
        right: 9px;
    }
    */
    .footer__sub .klaviyo-form-WGGUQS button {
        right: -3px !important;
    }
}
@media (max-width: 767px) {
    .footer__sub .klaviyo-form-WGGUQS button {
        right: -10px !important;
    }
    .footer__sub div[data-testid=form-row]:last-child {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .footer__sub div[data-testid=form-row]:last-child p span {
        font-size: 8px !important;
    }
    .footer__sub .klaviyo-form-WGGUQS form {
        padding: 0 !important;
    }
    .footer__sub div[data-testid=form-component] {
        padding-right: 0 !important;
    }
    .footer__sub div[data-testid=form-row]:last-child p {
        line-height: 10px;
    }
    .footer__follow {
        flex-direction: column;
    }
    .footer__menus {
        flex-wrap: wrap;
        margin: 0 -14px;
        padding-inline: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .footer__menus nav {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #D7D7D7;
    }
    .footer__menus nav:last-of-type {
        border: none;
    }
    .footer__menus h3 {
        padding-bottom: 0;
        position: relative;
    }
    .footer__menus h3::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 15px;
        height: 2px;
        background: #fff;
    }
    .footer__menus h3::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 7.5px;
        width: 2px;
        height: 15px;
        background: #fff;
    }
    .footer__menus h3.active::before {
        height: 0;
    }
    .footer__menus ul {
        display: none;
        padding-top: 15px;
    }
    .footer__payment-icons {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 25px;
        row-gap: 20px;
        max-width: 292px;
        margin: auto;
    }
    .footer__payment-icons img {
        margin: auto;
    }
    .footer .footer__sub .footer__copyright {
        font-size: 8px;
        text-align: left;
    }
    .go3176171171 p, .go3176171171 span {
        max-width: 100%;
    }
}

.amw-payment-icons {
    display: inline-flex;
    column-gap: 5px;
}

.payment_method_ppcp-gateway .amw-payment-icons {
    display: none;
}

.payment_method_ppcp-credit-card-gateway .amw-payment-icons {
    padding-block: 15px;
}
.payment_method_ppcp-credit-card-gateway .amw-payment-icons img {
    max-height: 50px;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    content: none;
}

.google-business-reviews-rating .listing .text {
    line-height: 1.5;
}

.page-contact .btn-secondary:hover {
    text-decoration: none;
}

.overflow-hidden {
    overflow: hidden;
}

#coupon-code .coupon-code .selected-item ul {
    list-style: none;
    padding: 0;
}

#coupon-code .coupon-code .selected-item a span {
    text-transform: uppercase;
    color: #c2b597;
    margin-left: 10px;
}

.woocommerce-checkout-review-order .coupon-code .selected-item ul {
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .woocommerce-checkout .coupon-code input.button {
        margin-bottom: 10px;
    }

    .woocommerce-checkout-review-order .coupon-code {
        margin-bottom: 20px;
    }

    .woocommerce-checkout-review-order .coupon-code .selected-item ul img {
        width: 15px;
        height: 15px;
    }

    .woocommerce-checkout-review-order .coupon-code .selected-item ul {
        margin-top: 7px;
    }

    .woocommerce-checkout-review-order .coupon-code .selected-item ul li span {
        font-size: 12px;
        transform: translateY(1px);
        display: inline-block;
    }
}

#pwgc-message {
    border: 1px solid #b4b4b4 !important;
    padding: 6px 8px 5px 19px;
    font-size: 14px !important;
    line-height: 27px !important;
    color: #444;
}

.footer .footer__sub .footer__nav ul li a {
    font-size: 12px !important;
}


.new-margin-bottom-menu {
    margin-top: 5px !important;
}

@media (max-width: 767px) {
    .new-margin-bottom-menu {
        border-bottom: 2px solid rgb(127, 127, 127);
        width: 180px !important;
        margin: 0 auto !important;
    }
}

.content-flex-press {
    width: 100%;

    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-align-content: space-between;
    align-content: space-between;
    justify-content: space-between;
}

@media (min-width: 1024px) AND (max-width: 1439px) {
    .content-flex-press .info-card img {
        width: 75px !important;
    }
}

@media (min-width: 1440px) {
    .content-flex-press .info-card img {
        width: 95px !important;
    }
}

@media (min-width: 1200px) {
    .light-customization {
        padding-top: 30px;
    }
}

/* new navigation */

button.no-style {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    border: none;
}

button.no-style:hover,
button.no-style:focus {
    background: none;
}

button.no-style:focus {
    outline: none !important;
    border: none;
}

.header {
    height: 90px;
}

.with-sales-banner .header {
    height: auto
}

.header .header__nav {
    height: 90px;
    transform: none;
}

.header__nav {
    text-align: left;
}

.header .header__nav a img {
    height: 35px;
    width: 152px;
}

.header .header__nav .royce-woocommerce-mini-cart a img,
.header .header__nav .products__list a img {
    height: auto;
}

.header .header__nav .container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .header__nav .container .account-link.link,
.header .header__nav .container a.link {
    margin-left: 30px;
    font-family: "Gill Sans";
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.78px;
    display: inline-block;
    box-sizing: border-box;
}

.header .header__nav .container .account-link.link {
    cursor: pointer;
    position: relative;
    margin-left: 18px;
}

.header .header__nav .container .account-link.link:after {
    display: none;
}

.header .header__nav .container .link {
    padding-top: 1px;
    height: 100%;
    padding-top: 38px;
    text-transform: uppercase;
}

.header .header__nav .container .right a.link {
    margin-left: 18px
}

.header .header__nav .container .link.link-gifting img {
    width: 16px;
    height: auto;
    display: inline-block;
    margin-top: -5px;
}

.header .header__nav .container .link.cart-link img {
    width: 14px;
    height: auto;
    display: inline-block;
    margin-top: -5px;
    margin-right: 5px;
}

.header .header__nav .container .link:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;

    transition: transform 0.16s ease-in;
    transform-origin: top left;
    transform: scaleX(0);
}

.header .header__nav .container .link.link-gifting:hover:after {
    width: calc(100% - 21px);
}

.header .header__nav .container .link:hover:after {
    transform: scaleX(1);
}

.header .header__nav .container .link.link-search:after,
.header .header__nav .container .link.cart-link:after {
    display: none;
}

.header .header__nav .container .link.link-search input {
    width: 150px;
    height: 22px;
    border-radius: 11px;
    padding: 0 12px 0 28px;
    font-family: "GillSans-Light";
    /*font-size: 12px;*/
    display: inline-block;
    margin-top: -4px;
    background-image: url('https://static.royce.us/themes/royce-wp/img/tmp/search.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 10px;
    line-height: 22px;
    letter-spacing: 0.67px;

    transform-origin: center;
    transition: width 0.2s, left 0.2s, transform 0.2s;
}

.header__nav .mobile-side-menu .mobile-side-menu__search::placeholder,
.header .header__nav .container .link.link-search input::placeholder {
    font-family: "GillSans-Light";
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.67px;
    line-height: 22px;
    overflow: visible;
}

.header .header__nav .container .link.link-search input:after {
    content: " ";
    display: block;
    position: absolute;
    left: 10px;
}

.header .header__nav .container.search-open .link.link-search input {
    width: 500px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    padding-left: 32px;
    margin-top: -8px;
    border-radius: 15px;
    background-position: 13px;
    line-height: 30px;
    padding-left: 33px;
}

.header .header__nav .container.search-open .link.link-search input::placeholder {
    overflow: visible;
    line-height: 30px;
}

.header .header__nav .container .link.link-search button {
    display: none;
}

.header .header__nav .container.search-open .link.link-search button {
    display: block;
    color: #000;
    font-size: 28px;
    font-weight: 100;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    top: calc(50% + 1px);
    transform: translate(216px, -50%);
}

.header .header__nav .container .link.link-search .search-overlay {
    position: absolute;
    padding: 29px 0 24px;
    width: 748px;
    max-width: 100%;
    min-height: 430px;
    background-color: #FAFAFA;
    left: 50%;
    top: 90px;
    transform: translate(-50%, -110%);
    display: flex;
    z-index: -1;

    transition: transform 0.2s ease-out;
    transform-origin: top left;
}

.header .header__nav .container.search-open .link.link-search .search-overlay {
    transform: translate(-50%, 0);
}

.header .header__nav .container .link.link-search .search-overlay > div h3 {
    font-family: "Gill Sans";
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.header .header__nav .container .link.link-search .search-overlay > div:first-child {
    width: 185px;
    padding: 0 20px 0 52px;
}

.mobile-side-menu__view__wrapper .search-overlay > div:first-child .search-overlay__autocomplete,
.header .header__nav .container .link.link-search .search-overlay > div:first-child .search-overlay__autocomplete {
    display: none;
}

.mobile-side-menu__view__wrapper .search-overlay > div:first-child .search-overlay__autocomplete.show-autocomplete,
.header .header__nav .container .link.link-search .search-overlay > div:first-child .search-overlay__autocomplete.show-autocomplete {
    display: block;
    margin-bottom: 30px;
}

.mobile-side-menu__view__wrapper .search-overlay > div:first-child .search-overlay__autocomplete a,
.header .header__nav .container .link.link-search .search-overlay > div:first-child .search-overlay__autocomplete a {
    background: none;
    padding-left: 0;
}

.mobile-side-menu__view__wrapper .search-overlay > div:first-child .search-overlay__autocomplete a:hover,
.header .header__nav .container .link.link-search .search-overlay > div:first-child .search-overlay__autocomplete a:hover {
    text-decoration: underline;
}

.header .header__nav .container .link.link-search .search-overlay > div:last-child {
    /* max-width: 465px; */
    padding-right: 50px;
}

.header .header__nav .container .link.link-search .search-overlay > div:first-child a {
    display: block;
    padding: 0 0 0 20px;
    background-image: url('https://static.royce.us/themes/royce-wp/img/tmp/search.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0px;

    font-family: 'GillSans-Light';
    font-size: 12px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 24px;
    /*text-transform: capitalize;*/
    text-transform: uppercase;
}

.header .header__nav .container .link.link-search .search-overlay > div:last-child .search-overlay__products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.header .header__nav .container .link.link-search .search-overlay > div:last-child .search-overlay__products__item {
    display: block;
    width: 140px;
    margin-right: 10px;
}

.header .header__nav .container .link.link-search .search-overlay > div:last-child .search-overlay__products__item div {
    background-color: #fff;
}

.header .header__nav .container .link.link-search .search-overlay > div:last-child .search-overlay__products__item img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.header .header__nav .container .link.link-search .search-overlay > div:last-child .search-overlay__products__item__price,
.header .header__nav .container .link.link-search .search-overlay > div:last-child .search-overlay__products__item__title {
    font-family: "Gill Sans";
    font-size: 10px;
    color: #000000;
    letter-spacing: 0;
    line-height: 14px;
    display: block;
}

.header .header__nav .container .link.link-search .search-overlay > div:last-child .search-overlay__products__item__title {
    margin-top: 5px;
}

.header .header__nav .container .link.link-search .search-overlay > div:last-child .search-overlay__products__item__price {
    font-family: "GillSans-Light", Arial, sans-serif;
    margin-bottom: 7px;
}

.header .header__nav .container.search-active .hide-on-search {
    display: none;
}

.header .header__nav .container .right {
    margin-left: auto;
    display: inherit;
    flex-direction: inherit;
    flex-wrap: wrap;
    align-items: inherit;
    height: 100%;
}

.header .header__nav .container {
    position: static;
}

.header {
    z-index: 10;
}

.header .header__nav {
    background-color: #000;
}

.header .header__nav .has-slide-down {
    width: auto;
    height: 100%;
    margin-left: 30px;
}

.header .header__nav .has-slide-down a.link {
    margin-left: 0;
}

.header .header__nav .container .has-slide-down .header__sub-nav {
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    width: calc(100vw - (100vw - 100%));
    background-color: #000;
    color: #fff;

    transition: transform 0.2s ease-out;
    transform-origin: top left;
    transform: translateY(-100%);
}

.header .header__nav .container .has-slide-down:hover .header__sub-nav {
    transform: translateY(0);
}

.header__sub-nav__container {
    padding: 0 0 30px 182px;
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
}

.header .header__nav .header__sub-nav__container ul,
.header .header__nav .header__sub-nav__container ul li {
    margin: 0;
    padding: 0;
    text-align: left;
}

.header .header__nav .header__sub-nav__container ul {
    list-style-type: none;
    margin-left: 30px;
}

.header .header__nav .header__sub-nav__container ul:first-child {
    margin-left: 0;
}

.header .header__nav .header__sub-nav__container ul li {
    display: list-item;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 2px;
}

.header .header__nav .header__sub-nav__container ul li:first-child {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 13px;
}

.header__sub-nav__container .image-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 143px;
    height: 143px;
    text-align: center;
    margin-left: 20px;
    background-size: cover;
    margin-top: 6px;
}

.header__sub-nav__container .image-link.wide {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.header__sub-nav__container .image-link.wide span {
    display: none;
}

.header__sub-nav__container .image-link:first-child {
    margin-left: 0;
}

.header__sub-nav__container .image-link span {
    font-family: 'Gill Sans';
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
}

.header .header__nav .container a.link.link-logo {
    margin-left: 0;
    padding-top: 27px;
}

.header .header__nav .container a.link.link-logo:hover:after {
    display: none;
}

.header .header__nav .container .right .header__nav__account-dropdown .link:after {
    border-bottom: 1px solid #000;
}

.header .header__nav .container .right .header__nav__account-dropdown {
    background-color: #FFF;
    padding: 20px 15px 5px;
    position: absolute;
    right: 0;
    width: 151px;
    bottom: -140px;
    transform: translateY(-250px);
    opacity: 0;
    border: 1px solid #000;
}

.header .header__nav .container .right .account-link.link:hover .header__nav__account-dropdown {
    animation-duration: .3s;
    animation-name: navDropdown;
    animation-fill-mode: forwards;
}

@keyframes navDropdown {
    from {
        transform: translateY(-200px);
        opacity: 0;
    }
    30% {
        transform: translateY(-100px);
        opacity: 0;
    }
    40% {
        transform: translateY(-30px);
        opacity: 0.1;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.header .header__nav .container .right .header__nav__account-dropdown:before {
    content: " ";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: -9px;
    right: 17px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.header .header__nav .container .right .header__nav__account-dropdown:after {
    content: " ";
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    top: -18px;
    left: 0;
    opacity: 0;
}

.header .header__nav .container .right .header__nav__account-dropdown hr {
    margin-top: 9px;
    margin-bottom: 11px;
    border: 0;
    border-top: 1px solid #C4C4C4;
}

.header .header__nav .container .right .header__nav__account-dropdown a.link {
    display: inline-block;
    color: #000;
    font-family: 'Gill Sans';
    font-size: 12px;
    color: #000000;
    letter-spacing: 0.56px;
    line-height: 12px;
    font-weight: 400;
    margin-left: 0;
    padding-top: 0;
    margin: 4px 0 8px;
}

@media screen and (max-width: 1260px) {
    .header .header__nav .container {
        width: 100%;
        padding: 0 30px;
    }

    .header__sub-nav__container {
        margin: 0 30px;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 1052px) {
    .header .header__nav .has-slide-down,
    .header .header__nav .container a.link {
        margin-left: 24px;
    }

    .header .header__nav .has-slide-down a.link {
        margin-left: 0;
    }

    .header .header__nav .container .right a.link,
    .header .header__nav .container .account-link.link {
        margin-left: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .header .header__nav a img {
        width: 130px;
        height: auto;
    }

    .header .header__nav .container a.link.link-logo {
        padding-top: 29px;
    }

    .header .header__nav .container .account-link.link {
        position: absolute;
        right: 33px;
        bottom: 0;
        height: 42px;
        margin: 0;
        padding: 0 !important;
    }

    .header .header__nav .container .right .header__nav__account-dropdown {
        bottom: -112px;
        transform: translateY(-300px);
    }

    .header .header__nav .container .link.link-search input {
        position: absolute;
        /* right: 30px;
        bottom: 20px; */
        right: 75px;
        bottom: 53px;
    }

    .header .header__nav {
        height: 100px;
    }

    .header .header__nav .container a.link {
        font-size: 12px;
        padding-top: 39px;
        margin-left: 15px;
    }

    .header .header__nav .container .right a.link {
        padding-top: 0;
        font-size: 14px;
    }

    .header .header__nav .container a.link.link-logo {
        margin-right: 5px;
    }

    .header .header__nav .has-slide-down {
        margin-left: 15px;
    }

    .header .header__nav .has-slide-down a.link {
        margin-left: 0;
    }

    .header .header__nav .header__sub-nav__container ul li:first-child {
        font-size: 8px;
        margin-bottom: 10px !important;
    }

    .header .header__nav ul li a {
        font-family: GillSans;
        color: #fff;
        font-size: 10px;
        line-height: 16px;
    }

    .header .header__nav .header__sub-nav__container ul li {
        line-height: 16px;
    }

    .header .header__nav .container.search-open .link.link-search input {
        right: unset;
        bottom: unset;
        width: 350px;
    }

    .header .header__nav .container.search-open .link.link-search button {
        margin-top: -5px;
        transform: translate(142px, -50%);
    }

    .header__sub-nav__container {
        padding: 0 0 30px 172px;
    }

    .header .header__nav .header__sub-nav__container ul li a:hover {
        color: #fff;
    }

    .header .header__nav .header__sub-nav__container ul li a:hover:after {
        display: none;
    }

    .header .header__nav .container .link.link-search input {
        width: 120px;
    }

    .with-sales-banner .page {
        margin-top: 150px !important;
    }

    .with-sales-banner div.checkout_error {
        margin-top: 180px !important;
    }
}

.header .header__nav .container .link.link-search button.mobile-search {
    display: none;
}

.header .header__nav .container .link.link-menu {
    display: none;
}

.mobile-side-menu {
    display: none;
}

@media screen and (max-width: 910px) {
    .header__sub-nav__container .image-link:first-child,
    .header__sub-nav__container .image-link.wide {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header .header__nav .container .link.link-search input,
    .header .header__nav .container .link.link-search .search-overlay {
        display: none;
    }

    .header .header__nav {
        height: 61px;
    }

    .with-sales-banner .header {
        height: calc(60px + 25px);
    }

    .header .header__nav a img {
        width: 109px;
        height: auto;
    }

    .header .header__nav .container {
        padding: 0 14px;
    }

    .header .header__nav .container a.link.link-logo {
        padding-top: 18px;
    }

    .header .header__nav .container .link.hide-on-mobile,
    .header .header__nav .container a.link.hide-on-mobile,
    .header .header__nav .container .hide-on-mobile {
        display: none;
    }

    .header .header__nav .container .right a.link {
        font-size: 16px;
    }

    .header .header__nav .container .link.link-search button.mobile-search {
        display: inline-block;
    }

    .header .header__nav .container .link.link-search button.mobile-search img {
        width: 17px;
        height: 17px;
    }

    .header .header__nav .container .right a.link.cart-link {
        padding-top: 25px;
    }

    .header .header__nav .container .right .link,
    .header .header__nav .container .right a.link {
        padding-top: 23px;
        margin-left: 20px;
    }

    .header .header__nav .container .link.link-menu {
        display: block;
    }

    .header .header__nav .container .link.link-menu .menu-icon {
        width: 18px;
        /*height: 16px;*/
    }

    .header .header__nav .container .link.link-menu:hover:after {
        display: none;
    }

    .header .header__nav .container .link.link-menu .menu-icon div {
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    .header .header__nav .container .link.link-menu .menu-icon div:first-child {
        transform-origin: top left;
        margin-bottom: 5px;
    }

    .header .header__nav .container .link.link-menu .menu-icon div:last-child {
        transform-origin: bottom left;
        margin-top: 5px;
    }

    .header .header__nav .container .link.link-menu .menu-icon div:first-child,
    .header .header__nav .container .link.link-menu .menu-icon div:last-child,
    .header .header__nav .container .link.link-menu .menu-icon div {
        transition: opacity 0.2s linear, transform 0.2s linear;
    }

    .header .header__nav .container.mobile-menu-open .link.link-menu .menu-icon div {
        opacity: 0;
    }

    .header .header__nav .container.mobile-menu-open .link.link-menu .menu-icon div:first-child,
    .header .header__nav .container.mobile-menu-open .link.link-menu .menu-icon div:last-child {
        opacity: 1;
    }

    .header .header__nav .container.mobile-menu-open .link.link-menu .menu-icon div:first-child {
        transform: rotate(45deg) scaleX(1.15);
    }

    .header .header__nav .container.mobile-menu-open .link.link-menu .menu-icon div:last-child {
        transform: rotate(-45deg) scaleX(1.15);
    }

    .mobile-side-menu {
        display: block;
        position: fixed;
        right: 0;
        width: 320px;
        max-width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        /*height: calc(100vh - 60px);*/
        background-color: #ECECEC;
        transform: translateX(100%);
        transition: transform 0.2s ease-out;
    }

    .mobile-side-menu.active {
        transform: translateX(0);
    }

    .mobile-side-menu .mobile-side-menu__view {
        width: 100%;
        height: 100%;
        position: absolute;
        transform: translateX(100%);
        transition: transform 0.2s ease-out;
    }

    .mobile-side-menu .mobile-side-menu__view.active {
        transform: translateX(0);
    }

    .mobile-side-menu__view__wrapper {
        width: 100%;
        padding: 20px 16px 10px;
        background-color: #FAFAFA;
        position: relative;
    }

    .header__nav .mobile-side-menu .mobile-side-menu__search {
        width: 100%;
        height: 30px;
        border-radius: 15px;
        padding: 0 30px 0 15px;
        font-family: "GillSans-Light";
        font-size: 12px;
        display: inline-block;
        background-image: url('https://static.royce.us/themes/royce-wp/img/tmp/search.svg');
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: right 10px top 7px;
        line-height: 22px;
        letter-spacing: 0.67px;
        margin-bottom: 20px;

        border: 1px solid #979797;
    }

    .header__nav .mobile-side-menu__view__wrapper form {
        position: relative;
    }

    .header__nav .mobile-side-menu .mobile-side-menu__search + button[type=submit] {
        position: absolute;
        right: 0;
        width: 36px;
        height: 30px;
        background: transparent;
    }

    .header__nav .mobile-side-menu .mobile-side-menu__search + button[type=submit] + span {
        display: none;
    }

    .header__nav .mobile-side-menu .mobile-side-menu__search + button[type=submit] + span.clear-active {
        display: block;
        position: absolute;
        right: 40px;
        background-color: #FAFAFA;
        width: 30px;
        height: 28px;
        line-height: 28px;
        text-decoration: underline;
        top: 1px;
        font-family: 'GillSans-Light';
        font-size: 12px;
        color: #000000;
        letter-spacing: 1px;
    }

    .mobile-side-menu__view .side-link {
        display: block;
        font-family: "Gill Sans";
        text-transform: uppercase;
        font-size: 12px;
        color: #000000;
        letter-spacing: 0.67px;
        line-height: 30px;
        cursor: pointer;
    }

    .mobile-side-menu__view .side-link.red-link {
        color: #DC0000;
    }

    .mobile-side-menu__view .side-link.side-link-gifting img {
        display: inline-block;
        margin-top: -5px;
        height: 14px;
        width: auto;
    }

    .mobile-side-menu__view hr {
        margin: 10px 0;
        border-top: 1px solid #D8D8D8;
    }

    .mobile-side-menu__view__bottom {
        padding: 20px 16px;
    }

    .mobile-side-menu div.side-link {
        position: relative;
    }

    .mobile-side-menu div.side-link:after {
        content: " ";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #626262;
        border-right: 1px solid #626262;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        right: 2px;
    }

    .mobile-side-menu__view__wrapper h3 {
        font-family: GillSans;
        font-size: 12px;
        color: #000000;
        letter-spacing: 0.67px;
        line-height: 20px;
        text-transform: uppercase;
        margin: 0 0 2px;
    }

    .mobile-side-menu__view__wrapper.mobile-search-side-menu {
        min-height: 100%;
    }

    .mobile-side-menu__view__wrapper .search-overlay > div:first-child .search-overlay__autocomplete.show-autocomplete,
    .mobile-side-menu__view__wrapper .search-overlay > div:first-child {
        padding-bottom: 12px;
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 15px;
    }

    .mobile-side-menu__view__wrapper .search-overlay > div:first-child a {
        display: block;
        padding: 0 0 0 20px;
        background-image: url('https://static.royce.us/themes/royce-wp/img/tmp/search.svg');
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: 0px;

        font-family: 'GillSans-Light';
        font-size: 12px;
        color: #000000;
        letter-spacing: 1px;
        line-height: 24px;
        text-transform: capitalize;
    }

    .mobile-side-menu__view__wrapper .search-overlay .search-overlay__products {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 12px;
    }

    .mobile-side-menu__view__wrapper .search-overlay .search-overlay__products img {
        width: 140px;
    }

    .mobile-side-menu__view__wrapper .search-overlay .search-overlay__products .search-overlay__products__item > div {
        background-color: #fff;
        width: 140px;
    }

    .mobile-side-menu__view__wrapper .search-overlay .search-overlay__products .search-overlay__products__item {
        display: block;
        width: 140px;
        margin-bottom: 18px;
    }

    .mobile-side-menu__view__wrapper .search-overlay .search-overlay__products .search-overlay__products__item:nth-child(2n) {
        margin-left: auto;
    }

    .mobile-side-menu__view__wrapper .search-overlay .search-overlay__products .search-overlay__products__item span {
        font-size: 8px;
        font-family: "Gill Sans";
        text-transform: uppercase;
        display: block;
        margin-top: 9px;
        color: #000;
    }

    .mobile-side-menu__view__wrapper .search-overlay .search-overlay__products .search-overlay__products__item span.woocommerce-Price-currencySymbol {
        display: initial;
    }

    .mobile-side-menu__view__wrapper .search-overlay .search-overlay__products .search-overlay__products__item span:last-child {
        margin-top: 7px;
    }

    .mobile-side-menu__view__wrapper ul li a {
        display: block;
        font-family: "Gill Sans";
        text-transform: uppercase;
        font-size: 12px;
        color: #000000;
        letter-spacing: 0.67px;
        line-height: 30px;
        cursor: pointer;
    }

    .mobile-side-menu__view__wrapper a.mobile-side-menu__view__title {
        font-family: "Gill Sans";
        font-size: 20px;
        color: #000000;
        letter-spacing: 1.11px;
        text-align: center;
        line-height: 14px;
        display: block;
        width: 100%;
    }

    .header .header__nav .mobile-side-menu__view__wrapper ul {
        text-align: left;
        margin: 10px 0 0 0;
        padding: 20px 0 0 0;
        border-top: 1px solid #D8D8D8;
    }

    .header .header__nav .mobile-side-menu__view__wrapper ul:first-of-type {
        padding: 0;
        margin: 0;
        border-top: none;
    }

    .header .header__nav .mobile-side-menu__view__wrapper ul li:first-child {
        font-size: 8px;
        line-height: 8px;
        padding-bottom: 8px;
        letter-spacing: .1rem;
    }

    .header .header__nav .mobile-side-menu__view__wrapper ul li a {
        color: #000;
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0.67px;
    }

    .header .header__nav .mobile-side-menu__view__wrapper .right {
        margin: 10px 0 0 0;
        padding: 10px 0 0 0;
        border-top: 1px solid #D8D8D8;
        display: flex;
        flex-direction: column-reverse;
    }

    .header .header__nav .mobile-side-menu__view__wrapper .right a {
        display: block;
        background-image: none !important;
        color: #000;
        text-transform: uppercase;
        line-height: 28px;
        font-size: 12px;
        letter-spacing: 0.67px;
    }

    .header .header__nav .mobile-side-menu__view__wrapper .right a.red-mobile {
        color: #DC0000;
    }

    .header .header__nav .container.mobile-menu-open .link.link-search button.mobile-search.top-nav-button {
        display: none;
    }

    .mobile-side-menu__view__wrapper .button-back {
        position: absolute;
        top: 0;
        padding: 28px 50px 15px 2px;
    }

    .mobile-side-menu__view__wrapper .button-back span {
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #626262;
        border-left: 1px solid #626262;
        transform: translateY(-50%) rotate(-45deg);
    }

    .mobile-side-menu__view {
        /*max-height: calc(100vh - 60px);*/
        max-height: calc(100% - 60px);
        overflow: auto;
        overscroll-behavior: none;
    }

    .with-sales-banner .mobile-side-menu__view {
        /*max-height: calc(100vh - 85px);*/
        max-height: calc(100% - 85px);
    }

    .header {
        height: 60px;
    }

    .with-sales-banner .header {
        height: 90px;
    }

    .with-sales-banner .page {
        margin-top: 95px !important;
    }

    .home.with-sales-banner .page,
    .with-sales-banner .page.collections-page {
        margin-top: 95px !important;
    }

    .with-sales-banner div.checkout_error {
        margin-top: 125px !important;
    }

    .with-sales-banner .header {
        height: auto;
    }

    .header__sub-nav__container .image-link.wide span {
        display: block;
    }
}

@media screen and (max-width: 425px) {
    .header .header__nav .container .link.link-search button.mobile-search.top-nav-button {
        display: none;
    }

    #payment ul.payment_methods li img.ppcp-card-icon {
        max-height: 33px !important;
    }

    .amw-payment-icons {
        padding-left: 21px;
        width: 100%;
    }
}

.simple-button {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #979797;
    border-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding: 11px 0;
    margin: 21px 0;
    text-align: center;
    width: 100%;
    max-width: 164px;
    letter-spacing: 1px;
}

.simple-button:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.menu-uppercase {
    text-transform: uppercase;
}

/* Page Studio Service  */
.m-auto {
    margin: auto;
}

.pss-hero-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}

.pss-container {
    max-width: 1028px;
    margin: 0 auto;
}

.pss-container h2 {
    font-family: GillSans-Light;
    font-size: 30px;
}

.pss-container h3 {
    font-family: GillSans;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: .8px;
}

.pss-section-2 {
    padding-bottom: 64px;
}

.pss-section-2 .pss-container {
    padding-top: 30px;
    padding-bottom: 40px;
}

.text-block {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pss-banner {
    padding-top: 251px;
    padding-bottom: 61px;
    margin-top: 140px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    max-height: calc(100vh - 140px);
    height: max-content;
}

.pss-banner p {
    color: white;
}

.pss-text_container {
    max-width: 405px;
}

.pss-text_container p {
    font-family: GillSans-Light;
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: 0.9px;
}

.pss-text_container .spp_sw {
    font-size: 18px;
    font-family: GillSans;
    line-height: 18px;
    letter-spacing: 0.7px;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.text-border {
    color: #000;
    border-bottom: 1px solid #000000;
}

.text-block p {
    font-family: 'GillSans-Light';
    line-height: 1.2;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.spp_sw {
    max-width: 175px;
}

.mt-0 {
    margin-top: 0;
}

.pt-40 {
    padding-top: 40px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pss-left {
    margin-left: 0px;
}

.pss-left img {
    padding-bottom: 13px;
}

.pss-row {
    display: flex;
    flex-wrap: wrap;
}

.pss-row .img-responsive {
    max-width: 732px;
    width: 100%;
}

.pss-border {
    border: 1px solid #000000;
}

.flex-between {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-right: 10px;
}

.pss-banner h1 {
    font-family: ChronicleFine-Roman, serif;
    font-size: 40px;
    color: white;
    font-weight: 100;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 200px;
}

.pss-banner .get-started-btn {
    color: #fff;
    margin-top: 4px;
    display: inline-block;
    font-family: "Gill Sans", "GillSans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.1;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 14px 10px;
    height: 50px;
    min-width: 184px;
    letter-spacing: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.pss-banner .get-started-btn:hover {
    background: #fff;
    color: #000;
}

.pss-button {
    border: 2px solid #000;
    color: #000000;
    padding: 10px 20px;
    width: fit-content;
    text-transform: uppercase;
}

.pss-bottom:not(:first-child) {
    padding: 64px 0;
    border-bottom: 1px solid rgb(196, 196, 196);
}

.pss-bottom:nth-child(2) .pss-button {
    width: 100%;
    text-align: center;
}

.pss-bottom:last-child {
    margin-bottom: 64px;
}

.blog-data .pss-bottom:nth-child(6) .flex-center {
    padding-right: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.blog-data a {
    display: inline-block;
    color: #000;
}

.blog-data h4 {
    font-family: GillSans-Light;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.8px;
    margin-top: 0;
}

.blog-data h2 {
    font-family: ChronicleFine-Roman;
    font-size: 32px;
    line-height: 1.1;
    margin-top: 16px;
    margin-bottom: 16px;
}


.blog-data p {
    font-family: GillSans-Light;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 19px;
}

.blog-data .flex-center {
    justify-content: center;
    row-gap: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-right: 10px;
}

.blog-data .img-abs {
    position: relative;
}

.blog-data .img-abs p {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 11px;
    margin-bottom: 0;
    color: white;
}

@media (max-width: 1200px) {
    .pss-container {
        margin-left: 30px;
        margin-right: 30px;
    }

    .pss-left {
        margin-left: 28px;
    }

    .px-50 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .pss-hero-container {
        padding: 0 14px;
    }

    .pss-banner {
        padding-top: 195px;
        padding-bottom: 92px;
    }

    .pss-banner h1 {
        font-size: 28px;
        letter-spacing: 1px;
        margin-bottom: 36px;
    }

    .pss-text_container .spp_sw {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 24px;
        max-width: 164px;
    }

    .pss-text_container p {
        font-size: 14px;
    }

    .pss-text_container {
        max-width: 337px;
    }

    .pss-section-2, .blog-data.mob-container {
        padding-right: 14px;
        padding-left: 14px;
    }

    .pss-section-2 .mob-container {
        padding-right: 26px;
        padding-left: 26px;
        padding-bottom: 23px;
    }

    .pss-section-2 .row div {
        padding-bottom: 6px;
    }

    .pt-40, .mob-container {
        padding-left: 2px;
        padding-right: 2px;
    }

    .pss-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .blog-data .flex-center {
        padding-top: 40px;
        padding-right: 0;
    }

    .pss-bottom:first-child h2 {
        max-width: 329px;
        margin-left: auto;
        margin-right: auto;
    }

    .pss-bottom:nth-child(2) img {
        aspect-ratio: 365/254;
        object-fit: cover;
    }

    .pss-bottom h3 {
        margin-top: 15px;
    }

    .blog-data p, .blog-data h4, .blog-data h2 {
        text-align: center;
    }

    .blog-data .pss-left div {
        text-align: center;
    }

    .pss-button {
        margin: 0 auto;
    }

    .pss-left {
        margin-left: 0;
    }

    .mob-container {
        max-width: 371px;
        margin: 0 auto;
    }

    .blog-data.mob-container {
        max-width: 399px;
    }

    .text-block {
        padding-left: 18px;
        padding-right: 18px;
    }

    .correction-768 {
        width: 100%;
    }
}

@font-face {
    font-family: "ChronicleFine-Roman";
    src: url('../fonts/ChronicleFine-Roman.otf');
format("truetype");
    font-style: normal;
    font-weight: normal;
}

.hero-home-text {
    text-align: left;
}

.hero-home-text .large {
    font-size: 40px;
}

.hero-home-text .uppercase {
    text-transform: uppercase;
}

.hero-home-text .fancy {
    font-family: ChronicleFine-Roman, serif;
}

.hero-home-text .huge {
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 30px;
}

.hero-home-text .gill {
    font-family: GillSans-Light, sans-serif !important;
}

@media screen and (max-width: 1024px) {
    .hero-home-text .large {
        font-size: 25px;
    }

    .hero-home-text .huge {
        font-size: 60px;
        line-height: 50px;
    }
    .pss-banner {
        margin-top: 150px;
        max-height: calc(100vh - 150px);
    }
}

/* WooCommerce minicart widget */

.royce-woocommerce-mini-cart {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100px;
    right: 0px;
    z-index: 1;
}

/* iPhone Safari fix */

.braintree-form__icon-container {
    width: 24px !important;
}

.braintree-sheet__card-icon {
    max-width: 40px !important;
}

/* reCaptcha Pro plugin */
.woocommerce-checkout-payment .gglcptch_v2 {
    padding: 10px 30px;
}

li[data-field="monogram_initials"] p {
    text-transform: none;
}

/* Promotion Apply buttons */
#coupon-code input[type="submit"] {
    min-width: 187px;
    float: right;
    /*margin: auto;*/
}

@media screen and (min-width: 1199px) and (max-width: 1220px) {
    #coupon-code input[type="submit"] {
        min-width: 170px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    #coupon-code input[type="submit"] {
        min-width: 170px;
    }
}

@media screen and (min-width: 890px) and (max-width: 992px) {
    #coupon-code input[type="submit"] {
        min-width: 399px;
    }
}

@media screen and (min-width: 768px) and (max-width: 889px) {
    #coupon-code input[type="submit"] {
        min-width: 195px;
    }
}

@media screen and (width: 767px) {
    #coupon-code input[type="submit"] {
        min-width: 205px;
    }
}

.page .case-studies {
    color: black;
    background-color: white;
    padding-bottom: 60px;
}

.case-studies .collection figure {
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
}

.case-studies .collection figure:hover {
    background-color: white;
    background-blend-mode: unset;
}

.case-studies .collection figure:hover figcaption {
    display: none;
}

.case-studies .collection figcaption {
    display: block;
    color: white;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: unset;
}

/*@media (max-width: 719px) {*/
.woocommerce-view-order .woocommerce-customer-details address,
.woocommerce-order-received .woocommerce-customer-details address {
    padding: 0 !important;
    border: none !important;
}

.woocommerce-view-order .your-products,
.woocommerce-order-received .your-products {
    padding: 0 !important;
}

div.blockOverlay {
    /*background-color: black !important;*/
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
}

div.blockOverlay::before {
    background: url("../img/ajax-loader.gif") center center;

    height: 16px;
    width: 16px;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: none;
    animation: none;
    /*-webkit-animation: spin 1s ease-in-out infinite;*/
    /*animation: spin 1s ease-in-out infinite;*/
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}

#esi-placeholder {
    display: inline-block !important;
    line-height: unset;
}

@media (min-width: 768px) and (max-width: 1260px) {
   .footer .footer__sub .container {
      width: 100%;
      max-width: 100%;
      padding: 0 30px;
   }
   .page--products .serp__content {
      padding: 0
   }
   .serp__content {
      max-width: 100%;
      padding-right: 30px;
      padding-left: 30px;
   }
   .serp__content .container {
      max-width: 100%;
   }
}
@media (max-width: 767px) {
   .page--products .serp__content .container {
      max-width: 100%;
   }
   .pss-banner {
        margin-top: 95px;
        max-height: calc(100vh - 95px);
    }
}
@media (min-width: 1261px) {
   .footer .footer__sub .container {
      width: 1200px;
      max-width: 100%;
   }
}
.macos .product__details__description .royce-price {
   display: flex;
   padding: 5px 0 1px;
}

.macos .product__details__description .royce-price span {
   height: 12px;
}
/* header fixes */
.header .header__nav .container .right .account-link {
   width: auto !important;
}
.gift-price-radios {
   margin-bottom: -6px !important;
}
/* reviews spaces */
.review-product-block .wrap-reviews .row {
   margin: 0 -10px;
}
.review-product-block .comment_container {
   padding: 0 10px;
}
.single-product.woocommerce .woocommerce-noreviews {
   margin-left: 12px;
}

/* monogram form */
.monogram-section .amw-onsite-7 h2 {
    font-size: 40px;
    margin: 0;
}
.monogram-section .amw-wrap a {
    text-transform: uppercase;
}
.page-monogram {
    padding-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .monogram-section .amw-onsite-7 h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .monogram-section .amw-onsite-7 h2 {
    font-size: 26px;
  }
}

/* content faq section */
.monogram-container .container {
    padding-bottom: 8px;
}
.monogram-container .custom-separator {
    margin-top: -24px;
    margin-bottom: 23px;
    height: 1px;
    background: #000;
}
.faq-container {
    padding-top: 51px;
}

/*------ cookies modal ----- */
.global-cookie-modal {
    display: none;
    position: fixed;
    background-color: #fff;
    bottom: 14px;
    left: 14px;
    color: #1b1a1a;
    /*width: 230px;*/
    border-radius: 5px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    padding: 5px;
    line-height: 1.2;
    z-index: 99;
}

.global-cookie-modal p {
    margin: 0;
}

.global-cookie-modal p:first-child {
    padding-bottom: 3px;
}

.global-cookie-modal .left,
.global-cookie-modal .right {
    float: left;
    padding: 10px;
    display: grid;
}

.global-cookie-modal .right {
    height: 74px;
    align-items: center;
}

.global-cookie-modal .left a {
    color: #000;
    text-decoration: underline;
}

.global-cookie-modal .cookie-agree {
    color: #1b1a1a;
    display: inline-block;
    border: 1px solid #000;
    padding: 10px;
    line-height: 18px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px #000;
    box-shadow: 2px 2px 3px #000;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.global-cookie-modal .cookie-agree:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width: 767px) {
    .global-cookie-modal {
        font-size: 12px;
    }
    .global-cookie-modal .right {
        height: 63px;
    }
}
@media (max-width: 364px) {
    .global-cookie-modal {
        bottom: 10px;
        left: unset;
        margin: 0 14px;
        padding: 0;
    }
    .global-cookie-modal .left {
        padding-bottom: 5px;
    }
    .global-cookie-modal .right {
        height: unset;
        width: 100%;
        padding-top: 5px;
    }
}

.royce-dark,
.royce-dark h1,
.royce-dark h2,
.royce-dark h3,
.royce-dark a,
.royce-dark .amw-btn
{
    color: black;
}
.royce-dark .amw-btn
{
    border-color: black;
}

.page.product
{
    padding-top: 20px !important;
}

@media (min-width: 1024px) {
    .woocommerce .product__desc .royce-star-rating .star-rating {
        width: 7.4em;
    }
}

.col-sm-6:has(.amw-catalog-banner.amw-banner-1) .amw-catalog-banner {
    max-width: 100%;
    padding: 0 0 40px 0;
}
.col-sm-6:has(.amw-catalog-banner.amw-banner-2) .amw-catalog-banner {
    padding: 0 !important;
}
.page-monogram li:has(.amw-banner-2) {
    position: relative;
}

.page-monogram li:has(.amw-banner-2):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: -1px;
    left: 0;
    background: #fff;
}