@font-face {font-family: 'Poppins', sans-serif;}

 /**
 * GENERAL
 * ----------------------------------------------------------------------------
 */
 
:focus {
outline: 0 !important;
}

#Interested11 { display: none; }

.custom-toggler.navbar-toggler {
    border-color: #9b9b9b;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#9b9b9b' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler:hover {
    border-color: #9b9b9b;
    background-color: transparent;
}

body {
    width: 100%;
    height: 100%;
    text-align: justify;
    color: #423e3f;
    font-family: "Poppins", sans-serif;
    word-wrap: break-word;
    margin: 0px;
	overflow-x: hidden;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #423e3f;
    letter-spacing: 2px;
}
.line_below {
    border-bottom: 1px solid #abac9a;
    text-align: center;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #302728;
}
.line_below_light {
    border-bottom: 1px solid #bcbcbc;
    text-align: center;
}
h1 {
    font-size: 30px;
    margin: 22px 0px 0px;
}
h2, .h2 { font-size: 27px; }
h3 {
    letter-spacing: 1px;
    margin: 0px 0px 12px;
}
h4 {
    letter-spacing: 1px;
    margin: 0px 0px 12px;
}
a {
    color: #aa4823;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #aa4823;
    text-decoration: none;
}
p {
    margin: 0px 0px 20px;
    font-size: 14px;
    line-height: 26px;
}

.menu_visual {
    margin-top: 10px;
    background-color: #f3f3f3;
    padding: 10px 0px 20px;
}

button {
    /*background-color: #555354;
    color: #efefef;
    border: 1px solid #555354;*/
    color: #FFFFFF;
    background-color: #8fadb2;
    border: 2px solid #8fadb2;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 3px 0px 1px;
}

button.press {
    /*background-color: #555354;
    color: #efefef;
    border: 1px solid #555354;*/
    color: #FFFFFF;
    background-color: #8fadb2;
    border: 2px solid #8fadb2;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 3px 0px 1px;
    height: 38px;
} 

button:hover {
    background-color: #be8a7d;
    border: 2px solid #be8a7d;
}

 /**
 * TOPBAR
 * ----------------------------------------------------------------------------
 */

.topbar {
    width: 100%;
    height: 40px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 11px;
    margin: 0px;
    position: fixed;
    top: 0;
    z-index: 9999999;
    background-color: #302b2b;
    font-family: 'Poppins';
}
.topbar .left { float: left; }
.topbar .right { float: right; }
/*.topbar .right .social {
    float: right;
    height: 40px;
}*/
.topbar .right a img {
    float: left;
    margin: 8px 0px 0px 10px;
}
.topbar .right .option {
    float: right;
    text-align:right;
    margin-right: 11px;
}
.topbar .right .option a img {
    margin-right: 3px;
}
.topbar .right a span{
    float: left;
}
.topbar .sub-menu {
    height: 40px;
    float: left;
    padding-left: 10px;
}
.sub-menu ul{
	padding-left: 5px;
}
.topbar .sub-menu li {
    list-style-type: none;
    float: left;
    position: relative;
    padding: 0px 20px 0px 0px;
}

.sub-menu ul{
    line-height: 36px;
}

.sub-menu ul li{
    list-style-type: none;
    text-align: center !important;
}

.sub-menu .social {
    line-height: 35px;
    display: inline;
    text-align:center;
    font-size: 14px;
    float: left;
    padding-left: 0 !important;
    
}
.sub-menu .social li{
    display: inline;
    text-align:center;
    float: none;
    padding: 0px!important;
}

.sub-menu .social a img{
    height: auto;
    display: inline;
    text-align: center;
    float: none;
    padding: 0px;
    min-width: 25px;
    opacity: 0.8;
}




.sub-menu .option{
	float: right;
    width: auto;
}

.topbar a{
    color: #9b9b9b;
}
.topbar a:hover{
    color: #e0dbd9;
    font-weight: 400;
}
.img_arrow {
    position: absolute;
    top: 1px;
    left: 14px;
}

 /**
 * HEADER
 * ----------------------------------------------------------------------------
 */

.header {
    margin:auto;
    margin-top: 0 !important;
    max-height: 95px;
    background-color: #302b2b;
    opacity: .7;
    position: fixed;
    top:40px;
    z-index: 9999999;
    width: 100%;
}
.header .logo {
    float: left;
    max-width: 255px;
}
.logo {
    width: 85%;
    margin: 2px 0px 8px;
    min-width: 170px;
}
.logo_small {
    width: 160px;
    height: auto;
}
.navbar{
	margin-bottom: 0 !important;
	border: none !important;
}


.navbar-brand{
	height: auto !important;
	margin-bottom: 0 !important;
    float: left;
    /*padding: 8px 7px;*/
    padding: 0;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 4px;
    padding: 6px 7px;
    margin-top: 13px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 1px;
}
.navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 16px;
    letter-spacing: 1px;
    font-size: 11px;
    text-align: left;
    color: #fafafa !important;
}

.banner.catologue{
    float: right;
    text-align: right;
}

.banner.catologue img {
    font-family: 'Poppins';
    width: 80%;

}



 /**
 * MAIN MENU
 * ----------------------------------------------------------------------------
 */
 
 
.hide-nav {
  transform: translateY(-120%!important);
  -webkit-transform: translateY(-120%)!important;
}
.show-nav {
  transform: translateY(120%!important);
  -webkit-transform: translateY(120%)!important;
}


#menu {
    float: right !important;
    position: relative;
    list-style: none;
    margin: 1.5% 5px 0px;
}
#menu li {
	display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    }
#menu li a {
    margin: 0 auto;
    font-size: 1.12rem;
    padding: 2px 0px 2px 2px;
    display: block;
    text-align: center;
    position: relative;
    color: #595959;
    font-family: 'Poppins Regular', sans-serif;
    letter-spacing: 2px;
    font-weight: 300;
}
#menu li a.cat-more-options {
    margin-right: 0px !important;
    border-bottom: 0px !important;
    display: inline;
}
#menu li a:hover{
    color: #b58362;
    background: none;
    
}
#menu li a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    background-color: #fafafa;
    content: "";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#menu li a:hover:after {
  width: 100%;
}
#menu li.first a { text-align: center; /* width: 90%; */}
#menu li.last a { text-align: center; /* width: 90%; */}

#menu li.last { margin-right: 0;}

/**** menu area press ****/
#menu.pressarea li ul.dropdown{
    min-width: 100%; /* Set width of the dropdown */
    background: #FFFFFF;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    list-style: none;
}
#menu.pressarea li:hover ul.dropdown{
    display: block; /* Display the dropdown */
    padding-right: 0px;
    padding-left: 5px;
}
#menu.pressarea li ul.dropdown li{
    /*display: block;*/
    width: 100%;
}
#menu.pressarea li ul.dropdown li a{
    min-width: 62%;
    background: #FFFFFF;
/*    position: absolute;*/
    z-index: 999;
    left: 0px;
    width: 50%;

}

div#header-mobile-special ul.dropdown-menu li {
    font-size: 12px;
}



 /**
 * FOOTER
 * ----------------------------------------------------------------------------
 */
 
 
.social {
    width: 100%;
    line-height: 65px;
    display: inline;
    text-align:center;
    font-size: 14px;
    float: left;
}
.social li{
    display: inline;
    text-align:center;
    float: none;
    padding: 0px 2px 0px 2px;
}

