/*
Theme Name: Monkey Vision
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*********************************************** DISPLAY NONE **************************************************/
 body .woo-variation-swatches .quantity.buttons_added,
.single_variation_wrap > .woocommerce-variation.single_variation  {
    display: none!important;
}

/*********************************************** GENERAL ELEMENTS **************************************************/

h1,
h2  {
    font-size: 3vmax;
    line-height: 4vmax;
    text-transform: uppercase;
}
h3 {
    font-weight: 500!important;
}
.buttonflex-endis-link.lowercase{
    font-weight: 400;
    font-size:18px;
    margin-bottom: 0px;
}
body,
body p {
    font-size: 16px;
    line-height: 25px;
}
.button {
    font-weight: 400!important;
    transition: background-color 400ms;
    will-change: background-color;
    box-shadow: none!important;
    margin-bottom: 5px;
}
.button i {
    top:0.5px;
    margin-left: 2px!important;
    transition: transform 400ms;
    will-change: transform;
}
.button:not(.simple-button):hover {
   background-color: transparent!important;
   border-color: #71abc9!important;
   color:#71abc9!important
}
.button:hover i {
    transform: translateX(7px);
}
.button.simple-button {
    font-weight: 400!important
}
.button.simple-button i {
    top:0.5px;
    margin-left: 2px!important;
}
.max-width-420 {
    max-width: 450px;
}
@media only screen and (min-width: 1920px) {
    h1,
    h2  {
        font-size: 60px;
        line-height: 65px;
        text-transform: uppercase;
    }
}
@media only screen and (max-width: 1000px){
    h1,
    h2  {
        font-size: 50x;
        line-height: 55px;
    } 
    body,
    body p,
    body td {
        font-size: 14px!important;
        line-height: 20px!important;
    }
}
@media only screen and (max-width: 700px) {
    h1,
    h2  {
        font-size: 35x;
        line-height: 40px;
    } 
}
/*********************************************** GRADED BACKGROUND **************************************************/
.graded-background.right-left,
.off-canvas-center .mfp-container{
    background: rgb(18,18,18);
    background: linear-gradient(90deg, rgba(18,18,18,1) 0%, rgba(37,38,40,1) 100%);
}
.graded-background.left-right {
    background: rgb(18,18,18);
    background: linear-gradient(90deg, rgba(37,38,40,1) 0%,  rgba(18,18,18,1) 100%);
}
/*********************************************** FULL WIDTH BG LEFT **************************************************/
.full-width-bg-left .section-bg{
    width: 50%;
    margin-right: auto;
}
/***********************************************  CONTENT SECTION   **************************************************/
.black-content-section {
    padding:150px 0px!important;
}
.content-section {
    padding:150px 0px 100px!important
}
@media only screen and (max-width: 1024px){
    .black-content-section {
        padding:75px 0px!important;
    }
    .content-section {
        padding:75px 0px!important
    }
}
@media only screen and (max-width: 850px){
    .black-content-section {
        padding:50px 0px!important;
    }
    .content-section {
        padding:50px 0px!important
    }
}
@media only screen and (max-width: 500px){
    .black-content-section {
        padding:30px 0px!important;
    }
    .content-section {
        padding:30px 0px!important
    }
}
/***********************************************  CENTERED COL   **************************************************/
.centered-col {
    padding-bottom:0px;
}
/*********************************************** HEADER   **************************************************/
#masthead .header-nav {
    justify-content: center;
}
#masthead .header-nav li a {
    position: relative;
    color: white;
    font-weight: 400;
    font-size: 15px;
    margin: 0px 7px;
}
#masthead .header-nav li.menu-item a::before {
    content:'';
    position: absolute;
    display: block;
    bottom:6px;
    height:1px;
    width: 100%;
    transform: scaleX(0);
    background-color: #71ABC9;
    transition: transform 400ms;
    will-change: transform;
    z-index: 0;
}
#masthead .header-nav li.menu-item:hover a::before {
    transform: scaleX(1);
}
#masthead .button.icon.is-small i {
    font-size: 23px;
    line-height: 20px;
}
#masthead .image-icon img{
    margin-bottom: 5px;
}
#masthead .header-nav li.account-item a {
    border:none;
    overflow: hidden;
}
#wide-nav {
    display: none;
}
.header-cart-link {
    padding: 0px!important;
}
.page-productpage-toronto #wide-nav,
.product-toronto #wide-nav  {
    display: block;
}
#wide-nav > div{
    width: 100%;
}
.showcase-top-bar-section {
    width: 100vw;
    padding:0px!important
}
.showcase-top-bar-section .col:nth-child(1) .col-inner {
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
}
.header-bottom {
    background-color: white!important;
}
.header-wrapper.stuck #masthead {
    height:55px!important
}
.stuck .header-main .nav > li > a {
    line-height: 30px!important;
}
.html_topbar_left a {
	font-size:12px!important;
	padding:0px!important;
	color: #71ABC9!important;
}
.html_topbar_left a::after{
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
	margin-top:2px;
    background-image: url(/wp-content/uploads/2022/08/Icon-ionic-ios-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    transform: rotate(-90deg);
}
.nav-dropdown.nav-dropdown-default {
	background-color:black;
}
@media only screen and (max-width: 850px){
    #top-bar {
        display: none;
    }
}
/*********************************************** MOBILE HEADER**************************************************/
.mfp-close {
    color:white;
}
.mfp-content .menu-item a {
    color:white;
}
.mfp-content .searchform .flex-row,
.searchform{
    border-radius: 15px;
    overflow: hidden;
}
.mfp-content .searchform  .ux-search-submit,
.ux-search-submit{
    background-color: #71abc9!important;
}
.mfp-content.off-canvas-cart {
    background-color: black;
}
.mobile-nav .nav-icon a i {
    color: white;
}
/*********************************************** HOME HERO SECTION   **************************************************/
.home-hero-section {
    min-height: calc(100vh - 110px);
}
.home-hero-section .section-bg {
    display: none;
    height: 60%;
    width: auto;
    top:50%;
    transform: translate(20%, -50%);
    
}
.home-hero-section .image-column {
    position: absolute;
    height: calc(80vh - 200px);
    width: auto;
    top: calc(10vh + 100px);
    transform: translate(120%, -50%);
    opacity: 0;
    transition: transform 2500ms ease-in-out, opacity 1500ms;
    will-change: transform, opacity;
    z-index: -2;
}
.home-hero-section .image-column {
    display: flex;
    align-items: center;
}
.home-hero-section .image-column[data-animated=true] {
    transform: translate(40%, -50%);
    opacity: 1;
}
.home-hero-section h1 {
    margin-top:100px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 850px){
    .home-hero-section .image-column img {
        transform:scale(2);
    }
    .home-hero-section .image-column .img-inner {
        overflow: visible!important;
    }
}
@media only screen and (max-width: 500px){
    /* .home-hero-section .image-column img {
        transform:scale(1.5);
    } */
    .home-hero-section .image-column {
        position: relative;
    }
    .home-hero-section .row {
        flex-direction: column-reverse;
    }
    .home-hero-section .row .col{
        min-height: 30vh;
    }
}
/*********************************************** FW FIREPLACE SECTION   **************************************************/
.fw-fireplace-section {
    padding:10px!important;
}
.fw-fireplace-section .row {
    display: flex;
    justify-items: center;
    align-items: center!important;
    gap:10px;
    flex-wrap: unset;
}
.fw-fireplace-section .col {
    padding: 75px 50px;
    background-color: #F8F8FA;
    max-width: calc(50% - 5px);
    -ms-flex-preferred-size:calc(50% - 5px);
    flex-basis: calc(50% - 5px);
}
.fw-fireplace-section h2 {
    margin-bottom: 0px;
}
.fw-fireplace-section p {
    font-size: 1.56vmax;
    line-height: 2.1875vmax;
    margin-bottom: 10px;
}
.fw-fireplace-section img {
    width: 90%;
}
@media only screen and (min-width: 1920px){
    .fw-fireplace-section p {
        font-size: 25px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 1024px){
    .fw-fireplace-section p {
        font-size: 18px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 850px){
    .fw-fireplace-section .row {
        flex-direction: column;
    }
    .fw-fireplace-section .col {
        max-width: 550px;
        -ms-flex-preferred-size: 550px;
        flex-basis: 100%;
        padding: 15px;
    }
}
/*********************************************** VERTICAL FIRE SECTION   **************************************************/
.vertical-fire-section {
    overflow: hidden;
    padding: 150px 0px!important;
}
.vertical-fire-col {
    position: absolute;
}
.vertical-fire-col .img-inner {
    display: flex;
    justify-content: center;
}
.vertical-fire-col img {
    height:80vh;
    width: 25vh;
    max-height: 900px;
    object-fit: contain;
}
.vertical-fire-col.top-down {
    left:40%;
    bottom:-75%;
}
.vertical-fire-col.bottom-up {
    left:66%;
    top:-75%;
}
.toronto-after-col {
    position: relative;
}
.vertical-fire-section:after {
    content:'TORONTO';
    display:block;
    position: absolute;
    bottom:40%;
    right:0;
    font-weight: 700;
    font-size: 12vw;
    line-height: 12vw;
    color:#FFFFFF;
    opacity: .04;
}
@media only screen and (max-width: 1250px) {
    .vertical-fire-col img {
        max-height: 700px;
    }
}

@media only screen and (max-width: 1024px){
    .vertical-fire-col.top-down {
        display: none;
    }
    .toronto-after-col {
        max-width: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}
@media only screen and (max-width: 850px) {
    .vertical-fire-section {
        padding: 75px 0px!important;
    }
}
@media only screen and (max-width: 550px) {
    .vertical-fire-col.bottom-up {
        display: none;
    }
    .toronto-after-col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .vertical-fire-section {
        padding: 50px 0px!important;
    }
}
/*********************************************** WOOCOMMERCE SHOP PAGE   **************************************************/
.woocommerce-result-count,
.woocommerce-ordering {
	display:none!important;
}
/*********************************************** REVIEW SECTION  **************************************************/
.review-section {
    padding: 150px 0px 0px!important;
    overflow: hidden;
}
.review-section .row {
    max-width: 1200px!important;
}
.review-section .owl-stage-outer {
    overflow:visible!important
}
.review-section h2 {
    margin-bottom: 60px;
}
.review-carousel {
    cursor: pointer;
}
.review-carousel .owl-dots {
    margin-top: 50px;
}
@media only screen and (max-width: 1024px){
    .review-section {
        padding: 75px 0px 0px!important;
    }
    .review-section h2 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 600px){
    .review-section {
        padding: 50px 0px 0px!important;
    }
    .review-section h2 {
        margin-bottom: 30px;
    }
    .review-section .col {
        padding-bottom: 15px;
    }
    .review-section .col-inner > .row {
        margin: 0 auto!important;
    }
}
/*********************************************** REVIEW SLIDER   **************************************************/

.owl-carousel {
    display: block!important;
}
.review-carousel .icon-box {
    padding:50px;
    background-color: #F8F8FA;
}
.review-carousel  {
    max-width:1920px!important;
    margin: 0 auto!important;
}
.review-carousel .icon-box-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.review-carousel .icon-box-text .star-rating{
    order:3;
    margin-right: 0px;
    margin-left: 10px;
}
.review-carousel .icon-box-text .testimonial-meta{
    position: relative;
    order:2;
    padding-top: 2px;
    color:#71abc9;
    padding-right:10px;
    font-weight: 400;
}

.review-carousel .icon-box-text .testimonial-meta:after{
    content:'';
    display: block;
    position: absolute;
    height:20px;
    width: 2px;
    top:5px;
    right:0px;
    background-color: black;
}
.review-carousel .icon-box-text .testimonial-text{
    order:1;
    margin-bottom: 20px;
}
.review-carousel .icon-box-text .testimonial-text p{
    font-style: normal;
    font-weight: 400;
}
.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-dots button {
    margin: 0 3px!important;
}
.owl-carousel .owl-dots button span {
    display: block;
    width: 20px;
    height:3px;
    border-radius: 3px;
    background-color: #DEDEDE;
    transition: background-color 400ms;
    will-change: background-color;
}
.owl-carousel .owl-dots button.active span {
    background-color: black;
}

/*********************************************** APP UPSELL SECTION   **************************************************/
.app-upsell-section {
    padding:10px!important;
    background-color: white!important;
}
.app-upsell-section  .row {
    display: flex;
    justify-items: center;
    align-items: stretch!important;
    gap:10px;
    flex-wrap: unset;
}
.app-upsell-section  .col {
    padding: 50px;
    background-color: black;
    max-width: calc(50% - 5px);
    -ms-flex-preferred-size:calc(50% - 5px);
    flex-basis: calc(50% - 5px);
}
.app-upsell-section  h2 {
    margin-bottom: 0px;
}
.app-upsell-section  h3 {
    font-weight: 400;
    font-size: 25px;
}
.app-upsell-section.black-white .col:not(.app-col) {
    background-color: #F8F8FA;
}
.app-upsell-section.black-white .col:not(.app-col) h2,
.app-upsell-section.black-white .col:not(.app-col) p {
    color:black;
}
.app-upsell-section .col:not(.app-col) p {
    font-size: 25px;
    line-height: 35px;
}
.app-upsell-section .col:not(.app-col) .img {
    margin-bottom: 50px;
}
.app-upsell-section .col {
    display: flex;
    align-items: center;
}
.app-upsell-section  img {
    width: 90%;
}
.app-col {
    background-image:url(/wp-content/uploads/2022/08/app-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.app-col .col-inner {
    margin-top:230px;
}
.app-col p {
    max-width: 250px;
    margin: 0 auto;
}
@media only screen and (max-width: 850px){
    .app-upsell-section .row{
        display: flex;
        flex-direction: column;
    }
    .app-upsell-section .row .col{
        max-width: 550px;
        -ms-flex-preferred-size: 550px;
        flex-basis: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 400px) {
    .app-col .col-inner {
        margin:0px auto 250px;
    }
}
/*********************************************** VIMEO  **************************************************/
/* .showcase-video-section .section-bg {
    position: sticky;
    top:100px;
    left: 0;
    max-width: 100vw;
    min-height: 100vh;
    margin-bottom: 0px!important;
    overflow-x: hidden;
} */
.vimeo-wrapper {
    position: sticky;
    top:100px;
    left: 0;
    max-width: 100vw;
    min-height: 100vh;
    margin-bottom: 0px!important;
    overflow-x: hidden;
 }
 .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
 }
/*********************************************** USP SECTION   **************************************************/
.usp-section .col {
    max-width: 330px;
}
.usp-section .section-bg {
    margin-left: -35%!important;
    background-size: auto 90%!important;
    background-position-x: 102%;
}
@media only screen and (max-width: 850px) {
    .usp-section .col {
        max-width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
}
@media only screen and (max-width: 750px) {
    .usp-section .col {
        max-width: 400px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .usp-section .section-bg {
    margin-left: 0%!important;
    background-size: auto 100%!important;
    background-position-x: 102%;
    }
}
@media only screen and (max-width: 500px) {
    .usp-section {
        display: flex;
        flex-direction: column-reverse;
    }
    .usp-section .section-bg {
        background-position-x: 50%;
        position: relative;
        height: 300px;
    }
    .usp-section .col {
        margin:0 auto;
    }
}
/*********************************************** WHY ELECTRIC SECTION   **************************************************/
.why-electric-section h2 {
    margin-bottom:  70px;
}
.why-electric-section table tr td:first-child{
    max-width: 520px;
    width: 520px;
}
.why-electric-section table tr:first-child td {
    border-bottom:none;
    font-weight: 600;
    color:black;
}
.why-electric-section table tr td:not(:first-child) {
    text-align: center;
}
.why-electric-section table tr:not(:first-child) td {
    padding: 25px;
    background-color: #F8F8FA;
    border-bottom: 20px solid white;
    border-right: 10px solid white;
    border-left: 10px solid white;
}
.why-electric-section table img {
    width: 15px;
    height:auto;
}
@media only screen and (max-width: 850px){
    .why-electric-section table tr td:first-child {
        width: 60%;
    }
}
@media only screen and (max-width: 750px){
    .why-electric-section table tr:not(:first-child) td:not(:first-child) {
        padding:5px!important;
    }
    .why-electric-section table tr:not(:first-child) td {
        padding: 15px;
        background-color: #F8F8FA;
        border-bottom: 10px solid white;
        border-right: 5px solid white;
        border-left: 5px solid white;
    }
    .why-electric-section table tr:first-child td{
        transform: rotate(90deg) translateX(-30px);
        max-width: 25px!important;
    }
    .why-electric-section table img {
        min-width: 20px;
        height:20px;
    }
}
@media only screen and (max-width: 400px) {
    .why-electric-section table img {
        width: 15px;
        height:15px;
    } 
    .why-electric-section table tr:not(:first-child) td:not(:first-child) {
        width: 30px;
    }
    .why-electric-section table tr:not(:first-child) td {
        font-size: 12px;
    }
    .why-electric-section .col {
        padding:0px!important
    }
}
/*********************************************** CINEWALL SECTION   **************************************************/
.cinewall-section {
    padding:25vh 0px!important
}
.cinewall-section .section-bg {
    width: 50%;
    margin-left: auto!important;
}
.cinewall-section .col {
    padding-bottom:0px;
}
@media only screen and (max-width: 850px){
    .cinewall-section .col{
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 500px){
    .cinewall-section .col{
        max-width: 400px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 auto;
    }
}
/*********************************************** BLOG PREVIEW SECTION   **************************************************/
.blog-preview-section h2 {
    margin-bottom: 70px;
}
.blog-preview-section h5 {
    font-size: 22px;
    line-height:27px;
    font-weight: 500;
}
.blog-preview-section .post-meta {
    opacity: 0.4;
    font-size: 16px;
}
.blog-preview-section  p{
    margin-top: 5px;
    font-weight: 400;
}
.blog-preview-section .is-divider {
    display: none;
}
.blog-preview-section button {
    font-size: 16px!important;
    font-weight: 400;
    color:#71ABC9;
    min-height: 20px;
    margin-top:0px!important;
}
.blog-preview-section button::after{
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background-image: url(/wp-content/uploads/2022/08/Icon-ionic-ios-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    transform: rotate(-90deg);
}
@media only screen and (max-width: 850px) {
    .blog-preview-section .col.post-item {
        max-width:500px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .blog-preview-section h2 {
        margin-bottom: 30px;
    }
}
/*********************************************** CONTACT US SECTION   **************************************************/
.contact-us-section {
    margin-bottom: 50px;
    padding:50px 0px 65px!important;
}
.contact-us-section .col {
    padding-bottom: 10px!important;
}
.contact-us-section .row {
    display: flex;
    justify-content: space-between;
}
.contact-us-section h2 {
    font-size:35px;
    line-height: 35px;
}
.contact-us-section .col:first-child {
    margin-top: -20px;
    max-width: 320px;
}
.contact-us-section .col:not(:first-child) {
    max-width: 220px;
}
.contact-us-section .icon-inner svg {
    max-height: 25px;
}
.contact-us-section .col h3 {
    font-size: 22px;
}
.contact-us-section .col p,
.contact-us-section .col a {
    font-size:15px!important;
    margin: 0 !important
}
.contact-us-section .col a {
    margin: 0 !important
}
.contact-us-section .icon-box-text {
    padding-left: 10px!important;
}
@media only screen and (max-width: 1024px){
    .contact-us-section .col {
        max-width: 50%!important;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .contact-us-section .col .col-inner {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (max-width: 1024px) {
    .contact-us-section h2{
        font-size: 30px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 850px){
    .contact-us-section .col {
        max-width: 100%!important;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .contact-us-section .col .col-inner {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
    .contact-us-section {
        padding:0px 10px;
    }
    
}
/*********************************************** SHOWCASE HERO SECTION   **************************************************/
.showcase-top-bar-section {
    position: sticky;
    top: 70px;
    min-height: 40px;
    z-index: 20;
    background-color: white;
}
.showcase-top-bar-section .col,
.showcase-top-bar-section .col-inner{
    display: flex;
    align-items: center;
}
.showcase-top-bar-section .col:nth-child(2) .col-inner {
    justify-content: flex-end;
    gap: 20px;
    background-color: white!important;
}
.showcase-top-bar-section .col-inner p,
.showcase-top-bar-section .col-inner a {
    margin-bottom: 0px;
}
.productpage-hero-section {
    min-height: 80vh;
}
.productpage-hero-section .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.productpage-hero-section .button {
    margin-bottom: 10px;
}
.productpage-hero-section h1 {
    margin-bottom: 10px;
}
.productpage-hero-section h5{
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
@media only screen and (max-width: 1100px){
    .productpage-hero-section .section-bg{
        margin-left: 0px!important;
    }
    .productpage-hero-section .section-content > .row >.col{
        margin: 0 auto;
    }
    
}
/*********************************************** SHOWCASE VIDEO SECTION   **************************************************/

.showcase-video-section .section-content > p{
    position: sticky;
    top:100px;
    left: 0;
    max-width: 100vw;
    min-height: 100vh;
    margin-bottom: 0px!important;
    overflow-x: hidden;
}
.showcase-video-section .section-content > p video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.productpage-text-slider div {
    margin: 30vh auto 30vh 0;
    font-size: 60px;
    line-height: 60px;
    color:white;
    font-weight: 700;
    font-family: "Lexend", sans-serif;
}
.productpage-text-slider-2 div {
    position: relative;
    /* margin: 30vh auto 30vh 0!important; */
    font-size: 60px;
    line-height: 60px;
    color:black;
    font-weight: 700;
    font-family: "Lexend", sans-serif;
    text-align: center;
}
.textslider2-section {
    margin-bottom: -300vh!important;
}

@media only screen and (max-width: 850px){
    .productpage-text-slider div,
    .productpage-text-slider-2 div {
        color:black;
        font-size: 40px;
        line-height:45px;
    }
}
@media only screen and (max-width: 600px){
    .productpage-text-slider div,
    .productpage-text-slider-2 div {
        font-size: 30px;
        line-height:35px;
    }
}
@media only screen and (max-width: 500px){
    .productpage-text-slider div,
    .productpage-text-slider-2 div {
        font-size: 25px;
        line-height:30px;
    }
}
/*********************************************** SHOWCASE BLACK TEXT SECTION   **************************************************/
.showcase-cinewall-section {
    padding:100px 0px;
}
.showcase-cinewall-section .col{
    max-width: 320px!important;
}
.showcase-cinewall-section .col p{
    margin-bottom: 50px;
}
.showcase-cinewall-section .col-inner p{
    margin-bottom: 0px!important;
}
.zindexed {
    z-index: 2;
}
.showcase-cinewall-section .section-content > .row > .col{ 
    max-width: 400px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media only screen and (max-width: 750px) {
    .showcase-cinewall-section {
        padding:50px;
    }
}
@media only screen and (max-width: 500px) {
    .showcase-cinewall-section {
        padding:40px 10px!important;
    }
}
/*********************************************** SLIDING MOUNTED FIREPLACE SECTION  **************************************************/
.sliding-mounted-fireplace-section {
    overflow: hidden;
}
.sliding-mounted-fireplace-section .section-bg {
    height:40px;
    top:40%;
    width: 40%;
    left:18%;
    background-size: contain!important;
}
.sliding-mounted-fireplace {
    margin-right: 100px;
}

.fireplace-closeup-section img {
    border:5px solid transparent;
}
@media only screen and (max-width: 750px){
    .sliding-mounted-fireplace-section .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .sliding-mounted-fireplace-section .section-bg {
        top:auto;
        bottom: 25%;
        width: 70%;
    }
    .sliding-mounted-fireplace-section .col:nth-child(2) {
        max-width: 300px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .sliding-mounted-fireplace-section .col:nth-child(1) {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .sliding-mounted-fireplace-section {
        padding-top: 50px!important;
    }
}
/*********************************************** DEFAULT PRODUCT INFO   **************************************************/
.default-product-info-section .product-page-sections  > div > .row .large-2 {
    display: none;
}

.default-product-info-section .product-page-sections  > div:nth-child(2) > .row  .panel {
    padding: 0px!important;
}
.default-product-info-section .product-page-sections {
    display: flex;
}
.default-product-info-section .product-page-sections > div {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.default-product-info-section  .product-section {
    border-top: none;
}
.default-product-info-section .woocommerce-product-attributes {
    background-color: #F8F8FA;
}
.default-product-info-section .woocommerce-product-attributes th {
    font-weight: 600;
    text-transform: initial;
}
.default-product-info-section .woocommerce-product-attributes th ,
.default-product-info-section .woocommerce-product-attributes td {
    padding:5px 25px!important;
    border-bottom: 15px solid white;
}
.default-product-info-section h2 {
    font-size: 30px;
    line-height: 35px;
}
.default-product-info-section h3,
.default-product-info-section h4,
.default-product-info-section h5,
.default-product-info-section h6 {
    font-size: 25px;
    line-height:30px;
    font-weight: 400;
}
.default-product-info-section .product-page-sections  > div:nth-child(2) > .row  .large-2 h5 {
    text-transform: initial;
}
@media only screen and (max-width: 850px) {
    .default-product-info-section .section-content > .row .product-page-sections{
        display: flex;
        flex-direction: column;
    }
    .default-product-info-section .section-content > .row > .col .product-section{
        max-width: 550px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin:0 auto;
    }
}
/*********************************************** SHOWCASE 360   **************************************************/
.showcase-360 p {
    font-size: 25px;
    line-height: 30px;
    max-width: 400px;
}
.showcase-360 .col:nth-child(1) img {
    width: 150px;
}
.showcase-360 .col:nth-child(1) .col-inner {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
/* .showcase-360 .col:nth-child(2) img {
    transform: scale(2.5);
} */
.showcase-360 #jsv-holder {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
.showcase-360 .row {
    max-width: 1500px!important;
    margin: 0 auto;
}
.showcase-360 #jsv-holder:after{
    content:'';
    display: block;
    position: absolute;
    height:50px;
    width: 50px;
    bottom:100px;
    left:100px;
    background-image:url(/wp-content/uploads/2022/08/hands-drag.svg)!important;
    background-size: contain;
    background-repeat: no-repeat;
 }
 .showcase-360 #jsv-holder:hover:after{
     display: none;
 }
 .showcase-360 div[id^=notification__] {
     display: none!important;
 }
 @media only screen and (max-width: 850px){
    .showcase-360 .row {
        display: flex;
        flex-direction: column;
    }
    .showcase-360 .col {
        max-width: 100%;
        -ms-flex-preferred-size:  100%;
        flex-basis:  100%;
        padding-bottom: 0px!important;
    }
    .showcase-360 .col-inner {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .showcase-360 .col-inner h2 {
        text-align: center;
    }
    .showcase-360 .col-inner .img-inner {
        display: flex;
        justify-content: center;
    }
}
/*********************************************** SHOWCASE USP   **************************************************/
.showcase-usp {
    padding: 10vh;
    z-index: 2;
    padding:50px 0px;
}
.showcase-usp .row {
    display: flex;
    justify-content: space-between;
}
.showcase-usp .col {
    max-width: 270px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-bottom: 0px;
}
@media only screen and (max-width: 1250px){
    .showcase-usp .col {
        max-width: 250px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 750px){
    .showcase-usp .col {
        max-width: 250px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .showcase-usp .row {
        display: flex;
        justify-content: center;
    }
    .showcase-usp {
        padding:30px!important
    }
}
/*********************************************** GLASSFRONT SECTION   **************************************************/
.glass-slider-hashnav,
.glasfront-slider .owl-dots{
    position: absolute;
    display: flex;
    justify-content: center;
    max-width: 960px;
    width: 50%;
    right: 50%;
    transform:translateY(-75px);
    z-index: 2;
}
.glasfront-slider .owl-dots  {
    transform:translateY(-125px);
}
.glasfront-slider .owl-dots button span {
    height:20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    position: relative;
}
.glasfront-slider .owl-dots button.active span {
    border: 2px solid white;

}
.glasfront-slider .owl-dots button span:after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    height: 26px;
    width: 26px;
    border: 1px solid #71ABC9;
    border-radius: 50%;
    top: -5.5px;
    left: -5.3px;
    transition: opacity 400ms;
    will-change: opacity;
}
.glasfront-slider .owl-dots button.active span:after {
    opacity: 1;
}
.glasfront-slider .owl-dots button:nth-child(1) span {
    background-color:black;
    border: 2px solid black;
}
.glasfront-slider .owl-dots button:nth-child(2) span {
    background-color:white;
    border: 2px solid #DEDEDE;
}
.glasfront-slider .owl-dots button:nth-child(3) span {
    background-color:#DEDEDE;
    border: 2px solid #DEDEDE;
}

.glass-slider-hashnav,
.glass-slider-hashnav > * {
    background-color: transparent!important;
    color: rgba(0,0,0,0.2);
    border:none;
    font-size: 25px;
    padding:0px;
    line-height: 30px;
    transition: color 500ms;
    will-change: color;
    margin: 0px 5px!important;
    font-weight: 600!important;
    box-shadow: none!important;
    min-height: auto;
    margin-bottom: 0px;
}
.glass-slider-hashnav {
    line-height: 10px!important;
}
.glass-slider-hashnav a:hover {
    color: rgba(0,0,0,1)!;
}
.glass-slider-hashnav a.active{
    color:black!important
}
.glasfront-slider .col .col {
    height: 60vh;
}
.glasfront-slider .col .row {
    display: flex;
    justify-items: center;
    align-items: center!important;
    gap: 10px;
    flex-wrap: unset;
}

.glasfront-slider .col .col:before,
.glasfront-slider .col .col:after {
    display: none!important;
}
.glasfront-slider .col .col:nth-child(1) .col-inner{
    display: flex;
    align-items: center;
    padding:75px;
    background-color: #F8F8FA;
    height: 100%;
}
.glasfront-slider .graded-background.left-right  .col-inner {
    background: rgb(18,18,18);
    background: linear-gradient(90deg, rgba(37,38,40,1) 0%,  rgba(18,18,18,1) 100%);
}
.glasfront-slider .graded-background.left-right {
    background: transparent!important;
}
.glasfront-slider .glasfront-carousel {
    padding:0px!important
}
.glasfront-slider .col .col:nth-child(2) .col-inner {
    padding:0px;
    height: 100%;
}
.glasfront-slider .col:nth-child(2) img {
    transform: translate(75px, 75px);
    max-height: 60vh;
    object-position: left;
}
.glasfront-slider .row {
    margin:0px!important;
}
.glasfront-slider > .row > .col {
    margin-left: 0;
}
@media only screen and (max-width: 750px){
    .glasfront-slider .col .col:nth-child(2) {
        display: none;
    }
    .glasfront-slider .col .col:nth-child(1) {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .glass-slider-hashnav, 
    .glasfront-slider .owl-dots {
        width: 100%;
        right: auto;
    }
    .glasfront-slider .col .col:nth-child(1) .col-inner {
        padding:25px;
    }
    .glasfront-slider .col .col{
        height:50vh
    }
}

/*********************************************** TOOLTIP   **************************************************/
.info-button-section p {
    margin-bottom: 5px!important;
}
.info-button-section h3:not(:nth-child(1)) {
    margin-top: 25px;
}
.info-button-container + p + p {
    margin-left: 30px;
}
.info-button {
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #71ABC9;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    font-size: 12px;
    padding: 0px 7px 0px 8.5px;
    line-height: 20px;
    z-index: 2;
}

.info-button-popup {
    position: absolute;
    background-color: #F8F8FA;
    padding: 25px;
    min-width: 250px;
    opacity: 0;
    transition: opacity 400ms ;
    will-change: opacity;
}
.info-button-container.active  .info-button-popup{
    opacity: 1;
    z-index: 3;
}
.info-button-container:not(.active)  .info-button-popup{
    user-select: none;
    pointer-events: none;
}
@media only screen and (max-width: 500px){
    .info-button-popup h3 {
        font-size: 17px!important;
        line-height: 20px!important;
    }
    .info-button-popup  {
        font-size: 14px;
        line-height: 18px;
    }
}
/*********************************************** PRODUCT INFORMATION SECTION **************************************************/

.details-section .section-content,
.details-title-section .section-content{
    max-width: 1500px;
    margin: 0 auto;
}
.details-title-section .section-content{
    max-width: 1500px!important;
}
.details-title-section{
    padding: 100px 0px 0px!important;
}
.details-title-section h2 {
    margin-bottom: 0px!important;
}
.details-section .section-content{
    padding:0px 50px;
}
.details-title-section .section-content {
    padding:0px 60px;
}
.details-section {
    overflow: hidden;
}
.details-section .owl-item {
    max-width: 300px;
}
.details-section .owl-nav {
    display: block!important;
    position: absolute;
    width: 100%;
    top:30%;
    width: 105%;
    left: -2.5%;
}
.details-section .owl-nav button {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #F8F8FA!important;
    background-image: url(/wp-content/uploads/2022/08/Icon-ionic-ios-arrow-forward.svg)!important;
    background-size: 6px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    margin:0!important;
    border-radius:50%;
    min-height: auto!important;
    transition: background-color 500ms;
    will-change: background-color;
}
.details-section .owl-nav button:hover {
    background-color: #71ABC9!important;
}
.details-section .owl-nav button span {
    display: none;
}
.details-section .owl-nav button.owl-next {
    transform: rotate(180deg);
    right:20px;
} 
.details-section .owl-nav {
    display: block!important;
}
.details-section .owl-nav .owl-prev{
    left:20px;
}

@media only screen and (max-width: 1250px){
    .details-section p {
        font-size: 14px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 850px){
    .details-title-section{
        padding: 75px 0px 0px!important;
    }
}
/*********************************************** PRODUCT INFORMATION SECTION **************************************************/
.product-information-section h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}
.product-information-section .col {
    padding-bottom: 0px!important;
}
.product-information-section strong {
    font-weight: 500;
}
.product-information-section table td {
    font-size: 17px;
    background-color: #F8F8FA;
    border-bottom: 10px solid white;
    font-family: 'lexend-medium' !important;
}
.product-information-section table td:nth-child(2){
    color: black;
    min-width: 200px;
    padding-left:15px;
    font-family: 'lexend-medium' !important;

}

.product-information-section table td:nth-child(1){
    padding:0.5em 0px 0.5em 10px;
    min-width: 25px;
}
.product-information-section table td:nth-child(1) > .info-button-container {
    margin-top: -10px;
}
@media only screen and (max-width: 1024px){
    .product-information-section .row {
        display: flex;
        flex-direction: column;
    }
    .product-information-section .row .col {
        max-width: 550px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 auto 50px;
    }
    .product-information-section .row .col:nth-child(2){
        margin-bottom: 0px;
    }
    .product-information-section .row .col:nth-child(1){
        padding-left:25px
    }
}
@media only screen and (max-width: 1000px) {
    .product-information-section table td:nth-child(2){
        min-width: 150px;
    }
}
/*********************************************** FOOTER FAQ SECTION **************************************************/
.footer-faq-section {
    padding-top: 100px!important;
}
.footer-faq-section h2 {
    margin-bottom: 100px;
}
.footer-faq-section .accordion .toggle,
.support-faq-section .accordion .toggle {
    left: auto;
    right: 0;
}
.footer-faq-section .accordion-title,
.support-faq-section .accordion-title{
    background-color: #F8F8FA;
    padding:15px 30px;
    border-top: 0px;
}
.footer-faq-section .accordion-title.active,
.support-faq-section .accordion-title.active {
    font-weight: 400;
    color:black;
}
.footer-faq-section .accordion-title.active + div,
.support-faq-section .accordion-title.active + div {
    padding-top: 50px;
    max-width: 1000px;
}
.footer-faq-section .accordion-item,
.support-faq-section .accordion-item {
    margin-bottom: 15px;
}
.footer-faq-section .accordion-title .toggle,
.support-faq-section .accordion-title .toggle {
    transform: rotate(-90deg);
    color:#71ABC9;
    opacity: 1;
}
.footer-faq-section .accordion-title .icon-angle-down:before,
.support-faq-section .accordion-title .icon-angle-down:before {
    font-size: 18px;
}
.footer-faq-section .accordion-title.active .toggle,
.support-faq-section .accordion-title.active .toggle {
    transform: rotate(0deg)!important;
}
@media only screen and (max-width: 1024px){
    .footer-faq-section {
        padding-top: 75px!important;
    }
}
@media only screen and (max-width: 850px){
    .footer-faq-section {
        padding-top: 50px!important;
    }
    .footer-faq-section h2 {
        margin-bottom: 25px;
    }
}
/*********************************************** MINI CART **************************************************/
.mfp-content.off-canvas-cart {
    background-color: black;
    width: 300px;
}
.mfp-content.off-canvas-cart .cart-popup-inner {
    padding: 50px 20px;
}
ul.product_list_widget li+li {
    border-top:none
}
.mfp-content.off-canvas-cart a,
.mfp-content.off-canvas-cart bdi,
.mfp-content.off-canvas-cart h4,
.mfp-content.off-canvas-cart strong,
.mfp-content.off-canvas-cart span {
    color: white;
}
.woocommerce-mini-cart__buttons a {
    border-radius: 50px;
}
.woocommerce-mini-cart__total  {
    border: none!important;
}

/*********************************************** CHECKOUT PAGE **************************************************/
.page-checkout {
    margin-bottom: 100px;
}
.page-checkout .woocommerce.row {
    display: flex;
    justify-content: center;
}
.page-checkout .woocommerce.row > .col{
    background-color: #F8F8FA;
    padding:50px 30px;
    max-width: calc(50% - 16px);
    -ms-flex-preferred-size: calc(50% - 16px);
    flex-basis: calc(50% - 16px);
    margin:8px
}
.cart-collaterals {
    border:none!important;
    max-width: 400px!important;
}
.page-checkout .button {
    border-radius: 50px;
}
.page-checkout  .quantity.buttons_added  {
    display: none;
}
.quantity.buttons_added input{
    height:30px;
    line-height: 30px;
    padding:0px 10px!important
}
.page-template-page-checkout .cart-container,
.page-template-page-checkout #main > div {
    background-color: #F8F8FA;
    max-width: 1250px;
    margin:0 auto;
}
.page-template-page-checkout .checkout {
    padding:0px 20px;
}
.page-template-page-checkout .checkout .product-name {
    color:black;
}
.woocommerce-billing-fields {
    padding-top: 0px;
    border-top:0px;
}
/*********************************************** SINGLE PRODUCT PAGE **************************************************/
/*********************************************** VARIATION SWATCHES **************************************************/
.variable-items-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.variable-items-wrapper.image-variable-items-wrapper li {
    max-width: 257px;
    -ms-flex-preferred-size: calc(50% - 16px);
    flex-basis: calc(50% - 16px);
   height:auto!important; 
}
/* .variable-items-wrapper.image-variable-items-wrapper li img {
    width: 257px!important;
    height: 78px!important;
} */
.variable-items-wrapper.color-variable-items-wrapper {
    max-width: 555px;
}
.variable-items-wrapper.color-variable-items-wrapper li {
    max-width: calc(33% - 16px);
    -ms-flex-preferred-size: calc(33% - 16px);
    flex-basis: calc(33% - 16px);
    height: 85px!important;
}
.variable-items-wrapper li {
    border:2px solid transparent!important;
    border-radius: 0px!important;
    transition: border 500ms;
    will-change: border;
    margin:0px!important;
    padding:0px!important;
    box-shadow: none!important;
    border-radius: 0px!important;
    background-color: #F8F8FA!important;
}
.variable-items-wrapper li:hover,
.variable-items-wrapper li[aria-checked=true] {
    border:2px solid rgba(113,171,201,0.5)!important
}
.variable-items-wrapper li .variable-item-contents:before{
    display: none!important;
}
.variable-items-wrapper.color-variable-items-wrapper li .variable-item-contents{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
.variable-items-wrapper.color-variable-items-wrapper li span {
    height:26px!important;
    width: 26px!important;
    border-radius: 50%!important;
    margin-bottom: 5px;
}
.variable-items-wrapper.color-variable-items-wrapper li:nth-child(1) .variable-item-contents::after {
    content:'Black';
}
.variable-items-wrapper.color-variable-items-wrapper li:nth-child(2) .variable-item-contents::after{
    content:'White';
}
.variable-items-wrapper.color-variable-items-wrapper li:nth-child(3) .variable-item-contents::after{
    content:'Mirror';
}
.single_add_to_cart_button {
    margin-bottom: 25px;
}
@media only screen and (max-width: 350px) {
    .variable-items-wrapper.image-variable-items-wrapper li {
        -ms-flex-preferred-size: calc(50% - 4px);
        flex-basis: calc(50% - 4px);
        margin:2px!important;
    }
    
}
/*********************************************** SINGLE PRODUCT PAGE **************************************************/
.woocommerce-product-gallery__wrapper {
    display: flex!important;
    min-height: 40vh;
}
.woocommerce-product-gallery__wrapper .flickity-viewport {
    margin: auto;
}
.product-page-hero-section {
    margin-top: 50px;
}
.product-page-hero-section .row > .col.product-selection-col {
    max-width: 580px;
}
.product-page-hero-section .usp-bar-below {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}
.product-page-hero-section .usp-bar-below p {
    text-align: center;
}
.woocommerce-variation-add-to-cart {
    background-color: #F8F8FA;
    padding: 40px 35px 25px;
    margin-top: 50px;
}
.product-page-hero-section .woocommerce-Price-amount bdi {
    font-size: 25px;
    line-height: 28px;
    font-weight: 400!important;
}
.product-page-hero-section .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.product-page-hero-section .woocommerce-price-suffix {
    display: none;
}
.product-thumbnails .flickity-slider .col {
    max-width: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 125px;
    transition: transform 500ms;
    will-change: transform;
}
.product-thumbnails .flickity-slider .col:hover {
    transform: scale(1.5);
}
.product-thumbnails .flickity-viewport {
    overflow: visible!important;
}
.woocommerce-variation-add-to-cart.variations_button> div{
    transition: opacity 500ms;
    will-change: opacity;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled > div{
    opacity: 0.3;
}
.woocommerce-variation-add-to-cart .add-to-cart-bottom li {
    list-style: none;
    position: relative;
    margin-left:25px;
}
.woocommerce-variation-add-to-cart .add-to-cart-bottom li:before {
    content:'';
    display: block;
    position: absolute;
    left:-20px;
    top:6px;
    height:12px;
    width: 16px;
    background-image: url(/wp-content/uploads/2022/08/Icon-ionic-md-checkmark.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.single_add_to_cart_button {
    width: 100%;
    border-radius: 100px;
}
.product-page-hero-section .row .col.product-selection-col tbody tr:first-child .label{
    display: none;
}
.product-page-hero-section .row .col.product-selection-col .col-inner > p:first-of-type{
    margin-bottom: 0px;
}

.product-page-hero-section .row .col.product-selection-col .col-inner > p:first-of-type {
    font-size: 17px;
    font-weight: bolder;
}
.product-page-hero-section .row .col.product-selection-col .col-inner a {
    color:#71ABC9;
    text-decoration: underline;
}
.product-page-hero-section .row .col.product-selection-col .col-inner  h1 {
    margin-bottom: 0px;
    line-height: 55px;
}
.product-page-hero-section .row > .col.gallery-column {
    padding: 25px 150px 25px 50px;
}
.product-page-hero-section .row .col.product-selection-col .col-inner > h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px!important;
}
.product-page-hero-section .quantity {
    display: none!important;
}
.product-page-hero-section .add-to-cart-topper div:nth-child(2) {
    margin-bottom: 10px;
}
.variations .reset_variations {
    bottom:-20px;
}
@media only screen and (max-width: 850px) {
    .product-page-hero-section .section-content > .row  {
        display: flex;
        flex-direction: column;
    }
    .product-page-hero-section .section-content > .row > .col {
        max-width: 550px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 auto;
        padding:25px;
    }
    .woocommerce-variation-add-to-cart {
        padding: 30px 25px;
    }
}
/*********************************************** MODEL COMPARE SECTION **************************************************/
.model-compare-section {
    padding:10px 0px!important
}
.model-compare-section h3 {
    font-size: 2.7vmax;
    line-height: 3.7vmax;
    font-family: 'lexend-bold' !important;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.model-compare-section p{
    font-family: 'lexend-medium' !important;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px!important;
}
.model-compare-section p strong{
    font-family: 'lexend-regular' !important;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px!important;
}
.model-compare-section strong {
    font-weight: 400!important;
    color:#71ABC9;
}
.model-compare-section .section-content > .row >  .col{
    background-color: #F8F8FA;
    margin: 5px;
    max-width: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    padding:75px 50px!important
}
.model-compare-section .section-content > .row >  .col .col {
    padding: 0px!important;
}
.model-compare-section .flickity-button {
    display: none;
}
.model-compare-section .flickity-page-dots li {
    height:26px;
    width: 26px;
    border:1px solid transparent;
    opacity: 1;
}
.model-compare-section .flickity-page-dots {
    bottom: -30px;
}
.toronto-col .flickity-page-dots li:nth-child(1) {
    background-color: black!important;
    border:1px solid black;
}
.toronto-col .flickity-page-dots li:nth-child(2) {
    background-color: white!important;
    border:1px solid #E6E6E6;
}
.toronto-col .flickity-page-dots li:nth-child(3)  {
    background-color: #E6E6E6!important;
    border:1px solid #E6E6E6;
}
.vancouver-col  .flickity-page-dots li:nth-child(1) {
    background-color: black!important;
    border:1px solid black;
}
.vancouver-col .flickity-page-dots li:nth-child(2) {
    background-color: white!important;
    border:1px solid white;
}
@media only screen and (max-width: 850px) {
    .model-compare-section .section-content > .row  {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .model-compare-section .section-content > .row > .col {
        max-width: 550px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 auto;
    }
	.model-compare-section h3{
		font-size:30px;
		line-height:35px;
	}
}
/*********************************************** ACCESORIES HERO SECTION **************************************************/
.attachment-products-section {
    padding-bottom: 150px!important;
}
.accesories-hero-section h1 {
    margin-bottom: 10px;
}
.accesories-hero-section p {
    font-size: 25px;
    line-height: 30px;
}
.accesories-hero-section img {
    max-height: 400px;
    object-fit: contain;
}
.accesories-hero-section  .col {
    padding-bottom: 0px!important;
    padding-top: 50px;
}
.attachment-products-section h2{
    margin-top: 50px;
}
.attachment-products-section .box-image,
.attachment-products-section .flickity-viewport  {
    overflow:visible;
}
.attachment-products-section .remote-col img {
    max-height: 360px!important;
    object-fit: contain;
}
.attachment-products-section img {
    transform-origin: center;
    transition: all 500ms;
    will-change: tranform;
}
.attachment-products-section img:hover {
    transform: scale(1.2);
}
.attachment-products-section .flickity-slider .col:not(.is-selected) {
    display: none;
}
.attachment-products-section .glass-front-col img {
    max-height: 360px;
    object-fit: contain;
    transform: translateX(10%)!important;
}
html body .attachment-products-section .glass-front-col img:hover {
    transform: scale(1.1) translateX(10%)!important;
}
.attachment-products-section  .section-content > .row:nth-child(2) > .col {
    display: flex;
    background-color: #F8F8FA;
    margin:5px;
    padding:0px;
    overflow: hidden;
}
.attachment-products-section  .section-content > .row:nth-child(2) > .col:nth-child(1){
    max-width: calc(33.3333333% - 10px);
    -ms-flex-preferred-size: calc(33.3333333% - 10px);
    flex-basis:calc(33.3333333% - 10px);
}
.attachment-products-section  .section-content > .row:nth-child(2) > .col:nth-child(2){
    max-width: calc(66.6666666667% - 10px);
    -ms-flex-preferred-size: calc(66.6666666667% - 10px);
    flex-basis:calc(66.6666666667% - 10px);
}
.attachment-products-section  .section-content > .row:nth-child(2) > .col > .col-inner {
    padding:50px 0px;
    margin-top: auto;
}
.attachment-products-section  .section-content > .row:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: stretch!important;
}
@media only screen and (max-width: 1024px) {
    .attachment-products-section {
        padding-bottom: 75px!important;
    }
}
@media only screen and (max-width: 550px) {
    .accesories-hero-section img {
        max-height: 250px;
    }
    .accesories-hero-section .col-inner{
        text-align: center;
    }
    .attachment-products-section .section-content > .row {
        display: flex;
        flex-direction: column;    
    }
    .attachment-products-section .section-content > .row > .col {
        max-width: 100%!important;
        -ms-flex-preferred-size: 100%!important;
        flex-basis: 100%!important;
    }
    .attachment-products-section .section-content > .row > .col img {
        max-height: 250px!important;
    }
    .attachment-products-section {
        padding-bottom: 50px!important;
    }
}
/*********************************************** SUPPORT PAGE **************************************************/
.support-usp-section {
    padding:75px 25px!important
}
.support-usp-section .row  .col-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
}
.support-usp-section .icon-box-text {
    text-align: center;
    line-height: 18px!important;
}

.support-usp-section svg {
    max-height: 30px;
    max-width: 30px;
}
.support-usp-section .icon-inner{
    display: flex;
    justify-content: center;
}
.support-usp-section .icon-box-img {
    width: 100%!important;
}
.support-text-section h3{
    font-size: 35px;
    line-height: 40px;
    margin-top: 50px;
}
.support-text-section a {
    color:#71ABC9;
    margin-bottom: 50px!important;
}
.support-text-section p{
    margin-bottom: 5px;
}
.support-text-section a:after {
    content:'';
    display: inline-block;
    height:4px;
    width: 8px;
    margin: 3px 4px;
    background-image:url(/wp-content/uploads/2022/08/Icon-ionic-ios-arrow-down.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.support-text-section  p img {
    margin-bottom: 0px!important;
    max-height: 55px;
    object-fit: contain;
    margin-right: 10px;
}
.support-faq-section h2 {
    margin-bottom: 50px!important;
}
.support-faq-section h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    margin-left:20px;
}
@media only screen and (max-width: 850px) {
    .support-usp-section {
        padding:50px 25px!important
    }
    .support-usp-section .row  .col-inner > a{
        max-width: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
    .support-text-section h3 {
        font-size: 25px;
        line-height: 30px;
    }
}
/*********************************************** FOOTER **************************************************/
#footer .footer-1 {
    padding:100px 0px;
}
#footer .textwidget a,
#footer li a {
    color:white;
    transition: color 400ms;
    will-change: color;
}
#footer .textwidget a:hover {
    color:#71abc9;
}
#footer .widget-title ,
#footer li a,
#footer p {
    color:white;
}
#footer li a:hover {
    color:#71abc9;
}
#footer .widget-title{
    font-size: 20px;
    font-weight: 700;
}
#footer .is-divider {
    margin:2px 0px;
}
#footer li  {
    border-top: none ;
}
#footer li a,
#footer li p {
    font-weight: 400;
    font-size: 15px;
    padding:0px;
}
.footer-2 img {
    max-height: 20px;
    width:auto;
    margin:0px 10px!important;
}
.footer-2 #custom_html-2 p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}
.footer-2 #custom_html-3 {
    display: flex;
    justify-content: flex-end;
}
.footer-2 #custom_html-3 div a {
    padding:0px 7px;
    border-right: 1px solid white;
    font-size: 15px;
    line-height: 15px;
}
.footer-2 #custom_html-3 div a:nth-child(4){
    border-right: none;
    text-decoration: underline;
}
.footer-2 .row > div {
    margin-bottom: 0px;
}
.footer-2 .row #text-3 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.footer-2 .row #custom_html-2 {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.footer-2 .row #custom_html-3 {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.footer-2 {
    padding:26px 0px;
}
@media only screen and (max-width: 1200px) {
    .footer-2 .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-2 .row p {
        text-align: center;
    }
    .footer-2 .row > div {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .footer-2 #custom_html-3 {
        display: flex;
        justify-content: center
    }
}
@media only screen and (max-width: 850px){
    #footer .footer-1 .row {
        display: flex;
    }
    #footer .footer-1 .row > div{
        max-width: 50%!important;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    #footer .footer-1 {
        padding:75px 10px;
    }

}
@media only screen and (max-width: 500px){
    #footer .footer-1 .row > div{
        max-width: 250px!important;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 25px auto;
    }
    #footer .footer-1 {
        padding:50px 10px 20px;
    }
}
/*********************************************** ABOUT HERO SECTION **************************************************/
.about-hero-section {
padding:150px 0px!important;
}
.about-hero-section .section-bg{
    width: 38%;
    right: 0;
    left: auto;
    height: 70%;
    top:15%;
}
.certified-usp-section h2 {
    margin-bottom: 50px;
}
.certified-usp-section .icon-row .col-inner p {
    display: flex;
    justify-content: space-between;
}
.certified-usp-section .icon-row .col-inner p  img {
    max-height: 120px;
    object-fit: contain;
}
.background-bottom-section .section-bg {
    width: 60%;
    height:90%;
    left:0;
    right:auto;
    bottom:0px;
    top:auto;
}
.contact-page-section .col:nth-child(2) {
    background-color: #F8F8FA;
    padding:50px
}
@media only screen and (max-width: 750px) {
    .about-hero-section .section-bg,
    .background-switch .section-bg {
        position: relative;
        height:30vh;
        width: 100%;
    }
    .about-hero-section,
    .background-switch  {
        display: flex;
        flex-direction: column-reverse;
        padding: 50px 0 0!important;
    }
    .about-hero-section .col,
    .background-switch .col {
        max-width: 420px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 auto;
    }
    .certified-usp-section .icon-row .col-inner p  img {
        max-height: 75px;
    }
}
/*********************************************** WHY NYBRANN SECTION **************************************************/
.why-nybrann-section {
    padding-top: 100px!important;
}
.why-nybrann-section h2 {
    margin-bottom: 75px;
}
.why-nybrann-section .row:nth-child(2) .col {
    max-width: 300px!important;
}
.why-nybrann-section .row {
    justify-content: space-between;
}
/********************************** ARCHIVE PAGE   ************************************/
.archive .product-small img {
    max-height: 250px;
    object-fit: contain;
}
.product-template-default .woocommerce-product-gallery__image  {
    max-height: 60vh;
    object-fit: contain;
}
/********************************** MONKEY FOOTER   ************************************/
#footer .absolute-footer {
    display: none!important;
}
#footer .absolute-footer .footer-primary,
#footer .absolute-footer .footer-primary .copyright-footer{
	width:100%;
}
#footer .absolute-footer {
    display: flex;
    align-items: center;
    background-color: black;
    padding:20px 0px;
}
#footer .absolute-footer .footer-primary .copyright-footer {
	display:flex;
	justify-content:flex-end;
}
#footer .absolute-footer .footer-primary .copyright-footer p{
	margin-bottom:0px;
}

/********************** GFORM FORMULIER ***********************/
.gform_footer #gform_submit_button_1{
    border-radius: 30px;
    padding:0px 10px!important;
    float:right;
}
.gform_footer.top_label {
    padding:0px!important;
}
input,
select {
	padding: 10px 15px !important;
}
.woocommerce select {
	padding:0 10px!important;
}

					/*kleine velden*/
input[type=text],input[type=tel] {
    border: none !important;
    border-radius: 0 !important;
    border: 1px solid #dadadab0 !important;
    background-color: white !important;
    line-height: 24px !important;
}
					/*selectie kleine velden*/
input[type=text]:focus,input[type=tel]:focus {
    border: 1px solid #71abc9 !important;
	box-shadow: none !important;
}
					/*bericht*/
textarea {
    border: none;
    border-radius: 0px!important;
    border: 1px solid #dadadab0 !important;
    background-color: white !important;
    margin-top: 10px !important;
}
					/*selectie bericht*/
 textarea:focus {
    border: 1px #CBCBCB 71abc9 !important;
	box-shadow: none !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0 !important;
}
/******************** VALIDATIE **************************/

					/* VALID */

/* border van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        border: 1px solid #56c92a !important;
        position: relative;
    }

/* checkmark van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        background-image: url("/wp-content/uploads/2022/01/checkmark.svg")!important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }
/* border van bericht validatie */
    .gform_wrapper textarea.valid, 
	.woocommerce-input-wrapper textarea.valid{
        border: 1px solid #56c92a !important;
        position: relative;
    }
/* checkmark van bericht validatie */
    .gform_wrapper textarea.valid,
    .woocommerce-input-wrapper textarea.valid{
        background-image: url("/wp-content/uploads/2022/01/checkmark.svg")!important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }


					/* ERROR */
/* border van kleine velden error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        border: 1px solid #EE2B2B !important;
    }
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.errror {
		color: #cf361f!important;	
	}
/* kruisje van bericht error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        background-image: url("/wp-content/uploads/2022/01/cross.svg")!important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }
/* border van tekstveld error */
	.gform_wrapper textarea.error,
	.woocommerce-input-wrapper  textarea.error{
	    border: 1px solid #EE2B2B !important;
        position: relative;
}
/* checkmark van bericht validatie */
    .gform_wrapper textarea.error,
	.woocommerce-input-wrapper textarea.error {
        background-image: url("/wp-content/uploads/2022/01/cross.svg")!important;
        background-size: 15px!important;
        background-position: right!important;
        background-position-x: 98%!important;
        background-repeat: no-repeat!important;
    }
/*************** FLATSOME NOTICE DASHBOARD  ***************/
#flatsome-notice {
	display:none!important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}