<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 'Roboto', sans-serif;
}

body.onlux #page,
body.onlux {
  overflow: unset;
}

.owl-carousel {
  height:0px;
  opacity:0;
  transition: all 2s;
}
.owl-carousel.owl-loaded{
  height:inherit;
  opacity:1;
}
.swiper-wrapper,.swiper-slide{
  height:fit-content !important;
}

/* NAVBAR MOBILE */

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

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

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

#menu .welcome{
  font-size: 1.5rem;
  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.onlux .barra-topo {
  background-color: #747778;
  padding: 10px 0;
}
body.onlux .barra-topo a{
  color: #ffffff;
  font-size: 1rem;

  display: flex;
  margin: 0;
}

body.onlux .barra-topo a .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

body.onlux .barra-topo a .icon svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

body.onlux .barra-topo ul{
  padding: 0;
  margin: 0;
  text-align: end;
}

body.onlux .barra-topo ul li {
  position: relative;
  display: inline-flex;
}

body.onlux .barra-topo ul li::after{
  content: '|';
  margin: 0 20px;
  color: #ffffff;
  font-weight: 400;
}

body.onlux .barra-topo ul li:last-child::after{
  content: unset;
  margin: 0;
}

body.onlux .barra-topo ul li a {
  color: #ffffff;
  font-weight: 400;
}


body.onlux header.header-bg {
  background-color: #fbfbfb;
}
body.onlux 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: -1px;
  left: 0;
  width: 100%;
  z-index: 123;
}
body.onlux header.header-bg.fixo .logo-base {
  /* padding: 20px; */
  padding: 10px 20px;
}

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

body.onlux header.header-bg .logo-base svg{
  width: 100%;
  max-height: 80px;

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

body.onlux header.fixo .logo-base svg {
  fill: black!important;
}


body.onlux 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.onlux header.header-bg #nav-mobile a {
  color: #ef7d2d;
}
body.onlux header.header-bg #nav-mobile a.collapsed {
  color: #fff;
}

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

body.onlux header.header-bg .search-mob-style .search-full input{
  border: 0;
  border-radius: 0!important;
  padding: 20px 10px;
}
body.onlux header.header-bg .search-mob-style .search-full input:focus{
  outline: none;
  box-shadow: none;
}
body.onlux header.header-bg .search-mob-style .search-full .btn-search{
  position: relative;
  display: block;
  
  width: 100%;
  height: 50px;


  font-size: .9rem;
  font-weight: 500;
  
  text-transform: uppercase;
  text-align: center;
  color: #fff;  


  border: 0;
  border-radius: 0!important;
  background-color: #ef7d2d;

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

body.onlux header.header-bg .search-mob-style .search-full .btn-search:hover{
  background-color: #565656;
}

body.onlux header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.onlux header.header-bg .search input{
  border: 0;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 100px!important;
  background-color: #f6f5f2;
}
body.onlux header.header-bg .search input:focus{
  border: 2px solid #ef7d2d;
  outline: none !important;
  box-shadow: none;
}
body.onlux header.header-bg .search .btn-search{
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 2px;
  right: 6px;
  width: 50px;
  height: 50px;
  padding: 0;

  font-size: 1rem;
  font-weight: 500;  
  text-transform: uppercase;
  text-align: center;
  color: #565656;  
  line-height: 40px;

  border: 0;
  border-radius: 100px!important;
  background-color: transparent;

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

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

body.onlux header.header-bg .search .btn-search:hover{
  background-color: #ef7d2d;
}
body.onlux header.header-bg .search .btn-search:hover svg{
  fill: #fff;
}
/* .btn:focus,.btn:active,.form-control:focus,input:active {
  outline: none !important;
  box-shadow: none;

  border: 2px solid #565656;
} */

body.onlux header.header-bg .menu-user {
  cursor: pointer;
}
body.onlux header.header-bg .menu-user svg{
  fill: #565656;
  width: 25px;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux header.header-bg .menu-user:hover svg{
  fill: #030304;
}

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

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

body.onlux 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: .9rem;
  color: #fff;

  border-radius: 15px!important;
}

body.onlux header.header-bg .col-cart-mobi {
  cursor: pointer;
}
body.onlux header.header-bg .col-cart-mobi svg{
  fill: #030304;
  width: 25px;
  height: 25px;

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

body.onlux header.header-bg .menu-account {
  cursor: pointer;
}
body.onlux header.header-bg .menu-account svg{
  fill: #030304;
  width: 25px;
  height: 25px;

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

body.onlux 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: .9rem;
  color: #fff;

  border-radius: 15px!important;
}


body.onlux header.header-bg p.atendimento {
  color: #030304;
  margin: 0;
}

body.onlux header.header-bg p.atendimento a{
  color: #030304;
  font-weight: 700;
  text-decoration: none;

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

body.onlux header.header-bg p.atendimento a:hover {
  color: #ef7d2d;
}

body.onlux header.header-bg .col-search form {
  width: 100%;
  margin: 0;
}
body.onlux header.header-bg .col-search form input.input {
  width: calc(100% - 100px);
  height: 50px;

  backdrop-filter: #f9f9f9;
  padding: 0 20px;

  border: 2px solid #e3dedb;
  border-right: 0;
  border-radius: 50px 0 0 50px!important;

  box-shadow: none!important;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux header.header-bg .col-search form input.input:focus {
  box-shadow: none;
  border-color: #030304;
}
body.onlux header.header-bg .col-search form button {

  width: 60px;
  height: 50px;

  background-color: #030304;
  border: none;
  border-radius: 0 50px 50px 0!important;

  color: #ffffff;
  text-transform: uppercase;

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

body.onlux header.header-bg .col-search form button svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
}

body.onlux header.header-bg .col-search form button:hover {
  background-color: #ef7d2d;
}

body.onlux header.header-bg .menu-favorite,
body.onlux header.header-bg .menu-user{
  display: flex;
  justify-content: center;
  align-items: center;
}

body.onlux header.header-bg .menu-favorite svg,
body.onlux header.header-bg .menu-user svg{
  fill: #030304;
  width: 30px;
  height: 30px;

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

body.onlux header.header-bg .menu-favorite svg:hover,
body.onlux header.header-bg .menu-user svg:hover {
  fill: #ef7d2d;
}

body.onlux header.header-bg .menu-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

body.onlux header.header-bg .menu-cart .icon-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 30px;
  height: 30px;
}

body.onlux header.header-bg .menu-cart svg{
  fill: #030304;
  width: 100%;
  height: 100%;

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

body.onlux header.header-bg .menu-cart:hover svg {
  fill: #ef7d2d;
}

body.onlux header.header-bg .menu-cart span.tag{
  position: absolute;
  top: -5px;
  right: -10px;
  
  display: flex;  
  background-color: #ef7d2d; 
  min-width: 20px;
  padding: 0 5px;
  height: 20px;

  text-align: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 20px;

  font-size: .8rem;
  font-weight: 500;
  color: #ffffff;

  border-radius: 15px!important;

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

body.onlux header.header-bg .menu-my-cart {
  position: relative;
  height: 100%;
}

body.onlux header.header-bg .menu-cart  p.cart-q {
  color: #030304;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;

  margin: 0;
}

body.onlux header.header-bg .menu-cart  p.cart-q  span {
  text-transform: none;
  font-weight: 500;
}

body.onlux header.header-bg .menu-my-cart p{
  margin: 0;
  color: #6d6f70;  
}

body.onlux header.header-bg .menu-my-cart b{
  font-size: 1.3rem;
  font-weight: 700;
  color: #ef7d2d;
}

body.onlux .shopping-cart {
  width: 500px;
  padding: 0 20px 20px 20px;
  top: 100%;
}

.shopping-cart {
  background: white;
  width: 420px;
  position: absolute;
  top: 100%;
  right: -10px;
  border-radius: 3px!important;
  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 {
  max-height: calc(75vh - 250px);
  overflow: scroll;
  overflow-x: hidden;

  padding-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.shopping-cart .shopping-cart-items img {
  padding: 0;
}

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

body.onlux header.header-bg .menu-my-cart:hover .shopping-cart {
  border-radius: 20px!important;

  opacity: 1;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(1);
  transform-origin: right top 0;
  transform: scale(1);
  z-index: 12;
}

body.onlux .shopping-cart .shopping-cart-header-link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

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

body.onlux .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd i {
  color: #ef7d2d;
  font-size: 1.25rem;
}

body.onlux .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd h4 {
  margin: 0;
  color: #ef7d2d;
  font-size: 1.25rem;
}

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

body.onlux .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.onlux #menu-desktop {
  background-color: #fbfbfb;
}
body.onlux #menu-desktop .bar-menu ul{
  margin: 0;
}

.second-level {
  display: none;
}
.dropdown-hover:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle:hover.second-level {
  display: block;
}



body.onlux #menu-desktop {
  border-top: 1px solid #e3dedb;
}
body.onlux #menu-desktop .bar-menu ul{
  margin: 0;
}

.second-level {
  display: none;
}
.dropdown-hover:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle:hover.second-level {
  display: block;
}


body.onlux #menu-desktop .bar-menu li.dropdown-list {
  float: left;
  height: 50px;
  /* height: 70px; */
  align-items: center;
  display: flex;
  cursor: pointer;

  margin-right: 10px;
}

body.onlux #menu-desktop .bar-menu li.dropdown-list:last-child{
  margin-right: 0;
}

body.onlux #menu-desktop .bar-menu li.about-item {
  position: relative;
  float: left;
  height: 70px;
  align-items: center;
  display: flex;
  cursor: pointer;
}

body.onlux #menu-desktop li.dropdown-hover{
  float: left;
}

body.onlux #menu-desktop .bar-menu li:last-child:after{
  content: initial;
}

