.container{
  position:relative;
}
div.alert{
  position: fixed;
  z-index: 9999;
  /* width: calc(100% - 30px); */
  width: fit-content;
  top: 10px;
  max-width: 1140px;
  left: 50%;
  transform: translate(-50%, 0px);
  
  white-space: nowrap;
  padding-right: 50px;
}
div.alert .close {
  right: -40px;
}
.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-family: 'Inter', sans-serif;
  font-weight: 500;
}

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



/* NAVBAR MOBILE */

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

body.ciberlux{
  overflow-x: hidden !important;
}

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

body.ciberlux .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.ciberlux header.header-bg {
  background-color: #1b1918;
  /* overflow: hidden; */
}
body.ciberlux 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: 9999;
}
/* body.ciberlux header.header-bg.fixo .logo-base {
  padding: 20px;
}*/

body.ciberlux header.header-bg .logo-base {
  display: flex;
  align-items: center;

  height: 130px;
}

body.ciberlux header.header-bg.fixo .logo-base{
  height: 80px;
}

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

body.ciberlux header.header-bg .logo-base {
  position: relative;
}
body.ciberlux header.header-bg .logo-base::before {
  position: absolute;
  content: '';

  top: 0;
  left: -100vw;

  width: 100vw;
  height: 100%;

  border-bottom: 1px solid rgba(192, 150, 71, 1);

  background-color: #1b1918;
}
body.ciberlux header.header-bg.fixo .logo-base::before {
  left: calc(-100vw + 21px);
}
body.ciberlux header.header-bg .logo-base svg.base {
  position: absolute;
  top: 0;
  right: -80px;

  height: 100%;
  z-index: 1;
}
body.ciberlux header.header-bg .logo-base svg.line {
  position: absolute;
  height: 100%;

  right: 0;
}

body.ciberlux header.header-bg .logo-base .base-line {
  position: absolute;
  top: 0;
  left: calc(100% + 80px);

  width: 100%;
  height: 100%;
  z-index: 0;
}

body.ciberlux header.header-bg.fixo .logo-base .base-line {
  position: absolute;
  top: 0;
  left: calc(100% + 80px);

  width: 100%;
  height: 80px;
  z-index: 0;
  overflow: hidden;
}

body.ciberlux header.header-bg.fixo .logo-base svg.line {
  min-height: 130px;
}

body.ciberlux header.header-bg .logo-base img{
  position: relative;
  width: 100%;
  
  z-index: 1;
}
body.ciberlux header.header-bg #nav-mobile .logo-base img{
  width: 100%;
}

body.ciberlux header.header-bg .desktop-bars {
  height: 100%;
}
body.ciberlux header.header-bg .desktop-topbar {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  left: 0;

  width: 100%;
  height: 80px;
}

body.ciberlux header.header-bg .desktop-topbar::after{
  position: absolute;
  content: '';

  top: 0;
  right: calc(-100% + 10px);

  width: 100%;
  height: 100%;

  background-color: #C09647;

  z-index: 0;
}

body.ciberlux header.header-bg .desktop-topbar .search {
  margin-right: 10%;
}
body.ciberlux header.header-bg .desktop-topbar .search form {
  position: relative;
}

body.ciberlux header.header-bg .desktop-topbar .search input{
  height: 40px;
  min-width: 250px;
  padding: 5px 10px;
  border: none;
  background-color: #FFFFFF;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux header.header-bg .desktop-topbar .search input:focus{
  outline: none !important;
  box-shadow: 0 5px 15px rgba(192, 150, 71, .75);
}
body.ciberlux header.header-bg .desktop-topbar .search form button.btn-search {
  position: absolute;
  display: flex;
  align-items: center;

  top: 0;
  right: 0;

  width: 40px;
  height: 40px;

  background-color: #C09647;

  border-radius: 0;
  padding: 10px;
}

body.ciberlux header.header-bg .desktop-topbar .search form button.btn-search:hover {
  background-color: #FFFFFF;
}

body.ciberlux header.header-bg .desktop-topbar .search form button.btn-search svg{
  fill: #1b1918;
}

body.ciberlux header.header-bg .desktop-topbar .search form button.btn-search:hover svg{
  fill: #C09647;
}

@media (max-width: 1200px) {
  body.ciberlux header.header-bg .logo-base .base-line,
  body.ciberlux header.header-bg.fixo .logo-base .base-line {
    left: calc(100% + 30px);
  }

  body.ciberlux header.header-bg .desktop-topbar .search {
    margin-right: 22.5%;
  }
}

body.ciberlux header.header-bg .desktop-topbar .account {
  position: absolute;
  display: flex;
  align-items: center;

  right: 0;
  height: 100%;
}
body.ciberlux header.header-bg .desktop-topbar .account svg.background {
  stroke: #C09647;
  height: 100%;
}

body.ciberlux header.header-bg .desktop-topbar .account .button-user{
  position: absolute;
  display: flex;
  align-items: center;

  left: 50px;

  text-decoration-line: none;
}

