@font-face {
    font-family: 'Montserrat Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat Regular'), url('../fonts/Montserrat-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat Italic'), url('../fonts/Montserrat-Italic.woff') format('woff');
}



@font-face {
    font-family: 'Montserrat Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat Light'), url('../fonts/Montserrat-Light.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat Light Italic'), url('../fonts/Montserrat-LightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Medium';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat Medium'), url('../fonts/Montserrat-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat Medium Italic'), url('../fonts/Montserrat-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Bold'), url('../fonts/Montserrat-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Montserrat Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Bold Italic'), url('../fonts/Montserrat-BoldItalic.woff') format('woff');
}


/* Grid defaults */
.shush-row {
    display:flex;
}
.shush-col-1 {
    width:8.333%;
}
.shush-col-2 {
    width:16.666%;
}
.shush-col-3 {
    width:25%;
}
.shush-col-4 {
    width:33.333%;
}
.shush-col-5 {
    width:41.666%;
}
.shush-col-6 {
    width:50%;
}
.shush-col-7 {
    width:58.333%;
}
.shush-col-8 {
    width:66.666%;
}
.shush-col-9 {
    width:75%;
}
.shush-col-10 {
    width:83.333%;
}
.shush-col-11 {
    width:91.666%;
}
.shush-col-12 {
    width:100%;
}
.shush-row-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section-title-center {
    text-align: center;
}
a, p, input, div {
    font-family: 'Montserrat Light';
    font-size: 14px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat Light';
}
h2 {
    font-size: 35px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}
h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.container {
    max-width: 1640px;
    width: 90vw;
    margin: 0 auto;
    position: relative;
}
.btn-light {
    font-family: 'Montserrat Light';
    display: inline-block;
    background-color: transparent;
    color: #2B2E34;
    padding: 16px 28px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3.6px;
    font-weight: bold;
    box-shadow: 0 0 0 1px #2B2E34;
    font-size: 12px !important;
}
.btn-light-grey {
    font-family: 'Montserrat Light';
    display: inline-block;
    background-color: transparent !important;
    color: #fff !important;
    padding: 16px 28px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 3.6px;
    box-shadow: 0 0 0 1px #fff;
    font-size: 12px !important;
    border-radius: 0 !important;
}
.insta-text {
    margin-bottom: 15px;
}
.large-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100vh;
}
.large-logo img {
    height: 100%;
}
/* Header sitewide */

.site-header.scrollUp {
    transform: translateY(-100%);
}
.site-header.white-bk {
    background-color: #000;
}
.site-header.white-bk a {
    color:#fff;
}
.site-header img {
    height: 145px;
    transition: height 0.7s ease-in-out;
}
.site-header.white-bk img {
    height: 90px;
    transition: height 0.5s ease-in-out;
}
.site-header {
    transition: all 0.5s;
    position: fixed;
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 0;
    z-index: 99 !important;
    box-shadow: none;
}
.top-header {
    border-bottom: 1px solid #fff;
}
.menu-item-has-children {
    position: static !important;
}
.sub-menu-wrapper {
    display: flex;
    position: absolute;
    bottom: -100px;
    left: -100%;
    width: 100%;
    background-color: #000;
    z-index: -999999;
    height: 100px;
    transition: opacity 600ms ease-in-out, width 0s ease-in-out 600ms;
    opacity: 0;
    align-items: center;
    justify-content: center;
}
.menu-item.menu-item-has-children:hover .sub-menu-wrapper {
    transition: opacity 600ms ease-in-out, width 0s ease-in-out 0ms;
    opacity: 1;
    width: 100% !important;
    overflow: visible !important;
    left: 0;
}
.genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    padding: 25px 0;
    text-align: center;
}
.genesis-nav-menu .sub-menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    opacity: 1;
    width: 100%;
    left: unset;
    border:0;
}
.container-sub-nav {
    max-width: 900px;
}
.genesis-nav-menu .sub-menu a {
    color:#fff;
}
/*.header.desktop-header {*/
/*    padding: 0 3%;*/
/*}*/
#menu-main {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.header {
    color: #000;
}
.menu-wrapper {
    padding: 0;
}
#menu-main li a {
    font-family: 'Montserrat Bold';
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    background-color: transparent;
    border: 0;
}