body.onlux #menu-desktop .bar-menu li.about-item a,
body.onlux #menu-desktop .bar-menu li .dropdown-toggle{
  position: relative;

  width: 100%;
  height: 100%;
  padding: 0 20px;

  color: #181818;
  text-decoration: none;

  display: flex;
  align-items: center;
}

body.onlux #menu-desktop .bar-menu li.about-item:hover a,
body.onlux #menu-desktop .bar-menu li:hover .dropdown-toggle{
  background-color: #747778;
  color: #ffffff;
}

body.onlux #menu-desktop .bar-menu li .dropdown-toggle::after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: .75rem;
  padding-left: 5px;

  display: initial;
  margin-left: initial;
  vertical-align: initial;
  border: initial;

  color: #000000;  
}

body.onlux #menu-desktop .bar-menu li:hover .dropdown-toggle::after {
  color: #ffffff;
}

.dropdown-menu {
  left: auto;
  margin-left: 40px;
}

@media (max-width: 1400px) { 
  .dropdown-list:nth-child(n+4) .dropdown-menu{  
    left: unset!important;
    right: 0!important;
  }
} 

@media (min-width: 1400px) {
  .dropdown-list:nth-child(n+6) .dropdown-menu{  
    left: unset!important;
    right: 0!important;
  }
}

body.onlux #menu-desktop .bar-menu .dropdown-menu{
  /* background-color: #747778;   */
  background-color: transparent;
  padding-right: 100px;

  border: 0;
  border-radius: 0!important;  
  padding: 15px 15px 0 0;  

  margin-top: -1px;
  
  width: auto;

  max-width: 688px;
  min-width: 536px;

  /*height: 230px;*/

  /* box-shadow: 0 15px 15px rgba(0, 0, 0, .05);     */
  /*transform: skew(-20deg);*/

  cursor: default!important;
  margin-left:0px;
}

body.onlux #menu-desktop .bar-menu .dropdown-menu::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: calc(50% + 100px);
  height: 100%;
  background-color: #747778;
  z-index: -1;
}
body.onlux #menu-desktop .bar-menu .dropdown-menu::before{
  position: absolute;
  content: '';

  top: 0;
  right: 0;

  width: 50%;
  height: 100%;
  background-color: #747778;

  transform: skew(-20deg);
}

body.onlux #menu-desktop .first-level .dropdown-hover .second-level.megamenu .submenu-col {
  padding-right: 40px;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: max-content;

  /*transform: skew(20deg);
  margin-left: -30px;*/
  padding-bottom: 15px;
  min-height:280px;
}

body.onlux #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a{
  padding: 0;
}
body.onlux #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner {
  transform: skewX(-20deg);
  overflow: hidden;
  /*height: 200px;
  overflow: hidden;*/
}
body.onlux #menu-desktop .first-level .dropdown-hover .second-level.megamenu img {
  position: absolute;
  left: -50px;
  top: 0;  

  width: calc(100% + 100px);
  height: calc(100% - 15px);
  object-fit: cover;
  transform: skew(20deg);
  max-width:initial;
}

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

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux #menu-desktop .bar-menu .dropdown-menu li:hover::before{
  width: 25%;
}
body.onlux #menu-desktop .bar-menu .dropdown-menu a{
  display: block;
  margin: 0;
  color: #f1f1f1;
  font-weight: 400;
  text-decoration: none;

  padding: 7.5px 0;
  width: 100%;
  height: 100%;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux #menu-desktop .bar-menu .dropdown-menu a:hover{
  color: #ffffff;
  text-decoration: underline;
}






