.b-lazy {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}
.b-loaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

*{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 0;
}


main {
  background: #f0f2f7;
}


/* NAVBAR MOBILE */

nav#menu {
  font-size: 18px;
}

body.decorhaus .mm-menu {
  z-index: 100000;
}

body.decorhaus .mm-menu .mm-panel {
  background: #2d2d2d!important;
  color: #fff;
}

#menu .welcome{
  font-size: 21px;
  padding: 20px 0 10px 20px;
}

body.mm-wrapper_opened #hamburger:before {
  margin-top: 10px;
  transform: rotate(45deg);
}
body.mm-wrapper_opened #hamburger:after {
  margin-top: -10px;
  transform: rotate(-45deg);
}
body.mm-wrapper_opened #hamburger span {
  left: -50px;
  opacity: 0;
}
.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: #2d2d2d!important;
  color: #fff!important;
  border-color: #fff!important;
}

.mm-listitem {
  color: #fff!important;
  border-color: #fff!important;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mm-listitem:after {
  left: 0!important;
}

.mm-btn:after, .mm-btn:before {
  border-color: #fff!important;
}


#hamburger {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 30px;
}

#hamburger:before, #hamburger:after, #hamburger span {
  transition: none .5s ease .5s;
  transition-property: transform,top,bottom,left,opacity;
}

#hamburger:before {
  top: 5px;
}

#hamburger:before, #hamburger:after, #hamburger span {
  background: #000;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}

#hamburger span {
  transition: none .5s ease .5s;
  transition-property: transform,top,bottom,left,opacity;
}

#hamburger span {
  top: 15px;
}

#hamburger span {
  background: #000;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}

#hamburger:before, #hamburger:after, #hamburger span {
  transition: none .5s ease .5s;
  transition-property: transform,top,bottom,left,opacity;
}

#hamburger:after {
  top: 25px;
}

#hamburger:before, #hamburger:after, #hamburger span {
  background: #000;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}







/* NAVBAR */


body.decorhaus header.header-bg {
  background-color: #f0f2f7;
}
body.decorhaus header.header-bg.fixo {
  -webkit-box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: -1px 1px 20px 0 rgba(0,0,0,0.15);
  box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
body.decorhaus header.header-bg.fixo .logo-base {
  padding: 20px;
}

body.decorhaus header.header-bg .logo-base {
  padding: 30px;
}
body.decorhaus header.header-bg #nav-mobile {
  margin-right: 0;
}
body.decorhaus header.header-bg #nav-mobile .logo-base {
  padding: 0px;
}

body.decorhaus header.header-bg .logo-base img{
  width: 100%;
}
body.decorhaus header.header-bg #nav-mobile .logo-base img{
  width: 100%;
}

body.decorhaus header.header-bg .search{
  width: 100%;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus header.header-bg #nav-mobile a {
  color: #b5272c;
}
body.decorhaus header.header-bg #nav-mobile a.collapsed {
  color: #fff;
}

body.decorhaus header.header-bg .search-mob-style .search-full{
  padding: 0;
}

body.decorhaus header.header-bg .search-mob-style .search-full input{
  border: 0;
  border-radius: 0;
  padding: 20px 10px;
}

body.decorhaus header.header-bg .search-mob-style .search-full .btn-new{
  position: relative;
  display: block;
  
  width: 100%;
  height: 50px;


  font-size: 12px;
  font-weight: 500;
  
  text-transform: uppercase;
  text-align: center;
  color: #fff;  


  border: 0;
  border-radius: 0;
  background-color: #b5272c;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus header.header-bg .search-mob-style .search-full form{
  margin-bottom: 0px;
}

body.decorhaus header.header-bg .search-mob-style .search-full .btn-new:hover{
  background-color: #df364c;
}

body.decorhaus header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.decorhaus header.header-bg .search input{
  border: 0;
  padding: 25px;
}

body.decorhaus header.header-bg .search .btn-new{
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;

  font-size: 14px;
  font-weight: 500;  
  text-transform: uppercase;
  text-align: center;
  color: #fff;  
  line-height: 40px;

  border: 0;
  border-radius: 0 3px 3px 0;
  background-color: #b5272c;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus header.header-bg .search .btn-new svg{
  fill: #fff;
  width: 20px;
  vertical-align: middle;
}

body.decorhaus header.header-bg .search .btn-new:hover{
  background-color: #df364c;
}
.btn:focus,.btn:active,.form-control:focus,input:active {
  outline: none !important;
  box-shadow: none;

  -webkit-box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
  box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
}

body.decorhaus header.header-bg .menu-favorite {
  cursor: pointer;
}
body.decorhaus header.header-bg .menu-favorite svg{
  fill: none;
  stroke:#b5272c;
  stroke-miterlimit:10;
  stroke-width:2px;
  width: 25px;
}

body.decorhaus header.header-bg .menu-favorite span{
  display: inline-block;  
  background-color: #63666c; 
  width: 25px;
  height: 25px;

  text-align: center;
  vertical-align: middle;
  line-height: 25px;

  font-size: 12px;
  color: #fff;

  border-radius: 15px;
}

body.decorhaus header.header-bg .menu-cart {
  cursor: pointer;
}
body.decorhaus header.header-bg .menu-cart svg{
  fill: #b5272c;
  width: 25px;
}

body.decorhaus header.header-bg .menu-cart span{
  display: inline-block;  
  background-color: #63666c; 
  width: 25px;
  height: 25px;

  text-align: center;
  vertical-align: middle;
  line-height: 25px;

  font-size: 12px;
  color: #fff;

  border-radius: 15px;
}

body.decorhaus header.header-bg .col-search-mobi {
  cursor: pointer;
}
body.decorhaus header.header-bg .col-search-mobi svg{
  fill: #b5272c;
  width: 25px;
}

body.decorhaus header.header-bg .col-search-mobi span{
  display: inline-block;  
  background-color: #63666c; 
  width: 25px;
  height: 25px;

  text-align: center;
  vertical-align: middle;
  line-height: 25px;

  font-size: 12px;
  color: #fff;

  border-radius: 15px;
}

body.decorhaus header.header-bg .menu-account {
  cursor: pointer;
}
body.decorhaus header.header-bg .menu-account svg{
  fill: #b5272c;
  width: 25px;
}

body.decorhaus header.header-bg .menu-account span{
  display: inline-block;  
  background-color: #63666c; 
  width: 25px;
  height: 25px;

  text-align: center;
  vertical-align: middle;
  line-height: 25px;

  font-size: 12px;
  color: #fff;

  border-radius: 15px;
}