.menu-right {
    display:flex;
    justify-content: right;
    height: 100%;
    align-items: center;
}

.menu-right li a {
    font-family: 'Montserrat Bold';
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
}

.menu-right ul {
    display: flex;
}

.logo-inner a {
    display: inline-block;
}

.menu-left li:first-child a {
    padding-left: 0;
}

.menu-right li:last-child a {
    padding-right: 0;
}

.menu-right li:nth-child(3) a, .menu-right li:nth-child(4) a, .menu-right li:nth-child(5) a {
    padding: 0 10px;
}

.logo-wrapper {
    text-align: center;
}

/* Hero section front page */

.section-hero video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0,0,0,.1) 50%, rgba(0,0,0,.2) 50%);
    background-size: 3px 3px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.overlay > div {
    flex: 0 0 100%;
    text-align: center;
}

.hero-title h1 {
    font-family: 'Montserrat Bold';
    background: -webkit-linear-gradient(1.92deg, #e5b964 0%, #e5b964 9.4%, #f9e88a 30%, #8e5d22 58.599999999999994%, #e9bb66 79.3%, #844f25 95.6%, #281b0f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 1355px;
    margin: 0 auto;
    width: 75%;
    font-size: 60px;
}
.subline {
    font-family: 'Montserrat Light';
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
}

/* Front page sections */
.about.w-padding {
    padding-top: 150px;
}
.w-padding {
    padding: 75px 0;
}
.stone-types-three {
    display: flex;
    justify-content: end;
    gap: 16px;
}
.cross-line-right-special {
    border: 1px solid #000;
    position: absolute;
    width: 100vw;
    top: -20px;
    z-index: -1;
    left: 0;
}

.cross-line-left-special {
    border: 1px solid #000;
    position: absolute;
    width: 100vw;
    top: -20px;
    z-index: -1;
    right: 0;
}
.cross-line-right {
    border: 1px solid #000;
    position: absolute;
    width: 100vw;
    top: -20px;
    z-index: -1;
    left: 0;
}
.cross-line-left {
    border: 1px solid #000;
    position: absolute;
    width: 100vw;
    top: -20px;
    z-index: -1;
    right: 0;
}
.section-info-block {
    top: 30%;
    position: relative;
    padding-right: 8%;
}
.section-info-block.info-block-img-left {
    padding-left: 8%;
}
.text-right-section .section-info-block {
    padding-left: 11%;
}
.triple-images-wrapper {
    display: flex;
    gap: 1%;
}
.triple-images-title {
    text-align: center;
    text-transform: uppercase;
    padding: 36px 0;
}
.slick-slide > div {
    display: flex;
    justify-content: center;
}
.testimonial {
    width: 66% !important;
    text-align: center;
}
.testimonial > div:last-child {
    margin-top: 40px;
    margin-bottom: 40px;
}
.slick-arrow {
    display: block;
    position: absolute;
    top: 10px;
    margin: 0;
    z-index: 10;
    font-size: 24px;
}
.arrow-prev {
    left: 0;
}
.arrow-next {
    right: 0;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #071C4C;
    font-size: 34px;
}
.slick-dots li button::before {
    opacity: 1;
    color: #B3B278;
    font-size: 28px;
}
.slick-dots li {
    margin: 0;
}
/* Logos */
.logos-slider {
    margin-bottom: 80px;
}
.logos-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.logos-slider .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 0 31px;
}
/* Modal */
.is-hidden--off-flow {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: -10;   /* *1* */
    visibility: hidden;   /* *1* */
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.is-shown--off-flow {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 2000;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-modal__shadow.js-modal-hide .close-img {
    position: absolute;
    right: 0;
    top: 2px;
    background-color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    padding: 5px 5px;
    transition: width 1s ease-in-out;
}
.l-modal__shadow.js-modal-hide .close-img.hover-effect {
    background-color: #fff;
    width: 90px;
    height: 23px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: flex-end;
    cursor: pointer;
    padding: 5px 5px;
    position: absolute;
    right: 0;
    top: 2px;
    transition: width 1s ease-in-out;
}
.close-text {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    margin-right: 0;
    position: absolute;
    z-index: 999999;
    padding-left: 20px;
    transition: color 1s ease-in-out;
    cursor: pointer;
}
.close-text.hover-effect {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    color: #000;
    font-weight: 900;
    margin-right: 0;
    position: absolute;
    transition: color 1s ease-in-out;
    z-index: 999999;
    padding-left: 20px;
}
/*.c-popup.l-modal__body {*/
/*    width: 60vw;*/
/*    position: relative;*/
/*}*/
.js-modal-show {
    display: block;
}
.hide-pop-wrapper {
    max-width: 110px;
    display: flex;
    justify-content: right;
    align-items: center;
    right: 0;
    position: absolute;
    top: -55px;
    width: 100px;
    height: 26px;
}

/* Services */
.page-template-services .section-hero {
    max-height: 550px;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-template-services .section-hero .section-inner {
    height: 100%;
}
.page-template-services .section-hero .section-inner .shush-row {
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.page-template-services .hero-title {
    text-align: center;
    text-transform: uppercase;
}
.page-template-services .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.57);
    background-size: 3px 3px;
    z-index: 33;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* Archive Term */

.archive .section-hero {
    max-height: 550px;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.archive .section-hero .section-inner {
    height: 100%;
}
.archive .section-hero .section-inner .shush-row {
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.archive .hero-title {
    text-align: center;
    text-transform: uppercase;
}
.archive .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.57);
    background-size: 3px 3px;
    z-index: 33;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffffff;
    margin:0;
    display: inline;
    border: 1px solid red;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff;
    margin:0;
    display: inline;
}
.wpcf7-form .shush-row p {
    display: flex;
    gap: 10px;
}
.sep-line-form {
    border-bottom: 1px solid #fff;
    margin-bottom: 54px;
    max-width: 40%;
}
input, select, textarea {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
input:focus, textarea:focus {
    color:#fff;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
}
input::placeholder {
    color: #fff;
}
.book-consultation h2 {
    color:#fff;
}
#wpcf7-f262-o1 {
    padding-right: 2.5vw;
    max-width: 47.5vw;
}
.wpcf7-form.init > p {
    margin-top: 40px;
}
.question {
    position:relative;
}
.faqs-list {
    text-align: left;
}
.faqs-list > div {
    margin: 0 !important;
    width: 100%;
    border-top: 1px solid #2B2E34;
}
.faqs-list h3 {
    margin-top: 20px;
}
.faqs-list .answer {
    font-size: .875rem;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: max-height .5s,padding .5s;
    transition: max-height .5s,padding .5s;
}
.faqs-list .question.active .answer {
    margin-top: 0;
    max-height: 100%;
    overflow: hidden;
    padding: 0 0 1rem 0;
}
.faqs-list h3 a {
    font-family: 'Gotham', sans-serif;
    font-weight: normal;
    position: relative;
    width: 100%;
    display: flex;
    font-size: 21px;
    text-transform: uppercase;
    text-decoration: none;
    outline:none;
    color: #1f2224;
}
.answer p {
    padding-top: 17px;
}
.section.faq-section .section-subline {
    color: #fff;
}
.section.faq-section h2 {
    color: #2B2E34;
}
.section.faq-section .sep-line-short {
    border-bottom: 1px solid #ffffff;
}
.section.faq-section .section-title-center p {
    padding: 0 10%;
    display: block;
}
.faqs-list h3 a::before, .faqs-list h3 a::after {
    background-color: currentColor;
    content: '';
    height: 2px;
    position: absolute;
    right: .5rem;
    top: calc(50% - 1px);
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    width: 11px;
}
.faqs-list h3 a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: background-color .5s,-webkit-transform .5s;
    transition: background-color .5s,-webkit-transform .5s;
    transition: background-color .5s,transform .5s;
    transition: background-color .5s,transform .5s,-webkit-transform .5s;
    transition: all 0.4s ease-in-out;
}
.faqs-list h3 a::before, .faqs-list h3 a::after {
    background-color: currentColor;
    content: '';
    height: 2px;
    position: absolute;
    right: .5rem;
    top: calc(50% - 1px);
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    width: 12px;
    transition: all 0.4s ease-in-out;
}
.faqs-list .question.active h3 a::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}
.answer > div > p:first-child, .answer > div > p:last-child  {
    display: none;
}
.faqs-list > div:first-child {
    border-top: none;
}
.faqs-list > div:last-child {
    border-bottom:none;
}
.faqs-list h3 a {
    font-size: 18px;
    font-weight: light;
    font-family: 'Montserrat Light' !important;
}
/* Single Stones */
.single .site-header {
    background-color: #000;
}


.single .menu-left li a, .single .menu-right li a {
    color: #fff;
}
.single {
    padding-top: 145px;
}
.shush-row-vertical {
    display: flex;
    flex-direction: column;
    margin-left: 1%;
}
.shush-row-vertical > div {
    display: flex;
    object-fit: cover;
    height: 0;
    flex-grow: 1;
    margin-bottom: 4%;
}
.shush-row-vertical > div:last-child {
    margin: 0;
}
.product-details {
    margin-top: 110px;
}
.product-details .subline {
    color: #000;
}
.product-description {
    margin-top: 26px;
}
.product-attributes div {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    text-align: left;
}
.top-details, .product-attributes {
    padding-left: 7%;
}
.product-attributes-inner {
    display: flex;
    flex-direction: column;
    padding: 7%;
}
.product-attributes-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1%;
    margin-bottom: 2%;
}
.product-attributes-item > div:first-child {
    flex: 0 0 8%;
}
.product-attributes-item > div:last-child > div:first-child {
    font-weight: bold;
}
.product-attributes-inner.two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.product-attributes-inner.two-columns .product-attributes-item {
    gap: 3%;
}
.product-attributes-inner.two-columns .product-attributes-item > div:first-child {
    flex: 0 0 16%;
}
/* Gallery template */
.page-template-gallery .site-header, .page-template-contact .site-header {
    background-color: #000;
}
/* footer */