/* BANNERS */

body.onlux #banner .swiperBanner{
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

body.onlux #banner .swiperBanner img {
  width: 100%;
  height: auto;

  -o-object-fit: contain;
  object-fit: contain;
}
@media(min-width:1921px) {
  body.onlux #banner .swiperBanner img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

body.onlux #banner .swiperBanner .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 20px;
}

body.onlux #banner .swiperBanner .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 30px;
  height: 30px;
  margin-right: 10px;
  
  background-color: rgba(0, 0, 0, .2);
  border-radius: 5px!important;

  color: #ffffff;
  font-size: 1rem;
  text-align: left;  

  opacity: 1;
}

body.onlux #banner .swiperBanner .swiper-pagination-bullet-active {
  background-color: #747778;
  font-weight: 700;
}





/* MINI BANNERS */

body.onlux[data-page="home"] #apoio-banner {
  padding: 3rem 0;
  /* background-color: #030304; */
  border-bottom: 1px solid #e0e0e0;
}
body.onlux[data-page="home"] #apoio-banner .card-apoio {
  display: flex;
  align-items: center;  
}
body.onlux[data-page="home"] #apoio-banner .card-apoio .icon{
  position: relative;
  display: flex;
  align-items: center;

  background: -moz-linear-gradient(211deg, rgba(238,243,246,1) 33%, rgba(239,125,45,1) 100%);
  background: -webkit-linear-gradient(211deg, rgba(238,243,246,1) 33%, rgba(239,125,45,1) 100%);
  background: linear-gradient(211deg, rgba(238,243,246,1) 33%, rgba(239,125,45,1) 100%);
  
  transform: skewX(-20deg);

  width: 50px;
  height: 50px;

  margin-right: 25px;

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

body.onlux[data-page="home"] #apoio-banner .card-apoio .icon svg{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;

  fill: #ef7d2d;
  width: 40px;
  height: 40px;

  transform: skewX(20deg);
}

body.onlux[data-page="home"] #apoio-banner .card-apoio .icon svg.stroke {
  fill: none;
  stroke: #ef7d2d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

body.onlux[data-page="home"] #apoio-banner .card-apoio p{
  color: #181818;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.15rem;
  margin: 0;
}
body.onlux[data-page="home"] #apoio-banner .card-apoio span{
  display: block;
  
  color: #747778;
  font-weight: 400;
  font-size: 1rem;
  max-width: 150px;
}



/* TÃTULO SESSÃƒO */


body.onlux .box-title {
    text-align: center;
    margin-bottom: 2rem;
    width: 100%;    
}

body.onlux .box-title .box-text a,
body.onlux .box-title .box-text {
  position: relative;

  color: #181818;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  
  margin: 0;
}

body.onlux .box-title .box-text a{
  color: #ef7d2d;
  text-decoration: none;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux .box-title a:hover {
  text-decoration: underline;
}


/* BANNER PRODUTO */
body.onlux #product-banner{
  padding: 40px 0;
}

body.onlux #product-banner img{
  width: 100%;
  border-radius: 5px!important;  

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

body.onlux #product-banner img:hover{
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}



/* LISTA DE PRODUTOS */

body.onlux .section-product {
  padding: 3rem 0;
}