.social a img{
    height: auto;
    display: inline;
    text-align: center;
    float: none;
    padding: 0px 2px 0px 2px;
    max-width: 35px;
}



 .partners {
    width: 8%;
}

.row.footer {
    margin: 0px;
}


.footer {
    background-color: #e6e6e4;
    color: #111;
    padding: 40px 0px;
    overflow: hidden;
}

.ft-title {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center !important;
}

.footer ul{
    padding: 0px;
    line-height: 26px;
}

.footer ul li{
    list-style-type: none;
    text-align: center !important;
}

.footer ul li a{
    font-family: 'Poppins', sans-serif;
    font-weight: 100px;
    font-size: 13px;
    color: #111;
}

.footer ul li a:hover{
    color: #5f5f5f;
}

@media (min-width: 980px) {
  .eight-cols .col-md-1,
  .eight-cols .col-sm-1,
  .eight-cols .col-lg-1 {
    width: 12.5%;
    *width: 12.5%;
  }
}


 /**
 * HOMEPAGE
 * ----------------------------------------------------------------------------
 */
 
 .no-padding,
.nopadding {
    padding: 0!important
}

.no-padding-left,
.nopadding-left {
    padding-left: 0!important
}

.no-padding-right,
.nopadding-right {
    padding-right: 0!important
}
.visualmenu span {
    font-size: 1.1rem;
    color: #fafafa;
    display: block;
    font-family: Poppins;
    letter-spacing: 1px;
    text-align: center
}

.visualmenu img {
    width: -webkit-fill-available!important;
}

.partners-new .visualmenu img {
    width: -webkit-fill-available!important;
    height: 100%;
}


.visualmenu span {
    position: absolute;
    bottom: 22px;
    width: 100%;
}
.no-margin {
    margin: 0!important;
}
 
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row.slideshow { margin-top: 0px; }
.slide_home_main {margin: 0; padding: 0; max-width:1440px; height:auto; position: relative;}
.slide_home_main .slides > li, .slide_home_ambience .slides > li, .slide_category_main .slides > li {display: none; -webkit-backface-visibility: hidden; height:auto;}
.slide_home_main .slides img, .slide_home_ambience .slides img, .slide_category_main .slides img  {width: 100%;  display: block; margin: 0;}

.slidemain .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 33333;
    background: transparent;
}
.slidemain .slick-dots li button{
	background: #333 !important;
    -webkit-appearance: none !important;
    opacity: 0.6;
    font-size: 0 !important;
    height: 2px !important;
    display: block !important;
    border: 0 !important;
    padding: 0 !important;
    width: 2.25rem !important;
    margin: 0 !important;
    transition: opacity 0.2s ease-in-out !important;
}

.slidemain .slick-dots button:hover {
    opacity: 1;
}
.slidemain .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '' !important;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.visualmenu img{
    width: -webkit-fill-available !important;
    }
.visualmenu span{
   position: absolute;
    bottom: 10px;
    font-size: 1.1rem;
    color: #fafafa;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Poppins';
    letter-spacing: 1px;   
    }


.popularpieces .slick-slide{
	/*max-height: 317px;*/
	overflow: hidden;
}

.pop-title{
    font-size: 1.1rem;
    color: #fafafa;
    display: block;
    width: -webkit-fill-available;
    font-family: 'Poppins';
    position: relative;
    text-align: center;
    bottom: 30px; 
    letter-spacing: 1px;   
    }


.medialibrary {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 4px;
}


.video {
   position: relative;
}

.video button:hover {
    border: none !important;
}

.videoWrapper {
   position: relative;
   width: 100%;
   height: 0;
   background-color: #000;
   overflow: hidden;
}
.videoWrapper169 {
   /* adjust top padding to account for videos aspect ratio*/
   padding-top: 56.25%;
}
.videoIframe {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: transparent;
   overflow: hidden;
}
.videoWrapperActive .videoPoster {
   opacity: 0;
   height: 0;
   transition-delay: 0s, 0.8s;
}

.videoPoster {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   cursor: pointer;
   border: 0;
   outline: none;
   background-position: 50% 50%;
   background-size: 100% 100%;
   background-size: cover;
   text-indent: -999em;
   overflow: hidden;
   opacity: 0.9;
   transition: opacity 0.8s ease, height 0s ease;
   transition-delay: 0s, 0s;
}
.videoPoster:after {
   // Play Arrow
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 0;
   height: 0;
   margin: -25px 0 0 -14px;
   border-left: 40px solid rgba(255, 255, 255, 0.75);
   border-top: 25px solid transparent;
   border-bottom: 25px solid transparent;
   transition: all 0.3s ease;
   transform: scale(1);
   box-shadow: 0 0 5px 0 transparent;
}
.home-video-close {
   position: absolute;
   top: 0;
   right: 0;
   transform: translateY(-100%);
   display: block;
   line-height: 0;
   display: inline-block;
   padding: 20px 10px;
   font-size: 3em;
   font-weight: 700;
   color: white;
   cursor: pointer;
   text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
   transition: ease-in-out 0.15s all;
}
.home-video-close.is-hidden {
   display: block;
   transform: translateY(0);
}

#js-pointer-detector {
   display: none;
}
@media (pointer: coarse) {
   #js-pointer-detector {
      display: block;
   }
   .js-videoPoster {
      display: none;
   }
}

.homeprojectscont {
	margin-bottom: 20px;
}


.homeprojectscont .slick-slide{
	padding: 10px;
	opacity: 0.5;
}

.homeprojectscont .slick-active, .homeprojectscont .slick-current {
	opacity: 1 !important;
}

.homeprojectscont .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 99999;
    background: transparent;
}
.homeprojectscont .slick-dots li button{
	background: #333 !important;
    -webkit-appearance: none !important;
    opacity: 0.6;
    font-size: 0 !important;
    height: 2px !important;
    display: block !important;
    border: 0 !important;
    padding: 0 !important;
    width: 2.25rem !important;
    margin: 0 !important;
    transition: opacity 0.2s ease-in-out !important;
}

.homeprojectscont .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '' !important;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homeprojectscont .slick-dots button:hover {
    opacity: 1;
}

.homeprojects .slick-dots .slick-active button {
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.home_middle_subscribe {
    text-align: center;
    margin: 0 auto;
    margin-top: 16%;
}
.home_middle_subscribe .txt_label {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    float: left;
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
}
.home_middle_subscribe2 .txt_label2{
    font-family: "Poppins", sans-serif;
    text-align: center;
    width: 40%;
    float: left;
    height: 42px;
    line-height: 46px;
    /*color: #151515;*/
    font-size: 18px;
    letter-spacing: 2px;
}
.form_home_middle_subscribe {
    width: 100%;
}
.form_home_middle_subscribe input.email{
    width: 70%;
    height: 40px;
    float: left;
    padding: 0px 0px 0px 10px;
    color: #464646;
    /* background-color: #cacaca; */
    border: 1px solid #464646;
}
.form_home_middle_subscribe button{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    width: 90%;
    height: 40px;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 15px;
    color: #333;
    background-color: transparent;
    border: none;
}

.form_home_middle_subscribe2 button{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    width: 20%;
    height: 41px;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: -1px;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    width: auto !important;
}


 /**
 * ALL PRODUCTS PAGE
 * ----------------------------------------------------------------------------
 */
 
/* VARIÁVEIS */

:root {
    --menuheight1: 40px;
    --menuheight2: 61px;
    --halfmenuheight: 30.5px;
    --categorynameheight: 183px;
}


/* CLASSES GERAIS */

.flex-vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#unfixed .img-responsive{
    margin: auto;
}