.social-media-inner span {
    margin-right: 6px;
}
.sep-line {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
.sep-line-black {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.site-footer {
    background-color: #000;
    padding: 30px 0;
}
.site-footer a, .site-footer p, .site-footer div, .site-footer i {
    color:#ffffff;
}
.bottom-footer-info {
    line-height: 22px;
    font-size: 12px;
}
.dev-company {
    display: inline-block;
}
.dev-company img {
    max-width: 22px;
}
#menu-main-footer li {
    text-align: left;
    display: block;
}
#menu-main-footer li a {
    display: inline-block;
    padding: 0;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 14px;
}
.footer-1-inner {
    display:flex;
}
.footer-1-inner > div:last-child {
    text-align: left;
    padding-left: 20px;
}
.footer-1-inner > div:first-child {
    padding-top: 4px;
}
.footer-1-inner > div:last-child {
    text-align: left;
    padding-left: 20px;
}
.footer-1-inner > div:last-child div {
    line-height: 26px;
}

.footer-2-wrapper > div {
    text-align: left;
    line-height: 26px;
}
.footer-2-wrapper > div:first-child {
    margin-bottom: 15px;
}
.footer-2-wrapper > div > span:first-child {
    margin-right: 14px;
}
.footer-4-inner > div:first-child {
    font-weight: bold;
}
.footer-4-inner > div {
    text-align: left;
    line-height: 26px;
    margin-bottom: 15px;
}