body.onlux .product-list{
  position: relative;
}
body.onlux .product-list .product a{
  text-decoration: none;
}
body.onlux .product-list .product{
  margin: 15px 0;  
}
body.onlux .product-list .product form{
  position: relative;
  padding-bottom: 1px;

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

body.onlux .product-list .product-image .tags .tag-promotion{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 0px;
  left: 0px;

  width: 50px;
  height: 50px;

  background-color: #747778;

  z-index: 1;

  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;  

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

body.onlux .product-list .product-image .tags .tag-favorito{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 10px;
  right: -20px;

  width: 40px;
  height: 40px;
  border-radius: 100px!important;

  background-color: #ffffff;
  opacity: 0;
  
  padding: 10px;  
  z-index: 2;

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

body.onlux .product-list .product-image .tags .tag-favorito svg {
  fill: #747778;
  width: 100%;
  height: 100%;

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

body.onlux .product-list .product-image .tags .tag-favorito:hover svg {
  fill: #000000;
}

body.onlux .product-list .product-image .tags .tag-favorito.active svg {
  fill: #ef7d2d;
}

body.onlux .product-list form:hover .product-image .tags .tag-favorito {
  right: 10px;
  opacity: 1;
}

body.onlux .product-list .product .product-image {
  background-color: #0a0a0a;
  padding: 0;
  overflow: hidden;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux .product-list .product .product-image img{
  width: 100%;  
  background-color: #fff;
  -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.onlux .product-list .product form:hover .product-image img{
  transform: scale(1.2);
  
  opacity: .4;
  filter: grayscale(1);
}

body.onlux .product-list .product form .product-image .ver-mais {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  text-align: center;
  color: #ffffff;
  font-size: 1.75rem;
  font-family: Trirong, serif;
  font-style: italic;
  margin: 0px;

  transform: translateY(20px);
  opacity: 0;

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

body.onlux .product-list .product form:hover .product-image .ver-mais {
  opacity: 1;
  transform: translateY(0);
}

body.onlux .product-list .product .product-info {
  padding: 0;
  text-decoration: none;
}
body.onlux .product-list .product .product-info .tit{
  color: #000000;
  font-size: 1.14rem;
  font-weight: 500;
  text-align: center;
  margin: 8px 0 5px;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux .product-list .product .product-info .container-price {
  text-align: center;
  margin-bottom: 1rem;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux .product-list .product .product-info .container-price .col-price:first-child{
  position: relative;
}
/*body.onlux .product-list .product .product-info .container-price .col-price:first-child::after{
  position: absolute;
  content: '';

  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;

  width: .5px;
  height: 75%;

  background-color: #dadada;
}*/
body.onlux .product-list .product .product-info .container-price span.price-label del,
body.onlux .product-list .product .product-info .container-price span.price-label{
  font-size: .8rem;
  font-weight: 500;
  color: #999999;

  display: inline-block;
}

body.onlux .product-list .product .product-info .container-price span.price{
  position: relative;
  

  font-size: 1.5rem;
  font-weight: 700;
  color: #ef7d2d;

  display: inline-block;
}

body.onlux .product-list .product .product-info .container-price span.installment {
  display: block;
  margin: 0;

  color: #747778;
  font-size: .9rem;
  font-weight: 400;  
}
body.onlux .product-list .product .product-info .container-price span.installment b {  
  color: #000000;
  font-size: .9rem;
  font-weight: 700;
}







/* Sobre */

body.onlux .sobre{
  position: relative;
  padding: 3rem 0;
}

body.onlux .sobre h1.title span,
body.onlux .sobre h1.title {
  color: #030304;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;

  margin-bottom: 1rem;
}

body.onlux .sobre h1.title span {
  color: #747778;
}

body.onlux .sobre h2.subtitle {
  color: #030304;
  font-size: 2.5rem;
  font-weight: 700;

  margin-bottom: 1rem;
}


body.onlux .sobre p.desc {
  color: #000000;
  font-size: 1rem;

  margin-bottom: 1rem;
}

body.onlux .sobre .render-image {
  position: relative;
}

body.onlux .sobre .render-image img {
  width: 100%;  
  height: 100%;

  object-fit: cover;
  object-position: left;
}

body.onlux .sobre .render-image .icon-on {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  bottom: 40px;
  right: 60px;

  width: 80px;
  height: 62px;

  transform: skewX(-25deg);

  background-image: linear-gradient(45deg,#787d7e,#d57d3f,#787d7e,#d57d3f);
  background-size: 450% 100%;
  animation: animateBg 1s linear infinite;
}

@keyframes animateBg {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 0%; }
}

body.onlux .sobre .render-image .icon-on svg {
  fill: #ffffff;
  width: 40px;
  height: 40px;
  transform: skewX(25deg);
}





/* Ambientes */
body.onlux .ambientes .ambiente {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

body.onlux .ambientes .ambiente .image {
  background-color: #0a0a0a;
  border-radius: 15px!important;

  overflow: hidden;  
}

body.onlux .ambientes .ambiente .image img {
  width: 100%;
  height: 350px;

  -o-object-fit: cover;
  object-fit: cover;

  opacity: .4;
  filter: grayscale(1);
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.onlux .ambientes .ambiente:hover .image img {
  transform: scale(1.15);
  filter: grayscale(0);
  opacity: 1;
}

body.onlux .ambientes .ambiente .overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
}

body.onlux .ambientes .ambiente .content h2.subtitle {
  text-align: center;

  color: #ffffff;
  font-family: 'Trirong', serif;
  font-style: italic;
  margin: 0;
}

body.onlux .ambientes .ambiente .content h1.title {
  color: #ffffff;
  text-align: center;
}

body.onlux .ambientes .ambiente .content .btn-dicas {
  margin-top: 10px;

  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;

  border: 3px solid #ef7d2d;
  border-radius: 100px!important;
  padding: 10px;

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

body.onlux .ambientes .ambiente:hover .content .btn-dicas {
  background-color: #ef7d2d;
}






/* Segue IG */
body.onlux .segue-ig {
  padding: 3rem 0;
}

body.onlux .segue-ig .image {
  position: relative;
}
body.onlux .segue-ig img {
  width: 100%;
  object-fit: cover;

  border-radius: 15px!important;

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

body.onlux .segue-ig img:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}





/* Dicas */

body.onlux .dicas {
  padding: 3rem 0 6rem 0;
}
body.onlux .dicas #accordionDicas .card{
  border: none;
  border-radius: 0!important;
}
body.onlux .dicas #accordionDicas .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}

body.onlux .dicas #accordionDicas .card-header .btn{
  position: relative;

  padding: 1.25rem 2rem;
  border: none;
  border-radius: 0!important;

  color: #181818;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;

  box-shadow: none;
}

body.onlux .dicas #accordionDicas .card-header .btn::after{
  position: absolute;
  content: '';

  left: 0;
  bottom: 0;

  width: 100%;
  height: 2px;

  background-color: #e3dedb;

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

body.onlux .dicas #accordionDicas .card-header .btn .arrow {
  position: absolute;
  background:#FFF;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;

  width: 50px;
  height: 30px;

  transform: rotate(180deg);

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

body.onlux .dicas #accordionDicas .card-header .btn:hover .arrow{
  background:#f0f0f0;
}

body.onlux .dicas #accordionDicas .card-header .btn:not(.collapsed) .arrow{
  background:#ef7d2d;
}

body.onlux .dicas #accordionDicas .card-header .btn .arrow svg {
  fill: #000000;

  width: 100%;
  height: 100%;
}

body.onlux .dicas #accordionDicas .card-header .btn:not(.collapsed){
  background-color: #ef7d2d;
  color: #FFFFFF;
  border-bottom: 0;
}

body.onlux .dicas #accordionDicas .card-header .btn:not(.collapsed) .arrow svg{
  fill: #FFFFFF;
}

body.onlux .dicas #accordionDicas .card-header .btn:not(.collapsed)::after {
  opacity: 0;
}

body.onlux .dicas #accordionDicas .card-body {
  background-color: #f8f8f8;
  padding: 1.25rem 2rem;
}





/* Newsletter */

body.onlux .news-home {
  position: relative;
  overflow: hidden;
  /* background: #63666c;
  padding: 1.5rem 0 2.5rem 0;
  margin: 1rem 0 0 0; */

  
  background: url("../img/newsletter.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  
  padding: 4rem 0;
}

body.onlux .news-home h1.title {
  color: #181818;
  font-size: 2.15rem;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

body.onlux .news-home .form-newsletter input {
  position: relative;
  height: 50px;
  padding: 20px;
  border: none;
  border-radius: 100px!important;

  background-color: #f5f5f5;
}

body.onlux .news-home .form-newsletter input:focus{
  outline: none;
  box-shadow: none;
}

body.onlux .news-home .form-newsletter button {
  position: relative;

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

  width: 100%;
  height: 50px;
  padding: 0 20px;

  border: none;
  border-radius: 100px!important;  

  background-color: #ef7d2d;
  
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;

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

body.onlux .news-home .form-newsletter button:hover {
  background-color: #f5f5f5;
  color: #ef7d2d;
}





/* Breadcrumbs */

body.onlux[data-page="produto-detalhes"] #breadcrumbs {
  position: relative;
  margin: 0;
  padding: 10px 0;
  background-color: #ef7d2d;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}
body.onlux[data-page="produto-detalhes"] #breadcrumbs ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

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

  color: rgba(255, 255, 255, .75);
  font-weight: 400;
  font-size: 1rem;
}

body.onlux[data-page="produto-detalhes"] #breadcrumbs a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}

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

body.onlux[data-page="produto-detalhes"] #breadcrumbs p {
  color: #424752;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 1rem;
}

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

body.onlux[data-page="produtos-list"] #breadcrumbs {
  position: relative;
  margin: 0;
  padding: 10px 0;
  background-color: #ef7d2d;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}
body.onlux[data-page="produtos-list"] #breadcrumbs ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

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

  color: rgba(255, 255, 255, .75);
  font-weight: 400;
  font-size: 1rem;
}

body.onlux[data-page="produtos-list"] #breadcrumbs a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}

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

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

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

/* SOBRE O PRODUTO */
/* SOBRE O PRODUTO */
body.onlux[data-page="produto-detalhes"] .about{
  position: relative;
  margin: 2rem 0;
  padding: 0 0 3rem 0;
}

body.onlux[data-page="produto-detalhes"] .about-tabs {  
  position: sticky;
  top: 95px;
  left: 0;
  width: 100%;

  background-color: #f0f4f5;
  border: 0;

  z-index: 99;
}

body.onlux[data-page="produto-detalhes"] .about-tabs &gt; li &gt; a,
body.onlux[data-page="produto-detalhes"] .about-tabs &gt; li &gt; a:hover,
body.onlux[data-page="produto-detalhes"] .about-tabs &gt; li &gt; a:focus:hover {
  box-shadow: none!important;
}

.m-cat-trigger,
.m-show.m-cat-trigger-close {
  background: #dedede;
  padding: 10px 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px!important;
  margin-top: 10px;
}
.sidebar.cat {
  display: none!important;
}
.sidebar.cat.visible {
  display: flex!important;
}

body.onlux[data-page="produto-detalhes"] .about-tabs .about-item {
  height: 60px;
}

body.onlux[data-page="produto-detalhes"] .about-tabs .about-link {
  position: relative;

  display: flex;
  align-items: center;

  color: #747778;
  font-size: .9rem;
  letter-spacing: 3px;
  text-transform: uppercase;

  width: 100%;
  height: 100%;
  padding: 10px 20px;    

  border: 0;
  border-radius: 0!important;
  border-left: 3px solid transparent;
  

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

body.onlux[data-page="produto-detalhes"] .about-link::before{
  position: absolute;
  content: '';

  top: 0;
  left: 0px;

  width: calc(100%);
  height: 2px;

  background-color: #ef7d2d;
  opacity: 0;

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

body.onlux[data-page="produto-detalhes"] .about-item.active .about-link::before{
  opacity: 1;
}

body.onlux[data-page="produto-detalhes"] .about-link:hover {
  color: #000000;
}

body.onlux[data-page="produto-detalhes"] .about-link p {
  margin: 0;
}

body.onlux[data-page="produto-detalhes"] .about-item.active {
  position: relative;
  background-color: #ffffff;
  color: #000000;

  border-color: #ef7d2d;
  border-left: 2px solid #f0f4f5;

  z-index: 0;

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


body.onlux[data-page="produto-detalhes"] .about-item.active p {
  font-weight: 700;
}

body.onlux[data-page="produto-detalhes"] .about-content{  
  z-index: 1;
  border: 2px solid #f0f4f5;
  border-top: 0;
}

body.onlux[data-page="produto-detalhes"] .about-content .about-panel{
  padding: 3rem;
  padding-top: 0;
}

body.onlux[data-page="produto-detalhes"] .about-content .about-panel .tabpanel-info img {
  width: 100%!important;
  height: auto!important;
  max-width: 500px;
}
  
body.onlux[data-page="produto-detalhes"] .about-content .about-panel .card-header{
  background-color: #fff;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;

  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .1));

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

body.onlux[data-page="produto-detalhes"] .about-content .about-panel .card-header[aria-expanded="true"]{
  background-color: #ef7d2d;  
  color: #ffffff;
  
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

body.onlux[data-page="produto-detalhes"] .about-content .about-panel .card-header h2{
  font-size: 1rem;
  font-weight: 600;
  margin:0px;

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.onlux[data-page="produto-detalhes"] .about-content .about-panel .card-header[aria-expanded="true"] h2 {
  color: #fff;
}
body.onlux[data-page="produto-detalhes"] .about-content .about-panel .tabpanel-info table {
  max-width: 100%!important;
}
body.onlux[data-page="produto-detalhes"] .about-content .about-panel .tabpanel-info h1.about-title {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: -3rem;
  margin-right: -3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 30px;

  color: #747778;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;

  border-top: 2px solid #f0f4f5;
}
body.onlux[data-page="produto-detalhes"] .about-content .about-panel .tabpanel-info p{
  margin: 0;
}

body.onlux[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: transparent;
  background-clip: border-box;
  border: 0;
  border-radius: 0!important;

  margin-bottom: 20px;  
  overflow: visible;
}

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

body.onlux[data-page="produto-detalhes"] .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 0;
}

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

body.onlux[data-page="produto-detalhes"] .card-body{
  background-color: transparent;
}

body.onlux[data-page="produto-detalhes"] .about #boxs{
  padding: 3rem 0 0 15px;
}
body.onlux[data-page="produto-detalhes"] .about #boxs a{
  text-decoration: none;
}
body.onlux[data-page="produto-detalhes"] .about .box-about{
  background-color: #fff;
  border-radius: 0!important;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux[data-page="produto-detalhes"] .about .box-about:hover{
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, .25);  
  box-shadow: 0px 0px 30px rgba(40, 40, 40, .25);  
}

body.onlux[data-page="produto-detalhes"] .about .box-about .text {
  display: flex;
  align-items: center;
  height: 75px;  
}
body.onlux[data-page="produto-detalhes"] .about .box-about .text p{
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux[data-page="produto-detalhes"] .about .box-about .text span{
  font-size: 1.25rem;
  font-weight: 800;
  color: gray;
  margin: 0;
}

body.onlux[data-page="produto-detalhes"] #product {
  margin-top: 3rem;
  padding-bottom: 90px;
}

body.onlux[data-page="produto-detalhes"] #product .gallery {
  position: relative;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .am-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  
  width: 40px;
  height: 40px;
  
  padding: 10px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: .5;
  
  margin-top: auto;
  margin-bottom: auto;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .am-prev svg {
  display: block;
  stroke: #030304;
  width: 100%;
  height: 100%;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .am-prev:hover {
  opacity: 1;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .am-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  
  width: 40px;
  height: 40px;
  
  padding: 10px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: .5;
  
  margin-top: auto;
  margin-bottom: auto;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .am-next svg {
  display: block;
  stroke: #030304;
  width: 100%;
  height: 100%;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .am-next:hover {
  opacity: 1;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 10px;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products img{
  width: 100%;
  /* height: 0;
  opacity: 0; */
  object-fit: cover;

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

body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products img.adjusted{
  opacity: 1;
}

body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags {
  position: absolute;

  top: 0;
  bottom: 0;
  right: 0;
}

body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito {
  position: absolute;
  cursor: pointer;

  top: 10px;
  right: 10px;

  width: 30px;
  height: 30px;
}

body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito svg {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-miterlimit: 10;

  width: 100%;
  height: 100%;

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

body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito:hover svg{
  fill: #ffffff;
  stroke: #ffffff;
}

body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito.active svg{
  fill: #ef7d2d;
  stroke: #ef7d2d;
}

body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  cursor: pointer;

  bottom: 30px;
  right: 10px;

  width: 30px;
  height: 30px;

  background-color: #f0f0f1;
  border-radius: 7.5px!important;
  padding: 7.5px;

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

body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom:hover {
  background-color: #ffffff;
}

body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom svg {
  fill: #79797a;

  width: 100%;
  height: 100%;

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

body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom:hover svg {
  fill: #ef7d2d;
}

body.onlux[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.onlux[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot.active span{
  background: #ef7d2d;
}


body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item{
  cursor: pointer;
  background-color: #fff;
  border-radius: 0!important;
  border: 3px solid transparent;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active{
  border: 3px solid #ef7d2d;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item img{
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  opacity: .5;
  max-width:100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item:hover img{  
  opacity: 1;
}
body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active img{
  opacity: 1;  
}

body.onlux[data-page="produto-detalhes"] #product .gallery .owl-dots{
  width: 100%;
}

body.onlux[data-page="produto-detalhes"] #product .whatsapp {
  display: flex;
  align-items: center;

  margin-top: 20px;

  text-decoration: none;
}

body.onlux[data-page="produto-detalhes"] #product .whatsapp .icon{
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

body.onlux[data-page="produto-detalhes"] #product .whatsapp .icon svg{
  fill: #000000;
  
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.onlux[data-page="produto-detalhes"] #product .whatsapp h1.title {
  color: #030304;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0px;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.onlux[data-page="produto-detalhes"] #product .whatsapp:hover h1.title {
  color: #25D366;
}

body.onlux[data-page="produto-detalhes"] #product .whatsapp p{
  color: #a4a39f;
  font-size: 1rem;
  font-weight: 400;
  margin: 0px;
}

body.onlux[data-page="produto-detalhes"] #product .whatsapp p b {
  color: #000000;
}

body.onlux[data-page="produto-detalhes"] #product .whatsapp:hover p {
  color: #ef7d2d;
}

body.onlux[data-page="produto-detalhes"] #product .product-title{
  padding-bottom: 2rem;
}

body.onlux[data-page="produto-detalhes"] #product .product-title .product-name{
  font-size: 2.5rem;
  color: #030304;
  font-weight: 900;
}

body.onlux[data-page="produto-detalhes"] #product .aval-block .star-rating {
  font-size: 28px;
}
body.onlux[data-page="produto-detalhes"] #product .aval-block .star-rating.rating-disabled{
  display:none;
}

.rating-link {
  text-decoration: none;
  margin: 0;
  font-size: 1rem;
  color: #434343;
}

.rating-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #d6d6d6;
  overflow: hidden;
  font-size: 18px;
}

.rating-gly {
  font-family: 'FontAwesome';
}

.rating-container:before {
  content: attr(data-content);
}

.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #ef7d2d;
  font-size: 18px;
  transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  font-family: 'FontAwesome';
}

.star-rating [type="number"] {
  position: absolute !important;
  opacity: 0 !important;
  bottom: 0;
  border: none!important;
  width: 1px!important;
  height: 1px!important;
  background: transparent!important;
  z-index: -1;
}

body.onlux[data-page="produto-detalhes"] #product .aval-ref p.ref {
  text-align: end;
  font-size: .85rem;
  color: #434343;
  margin: 0;
}
body.onlux[data-page="produto-detalhes"] #product .share-title {
  color: #030304;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem 0 0 0;
}