/* MENU DE CATEGORIAS */

#categories-menu-container {
    position: fixed;
    width: 100%;
    background-color: #fff;
    margin-top: var(--menuheight1);
}

.categoryname {
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.categoryname a{
	color: #fff;
}

.categoryname-top {
    height: calc(40% - var(--halfmenuheight));
    position: absolute;
    width: 100%;
    top: var(--menuheight2);
}

.categoryname-bottom {
    height: calc(40% - var(--halfmenuheight));
    position: absolute;
    width: 100%;
    top: calc(100% - var(--categorynameheight));
}

.categoryname-center {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.categoryname h3 {
    font-size: 1.1rem;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 0;
}

.category-menu:first-of-type {
    padding: 0 2px 0 0;
}

.category-menu:last-of-type {
    padding: 0 0 0 2px;
}

.category-menu {
    padding: 0 2px 0 2px;
    height: calc(70vh + var(--menuheight2));
    cursor:pointer;
}

.category-image-bottom {
    position: absolute;
    bottom: 0;
    height: calc(60% - var(--halfmenuheight));
    width: auto;
}

.category-image-top {
    position: absolute;
    top: 0;
    height: calc(60% + var(--halfmenuheight));
    width: auto;
}

#category-menu-upholstery {
    width: 100%;
    height: 100%;
    padding-top: var(--menuheight2);

    background: #70867c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #70867c 0%, #90a29b 40%, #90a29b 60%, #70867c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #70867c 0%, #90a29b 40%, #90a29b 60%, #70867c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #70867c 0%, #90a29b 40%, #90a29b 60%, #70867c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#70867c', endColorstr='#70867c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#category-menu-casegoods {
    width: 100%;
    height: 100%;
        padding-top: var(--menuheight2);

    background: #CF9F55;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #CF9F55 0%, #d9b87e 40%, #d9b87e 60%, #CF9F55 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #CF9F55 0%, #d9b87e 40%, #d9b87e 60%, #CF9F55 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #CF9F55 0%, #d9b87e 40%, #d9b87e 60%, #CF9F55 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#CF9F55', endColorstr='#CF9F55', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#category-menu-accessories {
    width: 100%;
    height: 100%;
    background: #BD8D88;
        padding-top: var(--menuheight2);

    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #BD8D88 0%, #cfaba6 40%, #cfaba6 60%, #BD8D88 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #BD8D88 0%, #cfaba6 40%, #cfaba6 60%, #BD8D88 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #BD8D88 0%, #cfaba6 40%, #cfaba6 60%, #BD8D88 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#BD8D88', endColorstr='#BD8D88', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#category-menu-rugs {
    width: 100%;
    height: 100%;
    background: #473027;
        padding-top: var(--menuheight2);

    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #473027 0%, #715e57 40%, #715e57 60%, #473027 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #473027 0%, #715e57 40%, #715e57 60%, #473027 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #473027 0%, #715e57 40%, #715e57 60%, #473027 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#473027', endColorstr='#473027', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#category-menu-lighting {
    width: 100%;
    height: 100%;
    background: #574D3B;
        padding-top: var(--menuheight2);

    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #574D3B 0%, #7f7769 40%, #7f7769 60%, #574D3B 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #574D3B 0%, #7f7769 40%, #7f7769 60%, #574D3B 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #574D3B 0%, #7f7769 40%, #7f7769 60%, #574D3B 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#574D3B', endColorstr='#574D3B', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#category-menu-graphic {
    width: 100%;
    height: 100%;
    background: #AB6B4B;
        padding-top: var(--menuheight2);

    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #AB6B4B 0%, #c09278 40%, #c09278 60%, #AB6B4B 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #AB6B4B 0%, #c09278 40%, #c09278 60%, #AB6B4B 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #AB6B4B 0%, #c09278 40%, #c09278 60%, #AB6B4B 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#AB6B4B', endColorstr='#AB6B4B', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.category-menu-inside h2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.category-menu-inside h2 a {
    color: white;
}

.category-menu-inside {
    margin: 0;
    height: 60%;
    display: none;
}

.img-category {
    width: calc(100% - 2px);
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}


/* FILTRO */

#filter {
    position: absolute;
    width: 100%;
    padding-top: var(--menuheight2);
    text-align: center;
    border-bottom: 2px solid #f5f5f5;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    height: 115px;
}

@media (min-width: 1751px) {
    #filter {
    height: 135px;
	}
}

#filter-inside {
    height: 100%;
}

#filter-inside hr {
    margin-top: 0;
    margin-bottom: 10px;
    width: 99.9vw;
    position: relative;
    left: -18vw;
    border: none;
    height: 2px;
    background-color: #f5f5f5;
}

.filter-plus {
    text-align: right;
    float: right;
    font-weight: 600;
}

#filter-search input {
    border: none;
    padding: 0;
    height: 22px;
    border-bottom: 1px solid #464646;
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
    position: relative;
    top: -2px;
    font-size: 13px;
    letter-spacing: 1px
}

#filter-rooms,
#filter-bestsellers,
#filter-collections {
    font-size: 13px;
    color: #464646;
    letter-spacing: 1px;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    top: -3px;
    width: inherit;
}

#filter-container {
    position: relative;
    width: 100%;
    z-index: 100;
}



#filter-container-mobile {
    position: fixed;
    width: 100%;
    z-index: 100;
    padding:0;
    background-color: #fff;
}

.filter-mobile-button{
    width: 100%;
    color: #423E3F;
    background-color: white;
    border: none;
    padding: 7px 15px;
    border-bottom: 2px solid #f5f5f5;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.filter-mobile-button:hover{
    background-color: white;
    border: none;
    border-bottom: 2px solid #f5f5f5;
}




.dropdown{
    height: 100%;
}

.dropdown-toggle::after {
    display:none;
}

.dropdown-toggle {
    cursor: pointer
}


.filter-mobile-collections, .filter-mobile-rooms, .filter-mobile-bestsellers, .filter-mobile-second{
    display: none;
}


#filter-container .dropdown-menu{
    min-width: 80%;
    margin: -12px 10% 0 7.5%;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #f5f5f5;
    border-radius: 0;
    transform: translate3d(0, 39px, 0px) !important;
}

#filter-container .dropdown-menu a, #filter-container .dropdown-menu a:hover{
    color:black;
}



#filter-container-mobile .dropdown-menu{
    width: 100%;
    margin-top: 2px;
     -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#filter-container-mobile .dropdown-menu .dropdown-menu{
    position: inherit;
}

#filter-container-mobile .dropdown-menu li a,#filter-container-mobile .dropdown-menu li div {
        padding: 10px 15px;
    border-bottom: 2px solid #f5f5f5;
    height: 40px
}

#filter-container-mobile .dropdown-menu {
    padding:0
}

/* ALL PRODUCTS*/

#unfixed {
    position: absolute;
    width: 100%;
    background-color: #fff;
}