/* Popup product data */
#box {
    background-color: rgba(0,0,0,0.7);
}
.grid-pop {
    width: 100%;
    display: flex;
    gap:1%;
}
.grid-pop .product-attributes {
    padding: 0 0 5%;
}
.grid-pop .main-image {
    display: flex;
    object-fit: cover;
    height: 100%;
    flex: 0 0 74%;
    margin-right: 0.5%;
}
.grid-pop .product-details {

    padding-right: 2%;
}
.grid-pop .shush-row-vertical > div {
    display: flex;
    height: 0;
    flex: 1;
    margin-bottom: 4%;
}
.grid-pop .shush-row-vertical > div img {
    object-fit: cover;
    width: 100%;
}
.pop-col-right.shush-row {
    flex: 0 0 calc(54% - 1%);
}
.product-details {
    height: 100%;
}
.shush-row-vertical.prod-gallery > div:last-child {
    margin: 0 !important;
}
.grid-pop .shush-row-vertical.prod-gallery {
    display: flex;
    flex-direction: column;
    margin-left: 1%;
    height: 100%;
}
#content-product .product-details {
    background-color: #fff;
    padding-left: 0;
    margin-top: 0;
}
.c-popup.l-modal__body {
    width: 100%;
    position: relative;
    max-width: 1640px;
}
.pop-col-left {
    flex: 0 0 46%;
}
.column.right {

    border-left: 1px solid #eee;
}
.column.center {
    border-left: 1px solid #eee;
}
.grid-pop .top-details {
    padding-top: 50px;
}
.grid-pop .product-description {
    margin-top: 10px;
}