body.onlux[data-page="produto-detalhes"] #product .description {
  background-color: #f0f4f5;
  padding: 20px;
}
body.onlux[data-page="produto-detalhes"] #product .description p {
  color: #030304;
  font-size: 16px;

  max-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  margin: 0;
  
  text-overflow: ellipsis;
  
  -webkit-line-clamp: 8;
  line-clamp: 8;

  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;

  overflow: hidden;
}

body.onlux[data-page="produto-detalhes"] #product .price-container .old-price del{
  color: #999999;
  font-size: 1rem;
  font-weight: 400;  
}
body.onlux[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #747778;
  font-size: .9rem;
  line-height: .9rem;
  font-weight: 500;  
  margin: 0;
}

body.onlux[data-page="produto-detalhes"] #product .price-container .price{
  color: #ef7d2d;
  font-size: 2.5rem;
  font-weight: 800;  
  margin: 0;
}


body.onlux[data-page="produto-detalhes"] #product .price-container img.formas-pagamento{
  width: 100%;
}

body.onlux[data-page="produto-detalhes"] #product .price-container .price-info img{
  width: 100%;
}

body.onlux[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc{
  color: #565656;
  font-size: 1rem;
  font-weight: 500;  
}

body.onlux[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .value{
  color: #565656;
  font-size: 1rem;
  font-weight: 700;  
}
body.onlux[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .pay{
  color: #565656;
  font-size: 1.3rem;
  font-weight: 700;  
}

body.onlux[data-page="produto-detalhes"] #product .select-variations {
  padding: 2rem 0;
  border-bottom: 1px solid #dadada;
}
body.onlux[data-page="produto-detalhes"] #product .select-variations .col-variation{
  margin-bottom: 5px;
}
body.onlux[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #030304;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
body.onlux[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

body.onlux[data-page="produto-detalhes"] #product .select-variations a:hover{
  color: #ef7d2d;
}
body.onlux[data-page="produto-detalhes"] #product .select-variations select, .select2-container{
  cursor: pointer;

  border: 2px solid #e3dedb;
  border-radius: 10px!important;

  height: 50px;
  color: #030304;
  font-weight: 500;
}

body.onlux[data-page="produto-detalhes"] #product .select-variations select:hover {
  border-color: #000000;
}
body.onlux[data-page="produto-detalhes"] #product .select-variations select:focus{
  box-shadow: none;
}

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