body.ciberlux header.header-bg .desktop-topbar .account .button-user svg {
  fill: #1b1918;
  width: 25px;
  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.ciberlux header.header-bg .desktop-topbar .account .button-user p {
  font-size: .8rem;
  margin: 0;
  color: #1b1918;
}

body.ciberlux header.header-bg .desktop-topbar .account .button-user:hover p {
  text-decoration: underline;
}

body.ciberlux header.header-bg .desktop-topbar .account .button-cart {
  position: absolute;

  right: 0;

  height: 100%;
}

body.ciberlux header.header-bg .desktop-topbar .account .button-cart .tag {
  position: absolute;
  top: 24px;
  right: 6px;
  display: flex;
  background-color: #D10303;
  width: 15px;
  padding: 0px;
  height: 15px;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 15px;
  font-size: .5rem;
  font-weight: 400;
  color: #ffffff;
  border-radius: 15px;
  z-index: 1;

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


body.ciberlux header.header-bg .desktop-topbar .account .button-cart .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;

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

  margin-top: auto;
  margin-bottom: auto;

  width: 45px;
  height: 50px;

  background-color: #1b1918;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);

  z-index: 1;

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


body.ciberlux header.header-bg .desktop-topbar .account .button-cart:hover .icon {
  background-color: #C09647;
  
  clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

body.ciberlux header.header-bg .desktop-topbar .account .button-cart .icon svg {
  fill: #C09647;
  width: 20px;
  height: 20px;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux header.header-bg .desktop-topbar .account .button-cart:hover .icon svg {
  fill: #1b1918;
}


body.ciberlux header.header-bg .desktop-bar {
  position: absolute;
  display: flex;
  align-items: center;

  left: 7px;
  bottom: 0;

  background-color: #f2f2f2;
  width: 100%;
  height: 50px;

}

body.ciberlux header.header-bg.fixo .desktop-bar {
  display: none;
}

body.ciberlux header.header-bg .desktop-bar::after{
  position: absolute;
  content: '';

  width: 100vw;
  height: 100%;

  top: 0;
  right: -100vw;
  
  background-color: #f2f2f2;
}

body.ciberlux header.header-bg .desktop-bar ul{
  position: relative;
  padding-left: 17px;
  margin: 0;
  z-index: 1;

}

body.ciberlux header.header-bg .desktop-bar ul li {
  display: inline-flex;
  transform: skewX(152.5deg);

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

body.ciberlux header.header-bg .desktop-bar ul li::before{
  position: absolute;
  content: '';

  width: 100%;
  height: 0%;

  top: 0;
  left: 0;
  
  background-color: #C09647;
  opacity: 0;

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

body.ciberlux header.header-bg .desktop-bar ul li:hover::before {
  height: 100%;
  opacity: 1;
}

body.ciberlux header.header-bg .desktop-bar ul li a{
  display: flex;
  align-items: center;
  color: #1b1918;
  
  text-decoration: none;

  height: 50px;
  padding: 0 25px;

  transform: skewX(-152.5deg);
}

/* body.ciberlux header.header-bg .desktop-bar ul li a:hover {
  color: #C99B3B;
} */


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

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

body.ciberlux header.header-bg .search-mob-style .search-full input{
  border: 0;
  border-radius: 0;
  padding: 20px 10px;
}
body.ciberlux header.header-bg .search-mob-style .search-full input:focus{
  outline: none;
  box-shadow: none;
}
body.ciberlux 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;
  background-color: #C99B3B;

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

body.ciberlux header.header-bg .menu-user {
  cursor: pointer;
}
body.ciberlux header.header-bg .menu-user svg{
  fill: #5f4d2e;
  width: 25px;

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

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

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux header.header-bg .col-search-mobi:hover svg{
  fill: #ffffff;
}
body.ciberlux 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;
}

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

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux header.header-bg .menu-account:hover svg{
  fill: #ffffff;
}
body.ciberlux 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;
}

body.ciberlux header.header-bg .col-search svg{
  fill: #333333;
  cursor: pointer;
  width: 25px;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


body.ciberlux .icons {
  display: grid;
  align-items: center;
}

body.ciberlux header.header-bg .menu-search button{
  border: none;
  background: none;
}

body.ciberlux header.header-bg .menu-search .box{
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%,-50%);
  
  z-index: 1;
}
body.ciberlux header.header-bg .menu-search .input {
  padding: 10px;
  width: 60px;
  height: 60px;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-sizing: border-box;

  color: #333333;
  outline: none;
  transition: .5s;
}
body.ciberlux header.header-bg .menu-search .box:hover input{
  width: 350px;
  background: #fff;
  border-color: #e7e6e6;  
}
body.ciberlux header.header-bg .menu-search .box:hover input:focus{
  border-color: #C09647;
}
body.ciberlux header.header-bg .menu-search svg{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%,-50%);
  font-size: 26px;
  color: #ffd52d;
  transition: .2s;
}
body.ciberlux header.header-bg .menu-search .box:hover svg{
  opacity: 0;
  z-index: -1;
}

body.ciberlux header.header-bg .icons .menu-search,
body.ciberlux header.header-bg .icons .menu-user,
body.ciberlux header.header-bg .icons .menu-cart {
  text-align: center;
}

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

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

  font-size: .9rem;
  font-weight: 600;
  color: #222222;

  border-radius: 15px;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux header.header-bg .icons .menu-cart:hover span.tag {
  background-color: #84c341;
  color: #fff;
}



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

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux header.header-bg .menu-cart:hover svg{
  fill: #ffffff;
}
body.ciberlux header.header-bg .menu-cart span.tag{
  position: absolute;
  top: -20px;
  right: -20px;
  
  display: flex;  
  background-color: #fff; 
  min-width: 20px;
  padding: 0 5px;
  height: 20px;

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

  font-size: .9rem;
  font-weight: 700;
  color: #C09647;

  border-radius: 15px;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux header.header-bg .menu-cart:hover span.tag {
  background-color: #333333;
  color: #C09647;
}

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


body.ciberlux .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;
  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: 1.5rem;
  color: #63666c;
}

body.ciberlux header.header-bg .button-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.ciberlux .shopping-cart .shopping-cart-header-link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

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

body.ciberlux .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd i {
  color: #C09647;
  font-size: 1.25rem;
  text-decoration: none;
}

body.ciberlux .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd h4 {
  margin: 0;
  color: #C09647;
  font-size: 1.25rem;
  text-decoration: none;
}

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

body.ciberlux .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.ciberlux #menu-desktop {
  background-color: #f2f2f2;
}
body.ciberlux #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.ciberlux .desktop-bar .dropdown-menu{
  background-color: #1D1D1B;  
  border: 0;
  border-top: 3px solid #C09647;
  border-radius: 0;
  overflow: hidden;
  margin: -2px 0 0 20px;
  padding: 0px 12px;
  min-width: 100%;
  width: auto!important;
  height: auto;

  transform: skewX(-152.5deg);
}
body.ciberlux .desktop-bar .dropdown-menu.megamenu{
  padding:0px;
  min-width: 600px;
}

body.ciberlux .desktop-bar .dropdown-menu ul {
  padding: 0!important;  
}

body.ciberlux .desktop-bar .dropdown-menu img {
  width: 100%;
}

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

  transform: skewX(0)!important;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .desktop-bar .dropdown-menu li::before{
  content: none!important;
}
body.ciberlux .desktop-bar .dropdown-menu a{
  color: #fff!important;
  font-weight: 400!important;
  text-decoration: none!important;
  height: auto!important;
  padding: 5px 0!important;

  transform: skewX(0)!important;
}
body.ciberlux .desktop-bar .dropdown-menu li a:hover{
  color: #C09647!important;
}






/* BANNERS */

body.ciberlux #carousel-banner{
  position: relative;
  padding: 0;
  margin: 0;
}

body.ciberlux #carousel-banner .owl-item img {
  display: block;
  width: 100%;
}
body.ciberlux #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: 55px;
  background-color: rgba(0, 0, 0, .5);

  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);


  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux #banner .navs #navbar-prev svg{
  width: 15px;
  height: 15px;
  fill: #fff;
}
body.ciberlux #banner .navs #navbar-prev:hover{
  background-color: #C09647;
  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.ciberlux #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: 55px;
  background-color: rgba(0, 0, 0, .5);

  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);


  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux #banner .navs #navbar-next svg{
  width: 15px;
  height: 15px;
  fill: #fff;
}
body.ciberlux #banner .navs #navbar-next:hover{
  background-color: #C09647;
  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.ciberlux[data-page="perguntas-frequentes"] form button,body.ciberlux[data-page="perguntas-frequentes"] form input{
  z-index:initial !important;
}
body.ciberlux[data-page="perguntas-frequentes"] form button {
  height:48px;
}
body.ciberlux[data-page="home"] #apoio-banner {
  padding: 3rem 0;
  background: url("../img/background-apoio.png");
}
body.ciberlux[data-page="home"] #apoio-banner .card-apoio {
  display: flex;
  align-items: center;
  cursor: pointer;

  background-color: #fff;
  padding: 30px 15px;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);

  height: 100%;

  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ciberlux[data-page="home"] #apoio-banner .card-apoio:hover{
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}
body.ciberlux[data-page="home"] #apoio-banner .card-apoio .icon{
  display: flex;
  align-items: center;

  fill: #1D1D1B;  
  margin-right: 10px;
}
body.ciberlux[data-page="home"] #apoio-banner .card-apoio .icon svg{
  width: 30px;
  height: 30px;
}
body.ciberlux[data-page="home"] #apoio-banner .card-apoio p{
  color: #000000;
  font-weight: 700;
  font-size: .85rem;
  line-height: .85rem;
  margin: 0;
}
body.ciberlux[data-page="home"] #apoio-banner .card-apoio p span{
  color: #C99B3B;
  font-weight: 700;
  font-size: .85rem;
}
body.ciberlux[data-page="home"] #apoio-banner img{
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
  