.product-thumbnail {
    text-align: center;
    padding: 10px 10px;
}

.product-thumbnail h4 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.product-thumbnail .product-name {
    font-weight: 700;
    letter-spacing: 2px;
}

.product-thumbnail button {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    width: 85%;
    color: black;
    background-color: white;
    border: 1px solid black;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-thumbnail button:hover,
.product-thumbnail button:focus {
    color: white;
    background-color: black;
}

.category-container h1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 9px;
    margin-bottom: 10px;
    margin-top: 40px;
}

@media (min-width: 768px) {
   .category-container h1 {
    font-size: 40px;
    letter-spacing: 12px;
	} 
}

.category-container p {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #777;
}

.div-ambient {
    display: none;
    position: absolute;
    top: 20px;
    left: 15%;
    width: 70%;
    margin-bottom: 6.25%;
    background: #fff;
}

.quickview {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    height: 40px;
    cursor: pointer;
}

.quickview p {
    margin: 0;
    height: 100%;
    line-height: 250%;
}

@media (min-width: 768px) {
    .product-thumbnail {
        padding: 20px 5%;
    }
    
    .product-thumbnail h4 {
        font-size: 1rem;
        letter-spacing: 1px;
	}
    
}


/* QUICKVIEW */

.background-color-1{
    background: -moz-radial-gradient(center, ellipse cover, rgba(222, 193, 200, 0.35) 0%, rgba(222, 193, 200, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(222, 193, 200, 0.35)), color-stop(100%, rgba(222, 193, 200, 1)));
    /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(222, 193, 200, 0.35) 0%, rgba(222, 193, 200, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(222, 193, 200, 0.35) 0%, rgba(222, 193, 200, 1) 100%);
    /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(222, 193, 200, 0.35) 0%, rgba(222, 193, 200, 1) 100%);
    /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(222, 193, 200, 0.35) 0%, rgba(222, 193, 200, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dec1c8', endColorstr='#dec1c8', GradientType=1);
}
.background-color-2{
	background: rgb(252,244,226);
	background: radial-gradient(circle, rgba(252,244,226,1) 35%, rgba(228,200,134,1) 100%);
}
.background-color-3{
	background: rgb(249,241,210);
	background: radial-gradient(circle, rgba(249,241,210,1) 35%, rgba(184,168,100,1) 100%);
}
.background-color-4{
	background: rgb(250,231,226);
	background: radial-gradient(circle, rgba(250,231,226,1) 35%, rgba(235,168,151,1) 100%);
}
.background-color-5{
	background: rgb(231,240,255);
	background: radial-gradient(circle, rgba(231,240,255,1) 35%, rgba(147,166,195,1) 100%);
}
.background-color-6{
	background: rgb(212,232,229);
	background: radial-gradient(circle, rgba(212,232,229,1) 35%, rgba(119,143,139,1) 100%);
}
.background-color-7{
	background: rgb(255,255,255);
	background: linear-gradient(151deg, rgba(255,255,255,1) 12%, rgba(209,195,165,1) 100%);
}
.background-color-8{
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 18%, rgba(181,181,181,1) 100%);
}
.background-color-9{
	background: rgb(255,255,255);
	background: linear-gradient(22deg, rgba(255,255,255,1) 20%, rgba(255,229,202,1) 100%);
}
.background-color-10{
	background: rgb(255,255,255);
	background: linear-gradient(212deg, rgba(255,255,255,1) 0%, rgba(173,193,191,1) 100%);
}
.background-color-11{
	background: rgb(241,251,255);
	background: linear-gradient(151deg, rgba(241,251,255,1) 4%, rgba(86,134,164,1) 100%);
}

.background-color-12{
	background: #e6e5e6;
}

.qv {
    display: none;
    height: 500px;
    width: 100%;
    position: relative;
    
}

.qv h1 {
    letter-spacing: 3px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    margin-bottom: 5px;
    margin-top: 0;
}

.qv-productname {
    font-weight: 400;
}

.qv p {
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 22px;
    color: #423E3F;
}

.qv .bolder {
    font-weight: 500;
}

#qv-stock {
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.qvimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.qv .price{
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: white;
    background-color: black;
    border: none;
    padding: 5px 15px;
}

.qv .details{
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: black;
    background: none;
    border: none;
    border-bottom: 1px solid black;
    padding: 5px 5px 4px 5px;
    margin-left: 10px;
}

/* FORMULÁRIOS */

.form-container{
    position: relative;
    margin: 40px 0;
    background-color: #c8bec3;
    background-image: url(/images/pricelist/background.jpg);
    background-position: center;
    font-family: 'Poppins', sans-serif;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

@media (min-width: 768px) {
    .form-container{
        height: 450px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

#form-container-pricelist{
    background: -moz-linear-gradient(-45deg, #BD8D88 0%, #cfaba6 40%, #cfaba6 60%, #BD8D88 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #BD8D88 0%, #cfaba6 40%, #cfaba6 60%, #BD8D88 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #BD8D88 0%, #cfaba6 40%, #cfaba6 60%, #BD8D88 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#BD8D88', endColorstr='#BD8D88', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#form-container-catalogue{
    background: -moz-linear-gradient(-45deg, #AB6B4B 0%, #c09278 40%, #c09278 60%, #AB6B4B 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #AB6B4B 0%, #c09278 40%, #c09278 60%, #AB6B4B 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #AB6B4B 0%, #c09278 40%, #c09278 60%, #AB6B4B 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#AB6B4B', endColorstr='#AB6B4B', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.form-container .form-group input{
    width: 100%;
    border:none;
    height: 35px;
    background-color: rgba(255,255, 255, 0.6);
    margin-bottom: 7px;
    padding-right:5px;
    padding-left:5px;
}

.form-container .form-group select{
    width: 100%;
    border:none;
    height: 35px;
    background-color: rgba(255,255, 255, 0.6);
    margin-bottom: 7px;
    -webkit-appearance: none;
    border-radius: 0;
    padding-right:5px;
    padding-left:5px;
}

#pricelist-state-div, #catalogue-state-div, #rts-state-div{
    display: none;
}

.form-container .form-check label{
    font-size: 12px;
}

.form-container .form-group label{
   font-size: 12px;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}


.form-container .form-group .col-xs-12{
    padding: 0 10px !important;
} 


@media (min-width: 768px) {
    .form-container .form-group .col-xs-12{
    padding: 0 !important;
} 
    
    .form-container .form-group .nopadding-right{
padding: 0 !important;
   padding-left: 10px !important;
}

.form-container .form-group .nopadding-left{
   padding: 0 !important;
   padding-right: 10px !important;
}
}


.form-container .submit{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: black;
    background: none;
    border: none;
    border-bottom: 2px solid black;
    padding: 5px 5px 0px 5px;
    width: auto;
    margin: 0;
    margin-left: 0px;
}


.form-container h3{
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: black;
    margin-bottom: 2px;
    padding: 0;
}

.bigger{
    position: absolute;
    height: 120%;
    top: -10%;
}

.bigger-img{
    display: block;
    max-height: 100%;
    margin: auto;
}
 /**
 * FORMULÁRIO DROPDOWN
 * ----------------------------------------------------------------------------
 */
.form-drop{
    position: absolute;
    padding: 0 15% 20px 15%;
    z-index: 1000;
    margin-left: -15%;
    bottom: -250px;
    display: none;
}

.form-drop-close{
    float: right;
    cursor: pointer
}

.form-drop-inside{
    background-color: white;
    padding-bottom: 20px;
}

.form-drop-input{
    width: 85%;
    margin:auto;
    margin-bottom: 5px;
    background-color: white;
    border-color: rgb(166, 166, 166);
    border-width: 1px;
    padding: 3px 5px;
    font-size: 0.9rem;
    color: #333;
}

select.form-drop-input{
    border-radius: 0;
    -webkit-appearance: none;
}

/* LOADING */
#loading{
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 100;
    background-color: white;
    display: none;
    justify-content: center;
    align-items: center;

}
#loading-inside{

    height: 100vh;
    width: 100vw;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

 
 /**
 * THANK YOU PAGES
 * ----------------------------------------------------------------------------
 */
 .thanks-section {
    background: url(/images/homepage/general/pattern.png)
}


 
 /**
 * PRODUCT PAGE
 * ----------------------------------------------------------------------------
 */
#nav-breadcrumb{
    top:116px;
    position: fixed;
    /*background: rgba(255,255,255,0.7);*/
    z-index: 997;
    width: 100%;
}

#nav-breadcrumb:hover{
    background: rgba(255,255,255,0.7);
}