body.decorhaus header.header-bg .menu-my-cart {
  position: relative;
}
body.decorhaus header.header-bg .menu-my-cart p{
  margin: 0;

  color: #6d6f70;
}

body.decorhaus header.header-bg .menu-my-cart b{
  font-size: 18.2px;
  font-weight: 700;
  color: #b5272c;
}

body.decorhaus header.header-bg .menu-my-cart:after{
  position: absolute;
  right: 10px;
  top: 25%;
  font-family: FontAwesome;
  content: "\f078";
  color: #63666c;
}

body.decorhaus .shopping-cart {
  width: 500px;
  padding: 0 20px 20px 20px;
  top: 50px;
}

.shopping-cart {
  background: white;
  width: 420px;
  position: absolute;
  top: 60px;
  right: -10px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
  z-index: 12;
}

.shopping-cart .shopping-cart-items {
  padding-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.shopping-cart h1.title{
  padding: 20px 0 0 0;
  font-size: 21px;
  color: #63666c;
}

body.decorhaus header.header-bg .menu-my-cart:hover .shopping-cart {
  opacity: 1;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(1);
  transform-origin: right top 0;
  transform: scale(1);
  z-index: 12;
}

body.decorhaus .shopping-cart .shopping-cart-header-link {
  display: block;
  margin-top: 10px;
}

body.decorhaus .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd {
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
}

body.decorhaus .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd i {
  color: #b5272c;
  font-size: 17.5px;
}

body.decorhaus .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd h4 {
  margin: 0;
  color: #b5272c;
  font-size: 17.5px;
}

body.decorhaus .shopping-cart .shopping-cart-items .table {
  margin-bottom: 0;
}

body.decorhaus .shopping-cart .shopping-cart-items .table td[data-title="Preço total"] span.text-success {
  font-size: 16px;
  font-weight: 500;
}

.shopping-cart .shopping-cart-total .shopping-cart-total-span p{
  color: #4ea232!important;
  font-weight: 700;
  text-align: right;
  padding: 20px 0;
}

.shopping-cart .cart-products-extra {
  display: none;
}

small, .small {
  font-size: 85%;
}

body.decorhaus #menu-desktop {
  background-color: #f0f2f7;
}
body.decorhaus #menu-desktop .bar-fix{
  position: absolute;
  right: 0;
  background-color: #b5272c;
  width: 50%;
  height: 60px;
  z-index: 2;
}
body.decorhaus #menu-desktop .bar-menu{
  position: relative;
  background-color: #b5272c;
  height: 60px;  
  z-index: 2;
}
body.decorhaus #menu-desktop .bar-menu:before {
  position: absolute;
  background-color: #b5272c;
  content: "";
  height: 60px;
  width: 100px;
  bottom: 0;
  /* left: -100px; */
  left: -75px;
  z-index: -1;
  border-bottom: 60px solid transparent;
  /* border-left:75px solid #f0f2f7; */
  border-left:35px solid #f0f2f7;
}
body.decorhaus #menu-desktop .bar-menu ul.menu-itens {
  display: flex;
  gap: 20px;
  width: 100%;
}
body.decorhaus #menu-desktop .bar-menu ul{
  margin: 0;
  /* width: 100%; */
}

body.decorhaus #menu-desktop .bar-menu ul.view-all {
  position: relative;  
  z-index: 0;
  
  top: 0;
  left: 0;
  
  --decorhaus-color: #98191d;

  background: var(--decorhaus-color);
  background: -moz-linear-gradient(90deg, var(--decorhaus-color) 0, #b5272c 25%, #b5272c 75%, var(--decorhaus-color) 100%);
  background: -webkit-linear-gradient(90deg, var(--decorhaus-color) 0, #b5272c 25%, #b5272c 75%, var(--decorhaus-color) 100%);
  background: linear-gradient(90deg, var(--decorhaus-color) 0, #b5272c 25%, #b5272c 75%, var(--decorhaus-color) 100%);
  
  transform: skew(335deg);
}
body.decorhaus #menu-desktop .bar-menu ul.view-all li.dropdown-hover {
  font-weight: 500;
  transform: skew(-335deg);
}
body.decorhaus #menu-desktop .bar-menu ul.view-all li.dropdown-hover:hover .dropdown-menu.second-level {
  visibility: visible;
  opacity: 1;
  overflow: initial;
}
body.decorhaus #menu-desktop .bar-menu ul.view-all li.dropdown-hover:hover .dropdown-menu.second-level li.no-dropdown-hover,
body.decorhaus #menu-desktop .bar-menu ul.view-all li.dropdown-hover:hover .dropdown-menu.second-level li.dropdown-hover {
  width: 100%;
  transform: skew(0deg);
  height: auto;
}
body.decorhaus #menu-desktop .bar-menu ul.view-all li.dropdown-hover:hover .dropdown-menu.second-level:hover .dropdown-toggle + .dropdown-menu.three-level,
body.decorhaus #menu-desktop .bar-menu ul.view-all li.dropdown-hover:hover .dropdown-menu.second-level .dropdown-toggle:hover + .dropdown-menu.three-level{
  opacity: 1;
  z-index: 0;
}
body.decorhaus #menu-desktop .bar-menu ul.view-all li.dropdown-hover:hover .dropdown-menu.second-level .dropdown-toggle::after {
  transform: rotate(270deg);
}
body.decorhaus #menu-desktop .bar-menu ul.view-all li.dropdown-hover .dropdown-menu.three-level {
  position: absolute;
  left: 100%;
  top: 0;

  opacity: 0;
  z-index: -999;

  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


.dropdown-hover:hover .dropdown-menu {
  display: block;
}


body.decorhaus #menu-desktop .bar-menu li.no-dropdown-hover,
body.decorhaus #menu-desktop .bar-menu li.dropdown-hover {
  position: relative;
  float: left;
  height: 60px;
  align-items: center;
  display: flex;
}

body.decorhaus #menu-desktop .bar-menu li.no-dropdown-hover,
body.decorhaus #menu-desktop .bar-menu li.dropdown-hover{
  position: relative;
  float: left;
}

