/*
CSS JORGE
*/

/*
REMOVE BY ROOM ARCHIVE
*/
.post-type-archive-room-by-room .menu-shop-the-look-menu-container,
.post-type-archive-room-by-room .page-header,
.post-type-archive-room-by-room article{display: none;}

.page-id-14311  .elementor-post__text{text-transform: uppercase;background: #fff;width: 90%!important;padding: 20px 20px 0;margin-top: -60px;z-index: 1;position: relative;}
.page-id-14311 .column-height {min-height: 500px;max-height: 500px;}   
.custom .main-navigation .main-nav ul li.copper a{color: #03f70c;font-weight:600;}
.custom .main-navigation .main-nav ul li.red a,
.custom #menu-categories-menu li.red a{color: #f30000;font-weight:600;}
.max-width{max-width: 960px; margin: 0 auto;padding: 0 20px;}
@media screen and (max-width: 767px){
  /*
  .page-id-14311 .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {display: block;}
  .page-id-14311 .elementor .elementor-html5-video {display: block;}
  */
  .elementor-element-0b859ce .elementor-button span {padding: auto 3px;}
  .two-columns .elementor-column, 
  .page-id-14311 .neo-products-col {width: 50%;}
  .page-id-14311 .logos-col {width: 50%;}
  .page-id-14311 .column-height {min-height:200px; max-height:200px;} 
  .page-id-14311 .elementor-grid-tablet-2 .elementor-grid {grid-template-columns: repeat(2,1fr);}
  .elementor-14311 .elementor-element.elementor-element-5708ae17 .elementor-post__title,
  .elementor-14311 .elementor-element.elementor-element-5708ae17 .elementor-post__title a {font-size: 12px}
  .page-id-14311 .elementor-post__text {padding: 5px 5px 0;}
}

@media screen and (min-device-width: 768px) and (max-device-width: 820px){
.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 50%;
}
}

/*TRADE BT*/
.custom .elementor-button.black{background-color: #000; color: #fff;}
.custom .elementor-button.black:hover{background-color: #03f70c; color: #000;}

.modal-dialog {max-width: 730px;}
.wrap-modal-slider {padding: 0 30px;opacity: 0;transition: all 0.3s;}
.wrap-modal-slider.open {opacity: 1;}
.slick-prev:before, .slick-next:before {color: #111111;}



.custom-max-width{max-width: 1024px;margin: 0 auto;}
/*HEATHER*/
.site-header {z-index: 900;}
/*MENU*/
.inside-header {padding: 0 40px;}
.nav-float-right #site-navigation {margin-left: 5%;width: 100%;}
.nav-float-right .navigation-stick .navigation-branding {margin-right:2%;}
.nav-float-right .main-navigation.has-branding:not(.mobile-header-navigation) .menu-bar-items,
.nav-float-right .main-navigation.has-sticky-branding.navigation-stick:not(.mobile-header-navigation) .menu-bar-items {margin-left: auto;}
.menu-bar-items{float: right;}
.main-navigation .main-nav li.green-menu a,
.custom li.green-menu a{color:#03f70c; font-weight: 600; }
#menu-shop-page-sidebar li.green-menu a{    display: block;
  margin-bottom: 3px;}

/*TOP BAR
@media(min-width: 769px) {
    .inside-top-bar {
        display: flex;
        width: 100%;
        box-shadow: border-box;
    }
    .top-bar .inside-top-bar .widget:nth-child(2) {
        margin-left: auto;
        margin-right: auto;
    }
}*/

/*
.inside-wc-product-image {
    background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(237,237,237,1) 90%)!important;
}
*/
/*
.woocommerce ul.products li.product a .wc-product-image img,
.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img{background: linear-gradient(145deg, rgba(245,243,239,1) 0%, rgba(225,224,220,1) 100%);}
*/
.woocommerce ul.products li.product a .wc-product-image img,
.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img{background: #fff;}


/*.woocommerce ul.products li.product a img:hover {    mix-blend-mode: unset;}*/


/*

.overlay {
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  transition: top 0ms ease-in-out 300ms;
  visibility: hidden;
  z-index: 9999;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  top: 0vh;
}

.overlay:target .popup {
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}

.overlay .popup {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  width:640px;
  padding: 30px 20px 20px;
  background: #eee;
  opacity: 0.5;
}




.overlay .popup .content {
  max-height: 80%;
  overflow: auto;
}

.overlay .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #111111;
  text-decoration: none;
}
.overlay .close:hover {
  color: #656565;
}

@media screen and (max-width: 700px){
 
  .popup {
    width: 90%;
  }
}

*/

/*
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}


.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333; z-index: 1;
}
.popup .close:hover {
  color: #111111;
}
.popup .content {
  max-height: 70%;
  overflow: auto;
}

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

  .popup{
    width: 90%;
  }
}

*/


.frm_style_formidable-style.with_frm_style .frm_error_style{display: none;}

/*INFINE SCROLL*/
.custom .yith-infs-button-wrapper{
text-align: center;
margin-bottom: 10px;
display: block;
margin: 30px auto 30px;
width: 100%;}
.search-results .yith-infs-button-wrapper{display:none;}
.woocommerce .masonry-load-more{display: none;}

/*SINGLE PRODUCT*/
/*.custom .woocommerce-variation-add-to-cart-disabled{display: none;}*/
.single-product.custom.woocommerce .woocommerce-breadcrumb {text-transform: none;text-align: left;font-size: 0.60em;margin: 0 0 15px;}
.custom .add-to-cart-panel {max-width: 100%;border-bottom: 1px solid #ccc;border-top: 1px solid #ededed;}
.iconic-woothumbs-all-images-wrap,
#container.wc360-container {margin-right: 4%;}
.iconic-woothumbs-zoom-next,
.iconic-woothumbs-zoom-prev {z-index: 1;}
.iconic-woothumbs-fullscreen { z-index: 1;}
.product-inquiry-bt {color: #fff;background: #000; width: 100%;padding: 10px;text-transform: uppercase;margin-bottom: 15px;display: inline-block;text-align: center;}

.button-360 {background: transparent;padding: 10px;width:75px;display: block;position: absolute;right: 0;z-index: 1;}
.top-product-info{ display: inline-flex; justify-content: space-between;text-transform: uppercase;font-weight: 500;font-size: 95%;height:25px;}
.top-product-info .left a{color: #484848;}
.virtual .top-product-info,
.virtual p.stock{display: none;}
.wishlist-heart{float: right;position: relative;z-index:1;right: 30px;top: 5px;}
.custom-info {margin: 25px 0;}
.custom-info-item-title{width: 30%;display: inline-block; float:left;text-transform: uppercase;font-weight: 500;letter-spacing: 1px;}
.custom-info-item-desc{ width:70%; display: inline-block;}
.custumize::before{font-family: "eicons";content: "\e89a";margin-right: 10px;}
.sample::before{font-family: "eicons";content: "\e8ac";margin-right: 10px;}
.download::before{content: "\e829";}
.download-tearsheet::before{font-family: "eicons";content: "\e888";margin-right: 10px;}

.hide,
.onbackorder p.stock {display: none;}
.onbackorder p.stock.available-on-backorder {display: block;}
.woocommerce div.product form.cart .variations th {vertical-align: middle;}

/*.print-pdf{ font-family: arial; }*/
/*.stock { display:none; }*/

ul.footer-blocks{display: grid;grid-gap: 20px;margin: 0;grid-template-columns: repeat(3,minmax(0,1fr));list-style: none outside; max-width: 1440px; margin: 0 auto;}
ul.footer-blocks li {width: auto;margin-left: 0;margin-right: 0;margin-bottom: 0;display: block;flex-direction: column;}
ul.footer-blocks li img{ width: 100% }

.why-full-block{background:#efefef; text-align: center;padding: 40px 0;}
.why-full-block a {text-decoration: underline; text-underline-position: under;}
ul.why-block{display: grid;grid-gap:40px;margin: 0;grid-template-columns: repeat(3,minmax(0,1fr));list-style: none outside; margin: 0 auto; padding-top: 30px;}
li.why-col{ width: auto;display: block;flex-direction: column;text-align: center;}


/*REVIEW ORDER*/
.custom.woocommerce-order-pay #order_review {width: 100%;float: none;}

/*SHOP LOOP*/
.woocommerce ul.products li.product {display: block;}
.woocommerce ul.products li.product .woocommerce-loop-product__title {clear: both;}
.woocommerce ul.products li.product a.button-360 {width: 55px;}
.iradio_minimal-grey {background-position: -60px 0!important;}
.iradio_minimal-grey.checked {background-position: -40px 0!important;}
.woof_radio_term_reset_visible {position: absolute;left: 0;opacity: 0;}
.woocommerce .widget-woof{ padding: 0;}
.custom.woocommerce .wpf_item input[type="checkbox"] {border-radius: 0px;}
.custom .woocommerce-products-header {border: 0; text-align: center; margin: 0 0 10px 0;}
.custom .woocommerce-products-header__title.page-title{text-transform: uppercase;font-size: 48px;letter-spacing: .1em;font-family: 'Montserrat', serif;line-height: 1em; margin-bottom:0;}
.custom.woocommerce .woocommerce-breadcrumb {text-transform: uppercase;text-align: center;}
.shop-archive-intro p{text-align: center;max-width: 80%;margin:20px auto 40px;}
.woocommerce .term-description{}
.woocommerce .term-description h2{font-size: 30px;margin-bottom: 10px;text-transform: uppercase;}
.woocommerce .term-description{}

/*******
E B O O K S   P A G E  
****************************************/
/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */

.cd-tab-filter-wrapper {
  background-color: #ffffff;
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  min-height: 50px;
  min-width: 140px;
  margin: 0 auto;
  /*z-index: 100;*/
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"><title>Chevron Down</title><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>') no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #111111;
}
.cd-tab-filter li {
  display: none;
}

.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 320px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #111111;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #111111, 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}

.cd-gallery ul,
.cd-tab-filter ul {
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #212529;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #656565;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #111111;
    font-weight: 500;
    box-shadow: inset 0 -2px 0 #111111;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    width: 80%;
  }
}

/* -------------------------------- 
EBOOK PAGE
-------------------------------- */
@media only screen and (min-width: 1170px) {

}
.custom.inspirations .cd-gallery {padding: 0;}
.custom.inspirations .cd-gallery li {width: 23.05%;margin: 0;}
.custom.inspirations .tapis-looks{position: relative;border: none;flex: auto;margin: 0;}
.custom.inspirations .cd-gallery h2 {margin: 0;}
.custom.inspirations .loop-look-cat {position: relative;top: -20px;}
/* -------------------------------- 
EBOOK PAGE
-------------------------------- */
.one-time .slick-next {right: 0;z-index: 9999;}
.one-time .slick-prev {left: 0;z-index: 9999;}
.ebook-image {
  position: relative;
  height: 450px;
  overflow: hidden;
}
#frm_form_3_container select{
  text-align: center;
}

/*

.ebook-image img {
  text-align:center;
  display:table-cell;
  vertical-align: middle;
  height: 100%;
  max-width: 100%;
}

*/

.ebook-image img {
  backface-visibility: hidden;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ebook-image .img-top {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        transition: 1s;       
}
.ebook-image:hover .img-top {
       opacity: 1;       
}


@media (max-width:768px) {
  .ebook-image {height: 150px;}
}


.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  display: none;
  text-align: center;
  vertical-align: top;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery h2{
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin: 25px 0 0;
  max-width: 90%;
}
.cd-gallery p{
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.cd-gallery .book-c2a{
  margin-bottom: 10px;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 768px) { 
  .cd-gallery {padding: 20px 0px 0px 0px; width:100%;} 
  .cd-gallery li {width: 46%; display: inline-block; margin-left: 5px; margin-right: 5px;}
  .cd-gallery h2 { font-size: 15px; margin: 10px 0 0;}
  /*ul.ebooks-cta_btn {display: block;}*/
  ul.ebooks-cta_btn {grid-template-columns: 30% 70% 1fr 1fr;}
  .ebook-view {font-size: 0;}
}


@media only screen and (min-width: 769px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 32%;
  }

  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
/*BLOG*/
.blog-hero{display: block;text-align: center; margin-bottom: 25px;}
.blog-hero h1 {text-transform: uppercase; font-size: 48px;  letter-spacing: .1em;  font-family: 'Montserrat', serif; margin-top: 40px;}
.blog-hero ul{margin: 0;list-style-type: none;}
.blog-hero li{display: inline-block; margin: 0 8px;}
.blog-hero #menu-blog-cat-menu li{margin: 0;}
.blog-hero #menu-blog-cat-menu {margin-bottom: 10px; font-size: 12px; line-height: 16px; letter-spacing: .2px; font-weight: 500; text-transform: uppercase;}
.blog-hero #menu-blog-cat-menu li:hover a {color: #656565;}
.blog-hero #menu-blog-cat-menu li.current-menu-item a{ background: transparent; color: #111111; font-weight: 500; box-shadow: inset 0 -2px 0 #111111;}
.blog-hero #menu-blog-cat-menu li a {display: inline-block; padding: 0 1em; width: auto; color: #111111; text-transform: uppercase; font-weight: 300; font-size: 15px; line-height: 50px;}
@media (max-width:768px) {
  .blog-hero #menu-blog-cat-menu {font-size: 13px;}
  .blog-hero #menu-blog-cat-menu li a {padding: 0 15px; height: 30px; line-height: 30px;}
  .blog-hero h1 {margin-top: 20px; font-size: 33px;}
}

/*PAGE FINISH AND MATERIALS*/
.finishes-materials h1.entry-title {text-transform: uppercase; font-size: 48px;  letter-spacing: .1em; font-family: 'Montserrat', serif; text-align: center;}

/*PAGE inspirations*/
.inspirations h1.entry-title {text-transform: uppercase; font-size: 48px;  letter-spacing: .1em;  font-family: 'Montserrat', serif; text-align: center;}
@media (max-width:768px) {
  .inspirations h1.entry-title {margin-top: 20px; font-size: 33px;}
}
/*SINGLE*/
.single-post .grid-container { max-width: 100%; }
.grid-container { max-width: 100%; }
.popular-posts-block .inside-article{padding: 0;}
.popular-posts-block .entry-header  {background: #fff;margin-top: -50px;position: relative;padding: 20px;margin-left: 0;max-width: 85%;}
.popular-posts-block h4.entry-title {font-size: 20px;font-weight: 500;text-transform: uppercase;line-height: 1.25;letter-spacing: .28px;}
/*THANK YOU PAGE*/
.thank-you .site-main article,
.thank-you .site-main {margin-bottom: 0px!important;}
.thank-you-block{text-align: center; margin-top: 0px; margin-bottom: 0px; background: #000000;}
.thank-you-block-inner {padding-top: 50px; color: #ffffff;}
.thank-you-block-inner h1{color: #ffffff;}
.thank-you-block-inner h3{color: #03f70c; font-size: 22px;}
.thank-you-block-inner a {color: #F0F0F0;}
.thank-you-block-inner a:hover, .thank-you-block-inner a:focus, .thank-you-block-inner a:active {color: #03f70c;}
.thank-you-block .thanks-button {display: flex; justify-content: center; padding-top: 30px; padding-bottom: 50px;}
.thank-you-block .thanks-button a{    margin: 0 10px;text-transform: uppercase;padding: 10px 15px;}
.thank-you-block .thanks-button a.dark-bt {background: transparent; border: 1px solid #ffffff; color: #ffffff;}
.thank-you-block .thanks-button a.light-bt {background: #ffffff; border: 1px solid #ffffff; color: #000000;}
.thank-you-block .thanks-button a.light-bt::before{font-size: 22px;}
.thank-you-block .thanks-button a.light-bt:hover,
.thank-you-block .thanks-button a.dark-bt:hover {background: #03f70c;border: 1px solid #03f70c;color: #ffffff;}

@media (max-width:768px) {
  .thank-you-block-inner {padding-left: 10px; padding-right: 10px;}
  .thank-you-block-inner h3{font-size: 18px;}
  .thank-you-block .thanks-button {flex-direction: column; padding-top: 20px; padding-bottom: 30px;}
  .thank-you-block .thanks-button a {margin: 0 10px 20px 10px;}
}

/*SHOP SIDEBAR*/
.custom .widget-area .widget.widget_yith_wc_category_accordion{padding: 20px 0 0 0;}

/*CUSTOMISE PAGE*/
.customise-products-grid{max-width: 960px; margin: 0 auto;min-width: 960px;}
.page-template-custom-service .frm_form_field.frm_two_col .frm_radio {width: 80px;}
.frm_dropzone.frm_single_upload {
  max-width: 100%;
}
/*
.customise-products-grid{display: grid;grid-template-columns: repeat(4, 1fr);grid-gap:10px; margin-top: 10px;}
.customise-products-grid div{text-align: center;margin-bottom: 20px;}
.customise-products-grid h3{font-size: 16px;text-transform: uppercase;line-height: 1.2;margin: 5px 0 15px 0;letter-spacing: .28px;text-align: center;}
.customise-products-grid a.cta { 
  color: #111;
  border-bottom: 1px solid #000;
  width: auto;
  font-size: 15px;
  height: auto;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 30px;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 auto;  
}
.customise-products-grid a.cta:hover {
  background-color:#111111;
  color: #fff;
  border-bottom: 1px solid #fff;
}
*/
/*PAGE EBOOKS, BY ROOM AND COLLECTIONS*/

.center-toggle .elementor-toggle-item .elementor-tab-title{max-width:290px; margin: 0 auto;}
h2.has-text-align-center.ebooks-room-collections {
  color: var(--e-global-color-text);
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform:uppercase;
  line-height: 20px;
  letter-spacing: 5.9px;
}
p.has-text-align-center.ebooks-room-collections {text-align: center;
  margin: 0 auto;
  max-width: 960px;}