.nav-breadcrumb-bar{
    width: 100%;
}

#nav-breadcrumb ul {
    list-style: none;
    padding: 10px;
}

#nav-breadcrumb li {
    float: left;
    text-align: center;
    width: 9%;
    margin: 5px;
}

#nav-breadcrumb li a {
    font-size: 0.8em;
    padding: 10px 0 15px;
    display: block;
    color: #4b4748 !important;
    margin: 0 auto;
    position: relative;
    line-height: 12px;
    text-transform: uppercase;
}

#nav-breadcrumb li a:before {
    content: "";
    display: block;
    height: 3px;
    width: 30%;
    border: 1px solid #4b4748;
    position: absolute;
    bottom: 0;
    left: 35%;
    margin-left: -3px;
}

#nav-breadcrumb .active a:before, #nav-breadcrumb .current a:before {
    background: #4b4748;
}

#nav-breadcrumb .active a {
    background: transparent;
}

.background-white{
    background: #fff;
}
.background-color-1{
    background: -moz-radial-gradient(center, ellipse cover, rgba(222, 193, 200, 0.35) 0%, rgba(222, 193, 200, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(222, 193, 200, 0.35)), color-stop(100%, rgba(222, 193, 200, 1)));
    /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(222, 193, 200, 0.35) 0%, rgba(222, 193, 200, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(222, 193, 200, 0.35) 0%, rgba(222, 193, 200, 1) 100%);
    /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(222, 193, 200, 0.35) 0%, rgba(222, 193, 200, 1) 100%);
    /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(222, 193, 200, 0.35) 0%, rgba(222, 193, 200, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dec1c8', endColorstr='#dec1c8', GradientType=1);

}

.meetproduct {height: 100vh;}
.detailarea {height: 100vh;}
/*.detailslide {height: 100vh;}*/
.features {height: 100vh;}
.product-options {height: 100vh; }
.pairing {height: 100vh; }
.similar {height: 100vh; }

.meetproduct{
/*  padding-top: 200px;*/ 
    padding-bottom: 20px;
}

.meetproduct .content{
  padding-top: 4%;
}

.meetproduct img{
  max-width: 70%;
}

.meetproduct .productname{
    font-size: 4.5em;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 0.9em;
    text-transform: uppercase;
}

.meetproduct .productcategory{
    font-size: 4.5em;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    line-height: 0.9em;
    text-transform: uppercase;
}
.meetproduct .description{
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    font-weight: 300;
    margin-left: 4px;
}

.btn-actions button, .features-container button{
	padding: 3px 15px 3px 15px;
    border: 1px solid #111;
    color: #fafafa;
    font-size: 0.9rem;
    background: #111;
    font-weight: 300;
}

.btn-actions a{
	padding: 3px 15px 3px 15px;
    border: 1px solid;
    color: #666;
    font-size: 0.9rem;
}

#section2 .title, #section3 .title {
    font-size: 4em;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    line-height: 0.9em;
    text-transform: uppercase;
    text-align: left;
}
.detailarea .description, .detailslide .description{
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    font-weight: 300;
    margin-left: 4px;
}

.zoom{
  min-height: 650px;
  max-width: 650px;

}
.zoomwrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
}

.hover {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: hidden;
}

.photo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: transform .5s ease-out;
}
  
.photo:hover {
cursor:  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAY1BMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZsNe8HAAAAIHRSTlMAvOb59Leq7Tnw28CygmAjGVtUTkbHpZF7aTARz8luAk5eGCkAAAC4SURBVBgZBcEFgsJAAASwrFRogeJ2Nv9/5SUA17EmdbwAgHNPW5/P0tOOAOxTZuAzpAB85wrALQswZAOAUwpccgMA5hyRO2AsgBJu2QAJ4JSLfQNYGsBuNQ0ASwMYmxxgX2ttqbUO8IocoPTe03rvBV6xGwCmCeDRDB1gmgCm1TUnQAL4ypkUQCmAfXDMDAB88oaSEwB85QdYMgMwpwKsGTdge+T+B+Cd1PFwGGvyCwDOwy7ZlSPgHzPOCrbsxEA2AAAAAElFTkSuQmCC"),auto;
}

#section4 .productname {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
#section4 .productcategory{
    font-weight: 200 !important;
}

#section-options .options-title{
    font-size: 4.5em;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    line-height: 0.9em;
    text-transform: uppercase;
    text-align: left;
}
.backgroung-options{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(208,207,204,1) 65%);
}
#section6 .samples{
    background-image: url(/images/products/product-page/finishes-upholstery.jpg);
    background-size: cover;
    /*background-position-x: 100%;*/
    min-height: 700px;
    background-repeat: no-repeat;
    /*background-color: #f0ece3;*/
    height: 100vh;
    color: #fafafa;
}

#section6 a{
    color: #fafafa !important;
}

#pairing{
background: rgb(157,162,163);
background: linear-gradient(139deg, rgba(157,162,163,1) 0%, rgba(255,255,255,1) 55%);
}

#pairing a .d-md-block, #similar a .d-md-block{
	color: #000 !important;
    font-size: 0.8rem;
    text-decoration: underline;
    font-weight: 600;

}

#pairing .productname, #similar .productname{
	font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}
#pairing .productcategory, #similar .productcategory{
    font-weight: 300;
}
#similar{
background: rgb(254,235,202);
background: radial-gradient(circle, rgba(254,235,202,1) 0%, rgba(255,246,231,1) 50%, rgba(254,235,202,1) 100%);
}


.product-feature-title{
    border-bottom: 1px solid;
    padding: 0;
}

a.btn_get_price {
    background-color: #898989;
    margin-right: 10px;
    color: #FFFFFF;
    padding: 4px 12px 1px 12px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Avenir";
    float: left;
}

#section6 .options-title{
    font-size: 3.5em;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    line-height: 1em;
    text-transform: uppercase;
    color: #fafafa;
}



.product-feature-title a{
	float: right;
	line-height: 33px;
	color: #000;
	font-size: 0.9rem;
}