body.decorhaus #menu-desktop .bar-menu .view-all li .no-dropdown-toggle,
body.decorhaus #menu-desktop .bar-menu .view-all li .dropdown-toggle {
  padding-right: 25px;
}
body.decorhaus #menu-desktop .bar-menu li .no-dropdown-toggle,
body.decorhaus #menu-desktop .bar-menu li .dropdown-toggle{
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;  
  padding: 0 8px;
}
body.decorhaus #menu-desktop .bar-menu li .no-dropdown-toggle span,
body.decorhaus #menu-desktop .bar-menu li .dropdown-toggle span {
  font-size: 14px;
}
body.decorhaus #menu-desktop .bar-menu .view-all li .dropdown-toggle.botao-nav {
  padding-left: 25px;
}

body.decorhaus #menu-desktop .bar-menu .dropdown-menu{
  background-color: #fff;  
  border: 0;
  border-radius: 0;  
  margin: 0;
  padding: 0;
  width: 300px;
  box-shadow: 0 0 35px rgba(0, 0, 0, .3);  
  overflow: hidden;
}

body.decorhaus #menu-desktop .bar-menu .dropdown-menu li{  
  position: relative;
  margin-left: 0;  
  cursor: pointer;  

  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
body.decorhaus #menu-desktop .bar-menu .dropdown-menu li:after {
  position: absolute;
  display: block;
  content: '';
  opacity: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #b5272c;
  
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
body.decorhaus #menu-desktop .bar-menu .dropdown-menu li:hover:after {
  opacity: 1;
  width: 50%;
}
body.decorhaus #menu-desktop .bar-menu .dropdown-menu a{
  position: relative;
  display: block;

  margin: 0;
  color: #2f373e;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;

  padding: 10px;
  width: 100%;

  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, font-weight .2s ease-in-out;
  -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, font-weight .2s ease-in-out;
  -ms-transition: color .2s ease-in-out, background-color .2s ease-in-out, font-weight .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, font-weight .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, font-weight .2s ease-in-out;
}
body.decorhaus #menu-desktop .bar-menu .dropdown-menu li:hover a{
  background-color: #f0f2f7;
  color: #b5272c;
  font-weight: 600;
}






/* BANNERS */

body.decorhaus .mySwiper {
  padding: 0;
}
body.decorhaus .mySwiper {
  margin: 0;
}
body.decorhaus .mySwiper img {
  display: block;
  width: 100%;
}
body.decorhaus #banner .navs #navbar-prev{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;

  top: calc(50% - 25px);
  left: 5%;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;  

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus #banner .navs #navbar-prev svg{
  width: 15px;
  height: 15px;
  fill: #fff;
}
body.decorhaus #banner .navs #navbar-prev:hover{
  background-color: #b5272c;
  transform: scale(.9);
  
  -webkit-box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
  box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
}

body.decorhaus #banner .navs #navbar-next{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  cursor: pointer;

  top: calc(50% - 25px);
  right: 5%;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 3px;  

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus #banner .navs #navbar-next svg{
  width: 15px;
  height: 15px;
  fill: #fff;
}
body.decorhaus #banner .navs #navbar-next:hover{
  background-color: #b5272c;
  transform: scale(.9);
  
  -webkit-box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
  box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
}



/* MINI BANNERS */

body.decorhaus[data-page="home"] #apoio-banner {
  background-color: #f6f7fb;
  padding: 28px 0;

}
body.decorhaus[data-page="home"] #apoio-banner .apoio-banner-item{
  border-right: 2px solid #d9dfeb;
}
body.decorhaus[data-page="home"] #apoio-banner .apoio-banner-item:last-child{
  border-right: 2px solid transparent;
}
body.decorhaus[data-page="home"] #apoio-banner .row{
    margin-left: -30px;
    margin-right: -30px;
}
body.decorhaus[data-page="home"] #apoio-banner svg{
  fill: #424752;
  width: 30px;
  margin-right: 15px;
}
body.decorhaus[data-page="home"] #apoio-banner p{
  margin: 0;
}
body.decorhaus[data-page="home"] #apoio-banner p b{
  color: #b5272c
}
body.decorhaus[data-page="home"] #apoio-banner img{
    display: block;
    margin: 0 auto;
    width: 100%;
}





/* TÍTULO SESSÃO */