body.ciberlux[data-page="home"] #apoio-banner img:hover{
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}



/* CATEGORIAS */
body.ciberlux[data-page="home"] .categorias {
  padding: 2rem 0;
}
body.ciberlux[data-page="home"] .categorias #carousel-categorias {
  padding: 0;
}
body.ciberlux[data-page="home"] .categorias #carousel-categorias .item {
  background-color: #000;
  border-radius: 5px;
  overflow: hidden;
}
body.ciberlux[data-page="home"] .categorias #carousel-categorias .item img{
  width: 100%;
  opacity: .3;

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.ciberlux[data-page="home"] .categorias #carousel-categorias .item:hover img{
  opacity: .8;
  transform: scale(1.25);
}
body.ciberlux[data-page="home"] .categorias #carousel-categorias .item .categoria{
  position: absolute;
  width: 60%;
  left: 10%;
  bottom: 10%;
  padding: 15% 15% 0% 0%;

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

body.ciberlux[data-page="home"] .categorias #carousel-categorias .item:hover .categoria{
  padding: 15% 15% 15% 10%;
  left: 0;
  bottom: 0;
  background-color: #C99B3B;
}

body.ciberlux[data-page="home"] .categorias #carousel-categorias .item .categoria .logo-icon{
  fill: #C99B3B;
  width: 55px;
  margin-bottom: 1rem;

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.ciberlux[data-page="home"] .categorias #carousel-categorias .item:hover .categoria .logo-icon{
  fill: #ffffff;
}
body.ciberlux[data-page="home"] .categorias #carousel-categorias .item .categoria .categoria-nome{
  color: #C99B3B;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.ciberlux[data-page="home"] .categorias #carousel-categorias .item:hover .categoria .categoria-nome{  
  color: #ffffff;
}
body.ciberlux[data-page="home"] .categorias #carousel-categorias .item .categoria .categoria-produto{
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

body.ciberlux[data-page="home"] .categorias .navs #navbar-prev{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;

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

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux[data-page="home"] .categorias .navs #navbar-prev svg{
  width: 15px;
  height: 15px;
  fill: #fff;
}
body.ciberlux[data-page="home"] .categorias .navs #navbar-prev:hover{
  background-color: #C99B3B;
  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.ciberlux[data-page="home"] .categorias .navs #navbar-next{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  cursor: pointer;

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

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux[data-page="home"] .categorias .navs #navbar-next svg{
  width: 15px;
  height: 15px;
  fill: #fff;
}
body.ciberlux[data-page="home"] .categorias .navs #navbar-next:hover{
  background-color: #C99B3B;
  transform: scale(.9);
  
  -webkit-box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
  box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
}



/* TÍTULO SESSÃO */