body.onlux[data-page="produto-detalhes"] #product .select-variations img.window{
  width: 50px;
  height: 50px;
  margin-top:8px;
  -o-object-fit: contain;
  object-fit: contain;

  -o-object-position: right;
  object-position: right;
}
.form-check{
  padding-left:0px;
}

body.onlux[data-page="produto-detalhes"] #product .select-variations .col-check:first-child .form-check{
  padding: 0;
  height: 100%;
}

body.onlux[data-page="produto-detalhes"] #product .select-variations .form-check input{
  display: none;
}
body.onlux[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  
  border: 2px solid #e3dedb;
  border-radius: 10px!important;
  cursor: pointer;

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

body.onlux[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation:hover{
  border-color: #000000;
}

body.onlux[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked + .btn-variation {
  border: 2px solid #ef7d2d;
}

body.onlux[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation img.variationimg{
  height: 30px;
  margin-right: 10px;
}

body.onlux[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p{
  
  width: 100%;
  margin: auto;

  color: #747778;
  font-weight: 500;
  text-align: left;

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

body.onlux[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked +  .btn-variation p {
  color: #000000;
}

body.onlux[data-page="produto-detalhes"] #product .price-final {
  padding: 2rem 0;
}
body.onlux[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #030304;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0px;
}

body.onlux[data-page="produto-detalhes"] #product .price-final .price{
  color: #ef7d2d;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

body.onlux[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc{
  color: #747778;
  font-size: 1rem;
}

body.onlux[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b{
  color: #000000;
  font-weight: 700;
}

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

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

  border: 0;
  border-radius: 100px!important;
  background-color: #ef7d2d;

  z-index: 0;

  overflow: hidden;

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

body.onlux[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:focus{
  box-shadow: none;
}

body.onlux[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart p {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  
  text-align: center;
  color: #fff;  

  margin: 0;

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

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

body.onlux[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart{
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

body.onlux[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon{
  width: 30px;
  height: 30px;
  margin-right: 10px;

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

body.onlux[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon svg{
  fill: #ffffff;
  width: 100%;
  height: 100%;

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

body.onlux[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart .icon svg{
  fill: #ef7d2d;
}

body.onlux[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text{
  color: #030304;
  font-size: 1rem;
  font-weight: 700;
}

body.onlux[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  height: 55px;
  border: 2px solid #e3dedb;
  border-right: 0;
  border-radius: 10px!important;
  box-shadow:none;
}

body.onlux[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:focus{
  box-shadow: none;
  border-color: #747778;
}

body.onlux[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod{
  background-color: #747778;
  padding: 0;
  width: 75px;
  height: 55px;

  border: 1px solid transparent;
  border-radius: 0 10px 10px 0!important;  

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

body.onlux[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod div{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

body.onlux[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover{
  background-color: #030304;
}





body.onlux[data-page="produto-detalhes"] .share {
  padding: 2rem 0;
}
body.onlux[data-page="produto-detalhes"] .share p{
  color: #565656;
  margin: 0;
}






/* Footer */



body.onlux .footer .container::before,
body.onlux .footer .row::before {
  content: unset;
}

body.onlux .footer {
  background-color: #6d7071;

  border: 0;
  padding: 40px 0;
}

body.onlux .footer .logo {
  width: 175px;
  height: auto;
  margin-bottom: 1rem;
}

body.onlux .footer .logo svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

body.onlux .footer p.desc {
  color: #ffffff;
  margin: 0;
}

body.onlux .footer h4.tit {
  color: #ffffff!important;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

body.onlux .footer ul.list-item {
  padding: 0;
}
body.onlux .footer ul.list-item li {
  margin-bottom: .5rem;
}
body.onlux .footer ul.list-item li:last-child{
  margin: 0;
}
body.onlux .footer ul.list-item li a, body.onlux .footer ul.list-unstyled li a {
  color: #ced7da;
  font-weight: 400;
  text-decoration: none;

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

body.onlux .footer ul.list-item li a:hover,  body.onlux .footer ul.list-unstyled li a:hover {
  color: #ffffff;
}

body.onlux .footer .formas {
  width: 100%;
}

body.onlux .footer .empresa {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #828485;
}

body.onlux .footer .empresa ul.address {
  padding: 0;
}
body.onlux .footer .empresa ul.address li {
  margin-bottom: .75rem;
}
body.onlux .footer .empresa ul.address li:last-child{
  margin: 0;
}
body.onlux .footer .empresa ul.address li a {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.onlux .footer .empresa ul.address li a:hover {
  color: #ced7da;
}

body.onlux .footer .empresa ul.address li a .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

body.onlux .footer .empresa ul.address li a .icon svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.onlux .footer .empresa ul.address li a:hover svg {
  fill: #ced7da;
}

body.onlux .footer .empresa ul.redes {
  display: flex;
  padding: 0;
}

body.onlux .footer .empresa ul.redes li {
  margin-top: 10px;
  margin-right: 30px;  
}

body.onlux .footer .empresa ul.redes li:last-child{
  margin-right: 0;
}

body.onlux .footer .empresa ul.redes li a {
  position: relative;

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

body.onlux .footer .empresa ul.redes li a::before {
  position: absolute;
  content: '';

  top: -12.5px;
  left: -12.5px;

  background-color: #ffffff;
  opacity: 0;
  border-radius: 100px!important;

  transform: scale(.9);

  width: 50px;
  height: 50px;

  z-index: 0;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.onlux .footer .empresa ul.redes li a:hover::before {
  opacity: 1;
  transform: scale(1);
}

body.onlux .footer .empresa ul.redes li svg {
  position: relative;

  fill: #ffffff;
  width: 25px;
  height: 25px;

  z-index: 1;

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

body.onlux .footer .empresa ul.redes li a:hover svg {
  fill: #747778;
}

body.onlux .basefooter {
  background: #ffffff;
  padding: 20px 0;;
}
body.onlux .basefooter span {
  font-size: 12px;
  color: #747778
}
body.onlux .basefooter strong {
  font-weight: 400;
  cursor: pointer
}
body.onlux .basefooter .wtek svg .w,
body.onlux .basefooter .wtek svg{
  fill: #848282;
  width: 100px;

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

body.onlux .basefooter .wtek:hover svg {
  fill: #000000;
  transform: translateY(-3px);
}

body.onlux .basefooter .wtek:hover svg .w{
  fill: #fedf00;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  width: 12.5px;
  height: 12.5px;
  background: #ffffff;
  border: 1px solid #D9D9D9 !important;
  margin-right: 5px;
  border-radius: 100px!important;

  margin-top: 15px;
}

.owl-dots .owl-dot.active {
  background-color: #ef7d2d;
  border: 0;
}

@media(max-width:991px) {
  body.onlux header.header-bg .menu-cart svg{
    fill: #030304;
  }

  body.onlux .footer .social a+a {
    margin-left: 0!important;
  }
  
  body.onlux .category .gt-30{
    margin-top: 0!important;
  }

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

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

  body.onlux header.header-bg .search-mob-style .search-full input {
    height: 50px!important;
  }
  
  body.onlux[data-page="produto-detalhes"] .about .box-about.whatsapp{
    position: relative;
    margin-left: 0!important;
    background-color: #29d166;
  }  

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


  /* Banner */
  body.onlux #banner .swiperBanner img {
    width: 100%;
    /* height: 250px; */
    height: auto!important;
    object-fit: cover;
  }


  /* Banner Apoio */
  body.onlux[data-page="home"] #apoio-banner {
    padding: 1rem 0;
  }
  body.onlux #apoio-banner #carousel-apoio{
    padding: 0;
    margin: 0;
  }

  body.onlux[data-page="home"] #apoio-banner .card-apoio .icon {
    width: 70px;
    height: 70px;
    margin-right: 40px;
  }

  body.onlux[data-page="home"] #apoio-banner .card-apoio .icon svg {
    width: 50px;
    height: 50px;
  }

  /* Listagem Produto */
  body.onlux .product-list .product .product-info .tit {
    font-size: 1.5rem;
    text-align: center;
  }

  body.onlux .product-list .product .product-info .container-price {
    text-align: center;
  }

  body.onlux .product-list .product .product-info .container-price span.price-label del,
  body.onlux .product-list .product .product-info .container-price span.price-label {
    font-size: 1rem;
    font-weight: 400px;
  }

  body.onlux .product-list .product .product-info .container-price span.price {
    font-size: 2rem;
  }

  body.onlux .product-list .product .product-info .container-price span.installment,
  body.onlux .product-list .product .product-info .container-price span.installment b {
    font-size: 1.15rem;
  }


  /* Ambientes */
  body.onlux .ambientes #carousel-ambientes {
    padding: 0;
    margin: 0;
  }


  /* Sobre */

  body.onlux .sobre h2.subtitle {
    font-size: 1.5rem;
  }

  /* Segue IG */
  body.onlux .segue-ig {
    padding-top: 0;
  }

  body.onlux .segue-ig #carousel-ig {
    padding: 0;
    margin: 0;
  }


  /* Dicas */
  body.onlux .dicas {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  
  body.onlux .dicas .box-title {
    margin-bottom: 1rem;
  }
  body.onlux .dicas #accordionDicas .card-header .btn {
    font-size: 1rem;
    padding: 1rem;
  }

  body.onlux .dicas #accordionDicas .card-body {
    padding: 1rem;
  }


  /* Newsletter */  
  body.onlux .news-home h1.title {
    font-size: 1.75rem;
  }


  body.onlux .news-home .col-text .icon {
    width: 60px;
    height: 60px;
  }

  body.onlux .news-home .card-nl p{
    text-align: center;
  }

  body.onlux .news-home .form-newsletter .input-group {
    display: initial;
  }

  body.onlux .news-home .form-newsletter .name {
    width: 100%;
  }
  body.onlux .news-home .form-newsletter .name::before{
    content: unset;
  }
  body.onlux .news-home .form-newsletter input {
    width: 100%;
    height: 50px;
    border-radius: 100px!important;    
    margin-bottom: 20px;
  }
  body.onlux .news-home .form-newsletter button::before{
    content: unset;
  }
  body.onlux .news-home .form-newsletter button {
    width: 100%;
    height: 50px;
    border-radius: 100px!important;
  }
  

  /* Footer */
  body.onlux .footer .site-map {
    padding: 0;
  }
  body.onlux .footer .site-map .col-address .logo {
    width: 150px;
    margin: auto;
  }

  body.onlux .footer h4.tit {
    margin-top: 10px;
    padding-bottom: 0!important;
    margin-bottom: 0.5rem!important;
  }

  body.onlux .footer .site-map li{
    padding-bottom: 0;
    margin-bottom: 0.5rem;    
  }
  body.onlux .footer .site-map li:last-child{
    padding-bottom: 0px;
  }
  body.onlux .footer .site-map li a {
    font-weight: 400!important;
  }
  body.onlux .footer .site-map li a::after {
    display: none;
  }
  body.onlux .footer .site-map li a.horario {
    cursor: unset;
    text-decoration: none
  }

  body.onlux .footer .col-formas img{
    width: 100%!important;
  }

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

  body.onlux .footer ul.address li {
    display: flex;
    justify-content: center;
  }
  body.onlux .bar-footer .line p{    
    margin-bottom: 15px!important;
  }

  body.onlux .bar-footer .line{
    border: none!important;
  }

  body.onlux .footer .empresa ul.redes {
    justify-content: center;
  }
  body.onlux .footer img {
    width: 100%;
    max-width: 250px;
  }
  



  /* PÃ¡gina produto */

  body.onlux[data-page="produto-detalhes"] .about-tabs {
    display: flex;
    justify-content: space-between;
  }

  body.onlux[data-page="produto-detalhes"] .about-tabs .about-item {
    width: 50%;
  }

  body.onlux[data-page="produto-detalhes"] .about-content .about-panel {
    padding: 1rem ;
  }

  body.onlux[data-page="produto-detalhes"] #product {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  body.onlux[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 1.5rem;
    text-align: center;
    color: #030304;
    font-weight: 900;
  }

  body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products {
    margin-bottom: 0;
  }

  body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products .item img{
    width: 100%;
    height: auto;  
    object-fit: cover;
  }

  body.onlux[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom {
    bottom: 50px;
  }
  
  
  body.onlux[data-page="produto-detalhes"] #product #box-frete {
    margin-top: 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
  }
}</pre></body></html>