body.decorhaus .box-title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;    
}
body.decorhaus .box-title .box-text {
    color: #6d6f70;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
body.decorhaus .box-title .box-text b{
  font-size: 35px;
  font-weight: 800;
  color: #b5272c;

  position: relative;
}

body.decorhaus .box-title .box-text b:before {
  position: absolute;
  background-color: #b5272c;
  content: "";
  height: 5px;
  width: 20px;
  bottom: 0;
  left: 0;
  z-index: 1;

  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}

body.decorhaus .instagram .box-title .box-text b:before {
  left: 50px;
}
body.decorhaus .instagram .box-title .box-text b:after {
  left: 50px;
}

body.decorhaus .box-title .box-text b:after {
  position: absolute;
  background-color: #b5272c;
  content: "";
  height: 5px;
  width: 40px;
  bottom: 0;
  left: 0;

  border-top: 5px solid transparent;
  border-right: 5px solid #fff;
}
body.decorhaus .box-title a{
  text-decoration: none;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .box-title a:hover{
  text-shadow: 0 0 30px rgba(40, 40, 40, .3);
}



/* LISTA DE PRODUTOS */

body.decorhaus .product-list{
  position: relative;
}

body.decorhaus .product-list .product{
  margin: 15px 0;
}

body.decorhaus .product-list .product-image .tag-promotion{
  position: absolute;
  top: 3%;
  left: 9%;  
  opacity: 0;

  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  color: #b5272c;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 60px;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .product-list .product:hover .tag-promotion{
  opacity: 1;

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

body.decorhaus .product-list .product .product-image img{
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .product-list .product:hover .product-image img{
  box-shadow: 10px 10px 30px rgba(40, 40, 40, .25);
}

body.decorhaus .product-list .product .product-image .circle-logo{
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  background-color: rgba(0, 0, 0, .6);

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus .product-list .product .product-image .circle-logo img{
  width: 75px;
  height: 75px;

  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus .product-list .product:hover .circle-logo{
  opacity: 1;
}

body.decorhaus .product-list .product:hover .circle-logo img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

body.decorhaus .product-list .product .product-info a {
  text-decoration: none;
}

body.decorhaus .product-list .product .product-info a .tit{
  color: #424752;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 8px 0 5px;
  padding: 0 10px;
}

body.decorhaus .product-list .product .product-info .container-price {
  text-align: center;
}
body.decorhaus .product-list .product .product-info .container-price span.price-label{
  font-size: 14px;
  font-weight: 500;
  color: #6d6f70;

  display: inline-block;
}
body.decorhaus .product-list .product .product-info .container-price span.price{
  font-size: 21px;
  font-weight: 700;
  color: #b5272c;

  display: inline-block;
}
body.decorhaus .product-list .product .product-info .container-price span.installment {
  display: block;
  margin-top: 0;

  color: #737f89;
  font-size: 14px;
  font-weight: 500;  
}
body.decorhaus .product-list .product .product-info .container-price span.installment b {
  color: #424752;
  font-weight: 700;
}

body.decorhaus .product-list .product .product-info .btn-ver-produto {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 160px;
  height: 40px;

  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0;

  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;  
  line-height: 40px;

  border-radius: 10px;
  background-color: #b5272c;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus .product-list .product:hover .product-info .btn-ver-produto{
  opacity: 1;

  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body.decorhaus .product-list .product .product-info .btn-ver-produto:hover{
  background-color: #df364c;  
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* body.decorhaus .product-list .product .product-info .btn-ver-produto:before,
body.decorhaus .product-list .product .product-info .btn-ver-produto:after {
  content: "";
  width: 0px;
  height: 0px;
  top: 0px;
  position: absolute;
}

body.decorhaus .product-list .product .product-info .btn-ver-produto:before {
  border-top: 40px solid transparent;
  border-right: 5px solid #b5272c;
  left: 8px;
  
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

body.decorhaus .product-list .product .product-info .btn-ver-produto:after {
  border-bottom: 40px solid transparent;
  border-left: 5px solid #b5272c;
  right: 8px;

  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

body.decorhaus .product-list .product .product-info .btn-ver-produto:hover{
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(200, 202, 210, 1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
body.decorhaus .product-list .product .product-info .btn-ver-produto:hover:before{
  left: -5px;
  opacity: 1;
}
body.decorhaus .product-list .product .product-info .btn-ver-produto:hover:after{
  right: -5px;
  opacity: 1;
} */

body.decorhaus .category .box{
  position: relative;
  width: 100%;
  overflow: hidden;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .category .box::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 64.1025641025641%;
}

body.decorhaus .category .gt-30{
  margin-top: 30px;
}

body.decorhaus .category .box img{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus .category .box h2.title{
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 80px;

  /* background-color: #b5272c; */

  color: #fff;
  font-size: 18px;
  font-weight: 400;
  
  display: flex;
  justify-content: center;
  align-items: center;

  text-transform: uppercase;
  z-index: 0;
  margin: 0;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .category .box h2.title:before {
  position: absolute;
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  left: -30px;
  transform: skewX(-25deg);

  background: #b5272c;
  z-index: -1;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* body.decorhaus .category .box h2.title:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: -49px;
  
  border-top: 90px solid transparent;
  border-right: 50px solid #b5272c;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .category .box h2.title:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  right: -49px;
  
  border-bottom: 90px solid transparent;
  border-left: 50px solid #b5272c;
} */

body.decorhaus .category .box .btn-more{
  position: absolute;
  right: 30px;
  bottom: 15px;

  background-color: #63666c;
  padding: 10px 20px;
  border-radius: 5px;

  color: #fff;
  text-transform: uppercase;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus .category .box:hover {
  -webkit-box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15);
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 15%);
}
body.decorhaus .category .box:hover img{
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
body.decorhaus .category .box:hover .btn-more{
  background-color: #b5272c;

  padding: 10px 15px 10px 20px;
}
body.decorhaus .category .btn-more i{

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .category .box:hover .btn-more i{
  
  margin-left: 5px;
}


body.decorhaus .instagram .col-z:first-child {
  padding-left: 0;
}
body.decorhaus .instagram .col-z:last-child {
  padding-right: 0;
}

body.decorhaus .instagram .picture {
  overflow: hidden;
}
body.decorhaus .instagram .picture img{
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .instagram .picture:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/* REDES SOCIAIS */

body.decorhaus[data-page="home"] .redes {
  padding: 14px 0;
}
body.decorhaus[data-page="home"] .redes a{
  text-decoration: none;
}
body.decorhaus[data-page="home"] .redes .box-rs{
  background-color: #f0f7fd;
  border-radius: 10px;

  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
body.decorhaus[data-page="home"] .redes .box-rs:hover{
  -webkit-box-shadow: 0 15px 30px rgba(220, 223, 226, 1);
  box-shadow: 0 15px 30px rgba(220, 223, 226, 1);  
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
body.decorhaus[data-page="home"] .redes .box-rs .logo{
  background-color: gray;
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  position: relative;
}
body.decorhaus[data-page="home"] .redes .box-rs .logo:after{
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  right: -10px;
  background-color: #f0f7fd;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
body.decorhaus[data-page="home"] .redes .box-rs .logo svg{
  fill: #fff;
  width: 35px;
}
body.decorhaus[data-page="home"] .redes .box-rs .text {
  padding: 20px;
}
body.decorhaus[data-page="home"] .redes .box-rs .text p{
  font-size: 14px;
  font-weight: 500;
  color: #424752;
  margin: 0;
}
body.decorhaus[data-page="home"] .redes .box-rs .text h1{
  font-size: 28px;
  font-weight: 600;
  color: gray;
  margin: 0;
}
body.decorhaus[data-page="home"] .redes .box-rs.facebook .logo{
  background-color: #1674ea;
}
body.decorhaus[data-page="home"] .redes .box-rs.facebook .text h1{
  color: #1674ea;
}
body.decorhaus[data-page="home"] .redes .box-rs.instagram .logo{
  background-color: #e80071;
}
body.decorhaus[data-page="home"] .redes .box-rs.instagram .text h1{
  color: #e80071;
}
body.decorhaus[data-page="home"] .redes .box-rs.youtube .logo{
  background-color: #e81918;
}
body.decorhaus[data-page="home"] .redes .box-rs.youtube .text h1{
  color: #e81918;
}





/* Newsletter */

body.decorhaus .news-home {
  background: #63666c;
  padding: 21px 0 35px 0;
  margin: 14px 0 0 0;
}

body.decorhaus .news-home .form-newsletter .block-label{
  font-size: 16.09px;
  font-weight: 500;
  line-height: 22.40px;
  margin: 0;
  color: #fff;
}
body.decorhaus .news-home .form-newsletter .block-label span{
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  color: #b5272c;
}

body.decorhaus .news-home .form-newsletter .block-input input{
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;

  font-size: 14px;
  font-weight: 400;
  padding: 5px 0 5px 10px;
  text-align: left;
  color: #343b40;  
  line-height: 40px;

  border: 0;
  border-radius: 0 3px 3px 0;
  background-color: #f9fafe;

  box-shadow: 0 10px 20px rgba(40, 40, 40, 0)!important;
  outline: 0!important;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .news-home .form-newsletter .block-input input:focus{
  box-shadow: 0 10px 20px rgba(40, 40, 40, .5)!important;
}

body.decorhaus .news-home .form-newsletter .input-group-text {  
  padding: 0 14px;
  height: 40px;
  color: #9da5b9;
  background-color: #e9ecf3;
  border: 0;
  border-radius: 3px 0 0 3px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #9da5b9!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #9da5b9!important;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #9da5b9!important;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #9da5b9!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #9da5b9!important;
}

::placeholder { /* Most modern browsers support this now. */
 color: #9da5b9!important;
}

body.decorhaus .news-home .form-newsletter .block-input .placeholder{
  position: absolute;
  background-color: #f0f7fd;
  padding: 0 5px;
  top: -12px;
  left: 10%;
  font-size: 12px;
  font-weight: 500;
  color: blue;
}

body.decorhaus .news-home .form-newsletter .block-btn .btn-new{
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;

  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #fff;  
  line-height: 40px;

  border: 0;
  border-radius: 3px;
  background-color: #6f747d;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus .news-home .form-newsletter .block-btn .btn-new:hover{
  background-color: #b5272c;
}





/* Breadcrumbs */

body.decorhaus[data-page="produto-detalhes"] #breadcrumbs {
  margin: 0;
  padding: 2.5px 0;
  background-color: #63666c;
}

body.decorhaus[data-page="produto-detalhes"] #breadcrumbs ul,
body.decorhaus[data-page="produto-detalhes"] #breadcrumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

body.decorhaus[data-page="produto-detalhes"] #breadcrumbs ul li {
  float: left;
  line-height: 10px;
}

body.decorhaus[data-page="produto-detalhes"] #breadcrumbs a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
}

body.decorhaus[data-page="produto-detalhes"] #breadcrumbs ul li::after {
  content: "»";
  color: #b5272c;
  font-weight: 700;
  margin: 10px;
}

body.decorhaus[data-page="produto-detalhes"] #breadcrumbs li,
body.decorhaus[data-page="produto-detalhes"] #breadcrumbs p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 10px;
}

body.decorhaus[data-page="produto-detalhes"] #breadcrumbs ul li:last-child:after {
  content: '';
}

body.decorhaus #breadcrumbs {
  margin: 0;
  padding: 10px 0;
  background-color: #cbe0e7;
}

body.decorhaus #breadcrumbs ul,
body.decorhaus #breadcrumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

body.decorhaus #breadcrumbs ul li {
  float: left;
  line-height: 10px;
}

body.decorhaus #breadcrumbs a {
  color: #737f89;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

body.decorhaus #breadcrumbs ul li::after {
  content: "»";
  color: #b5272c;
  font-weight: 700;
  margin: 10px;
}

body.decorhaus #breadcrumbs p {
  color: #424752;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 14px;
}

body.decorhaus #breadcrumbs ul li:last-child:after {
  content: '';
}

body.decorhaus[data-page="produtos-list"] #breadcrumbs {
  margin: 0;
  padding: 10px 0;
  background-color: #cbe0e7;
  margin-bottom: 35px;
}

body.decorhaus[data-page="produtos-list"] #breadcrumbs ul,
body.decorhaus[data-page="produtos-list"] #breadcrumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

body.decorhaus[data-page="produtos-list"] #breadcrumbs ul li {
  float: left;
  line-height: 10px;
}

body.decorhaus[data-page="produtos-list"] #breadcrumbs a {
  color: #737f89;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

body.decorhaus[data-page="produtos-list"] #breadcrumbs ul li::after {
  content: "»";
  color: #b5272c;
  font-weight: 700;
  margin: 10px;
}

body.decorhaus[data-page="produtos-list"] #breadcrumbs p {
  color: #424752;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 14px;
}

body.decorhaus[data-page="produtos-list"] #breadcrumbs ul li:last-child:after {
  content: '';
}

/* SOBRE O PRODUTO */
body.decorhaus[data-page="produto-detalhes"] .about{
  margin: 28px 0;
  padding: 42px 0;
  background-color: #fff;
}

body.decorhaus[data-page="produto-detalhes"] .nav-tabs {
  margin-top: -105px;
  border: 0;
}

body.decorhaus[data-page="produto-detalhes"] .nav-tabs .nav-link {
  display: flex;
  align-items: center;

  color: #424752;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;

  background-color: #f0f2f7;
  width: 100%;
  height: 100%;
  padding: 20px;


  border: 0;
  border-top: 2px solid #f0f2f7;
  border-radius: 0;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus[data-page="produto-detalhes"] .nav-tabs .nav-item:hover .nav-link{
  background-color: #f9fafe;
  border-top: 2px solid #b5272c;
}

body.decorhaus[data-page="produto-detalhes"] .nav-item.active .nav-link {
  color: #b5272c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;

  background-color: #fff!important;
  padding: 20px;

  border-radius: 0;
  border-top: 2px solid #b5272c;

  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

body.decorhaus[data-page="produto-detalhes"] .collapse.show {
  display: initial;
  visibility: visible;
}
body.decorhaus[data-page="produto-detalhes"] .tab-content{
  background-color: #fff;

  box-shadow: 0 20px 30px rgba(10, 10, 40, .1);
}
body.decorhaus[data-page="produto-detalhes"] .tab-content .tab-pane{
  padding: 28px;
}
body.decorhaus[data-page="produto-detalhes"] .tab-content .tab-pane .tabpanel-title {
  font-size: 28px;
  font-weight: 700;
  color: #424752;
  margin-bottom: 10px;
}
body.decorhaus[data-page="produto-detalhes"] .tab-content .tab-pane .card-header{
  color: #424752;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

body.decorhaus[data-page="produto-detalhes"] .tab-content .tab-pane .card-header h2{
  font-size: 14px;
  font-weight: 600;
}

body.decorhaus[data-page="produto-detalhes"] .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ccc;
  border-radius: 0;

  margin-bottom: 10px;  
}

body.decorhaus[data-page="produto-detalhes"] .card:last-child {
  margin-bottom: 0;
}

body.decorhaus[data-page="produto-detalhes"] .card-header {
  padding: 10.5px 17.5px;
  margin-bottom: 0;
  border-bottom: 0;
  border-radius: 0;
}

body.decorhaus[data-page="produto-detalhes"] .card-header button{
  color: #b5272c;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
body.decorhaus[data-page="produto-detalhes"] .card-header button.collapsed{
  color: #2f373e;
}

body.decorhaus[data-page="produto-detalhes"] .card-body{
  background-color: #f8f8f8;
}

body.decorhaus[data-page="produto-detalhes"] .about #boxs{
  padding: 42px 0 0 0;
}
body.decorhaus[data-page="produto-detalhes"] .about #boxs a{
  text-decoration: none;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about{
  background-color: #fff;
  border-radius: 0;

  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about:hover{
  -webkit-box-shadow: -10px 10px 15px rgba(40, 40, 40, .25);  
  box-shadow: -10px 10px 15px rgba(40, 40, 40, .25);  
}

body.decorhaus[data-page="produto-detalhes"] .about .box-about svg{
  fill: #fff;
  width: 35px;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about .text {
  display: flex;
  align-items: center;
  height: 75px;  
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about .text p{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about .text span{
  font-size: 17.5px;
  font-weight: 800;
  color: gray;
  margin: 0;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about.pdf{
  position: relative;
  background-color: #b5272c;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about.pdf:before{
  position: absolute;
  background-color: #b5272c;
  content: "";
  height: 75px;
  width: 30px;
  bottom: 0;
  left: -29px;
  z-index: 1;
  border-bottom: 75px solid transparent;
  border-left: 30px solid #fff;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about.pdf:after{
  position: absolute;
  background-color: #b5272c;
  content: "";
  height: 75px;
  width: 30px;
  bottom: 0;
  right: -29px;
  z-index: 1;
  border-top: 75px solid transparent;
  border-right: 30px solid #fff;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about.pdf .text span{
  color: #b5272c;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about.whatsapp{
  position: relative;
  margin-left: 40px;
  background-color: #29d166;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about.box-about.whatsapp:before{
  position: absolute;
  background-color: #29d166;
  content: "";
  height: 75px;
  width: 30px;
  bottom: 0;
  left: -29px;
  z-index: 1;
  border-bottom: 75px solid transparent;
  border-left: 30px solid #fff;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about.box-about.whatsapp:after{
  position: absolute;
  background-color: #29d166;
  content: "";
  height: 75px;
  width: 30px;
  bottom: 0;
  right: -29px;
  z-index: 1;
  border-top: 75px solid transparent;
  border-right: 30px solid #fff;
}
body.decorhaus[data-page="produto-detalhes"] .about .box-about.whatsapp .text span{
  color: #29d166;
}

body.decorhaus[data-page="produto-detalhes"] #product {
  margin-top: 42px;
  background-color: #f0f2f7;
  padding-bottom: 90px;
}
body.decorhaus[data-page="produto-detalhes"] #product .gallery .gallery-product .owl-fotos .item {
  position: relative;
}
body.decorhaus[data-page="produto-detalhes"] #product .gallery .gallery-product .owl-fotos .item::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.decorhaus[data-page="produto-detalhes"] #product .gallery .gallery-product .owl-fotos .item .easyzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  width: 100%;
  height: 100%;
}

body.decorhaus[data-page="produto-detalhes"] #product .gallery .gallery-product .owl-fotos .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}
body.decorhaus[data-page="produto-detalhes"] #product .gallery .gallery-products .item img{
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
  object-fit: cover;
}

body.decorhaus[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span{
  background: #fff;
  box-shadow: 0 2px 10px rgba(40, 40, 40, .5);
}
body.decorhaus[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot.active span{
  background: #b5272c;
}


body.decorhaus[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item{
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

body.decorhaus[data-page="produto-detalhes"] #product .gallery .owl-dots{
  position: absolute;
  width: 100%;
  bottom: 10px;
}

body.decorhaus[data-page="produto-detalhes"] #product .product-title .product-name{
  font-size: 28px;
  color: #424752;
  font-weight: 600;
}

body.decorhaus[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #6d6f70;
  font-size: 14px;
  font-weight: 500;  
  /* text-decoration: line-through; */
}

body.decorhaus[data-page="produto-detalhes"] #product .price-container .price{
  color: #b5272c;
  font-size: 35px;
  font-weight: 700;  
}

body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc{
  color: #737f89;
  font-size: 14px;
  font-weight: 500;  
}

body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .botaoFormas {
  display: flex;
  align-items: center;
  gap: 5px;

  color: #b5272c;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 10px;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .botaoFormas:hover {
  text-decoration: underline;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .botaoFormas .icon svg {
  display: block;
  fill: #b5272c;
  width: 20px;
  height: 20px;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info #collapseFormas.collapse,
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info #collapseFormas.collapsing {
  margin-top: 10px;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card {
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-header {
  padding: 0;
  background-color: transparent;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-header h5 {
  margin: 0;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 10px;    
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment .logo {
  display: flex;
  align-items: center;
  gap: 6px;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment .logo img{
  width: auto;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment .logo .badge-discount {
  display: flex;
  align-items: center;
  
  height: 25px;
  padding: 0 8px;
  background-color: #18c659;

  border-radius: 3.5px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment .valor {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment .valor.parcelas::after{
  font-family: FontAwesome;
  content: "\f078";
  font-size: 8px;
  line-height: 3px;
  display: initial;
  margin-left: initial;
  vertical-align: initial;
  border: initial;

  transform: rotate(-180deg);

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment.collapsed .valor.parcelas::after {
  transform: rotate(0deg);
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-body {
  display: flex;

  padding: 0;
  background-color: #fff;
  border-top: 1px dashed #d9d9d9;
  border-radius: 0 0 5px 5px;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-body ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-body ul li {
  display: inline-block;
  width: 100%;
  padding: 10px;

  color: #6c6c6c;
  font-size: 12px;
  font-weight: 400;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-body ul li:nth-child(even) {
  background-color: #f7f7f7;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-body ul li span {
  color: #b5272c;
  font-size: 12px;
  font-weight: 700;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-body ul li b {
  font-size: 12px;
  font-weight: 700;
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info img {
  width: 100%
}
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .card-header .desconto{
  color: #6c6c6c;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}

body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .promo-parc {
  display: block;
  color: #484848;
  font-size: 1rem
}

body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .promo-parc b,
body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc b {
  font-weight: bolder
}

body.decorhaus[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .value{
  color: #424752;
  font-size: 14px;
  font-weight: 700;  
}


body.decorhaus[data-page="produto-detalhes"] #product .select-title{
  color: #737f89;
  font-size: 14px;
  font-weight: 500;  
}

body.decorhaus[data-page="produto-detalhes"] #product select{
  border: 0px solid #ced4da;
  height: 50px;
  color: #b5272c;
  font-weight: 500;
}

body.decorhaus[data-page="produto-detalhes"] #product select option{
  color: #424752;
}

body.decorhaus[data-page="produto-detalhes"] #product .buy .tag{
  color: #424752;
  font-size: 11.20px;
  font-weight: 500;
}

body.decorhaus[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart{
  position: relative;
  display: block;
  
  width: 100%;
  height: 50px;


  font-size: 17.5px;
  font-weight: 600;
  
  text-transform: uppercase;
  text-align: center;
  color: #fff;  


  border: 0;
  border-radius: 0;
  background-color: #b5272c;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:hover{
  background-color: #df364c;
}

body.decorhaus[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart svg {
    fill: #fff;
    width: 24.5px;
    margin-right: 10px;
}

body.decorhaus[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group-addon {
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

body.decorhaus[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group-addon svg{
  fill: #b8d1d9;
}

body.decorhaus[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group {
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 0;
  width: calc(100% - 100px);
}

body.decorhaus[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-cep{
  margin-top: 10px;
  
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

body.decorhaus[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group .mask-cep {  
  box-shadow: none;
  border: 0;
  font-size: 11.9px;
  color: #1b1918;
  background-color: transparent;
  border-radius: 0;
  outline: 0;
  max-width: 100%;
  height: 50px;

  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

body.decorhaus[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group .mask-cep:before{
  position: absolute;
  background-color: #b5272c;
  content: "";
  height: 60px;
  width: 100px;
  bottom: 0;
  left: -100px;
  z-index: 1;
  border-bottom: 60px solid red;
  border-left: 75px solid #f0f2f7;
}

body.decorhaus[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group .btn-cep-prod {
  position: absolute;
  right: -100px;
  top: 0;

  background: #63666c;  
  border: 0;
  border-radius: 0;
  width: 100px;
  height: 50px;
  box-shadow: none;
  text-align: center;
  line-height: 50px;
  padding: 0;
  box-shadow: none;
}
body.decorhaus[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group .btn-cep-prod div{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;  

  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
body.decorhaus[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group .btn-cep-prod:hover{
  background: #444343;
}






/* Footer */

body.decorhaus .footer {
  background: #fff;
}

body.decorhaus .footer .col-notch{
  position: absolute;
  content: '';
  right: 0;
  top: -15px;
  width: 50%;
  height: calc(100% + 15px);
  background-color: #b5272c;
}
body.decorhaus .footer .col-notch::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: -299px;
  border-top: 415px solid transparent;
  border-right: 300px solid #b5272c;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus .footer .site-map.desktop {
  background: 0;
  border: 0;
  height: 400px;
}
body.decorhaus .footer .site-map {
  background: 0;
  border: 0;
  padding: 50px 0
}
body.decorhaus .footer .site-map .address-link img {
  max-width: 225px;
  width: 100%
}
body.decorhaus .footer .site-map .address-link address {
  color: #fff;
  font-size: 14px;
  text-align: -webkit-left;
  text-align: -moz-left;
  text-align: left;
  line-height: 1.2;
  padding-top: 40px
}
body.decorhaus .footer .site-map .tit {
  font-weight: 700;
  color: #fff;
  font-size: 12.83px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 15px
}
body.decorhaus .footer .site-map .col-address .logo {
  width: 100%;
}
body.decorhaus .footer .site-map .col-address p{
  /* color: #6d6f70; */
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin: 0 0 10px 0;
}
body.decorhaus .footer .site-map li{
  padding-bottom: 5px;
}
body.decorhaus .footer .site-map li:last-child{
  padding-bottom: 0px;
}
body.decorhaus .footer .site-map li a {
  color: #fff;
  font-size: 12.83px;
}
body.decorhaus .footer .site-map li a::after {
  display: none;
}
body.decorhaus .footer .site-map li a.horario {
  cursor: unset;
  text-decoration: none
}
body.decorhaus .footer .site-map li p {
  padding-bottom: 0;
  color: #fff;
  font-size: 12.83px;
  margin-bottom: 0
}
body.decorhaus .footer .col-address,
body.decorhaus .footer .col-formas{
  padding-right: 0px;
  display: inline-block;
  padding-top: 55px;
}
body.decorhaus .footer .col-selo{
  padding-top: 55px;
}
body.decorhaus .footer .col-redes{
  padding-top: 15px;
}
body.decorhaus .footer .col-formas img{
  width: 50%;
  float: left;
}
body.decorhaus .footer .col-selo img{
  max-width: 131px;
}
body.decorhaus .footer .social a+a {
  margin-left: 15px
}
body.decorhaus .footer .social {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: left;
}
body.decorhaus .footer .social a {
  position: relative;
  background-color: #6e6f71;  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px !important;
  height: 50px !important;
  font-size: 20px;
  border-radius: 0;

  overflow: hidden;
  z-index: 1;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .footer .social a.youtube{
  background-color: #ff0000;
}
body.decorhaus .footer .social a.youtube:hover{
  transform: translateY(-5px);
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
  box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
}
body.decorhaus .footer .social a.instagram:hover{
  transform: translateY(-5px);
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
  box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
}
body.decorhaus .footer .social a.instagram::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: #d6249f;
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  opacity: 1;

  z-index: -1;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .footer .social a.instagram:hover::before {
  opacity: 1;
}
body.decorhaus .footer .social a.icone-facebook svg {
  fill: #fff;
  width: 31.5px;
  padding: 0 5px;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .footer .social a.icone-instagram svg {
  fill: #fff;
  width: 31.5px;
  padding: 0 5px;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.decorhaus .footer .social a.icone-youtube svg {
  fill: #fff;
  width: 31.5px;
  padding: 0 5px;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.decorhaus .footer .social a span:before{
  display: none !important;
}

body.decorhaus .footer .seals-icons .payment-icons {
  flex-direction: row
}
body.decorhaus .footer .seals-icons .payment-icons .col-icons {
  flex-direction: row;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}
body.decorhaus .footer .seals-icons .payment-icons .col-icons span+span {
  margin-left: 5px
}
body.decorhaus .footer .seals-icons .security-seals-icons {
  text-align: left
}
body.decorhaus .footer .seals-icons .security-seals-icons .seals-div {
  margin-left: 30px
}
body.decorhaus .footer .seals-icons .security-seals-icons .col-selos {
  flex-direction: row
}
body.decorhaus .footer .seals-icons .security-seals-icons .google-selo {
  width: 88px;
  height: 31px
}
body.decorhaus .footer .basefooter {
  background: #63666c;
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255 / 10%);
}
body.decorhaus .footer .basefooter span {
  font-size: 12px;
  color: #fff
}
body.decorhaus .footer .basefooter span a {
  font-size: 12px;
  color: #fff;
}
body.decorhaus .footer .basefooter span a:hover {
  color: #fedf00;
}
body.decorhaus .footer .basefooter strong {
  font-weight: 400;
  cursor: pointer
}
body.decorhaus .footer-checkout .contact {
  background-color: #1b1918;
  font-weight: 500;
  color: #fff
}
body.decorhaus .footer-checkout .contact .contact-phone {
  padding-bottom: 0
}
body.decorhaus .footer-checkout .contact .icon-contact {
  align-items: flex-end
}
body.decorhaus .footer-checkout .contact a {
  color: #fff
}

footer ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

footer ul.social-network li {
  display: inline;
  margin: 0 5px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.social-circle li a {
  background-color: #26d366;
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

footer .social-network a.icoWhatsapp:hover {
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 5px 30px rgba(40, 40, 40, .35);
}

.social-circle li i {
  margin: 0;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* width: 100%;
max-width: 160px;
height: 40px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #FFF;
display: block;
text-align: center;
margin: 0 auto;
border-radius: 5px;
line-height: 40px;
background: #b5272c;
font-size: 16px; */

@media(max-width:991px) {
  body.decorhaus header.header-bg {
      -webkit-box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
      -moz-box-shadow: -1px 1px 20px 0 rgba(0,0,0,0.15);
      box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
      margin: 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999999;
  }  
  body.decorhaus {
    padding-top: 40px;
  }

  body.decorhaus .product-list .product:hover .tag-promotion{
    opacity: 0;
  
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body.decorhaus .product-list .product:hover .product-image img{
    box-shadow: none;
  }
  body.decorhaus .product-list .product:hover .circle-logo{
    opacity: 0;
  }
  body.decorhaus .product-list .product:hover .circle-logo img{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }  

  body.decorhaus[data-page="produto-detalhes"] .nav-tabs {
    gap: 5px;
  }
  body.decorhaus[data-page="produto-detalhes"] .nav-tabs .nav-item {
    width: calc(50% - 10px);
  }
  body.decorhaus[data-page="produto-detalhes"] .nav-tabs .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #d7dbe2;
    text-align: center;

    min-height: 70px;
    height: 100%;
  }
  body.decorhaus[data-page="produto-detalhes"] .nav-tabs .nav-item.active .nav-link {
    padding: 15px;
  }

  body.decorhaus[data-page="produto-detalhes"] #product {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  body.decorhaus[data-page="produto-detalhes"] #product .product-title .product-name {
    text-align: center;
  }
  body.decorhaus .product-list .product .product-info a .tit {
    font-size: 16px;
  }
  body.decorhaus .box-title {
    margin: 20px 0 5px 0;
  }
  body.decorhaus .box-title .box-text {
    font-size: 26px;
  }
  body.decorhaus .category .box h2.title {
    font-size: 16px;
  }
  body.decorhaus .instagram .box-title .box-text,
  body.decorhaus .box-title .box-text b {
    font-size: 22px;
  }
  body.decorhaus .footer .social a+a {
    margin-left: 0!important;
  }
  
  body.decorhaus .category .gt-30{
    margin-top: 0!important;
  }

  body.decorhaus[data-page="home"] #apoio-banner .apoio-banner-item {
    border-right: 0!important;
  }

  body.decorhaus[data-page="home"] #apoio-banner .row{
    margin-left: unset!important;
    margin-right: unset!important;
}

  body.decorhaus header.header-bg .search-mob-style .search-full input {
    height: 50px!important;
    font-size: 14px;
  }

  body.decorhaus .instagram .col-z:first-child {
    padding-left: 15px!important;
  }
  body.decorhaus .instagram .col-z:last-child {
    padding-right: 15px!important;
  }
  body.decorhaus .instagram .col-z {
    padding: 0 5px!important;
  }
  
  body.decorhaus[data-page="produto-detalhes"] .about .box-about.whatsapp{
    position: relative;
    margin-left: 0!important;
    background-color: #29d166;
  }

  body.decorhaus .footer .col-address,
  body.decorhaus .footer .col-formas {
    padding-top: 0;
  }
  body.decorhaus .footer .site-map .tit {
    font-weight: 700;
    color: #b5272c!important;
    font-size: 12.83px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 15px
  }
  body.decorhaus .footer .site-map .col-address .logo {
    width: 100%;
  }
  body.decorhaus .footer .site-map .col-address p{
    color: #6d6f70;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0 0 10px 0!important;
  }
  body.decorhaus .footer .site-map li{
    padding-bottom: 5px;
  }
  body.decorhaus .footer .site-map li:last-child{
    padding-bottom: 0px;
  }
  body.decorhaus .footer .site-map li a {
    color: #6d6f70!important;
    font-size: 12.83px;
  }
  body.decorhaus .footer .site-map li a::after {
    display: none;
  }
  body.decorhaus .footer .site-map li a.horario {
    cursor: unset;
    text-decoration: none
  }
  body.decorhaus .footer .site-map li p {
    padding-bottom: 0;
    color: #6d6f70!important;
    font-size: 12.83px;
    margin-bottom: 0
  }

  body.decorhaus .footer .col-formas img{
    width: 100%!important;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .15));
  }

  body.decorhaus .footer .col-redes{
    padding-top: 0!important;
  }

	body.decorhaus header.header-bg .link #hamburger{
    position: relative;
  }
	body.decorhaus header.header-bg .link #hamburger:before {
		background: #b5272c;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}
	body.decorhaus header.header-bg .link #hamburger:after {
		background: #b5272c;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}
	body.decorhaus header.header-bg .link #hamburger span {
		background: #b5272c;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}
}

/* Container extends */
@media (min-width:576px) {
  .container,
  .container-sm {
      max-width: 540px
  }
}

@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
      max-width: 720px
  }
}

@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
      max-width: 960px
  }
}

@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
      max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
      max-width: 1320px
  }
}

body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1 {
  font-size: 32px;
}