/* Mobile menu */

.mobile-button {
    position: absolute;
    right: 0;
    padding: 0 15px;
    font-size: 30px;
    z-index: 11;
    display:none;
    top: 0;
    color:#071c4c;
}

.mobile-header {
    display: none;
}

.product-attributes-mobile {
    display: none;
}

.gallery-item img {
    width: auto;
    display: block;
}
.gallery-template .gallery-item {
    margin-bottom: 0.4vw;
}

#map {
    height: 885px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

/* Contact page */
.contact-form input, .contact-form textarea {
    color: #000;
    padding-left: 20px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #666;
}
.page-template-contact .wpcf7-form.init .shush-row p {
    display: flex;
    gap: 0;
    flex-direction: column;
    width: 100%;
}
.page-template-contact input, textarea {
    background-color: #dfdfdf;
}
.page-template-contact .btn-light {
    font-family: 'Montserrat Light';
    display: inline-block;
    background-color: transparent !important;
    color: #000000 !important;
    padding: 16px 28px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 3.6px;
    box-shadow: 0 0 0 1px #000000;
    font-size: 12px !important;
    border-radius: 0 !important;
}
/* Responsive */

@media (max-width: 1280px) {
    .grid-pop {
        width: 100%;
        display: flex;
        gap: 1%;
    }
    .product-details {
        height: 100%;
    }
    .grid-pop .main-image {
        display: flex;
        object-fit: cover;
        height: 100%;
        flex: 0 0 69%;
        margin-right: 1.5%;
    }

    .grid-pop .shush-row-vertical.prod-gallery {
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }
    #content-product .product-details {
        background-color: #fff;
        padding-left: 0;
        margin-top: 0;
    }
    .c-popup.l-modal__body {
        width: 100%;
        position: relative;
        max-width: 1200px;
    }
    .product-attributes > div:first-child {
        margin-top: 0 !important;
        margin-bottom: 12px !important;
    }
    .pop-col-left {
        flex: 0 0 46%;
    }
    .column.right {

        border-left: 1px solid #eee;
    }
    .column.center {
        border-left: 1px solid #eee;
    }
    .grid-pop .top-details {
        padding-top: 25px;
        padding-right: 20px;
        padding-left: 25px;
    }
    .grid-pop .product-description {
        margin-top: 10px;
    }
    .product-title {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 1920px) {
    .container {
        max-width: 1640px;
        width: 1640px;
        /* styles for 810px and up */
    }
}

@media screen and (max-width: 1720px) {
    .container {
        max-width: 1580px;
        width: 1580px;
        /* styles for 810px and up */
    }
}