body.ciberlux .box-title {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;    
}
body.ciberlux .box-title .box-text {
    color: #333333;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
body.ciberlux .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.ciberlux .box-title a:hover{
  text-shadow: 0 0 30px rgba(40, 40, 40, .3);
}


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

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

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

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



/* LISTA DE PRODUTOS */

body.ciberlux .listagem-produtos {
  background-color: #ffffff;
  padding: 4rem 0;
}

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

  border: 1px solid transparent;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .product-list .product:hover form {
  border-color: #C09647;
}
body.ciberlux .product-list .product-image .tag-promotion{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;


  top: 0;
  left: 10px;  

  

  width: 50px;
  height: 75px;
  padding-bottom: 10px;

  background-color: #C09647;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 0, 100% calc(100% - 15px), 25px 100%, 0 calc(100% - 15px));

  font-size: 1rem;
  color: #000000;
  font-weight: 700;

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

body.ciberlux .product-list .product:hover .product-image .tag-promotion{
  height: 50px;
  font-size: .9rem;
}
body.ciberlux .product-list .product .product-image {
  padding: 0;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
body.ciberlux .product-list .product .product-image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.ciberlux .product-list .product .product-image img{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;  
  height: 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.ciberlux .product-list .product form:hover .product-image img{
  transform: scale(1.2);
  filter: grayscale(.4);


}

body.ciberlux .product-list .product .product-info {
  padding: 0 5px;
  text-decoration: none;
}
body.ciberlux .product-list .product .product-info .tit{
  color: #000000;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 66px;
}
body.ciberlux .product-list .product .product-info .container-price {
  text-align: left;
  margin-bottom: 1rem;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .product-list .product .product-info .container-price span.price-label del,
body.ciberlux .product-list .product .product-info .container-price span.price-label{
  font-size: .8rem;
  font-weight: 400;
  color: #727272;
  margin-right: 2px;

  display: inline-block;
}
body.ciberlux .product-list .product .product-info .container-price span.price{
  font-size: 1.15rem;
  font-weight: 700;
  color: #C09647;

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

  font-size: .8rem;
  font-weight: 400;
  color: #727272;
}
body.ciberlux .product-list .product .product-info .container-price span.installment b {
  font-size: .8rem;
  font-weight: 400;
  color: #C99B3B;
}







/* Ambientes */

body.ciberlux .ambientes .card-ambiente {
  position: relative;
  margin: 15px 0;
  overflow: hidden;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .ambientes .card-ambiente:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}
body.ciberlux .ambientes .card-ambiente .image.destaque {
  width: 100%;
  height: 400px;
}
body.ciberlux .ambientes .card-ambiente .image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
body.ciberlux .ambientes .card-ambiente .image::after{
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, .5);

  z-index: 0;

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

body.ciberlux .ambientes .card-ambiente:hover .image::after{
  background-color: rgba(0, 0, 0, 0);
}


body.ciberlux .ambientes .card-ambiente .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .ambientes .card-ambiente:hover .image img {
  transform: scale(1.1);
}
body.ciberlux .ambientes .card-ambiente .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;


  background-color: #C09647;

  z-index: 0;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .ambientes .card-ambiente:hover .title {
  padding: 20px 40px;
}
body.ciberlux .ambientes .card-ambiente .title::after{
  position: absolute;
  content: '';

  right: -24px;
  top: 0;

  width: 50px;
  height: 100%;

  transform: skewX(35deg);

  background-color: #C09647;
  z-index: -1;
}

body.ciberlux .ambientes .card-ambiente .title h1{
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}





/* Sobre */

body.ciberlux .sobre{
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
}

body.ciberlux .sobre .render-left {
  position: absolute;

  top: 0;
  left: -350px;

  width: 100%;
  height: 100%;
}

@media(max-width:1920px){
  body.ciberlux .sobre .render-left{
    left: -455px;
  }
}

body.ciberlux .sobre .render-left svg {
  height: 100%;

  fill: none;
  stroke: #C09647;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}

body.ciberlux .sobre .render-right {
  position: absolute;
  text-align: end;

  top: 0;
  right: -15%;

  width: 100%;
  height: 100%;
}

body.ciberlux .sobre .render-right svg {
  height: 100%;

  fill: none;
  stroke: #C09647;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}

body.ciberlux .sobre .card-sobre-texto {
  padding-right: 2rem;
}
body.ciberlux .sobre .card-sobre-texto h1.title {
  font-size: 2.6rem;
  font-weight: 700;
}

body.ciberlux .sobre .card-sobre-texto p.desc {
  font-size: 1rem;
  font-weight: 400;
  color: #727272;
}

body.ciberlux .sobre .card-sobre-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding-left: 2rem;
}
body.ciberlux .sobre .card-sobre-image img{
  width: 100%;
  height: 100%;
  object-position: 25%;
  object-fit: cover;
}







/* Newsletter */

body.ciberlux .news-home {
  position: relative;
  overflow: hidden;
  
  margin: 40px 0 0 0;
  padding: 3rem 0;
  background-color: #1D1D1B;
}

body.ciberlux .news-home .render{
  position: absolute;  
  display: flex;
  justify-content: end;

  top: 0;
  right: 0;

  width: 100%;
  height: 100%;
}

body.ciberlux .news-home .render svg {
  height: 100%;
  fill: none;
}

body.ciberlux .news-home .render-left {
  position: absolute;

  top: -25%;
  left: -400px;

  width: 150%;
  height: 150%;
}

body.ciberlux .news-home .render-left svg {
  height: 100%;

  fill: none;
  stroke: #C09647;
  stroke-width: 2px;
  stroke-miterlimit: 10;
}
body.ciberlux .news-home h1.title {
  color: #ffffff;

  text-align: center;
}

body.ciberlux .news-home p.desc {
  color: #ffffff;

  text-align: center;
}

body.ciberlux .news-home input.form-control {
  border-radius: 100px;
  background-color: #F2F2F2;
  height: 50px;
  border: 1px solid transparent;

  margin-top: 10px;
}

body.ciberlux .news-home input.form-control:focus {
  box-shadow: none;
  border-color: #C99B3B;
}

body.ciberlux .news-home  button.btn-new {
  width: 100%;
  height: 45px;

  color: #fff;  
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 40px;
  text-align: center;

  z-index: 0;

  border: 0;
  border-radius: 10px;
  background-color: #C99B3B;

  margin-top: 30px;

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

body.ciberlux .news-home  button.btn-new:hover{
  background-color: #fff;
  color: #C99B3B;
  transform: translateY(-5px);
}

/* 
body.ciberlux .news-home .bar-fix{
  position: absolute;

  width: 30%;
  height: 100%;
  left: 0;
  background-color: #333333;
}

body.ciberlux .news-home .col-text {
  display: flex;
  align-items: center;

  background-color: #333333;
  padding: 3rem 0;
  color: #fff;

  transform: skewX(-50deg);
}

body.ciberlux .news-home .col-text .icon{
  display: inline-block;
  margin-right: 1rem;

  transform: skewX(50deg);
}
body.ciberlux .news-home .col-text .icon svg{
  fill: #C99B3B;
  width: 30px;
  height: 30px;
}
body.ciberlux .news-home .col-text .nl-text{
  display: inline-block;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;

  transform: skewX(50deg);
} */


/* body.ciberlux .news-home .container-nl{  
  border-radius: 5px;
  padding: 40px;
}

body.ciberlux .news-home .bar-fix{
  position: absolute;

  width: calc(40% - 50px);
  height: 100%;
  left: 0;
  background-color: #333333;
}

body.ciberlux .news-home .bar-fix:after{
  position: absolute;
  content: '';

  width: 120px;
  height: 100%;

  top: 0;
  right: -55px;

  background-color: #333333;
  transform: skewX(-40deg);
} */
/* 
body.ciberlux .news-home .form-newsletter .block-label{
  font-size: 1.5rem;
  font-weight: 700;  
  margin: 0;
  color: red;
}

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

  font-size: 1rem;
  font-weight: 400;
  padding: 0 10px;
  text-align: left;
  color: #333333;  
  line-height: 40px;

  border: none;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #888888;

  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.ciberlux .news-home .form-newsletter .block-input input:hover{
  border-color: #333333;
}
body.ciberlux .news-home .form-newsletter .block-input input:focus{
  box-shadow: none;
  border-color: #C99B3B;
}
 */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #888888!important;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #888888!important;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #888888!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #888888!important;
}

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




/* Redes Sociais */

body.ciberlux .redes {
  padding: 8rem 0 4rem 0;
}
body.ciberlux .redes .card-fb{  
  background-color: #1D1D1B;
  background-size: cover;
  background-position: center right;
  border-radius: 25px;

  padding: 40px;

  cursor: pointer;

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


body.ciberlux .redes .card-fb:hover{
  transform: translateY(-10px);
}

body.ciberlux .redes .card-fb .fb-logo svg{
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;

  margin-left: auto;
  margin-right: auto;

  width: 125px;
  height: 125px;


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

body.ciberlux .redes .card-fb .fb-logo svg .shape {
  fill: #C09647;

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

body.ciberlux .redes .card-fb:hover .fb-logo svg .shape {
  fill: #1877F2;
}

body.ciberlux .redes .card-fb .fb-text{
  text-align: center;
  padding: 20px 0 0 0;
}

body.ciberlux .redes .card-fb h2{
  color: #F2F2F2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

body.ciberlux .redes .card-fb h1{
  color: #C99B3B;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-transform: lowercase;
  margin: 0;

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

body.ciberlux .redes .card-fb:hover h1 {
  color: #1877F2;
}

body.ciberlux .redes .card-ig{  
  background-color: #1D1D1B;
  background-size: cover;
  background-position: center right;
  border-radius: 25px;

  padding: 40px;

  cursor: pointer;

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


body.ciberlux .redes .card-ig:hover{
  transform: translateY(-10px);
}

body.ciberlux .redes .card-ig .ig-logo svg{
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;

  margin-left: auto;
  margin-right: auto;

  width: 125px;
  height: 125px;


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

body.ciberlux .redes .card-ig .ig-logo svg .shape {
  position: relative;
  fill: #C09647;

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

body.ciberlux .redes .card-ig:hover .ig-logo svg .shape {
  fill: #1877F2;
}

body.ciberlux .redes .card-ig .ig-logo svg stop{
  stop-color: #C09647;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .redes .card-ig:hover .ig-logo svg stop:nth-child(1) {
  stop-color: #eebc0e;

    -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .redes .card-ig:hover .ig-logo svg stop:nth-child(2) {
  stop-color: #d31b46;
    -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .redes .card-ig:hover .ig-logo svg stop:nth-child(3) {
  stop-color: #7c3bad;
    -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


body.ciberlux .redes .card-ig .ig-text{
  text-align: center;
  padding: 20px 0 0 0;
}

body.ciberlux .redes .card-ig h2{
  color: #F2F2F2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

body.ciberlux .redes .card-ig h1{
  position: relative;

  color: #C99B3B;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: lowercase;
  margin: 0;

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

body.ciberlux .redes .card-ig:hover h1{
  color: transparent;
}
body.ciberlux .redes .card-ig h1:before {
  content: 'instagram';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;

  background: -moz-linear-gradient(45deg, rgba(238,188,14,1) 0%, rgba(211,27,70,1) 50%, rgba(124,59,173,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(238,188,14,1) 0%, rgba(211,27,70,1) 50%, rgba(124,59,173,1) 100%);
  background: linear-gradient(45deg, rgba(238,188,14,1) 0%, rgba(211,27,70,1) 50%, rgba(124,59,173,1) 100%);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .redes .card-ig:hover h1:before {
  opacity: 1;
}










body.ciberlux[data-page="produtos-list"] .bg-categoria-list-prod {
  background: #1D1D1B;
  padding: 40px 0;
}

body.ciberlux[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}

body.ciberlux[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  line-height: .8;
  margin-top: 0;
  margin-bottom: 0;
}

body.ciberlux .category {
    margin: 0;
}

body.ciberlux .category .aggregation-block {
  padding-bottom: 10px;
  border-bottom: 1px #e5e5e5 solid;
}

body.ciberlux .category .aggregation-block .aggregation-block-heading {
  background: #fff;
  border-bottom: 0;
  color: #333;
  text-transform: none;
  cursor: pointer;
  line-height: 1;
  padding: 16px 0 16px 0;
  position: relative;
}

body.ciberlux .category .aggregation-block .aggregation-block-heading .aggregation-block-title {
  color: #333;
  display: -webkit-box;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

body.ciberlux .category .aggregation-block .filter-list {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

body.ciberlux .category .aggregation-block .filter-list .filter-list-item {
  border-top: 0;
  color: #333;
  font-size: 14px;
  list-style: none;
  position: relative;
  background-color: #fff;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

body.ciberlux .category .aggregation-block .filter-list .filter-list-item .filter-list-link {
  margin-left: -5px;
  font-size: 14px;
  padding: 6px 6px 6px 35px;
  display: block;
  color: #333;
  position: relative;
  text-decoration: none;
}

body.ciberlux .category .aggregation-block .filter-list .filter-list-item .filter-list-link.filter-show-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.ciberlux .category .aggregation-block .filter-list .filter-list-item .filter-list-link.categoria-list-link {
  padding: 6px 6px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.ciberlux .category .aggregation-block.aggregation-price .aggregation-block-heading {
  padding: 16px 0 22px 0;
}

body.ciberlux .category .aggregation-block.aggregation-price .noUi-horizontal {
  height: 6px;
  border-radius: 0;
}

body.ciberlux .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-connects {
  border-radius: 0;
}

body.ciberlux .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-connects .noUi-connect {
  background: #262626;
}

body.ciberlux .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  width: 18px;
  height: 20px;
  top: -8px;
  box-shadow: none;
  border-color: #262626;
  background: #262626;
  border-radius: 0;
}
.noUi-handle:after, .noUi-handle:before {
  background: none!important;
}
body.ciberlux .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower {
  right: -15px;
}

body.ciberlux .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  width: 18px;
  height: 20px;
  top: -8px;
  box-shadow: none;
  border-color: #262626;
  background: #262626;
  border-radius: 0;
}

body.ciberlux .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper {
  right: -2px;
}

body.ciberlux .category .aggregation-block.aggregation-price .price-info {
  font-size: 13px;
  font-weight: 300;
  margin: 20px 0 20px;
}

body.ciberlux .category .aggregation-block.aggregation-price .price-btn .btn-theme {
  background: #262626;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  border-radius: 0;
}

.btn-theme {
  background-color: #000000;
  color: #fff;
}

body.ciberlux .category .aggregation-block .filter-list .checkbox-check {
  margin-top: -9px;
  top: 50%;
  left: 5px;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #999;
  fill: #fff;
  padding: 2px;
  position: absolute;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}





/* Breadcrumbs */

body.ciberlux #breadcrumbs {
  position: relative;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}
body.ciberlux #breadcrumbs ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

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

  color: #000;
  font-weight: 400;
  font-size: 1rem;
}

body.ciberlux #breadcrumbs a {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
}

body.ciberlux #breadcrumbs ul li::after {
  content: ">";
  color: #C09647;
  font-weight: 400;
  margin: 10px;
}

body.ciberlux #breadcrumbs p {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 1rem;
}

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

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

body.ciberlux[data-page="produto-detalhes"] .nav-tabs {
  display: flex;
  justify-content: center;
  border: 0;
  border-bottom: 2px solid #C09647;
}

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

  color: #1D1D1B;
  font-size: 1rem;

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

  transform: skewX(-25deg);


  border: 0;
  

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux[data-page="produto-detalhes"] .nav-link p {
  margin: 0;
  transform: skewX(25deg);
  font-weight: 500;
}

@media(max-width:991px) {
  body.ciberlux[data-page="produto-detalhes"] .nav-tabs .nav-item{
    width: 50%!important;
  }  

  body.ciberlux[data-page="produto-detalhes"] .nav-tabs .nav-link {
    transform: skewX(0);
  }
  
  body.ciberlux[data-page="produto-detalhes"] .nav-tabs .nav-link p{
    transform: skewX(0);
  }
}
body.ciberlux[data-page="produto-detalhes"] .nav-link:hover {
  box-shadow: 0 0 20px rgba(10, 10, 40, .1);  
}

body.ciberlux[data-page="produto-detalhes"] .nav-item.active .nav-link  {
  position: relative;

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


  z-index: 0;

  overflow: hidden;
}
body.ciberlux[data-page="produto-detalhes"] .tab-content{  
  z-index: 1;
}
body.ciberlux[data-page="produto-detalhes"] .tab-content .tab-pane{
  padding: 2rem;
}
body.ciberlux[data-page="produto-detalhes"] .tab-content .tab-pane .tabpanel-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
body.ciberlux[data-page="produto-detalhes"] .tab-content .tab-pane .card-header{
  background-color: #fff;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #C09647;

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

body.ciberlux[data-page="produto-detalhes"] .tab-content .tab-pane .card-header[aria-expanded="true"]{
  background-color: #C09647;
  color: #fff;
}

body.ciberlux[data-page="produto-detalhes"] .tab-content .tab-pane .card-header h2{
  font-size: 1rem;
  font-weight: 600;
  margin:0;
}
body.ciberlux[data-page="produto-detalhes"] .tab-content .tab-pane .tabpanel-info p{
  margin: 0;
}

body.ciberlux[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: #ffffff;
  background-clip: border-box;
  border: 0;
  border-radius: 0;

  margin-bottom: 10px;  

  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

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

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

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


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

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux[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.ciberlux[data-page="produto-detalhes"] .about .box-about .text {
  display: flex;
  align-items: center;
  height: 75px;  
}
body.ciberlux[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.ciberlux[data-page="produto-detalhes"] .about .box-about .text span{
  font-size: 1.25rem;
  font-weight: 800;
  color: gray;
  margin: 0;
}

body.ciberlux[data-page="produto-detalhes"] .relacionados .box-title{
  margin-bottom: 20px;
}

body.ciberlux #page,
html, body {
  overflow: initial!important;
}

body.ciberlux[data-page="produto-detalhes"] #product {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 90px;
}
body.ciberlux[data-page="produto-detalhes"] #product .gallery {
  position: sticky;
  top: 100px;

  height: fit-content;
}
body.ciberlux[data-page="produto-detalhes"] #product .gallery .gallery-products .item{
  width: 100%;
  background-color: #fff; 
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
body.ciberlux[data-page="produto-detalhes"] #product .gallery .gallery-products .item a {
  position: relative;
  display: block;
  width: 100%;
}
body.ciberlux[data-page="produto-detalhes"] #product .gallery .gallery-products .item a::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.ciberlux[data-page="produto-detalhes"] #product .gallery .gallery-products .item img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;

  -o-object-position: center;
  object-position: center;
}

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


body.ciberlux[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item{
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  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.ciberlux[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active{
  border: 3px solid #C99B3B;
}
body.ciberlux[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item img{
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: .5;

  width: 100%;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item:hover img{  
  opacity: 1;
}
body.ciberlux[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active img{
  opacity: 1;  
}

body.ciberlux[data-page="produto-detalhes"] #product .gallery .tag-galeria{
  display: block;
  text-decoration: none;
  color: #1D1D1B;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;

  width: 100%;
  margin-top: 1rem;
}

body.ciberlux[data-page="produto-detalhes"] #product .gallery .tag-galeria svg {
  width: 100%;
  height: 60px;
  margin-bottom: 1rem;
}

.easyzoom-flyout {
  border-radius: 0;
}

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

body.ciberlux[data-page="produto-detalhes"] #product .product-title{
  padding-bottom: 2rem;
  border-bottom: 1px solid #d6d6d6;
}

body.ciberlux[data-page="produto-detalhes"] #product .product-title .product-name{
  font-size: 2rem;
  color: #333333;
  font-weight: 700;
}

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

body.ciberlux[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: #999999;
  overflow: hidden;
  font-size: 1rem;
}

.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: #c09647;
  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.ciberlux[data-page="produto-detalhes"] #product .aval-ref p.ref {
  text-align: end;
  font-size: .85rem;
  color: #434343;
  margin: 0;
}

body.ciberlux[data-page="produto-detalhes"] #product .price-container {
  padding: 2rem 0;
  border-bottom: 1px solid #d6d6d6;
}
body.ciberlux[data-page="produto-detalhes"] #product .price-container .old-price del{
  color: #727272;
  font-size: 1rem;
  font-weight: 400;  
  margin: 0;
}
body.ciberlux[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #727272;
  font-size: 1rem;
  font-weight: 400;  
  margin: 0;
}

body.ciberlux[data-page="produto-detalhes"] #product .price-container .price{
  color: #C99B3B;
  font-size: 2.25rem;
  font-weight: 700;  
}


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

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

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

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

body.ciberlux[data-page="produto-detalhes"] #product .select-variations {
  padding: 2rem 0;
  border-bottom: 1px solid #d6d6d6;
}
body.ciberlux[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 .5rem 0;
}
body.ciberlux[data-page="produto-detalhes"] #product .select-variations a{
  color: #727272;
  font-size: .9rem;
  margin: 0;  
  text-decoration: underline;
}

body.ciberlux[data-page="produto-detalhes"] #product .select-variations a:hover{
  color: #C99B3B;
}
body.ciberlux[data-page="produto-detalhes"] #product .select-variations select{
  border: 1px solid #C9C9C9;
  border-radius: 0;
  min-height: 45px;
  color: #727272;
  font-weight: 500;
}

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

body.ciberlux[data-page="produto-detalhes"] #product .select-variations img.window{
  width: 100%;

  -o-object-fit: contain;
  object-fit: contain;

  -o-object-position: right;
  object-position: right;
}

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

body.ciberlux[data-page="produto-detalhes"] #product .select-variations .form-check input{
  display: none;
}
body.ciberlux[data-page="produto-detalhes"] #product .select-variations .form-check .btn-command {
  display: flex;
  width: 100%;
  padding: 15px;
  min-height: 90px;
  border: 1px solid #C9C9C9;
  border-radius: 15px;
  cursor: pointer;

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

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

body.ciberlux[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked + .btn-command {
  background-color: #C99B3B;
  border-color: #C99B3B;
}


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

body.ciberlux[data-page="produto-detalhes"] #product .select-variations .form-check .btn-command p{
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 100%;
  margin: 0;

  color: #000000;
  font-weight: 700;
}

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

body.ciberlux[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
}
.comprar-block{
  margin-top:10px !important;
}
body.ciberlux[data-page="produto-detalhes"] #product .price-final .price{
  color: #C99B3B;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
}

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

body.ciberlux[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b{
  color: #1D1D1B;
}

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



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

  font-size: 1.15rem;
  font-weight: 700;
  
  text-align: center;
  color: #1b1918;  

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

  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;
  margin: 1rem 0px 2rem;
}
#box-frete .panel-body{
  padding:0px;
}
#box-frete .box-primary{
  border:none;
}
body.ciberlux[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:focus{
  box-shadow: none;
}

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

body.ciberlux[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  top: 0;
  left: 0;

  width: 60px;
  height: 100%;

  background-color: #1D1D1B;

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

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

body.ciberlux[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon svg{
  fill: #C99B3B;
  width: 1.5rem;
  margin: 0;

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

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

body.ciberlux[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon:after{
  position: absolute;
  content: '';

  top: 0;
  bottom: 0;
  right: -5px;

  margin: auto 0;

  width: 10px;
  height: 10px;

  background-color: #1D1D1B;
  transform: rotate(45deg);

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

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

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

body.ciberlux[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  height: 45px;
  border: 1px solid #e7e6e6;
  border-radius: 0;
  position: relative;
}

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

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

  border: 1px solid transparent;
  border-radius: 0;  

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  right: 0;
  z-index: 2;
}

body.ciberlux[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod div{
  color: #1D1D1B;
  font-weight: 900;

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

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

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





/* Footer */


body.ciberlux .footer {
  position: relative;
  background: url('../img/footer.svg') no-repeat;
  background-position: top center;
  background-size: cover;
}

body.ciberlux .footer .render-footer {
  position: absolute;
  display: flex;
  justify-content: center;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

}

body.ciberlux .footer .render-footer svg {
  width: auto;
  height: 100%;

}

body.ciberlux .footer .render-footer svg image {
  margin-left: auto;

  width: 100%;
  height: 100%;
}

body.ciberlux .footer .render-footer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  
  z-index: -1;
}

body.ciberlux .footer .logo {
  padding-top: 60px;
}
body.ciberlux .footer .logo img {
  padding-top: 3rem;
  width: 200px;
}

body.ciberlux .footer h4.title{
  font-size: 1rem;
  font-weight: 700;

  margin: 3rem 0 1rem 0;
}

body.ciberlux .footer .col-list:nth-child(-n + 3) h4.title{
  color: #F2F2F2;
}

body.ciberlux .footer .col-list:nth-child(n + 4) h4.title{
  color: #1D1D1B;
}

body.ciberlux .footer h4.subtitle{
  color: #1D1D1B;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2rem;
}

body.ciberlux .footer ul {
  padding: 0;
}
@media(max-width:992px){
  body.ciberlux .footer ul{
    width:100%;
    text-align:center;
  }
}
body.ciberlux .footer ul li {
  display: block;
}
body.ciberlux .footer ul li a{
  list-style: none;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

body.ciberlux .footer .col-list:nth-child(-n + 3) ul li a{
  color: #F2F2F2;
}
body.ciberlux .footer .col-list:nth-child(-n + 3) ul li a:hover {
  color: #C09647;
}

body.ciberlux .footer .col-list:nth-child(n + 4) a{
  color: #1D1D1B;
  text-decoration: none;
}
body.ciberlux .footer .col-list:nth-child(n + 4) a:hover {
  color: #FFFFFF;
}

body.ciberlux .footer .redes li {
  display: inline-flex;
}
body.ciberlux .footer .redes li a {
  padding: 0 .5rem;
}
body.ciberlux .footer .redes li a svg{
  width: 25px;
  height: 25px;  
  fill: #1D1D1B;
}

body.ciberlux .footer .redes li a:hover svg{
  fill: #FFFFFF;
}


body.ciberlux .footer .site-map.desktop {
  background: 0;
  border: 0;
  padding: 50px 0 0 0;
}
body.ciberlux .footer .site-map {
  background: 0;
  border: 0;
  padding: 50px 0 40px 0;
}
body.ciberlux .footer .site-map .address-link img {
  max-width: 225px;
  width: 100%
}
body.ciberlux .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.ciberlux .footer .site-map .tit {
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 3px;
  padding-top: 0;
  padding-bottom: 15px
}
body.ciberlux .footer .site-map .col-address .logo {
  width: 100%;
  margin-bottom: 3rem;
}
body.ciberlux .footer .site-map .col-address p{
  color: #6d6f70;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0 0 10px 0;
}
body.ciberlux .footer .site-map .col-address ul{
  display: inline-flex;
}
body.ciberlux .footer .site-map .col-address li {
  color: #7e7e7e;
  font-size: 1rem;
  padding: 0;
}
body.ciberlux .footer .site-map .col-address li svg{
  width: 20px;
  height: 20px;
  fill: #7e7e7e;
}
body.ciberlux .footer .site-map .col-address li a:hover svg{
  fill: #000;
}
body.ciberlux .footer .site-map .col-address li:first-child svg{
  width: 1rem;
  fill: #7e7e7e;
}
body.ciberlux .footer .site-map li{
  padding-bottom: 15px;
}
body.ciberlux .footer .site-map li:last-child{
  padding-bottom: 0px;
}
body.ciberlux .footer .site-map li a {
  color: #7e7e7e;
  font-size: .9rem;
  padding: 0 .6rem;
}
body.ciberlux .footer .site-map li p {
  padding-bottom: 0;
  color: #7e7e7e;
  font-size: .9rem;
  margin-bottom: 0
}
body.ciberlux .footer .site-map li p b{
  font-weight: 500;
}
body.ciberlux .footer .site-map li p a{
  color: #333333;
  font-weight: 700;
}
body.ciberlux .footer .col-address{
  padding-left: 0px;
  display: inline-block;
}
body.ciberlux .footer .social a+a {
  margin-left: 15px
}
body.ciberlux .footer .social {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: left;
}


body.ciberlux .footer .social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 50px;
  font-size: 20px;
  
  z-index: 0;
  border-radius: 100px;
  background-color: #C99B3B;
  overflow: hidden;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .footer .social a:after{
  position: absolute;
  top: 0;
  left: -100%;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100px;
  z-index: -1;

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .footer .social a:hover:after{
  left: 0;
}
body.ciberlux .footer .social a.icone-facebook svg {
  fill: #5f4d2e;
  width: 2.5rem;
  padding: 0 5px;


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

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

  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.ciberlux .footer .social a:hover svg{
  fill: #C99B3B;  
}

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



body.ciberlux .footer .basefooter {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
body.ciberlux .footer .basefooter p{
  width: 100%;
  margin: 0;
  color: #1D1D1B!important;
  font-size: 14px;
}
body.ciberlux .footer .basefooter p a{
  font-weight: 600;
  color: #1D1D1B;

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

body.ciberlux .footer .basefooter p a:hover {
  color: #C99B3B;
}

body.ciberlux .footer-checkout .contact {
  background-color: #1b1918;
  font-weight: 500;
  color: #fff
}
body.ciberlux .footer-checkout .contact .contact-phone {
  padding-bottom: 0
}
body.ciberlux .footer-checkout .contact .icon-contact {
  align-items: flex-end
}
body.ciberlux .footer-checkout .contact a {
  color: #fff
}

@media(max-width:991px) {
  /* NAVBAR */
  body.ciberlux #nav-mobile {
    align-items: center;
  }
  body.ciberlux header.header-bg .link {
    margin: 0!important;
  }
  body.ciberlux header.header-bg.fixo {
    border-bottom: 1px solid #C99B3B;
  }

  body.ciberlux header.header-bg .logo-base {
    height: auto;
    padding: 2rem 0!important;
  }

  body.ciberlux header.header-bg .logo-base::before {
    content: none;
    left: 0;
  }

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

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

  body.ciberlux header.header-bg .search-mob-style .search-full input {
    height: 50px!important;
  }





  /* LISTAGEM PRODUTO */
  /* body.ciberlux .product-list .product .product-image img {
    height: 400px;
  } */




  /* AMBIENTES */
  body.ciberlux .sobre {
    padding: 2rem 0;
  }
  body.ciberlux .sobre .card-sobre-texto h1.title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  body.ciberlux .ambientes .card-ambiente .image.destaque {
    height: 250px;
  }
  body.ciberlux .sobre .card-sobre-image {
    padding: 0;
    height: auto;
    min-height: auto;
  }
  body.ciberlux .sobre .card-sobre-image img {
    width: 100%;
    height: auto;
  }




  /* NEWSLETTER */
  body.ciberlux .news-home .render-left {
    left: -20%;
  }




  /* REDES SOCIAIS */
  body.ciberlux .redes .card-fb {
    margin-bottom: 7rem;
  }




  /* FOOTER */
  body.ciberlux .footer {
    position: relative;
    background: #1D1D1B;
  }

  body.ciberlux .footer .logo {
    text-align: center;
    padding: 2rem 0 1rem 0;
  }

  body.ciberlux .footer .logo img {
    padding: 0;
  }

  body.ciberlux .footer h4.subtitle,
  body.ciberlux .footer h4.title {
    color: #C99B3B!important;
    margin: 2rem 0 .5rem 0;
  }

  body.ciberlux .footer .col-list a,
  body.ciberlux .footer .col-list ul li a{
    color: #ffffff!important;
  }
  
  body.ciberlux .footer p{
    color: #ffffff!important;
  }

  body.ciberlux .footer .basefooter {
    border-top: 1px solid #63666c;
    padding: 30px 0 30px 0;
    margin-top: 15px;
  }


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

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

  body.ciberlux .footer .redes li a svg{
    width: 25px;
    height: 25px;  
    fill: #FFFFFF;
  }
  
  body.ciberlux .footer .redes li a:hover svg{
    fill: #C99B3B;
  }







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




  /* Sobre */
  body.ciberlux .sobre .card-entalhe{
    display: flex!important;
    align-items: center!important;
    top: -20%!important;
    padding: 10px!important;
  }
  
  body.ciberlux .sobre .card-entalhe svg{
    margin: 0!important;
    margin-right: 10px;
  }
  body.ciberlux .sobre .card-entalhe p{
    margin: 0;
  }




  /* Newsletter */  
  body.ciberlux .news-home .bar-fix{
    display: none;
  }

  body.ciberlux .news-home .col-text{
    justify-content: center;
    transform: skewX(0)!important;
  }

  body.ciberlux .news-home .col-text .icon{
    transform: skewX(0)!important;
  }

  body.ciberlux .news-home .col-text .nl-text{
    transform: skewX(0)!important;
  }

  body.ciberlux .news-home .col-input {
    padding: 2rem 0!important;
  }
  body.ciberlux .news-home .form-newsletter .block-btn .btn-new {
    border-radius: 5px!important;
  }




  /* Barra footer */
  body.ciberlux .bar-footer .line p{    
    margin-bottom: 15px!important;
  }

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




  /* Página produto */
  body.ciberlux[data-page="produto-detalhes"] #product {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  body.ciberlux[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 1.5rem;
    text-align: center;
    color: #1D1D1B;
    font-weight: 700;
    margin-top: 2rem!important;
  }

  body.ciberlux[data-page="produto-detalhes"] #product .gallery {
    position: initial!important;
    top: 0!important;
  }
  body.ciberlux[data-page="produto-detalhes"] #product .gallery .gallery-products .item img{
    width: 100%;
    height: auto;  
    object-fit: cover;
  }

  body.ciberlux[data-page="produto-detalhes"] #product .select-variations .form-check .btn-command img.command {
    width: 45px;
  }
  

  body.ciberlux[data-page="produto-detalhes"] .tab-content .tab-pane {
    padding: 2rem 0;
  }

  body.ciberlux[data-page="produto-detalhes"] .relacionados .box-title .box-text {
    font-size: 1.5rem;
  }
}