.features .btn-actions {
	padding-left: 0 !important;
}

 .slick-prev{
    left:50px !important;
    z-index: 2 !important;
}
 .slick-next{
    right:50px !important;
}




 /**
 * RESPONSIVE MEDIA QUERIES
 * ----------------------------------------------------------------------------
 */
 
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	.header {
		top:0 !important;
		max-height: -webkit-fill-available;
	}	
	
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.navbar{
		width: -webkit-fill-available !important;
	}

	.navbar-nav{
    text-align: center;
	}
	
	.navbar-nav>li>a{
		text-align: center;
	}
	
	.container-fluid{
		overflow: auto !important;
	}
	
	/* ALL PRODUCTS */
	.product-thumbnail h4 {
	    font-family: "Poppins", sans-serif;
	    font-size: 0.8rem;
	    font-weight: 300;
	    letter-spacing: 1px;
	    margin-top: 8px;
	    margin-bottom: 8px;
	}
	
	.category-container h1 {
	    text-align: center;
	    font-family: "Poppins", sans-serif;
	    font-weight: 400;
	    font-size: 2rem;
	    letter-spacing: 9px;
	    margin-bottom: 10px;
	    margin-top: 40px;
	}
	
	.category-container p {
	    text-align: center;
	    font-family: "Poppins", sans-serif;
	    font-weight: 400;
	    font-size: 0.9rem;
	    color: #777;
	}
    
    
    
    
    
	/*  PRODUCT PAGE MOBILE */ 
	.meetproduct {height: 100vh;}
	.detailarea {height: auto !important;}
	.detailslide {height: auto !important;}
	.features {height: auto !important;}
	.product-options {height: 100vh; }
	.pairing {height: 100vh; }
	.similar {height: 100vh; }


	.meetproduct{
		padding-top: 50px;
	    padding-bottom: 20px;
	}
	.meetproduct img {
	    max-width: 90%;
	}	
	.meetproduct .content{
	  padding-top: 0 !important;
	}
	
	.meetproduct .productname {
	    font-size: 1.5rem;
	    font-family: "Poppins", sans-serif;
	    font-weight: 500;
	    letter-spacing: 4px;
	    line-height: 0.9em;
	    text-transform: uppercase;
	}
	.meetproduct .productcategory {
	    font-size: 1rem;
	    font-family: "Poppins", sans-serif;
	    font-weight: 200;
	    line-height: 0.9em;
	    text-transform: uppercase;
	}	
	
	.btn-actions{
		margin: 0 !important;
	}
	
	.btn-actions button, .features-container button{
		padding: 3px 10px 3px 10px;
	    border: 1px solid;
	    color: #fafafa;
	    font-size: 0.9rem;
	    background: #111;
	}
	
	.btn-actions a{
		padding: 3px 10px 3px 10px;
	    border: 1px solid;
	    color: #666;
	    font-size: 0.9rem;
	}
	
	.products-text{
		margin: 0 !important;
	}
	
	.meetproduct .description p {
	    font-family: "Poppins", sans-serif;
	    font-size: 0.9rem !important;
	    font-weight: 300;
	    margin-left: 0;
	}	
	#section2 .title, #section3 .title {
	    font-size: 1.5rem;
	    font-family: "Poppins", sans-serif;
	    font-weight: 200;
	    line-height: 0.9rem;
	    text-transform: uppercase;
	    text-align: left;
	}	

	.detailarea .description, .detailslide .description {
	    font-family: "Poppins", sans-serif;
	    font-size: 1rem !important;
	    font-weight: 300;
	    margin-left: 0;
	}	
	.zoom {
	    min-height: 400px;
	    max-width: 400px;
	}
	.zoomwrapper {
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	
	#section3 .slick-slide img {
		max-width: 80%;
	}
	
	#section4 .productname{
	    font-weight: 400;
	    text-transform: uppercase;
	    font-size: 1rem;
	}
	#section4 .features-container{
		margin-left: 0 !important;
	}

	
	#section6 .options-title {
	    font-size: 1.5rem;
	    font-family: "Poppins", sans-serif;
	    font-weight: 200;
	    line-height: 1em;
	    text-transform: uppercase;
	    color: #fafafa;
	    letter-spacing: 4px;
	}	
	#section6 p{
		font-size: 0.9rem;
	    text-align: left;
	    font-weight: 200;
	}	
	#section6 a{
		font-size: 0.8rem;
	    text-decoration: underline;
	    font-weight: 300;	
	}	
	
	.slick-prev, .slick-next{
		top: 48% !important;
	}
	.slick-next {
	    right: 15px !important;
	}	
	.slick-prev {
	    left: 15px !important;
	    z-index: 2 !important;
	}

}

/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.header {
		top:0 !important;
		max-height: -webkit-fill-available;
	}
	.topbar{
		display: none !important;
	}
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.navbar{
		width: -webkit-fill-available !important;
	}
	.navbar-nav>li>a{
		text-align: center;
	}
	
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.navbar{
		width: -webkit-fill-available !important;
	}
	.navbar-nav>li>a{
		text-align: center;
	}
	
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.meetproduct img {
	    max-width: 90% !important;
	}
}

/*  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

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

    .slidemain .slick-dots {
	    position: absolute;
	    bottom: 25px;
	    display: block;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    text-align: center;
	    z-index: 2 !important;
	    background: transparent;
	}
    .slideshow {
        margin-top: 51px;
    }

    .img-covet a img {
        float: right;
        width: auto !important;
    }
    .home_middle_subscribe div {
        width: 100% !important;
    }
    .form_home_middle_subscribe button{

        float: right;
        margin-left: 0;
        margin-top: 0;
    }
    .home_middle_subscribe .txt_label{

        height: auto;
    }
    .form_home_middle_subscribe input.email{

        width: 75%;
    }
    .navbar-brand{

        padding: 8px 7px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .header, .logo {
        display: block;
    }
    .videowrapper {
        padding-top: 16px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1024px) {
    .header, .logo {
        display: block;
    }
    .videowrapper {
        padding-top:19px;
    }
    
	#nav-breadcrumb li {
	    float: left;
	    text-align: center;
	    width: 13%;
	    margin: 5px;
	}
	#nav-breadcrumb {
	    top: 99px;
	}	
}


/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .header, .logo {
        display: block;
    }
    .videowrapper {
        padding-top:25px;
    }
    .popularpieces .pop-v{
		max-height: 200px;
		overflow: hidden;
		max-width: 200px !important;
	}
    /*.popularpieces .pop-h{
		max-height: 200px;
		overflow: hidden;
		max-width: 400px !important;
	}*/
	
	#nav-breadcrumb li {
	    float: left;
	    text-align: center;
	    width: 10%;
	    margin: 5px;
	}
	#nav-breadcrumb {
	    top: 102px;
	}	
	
	.meetproduct img {
	    max-width: 90% !important;
	}
}
@media only screen and (min-width: 1440px) {
	.meetproduct img {
	    max-width: 90% !important;
	}
    .popularpieces .pop-v{
		max-height: 240px;
		overflow: hidden;
		max-width: 240px !important;
	}
    /*.popularpieces .pop-h{
		max-height: 240px;
		overflow: hidden;
		max-width: 480px !important;
	}*/
	#nav-breadcrumb {
	    top: 108px;
	}	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) {
	.meetproduct img {
	    max-width: 75% !important;
	}
    .header, .logo {
        display: block;
    }
    .videowrapper {
        padding-top:33px;
    }
    .popularpieces .pop-v{
		max-height: 317px;
		overflow: hidden;
		max-width: 317px !important;
	}
	#nav-breadcrumb {
	    top: 116px;
	}	
    /*.popularpieces .pop-h{
		max-height: 317px;
		overflow: hidden;
		max-width: 635px !important;
	}*/
}





 /**
 * MODAL POP UP
 * ----------------------------------------------------------------------------
 */
 