@media screen and (max-width: 1640px) {
    .container {
        max-width: 1480px;
        width: 1480px;
        /* styles for 810px and up */
    }
    .product-details {
        padding-left: 14%;
        margin-top: 80px;
    }
    .product-attributes > div:first-child {
        margin-top: 60px !important;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1280px;
        width: 1280px;
        /* styles for 810px and up */
    }
    .product-details {
        padding-left: 14%;
        margin-top: 20px;
    }
    .product-attributes > div:first-child {
        margin-top: 15px !important;
    }

}

@media screen and (max-width: 1280px) {
    h2 {
        font-size: 30px;
        letter-spacing: 2.6px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .mobile-header img {
        max-width: 100px !important;
        padding: 0 0 !important;
        height: auto;
    }
    .site-header.white-bk .mobile-header img {
        height: auto;
    }
    .subline {
        font-size: 15px;
    }
    .container {
        max-width: 1024px;
        width: 1024px;
        /* styles for 810px and up */
    }

    .product-attributes .attribute-item {
        display: flex;
        flex-direction: row;
        justify-content: start;
    }
    .product-attributes .attribute-item span {
        display: block;
        flex: 0 0 30px;
    }
    .product-attributes .attribute-item span:last-child {
        flex: 0 0 251px;
        margin-left: 15px;
    }
    .product-attributes .attribute-item span:last-child div:last-child {
        font-size: 12px;
        font-weight: bold;
    }
    .top-details {
        padding-left: 0;
    }
    .product-details {
        padding-left: 10%;
        margin-top: 0;
    }
    .stone-header .shush-col-7 {
        width: calc(100% - 515px) !important;
    }
    .stone-header .shush-col-5 {
        min-width: 500px !important;
        max-width: 500px !important;
    }

}

@media screen and (max-width: 1080px) {
    .w-padding.stone-header {
        padding: 150px 0 75px;
    }
    .grid-pop .main-image {
        display: flex;
        object-fit: cover;
        height: 100%;
        flex: 0 0 69%;
        margin-right: 1.5%;
    }
    .single {
        padding-top: 0;
    }
    .mobile-header {
        display: block;
    }
    .container {
        max-width: 800px;
        width: 800px;
        /* styles for 560px and up */
    }
    .over-body-hidden {
        overflow: hidden;
    }
    .site-header {
        padding: 0;
    }
    .wrap {
        margin-top: 0;
    }
    .desktop-header {
        display: none;
    }
    .main-nav {
        display: flex;
        width: 100%;
        justify-content: center;
        padding-top: 8%;
    }
    .mobile-menu {
        display: flex;
        height: 100vh;
        left: -150vw;
        position: absolute;
        width: 100%;
        background-color: #fff;
        transition: all 0.75s ease-in-out;
        flex-direction: column;
        flex-wrap: wrap;
        top: 0;
        justify-content: center;
        text-align: center;
    }
    .show-menu .mobile-menu {
        display: flex;
        height: 100vh;
        left: 0;
        position: absolute;
        width: 100%;
        background-color: #fff;
        transition: all 0.75s ease-in-out;
        justify-content: center;
        text-align: center;
    }

    .show-menu .mobile-button {
        color: #000;
    }
    .mobile-button {
        position: absolute;
        left: 0;
        padding: 0 15px;
        font-size: 30px;
        z-index: 11;
        display: block;
        top: 50%;
        color: #071c4c;
        transform: translateY(-50%);
        width: 57px;
    }
    .mobile-header {
        height: auto;
        color: #ffffff;
        padding: 15px 0;
        display: block;
        background-color: #fff;
        position: absolute;
        width: 100vw;
        z-index: 10;
    }

    .mobile-menu li a {
        font-family: 'Montserrat Bold';
        color: #000 !important;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none !important;
        padding: 0 20px;
        line-height: 48px;
    }
    .social-media {
        padding-right: 20px;
    }
    .social-media a {
        color: #000 !important;
        padding: 0 4px !important;
        font-size: 18px !important;
    }
    .social-media li {
        padding-right: 15px;
    }
    .social-media {
        display: flex;
        justify-content: end;
    }
    .hero-title h1 {
        font-size: 44px;
    }
    .subline {
        font-size: 22px;
    }
    .stone-header .shush-col-7 {
        width: calc(100% - 380px) !important;
    }
    .stone-header .shush-col-5 {
        min-width: 400px !important;
        max-width: 400px !important;
    }
    h2 {
        font-size: 20px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .subline {
        font-size: 16px;
    }
    .product-description {
        margin-top: 10px;
    }
    .product-description p {
        margin: 0 0 15px;
        padding: 0;
        font-size: 12px;
        line-height: 20px;
    }

}

@media screen and (max-width: 810px) {
    .grid-pop {
        width: 100%;
        display: flex;
        gap: 1%;
        flex-direction: column;
        padding: 10vw;
    }
    .grid-pop .main-image {
        display: flex;
        object-fit: cover;
        height: 100%;
        flex: 0 0 79%;
        margin-right: 1.5%;
    }
    .pop-col-left {
        flex-grow: 1;
    }
    .pop-col-right.shush-row {
        flex: unset;
    }
    .main-image {
        flex: 0 0 79%;
    }
    .container {
        max-width: 760px;
        width: 90%;
    }
    .overlay > div {
        flex: 0 0 100%;
        text-align: center;
        width: 100%;
    }
    .hero-title h1 {
        font-size: 34px;
    }
    .subline {
        font-size: 14px;
    }
    .stone-header .inner-section > div {
        display: flex;
        flex-direction: column;
    }
    .stone-header .inner-section > div > div.shush-col-7 {
        order: 0;
    }
    .stone-header .inner-section > div > div.shush-col-5 {
        order: 1;
        min-width: 100% !important;
        max-width: 100% !important;
        text-align: center;
    }
    .stone-header .shush-col-7 {
        width: 100% !important;
    }
    .stone-header .shush-col-5 {
        width: 100% !important;
    }
    .product-details {
        padding-left: 0;
        margin-top: 50px;
    }
    h2 {
        font-size: 16px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .subline {
        font-size: 14px;
    }
}

@media screen and (max-width: 560px) {
    .container {
        max-width: 480px;
        width: 480px;
        /* styles for 480px and up */
    }
    .pop-col-right.shush-row {
        flex: unset;
    }
    .social-media li {
        padding-right: 0;
    }
    .hero-title h1 {
        font-size: 30px;
    }
    .subline {
        font-size: 14px;
    }

}

@media screen and (max-width: 480px) {
    .grid-pop {
        width: 100%;
        display: flex;
        gap: 1%;
        flex-direction: column;
        padding: 2vw;
    }
    .container {
        max-width: 320px;
        width: 320px;
        /* styles for 320px and up */
    }
    .hero-title h1 {
        font-size: 26px;
    }
    .subline {
        font-size: 16px;
    }
    .inner-section > div {
        display: flex;
        flex-direction: column;
    }
    .inner-section > div > div {
        width: auto;
    }
    .inner-section > div > div.shush-col-5 {
        order:0;
    }
    .inner-section > div > div.shush-col-7 {
        order:1;
    }
    .showroom-hide {
        background-image:none !important;
    }
    .single-image-section img {
        display: block !important;
    }
    .triple-images-wrapper {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .triple-images-title {
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0;
    }
    .inner-section > div > div.shush-col-5 > div {
        margin-bottom: 40px;
        padding: 0;
    }
    .instagram.w-padding .shush-row {
        flex-direction: column;
    }
    .instagram.w-padding .shush-row > div {
        width: 100%;
    }
    .footer-inner > .shush-row {
        flex-direction: column;
    }
    .footer-inner > .shush-row > div {
        width: 100%;
    }
    .single {
        padding-top: 0;
    }
    .product-attributes-mobile .shush-row {
        display: block;
    }
    .w-padding.stone-header {
        padding: 150px 0 0;
    }
    .stone-types-three {
        display: block;
        text-align: center;
        margin-top: 50px;
    }

    .stone-types-three > div > div:last-child {
        text-align: center !important;
    }

}

@media screen and (max-width: 320px) {
    .container {
        max-width: 300px;
        width: 300px;
        /* styles for 320px and up */
    }
}