div#myModalHome{
    top: 2%;
}
#myModalHome .modal-content {
    width: 100%;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    background-color: #000;
    float: left;
}
@media (min-width: 768px) {
    #myModalHome .modal-dialog {
        width: 500px;
    }
}

.modal-backdrop {
    opacity:0.9 !important;
}
.modal-body {
    position: relative;
    padding: 0;
    height: 100%;
    float: left;
    /*margin: 30px auto;*/
}
button.close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 5;
  color:#fff;
}
.close {
  font-size: 40px;
  opacity: 0.7;
}
.close:hover {
  opacity: 0.8;
  background: transparent !important;
  background-color: none !important;
  border: 0 !important;
}

.landing-content {
    width: 100%;
    height: 100%;
}


@media (max-width: 700px) {
    .col-lg-12.col-md-12.col-sm-12.col-xs-12.brand_citation {
        display: none;
    }
}



/*MODAL*/

input:focus, select:focus, textarea:focus {
    outline: none;
}
*:focus {
    outline: none;
}

input.inputInterested {
    display: none;
}

.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 9999999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
   
    z-index: 10000000;
    /* padding: 15px 30px; */
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    margin: auto;
}


.modal h1{
  color: #898989;
  font-size: 27px;
  letter-spacing: 2px;
  padding: 0px 5px 0px 5px;
  margin: 18px 0px 0px 0px;
  text-align: center;
}

.modal h3{
  color: #898989;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 5px 0px 0px;
  margin: 6px 0px 18px 0px;
  text-align: center;
}


.modal .input-block {
  margin: 0px 0px 6px;
  width: 100%;
  float: left;
}

.modal .input-block-left {
  margin: 0px 0px 26px;
  width: 48%;
  float: left;
}

.modal .input-block-right {
  margin: 0px 0px 26px;
  width: 48%;
  float: right;
}

.modal .input-block-half {
  margin: 0px 0px 26px;
  width: 46%;
}

.modal span{
  margin: 0px;
  color: #b9b9b9;
  line-height: 22px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  float: left;
  display: contents;
  
}

.modal input {
	width: 100%;
    height: 24px;
    font-size: 13px;
    letter-spacing: 1px;
	margin-bottom: 6px;
    padding: 0px 0px 0px 35px !important;
    color: #b9b9b9;
    margin-bottom: 6px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #b9b9b9 !important;
}

.modal select {
	width: 100%;
    height: 24px;
    font-size: 13px;
    letter-spacing: 1px;
	margin-top: 2px;
	margin-bottom: 5px;
    padding: 0px 0px 0px 35px !important;
    color: #b9b9b9;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #b9b9b9 !important;
    -webkit-appearance: none;
         -moz-appearance: none;
          appearance: none;
}


.modal button[type=submit] {
  width: 100%;
  font-size: 13px;
  letter-spacing: 3px;
  padding: 8px 0px 7px 0px;
  margin: 10px 0px;
  background-color: #b58362;
  border: 1px solid #b58362;
}
.modal input.name { background: url('/images/icons/person-icon.png') 0px center no-repeat; background-position: 2%; }
.modal input.email { background: url('/images/icons/email-icon.png') 0px center no-repeat; background-position: 2%; }
.modal input.phone { background: url('/images/icons/phone-icon.png') 0px center no-repeat; background-position: 2%; }
.modal select.country { background: url('/images/icons/country-icon.png') 0px center no-repeat; background-position: 2%; }
.modal input.city { background: url('/images/icons/city-icon.png') 0px center no-repeat; background-position: 2%; }
.modal select.occupation { background: url('/images/icons/occupation-icon.png') 0px center no-repeat; background-position: 2%; }
.modal select.occupation { background: url('/images/icons/occupation-icon.png') 0px center no-repeat; background-position: 2%; }



/* LANDING CATÁLOGO */
.slide_product_main {
    height: auto;
    float: left;
    position: relative;
    width: 89%;
    margin: 0px 34px 6px;
}

.slide_product_main .flex-direction-nav .flex-next {
    top: 50%;
    right: 0 !important;
    margin-right: -33px;
    opacity: 1 !important;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 995;
    font-size: 0;
    background: url(../images/slides/next_nav.png) no-repeat;
}

.slide_product_main .flex-direction-nav .flex-prev {
    top: 50%;
    left: 0 !important;
    margin-left: -34px;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 995;
    font-size: 0;
    background: url(../images/slides/prev_nav.png) no-repeat;

}

.flex-direction-nav{
     list-style: none;
}

input.catalogue, .form_press_register input {
    width: 100%;
    height: 40px;
    float: left;
    margin-bottom: 10px;
    background: #FFFFFF;
    color: #464646;
    border: 1px solid #434343;
    padding: 6px 0px 4px 6px;
    letter-spacing: 1px;
    font-size: 13px;
}

select.catalogue, .form_press_register select {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    float: left;
    background: #FFFFFF;
    color: #464646;
    border: 1px solid #434343;
    padding: 6px 0px 5px 1px;
    letter-spacing: 1px;
    font-size: 13px;
}

form.form_landing_catalogue button[type="submit"], .form_press_register button {
    width: 100%;
    margin-bottom:20px
}

/* LANDING READY TO SHIP */

.press_register {
    margin-top: 22px;
    padding: 22px 0px 22px;
    border-top: 1px solid #464646;
    /* border-bottom: 1px solid #464646; */
    float: left;
}

/* LANDING EBOOKS */

   .ebook {
       width: 100%;
       margin: 2% auto;
       padding: 2% 0;
   }

    a:hover {
       text-decoration: none;
   }



   .ebook-img {
       margin: 0% 23%;
   }

   .img-pad {
       margin: 0 15%;
       width:70%;
   }

   .text-link {
       text-decoration: underline;

   }

   .text-link:hover {
       color: #333;

   }

   .text-link:focus,
   .text-link:active {
       text-decoration: none;
       color: #333;
   }


.toggle-box {
       display: none;
       background-color: #eee;
       margin-top: 20px;
       padding: 10px;
       float: left;
       z-index: 2;
       position: absolute;
       margin-top: 28.28px;
   }

   .div-toggle {
       display: block;
       cursor: pointer;
   }

   .download-item {
       width: 28.33%;
       float: left;
       text-align: center;
       position: relative;
       padding-right: 46px;
       cursor: pointer;
   }

   .download-item-ebooks {
       width: 28.33%;
       float: left;
       text-align: center;
       position: relative;
       padding-right: 46px;
       cursor: pointer;
   }

   .download-item img {
       width: 100%;
   }

   .up-arrow {
       display: none;
       position: relative;
       text-decoration: none;
       padding: 20px;
   }

   .up-arrow:after {
       content: '';
       display: block;
       position: absolute;
       left: 46%;
       bottom: 100%;
       width: 0;
       height: 0;
       border-bottom: 20px solid #eee;
       border-top: 20px solid transparent;
       border-left: 20px solid transparent;
       border-right: 20px solid transparent;
   }

   .up-arrow0 {
       display: none;
       position: relative;
       text-decoration: none;
       padding: 20px;
   }

   .up-arrow0:after {
       content: '';
       display: block;
       position: absolute;
       left: 80px;
       bottom: 100%;
       width: 0;
       height: 0;
       border-bottom: 20px solid #eee;
       border-top: 20px solid transparent;
       border-left: 20px solid transparent;
       border-right: 20px solid transparent;
   }

   .up-arrow1 {
       display: none;
       position: relative;
       text-decoration: none;
       padding: 20px;
   }

   .up-arrow1:after {
       content: '';
       display: block;
       position: absolute;
       left: 80%;
       bottom: 100%;
       width: 0;
       height: 0;
       border-bottom: 20px solid #eee;
       border-top: 20px solid transparent;
       border-left: 20px solid transparent;
       border-right: 20px solid transparent;
   }

   .up-arrow2 {
       display: none;
       position: relative;
       text-decoration: none;
       padding: 20px;
   }

   .up-arrow2:after {
       content: '';
       display: block;
       position: absolute;
       left: 85%;
       bottom: 100%;
       width: 0;
       height: 0;
       border-bottom: 20px solid #eee;
       border-top: 20px solid transparent;
       border-left: 20px solid transparent;
       border-right: 20px solid transparent;
   }

   .white-issu-bar {
       position: absolute;
       bottom: 78px;
       height: 32px;
       ;
       background-color: #f2f2f2;
       width: 95%;
       z-index: 1;
   }

   .content-item {
       position: relative;
       width: 100%;
       display: inline-block;

   }

   .d-now {
       font-size: 10px;
       background: #000;
       color: #fff;
       padding: 3px 12px;
       margin-bottom: 12px;
       display: inline-block;
       letter-spacing: 1px;
       margin-left: 11px;
   }

   .d-nowebooks {
       margin: 28px 0 0 -4px;
       font-size: 10px;
       background: #000;
       color: #fff;
       padding: 3px 12px;
       margin-bottom: 12px;
       display: inline-block;
       letter-spacing: 1px;
   }

   .content-downloadnow {
       width: 100%;
       display: inline-block;
       padding: 15px 15px;
   }

   .content-downloadnow h1 {
       text-transform: uppercase;
       font-size: 16px;
       letter-spacing: 1px;
   }

   .name,
   .email,
   .occupation,
   .country {
       height: 32px !important;
       margin-bottom: 11.2px!important;
       text-transform: uppercase;
       letter-spacing: .7px;
       padding-left: 10px !important;
       width: 100%;
       background: #fff;
       color: #767676;
       padding: 0 0 0 2px;
       border: 1px solid #ddd;
       margin-bottom: 0;
       display: block !important;
       font-size: 11px;
       height: 20px;
       line-height: 20px;
   }
.form_enquiry input {
    height: 32px !important;
    margin-bottom: 11.2px!important;
    text-transform: uppercase;
    letter-spacing: .7px;
    padding-left: 10px !important;
    width: 100%;
    background: #fff;
    color: #767676;
    padding: 0 0 0 2px;
    border: 1px solid #ddd;
    margin-bottom: 0;
    display: block !important;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
}
   .btn_submit-wbz {
       width: 100% !important;
       background-color: #767676 !important;
       color: #fff !important;
       margin: auto;
       border: none;
   }

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

   .txt-catalogues {
       position: absolute;
       bottom: 12.5%;
       text-transform: uppercase;
       font-size: 11px;
       text-align: center;
       width: 48%;
   }

   .txt-ebooks {
       position: absolute;
       bottom: 13.5%;
       text-transform: uppercase;
       font-size: 11px;
       text-align: center;
       width: 83%;
       left: 0;
   }

   .catalogue-cta-banner {
       display: none;
   }

   .tabs a {
       color: #333;
       text-decoration: none;
   }

   .tabs a:hover,
   .tabs a:active,
   .tabs a:focus {
       text-decoration: none;
       color: #A08866;
   }

   div.tabdownloads {
       overflow: hidden;
       text-transform: uppercase;
       text-align: center;
   }

   div.tabdownloads button {
       background-color: inherit;
       border: none;
       outline: none;
       cursor: pointer;
       padding: 16px 0px 5px 0;
       transition: 0.3s;
       text-transform: uppercase;
       font-size: 12px;
       letter-spacing: .7px;
       margin: 10px 15px 0 15px;
       display: inline-block;
   }

   div.tabdownloads button.active {
       border-bottom: 1px solid #ddd;
   }

   .tabcontent {
       display: none;
   }

   .active {
       display: inline;

       text-decoration: none;
   }

   #Ebooks {
       margin-top: 70px;
   }

   .product-image-name-all-products.ebook-thumb.slide-ebooks {
       height: 416px;
       overflow: hidden;
   }

   @media only screen and (max-width:640px) {
       .tabs a {
           font-size: 10pt;
       }
       .tabs {
           margin: 10% 0;
       }
       a.black {
           width: 100%;
           margin: 0 0%;
       }
       .description-ebook {
           height: auto;
       }
       .img-info {
           width: 100%;
       }
       h2 {
        font-size: 18pt;
       }
   }

.form_ebook .interested{
    display: none;
}
.content-ebook {
    margin-top: 25px;
    margin-bottom: 40px;
}

.btn-ebook{
    background-color: #8fadb2;
    position: relative;
    padding: 2% 6%;
    color: #fff;
    cursor: pointer;
       text-align: center;
       font-size: normal;
    width: 200px;
}

.btn-ebook:hover {
       background-color: #be8a7d;
       padding: 2% 6%;
       color: #fff;
       text-decoration: none;
   }

/* PÁGINA PRESS */

input.press {
    width: 100%;
    height: 40px;
    float: left;
    margin-bottom: 10px;
    background: #FFFFFF;
    color: #464646;
    border: 1px solid #434343;
    padding: 6px 0px 4px 6px;
    letter-spacing: 1px;
    font-size: 13px;
}

.form_press_login button, .form_press_register button {
    width: 100%;
}

.formword {
    position: absolute;
    left: -20000px;
}

.product-caption{
    font-size:13px;
    text-align: center
}

button{
    cursor: pointer
}

@media (max-width:1280px){
    .popularpieces .slick-slide {
   /* max-height: 211px!important;*/
    overflow: hidden;
}
}

ul.pagination{
    display:none!important
}

/* PÁGINA SHOWROOMS */


.caption-slides{
  position: absolute;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  color: WHITE;
  left: 10%;
  bottom:20%;
  font-size: 40px;
}


@media(max-width:767px){
  .caption-slides{
    padding: 0 30px;
  }
}

.video-container {
    position:relative;
    padding-bottom:36.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/*.video-container{
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}*/

.video-container video{
  /*min-width: 100%;
  min-height: 100%;
  width: auto !important;*/
  height: auto !important;
/*  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);*/
}

.covet-background{
  background: url(https://www.covethouse.eu/wp-content/uploads/2018/12/PARIS-01.jpg);
}


