.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: 'Inter', sans-serif;
}

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

.swiper {
  max-width: 100vw;
  max-height: 10px;
  opacity: 0;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.swiper.swiper-initialized,
.swiper.swiper-container-initialized {
  max-width: unset;
  max-height: unset;
  opacity: 1;    
}

/* NAVBAR MOBILE */

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

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

body.lunaflex .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;
}
main{
  padding-top: 60px;
  padding-bottom: 60px;
}
body.lunaflex[data-page="home"] main,body.lunaflex[data-page="produtos-list"] main, body.lunaflex[data-page="produto-detalhes"] main{
  padding-top:0px;
  padding-bottom: 0px;
}
.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.lunaflex .barra-topo {
  background-color: #ffffff;
  border-bottom: 1px solid #e8e9ef;
  padding: 10px 0;
}
body.lunaflex .barra-topo a{
  color: #5a5a73;
  font-size: 1rem;

  display: flex;
  margin: 0;
}

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

body.lunaflex .barra-topo a .icon svg {
  fill: #5a5a73;
  width: 100%;
  height: 100%;
}

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

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

body.lunaflex .barra-topo ul li:not(.unline)::after{
  content: '|';
  margin: 0 20px;
  color: #5a5a73;
  font-weight: 400;
}

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

body.lunaflex .barra-topo ul.redes .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 30px;
  height: 30px;
  
  background-color: #191b7f;
  border-radius: 60px;
  padding: 7.5px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

body.lunaflex .barra-topo ul.redes .facebook .icon:hover {
  background-color: #1877f2;
}

body.lunaflex .barra-topo ul.redes .instagram .icon:hover {
  background-color: #e1306c;
}

body.lunaflex .barra-topo ul.redes .youtube .icon:hover {
  background-color: #ff0000;
}

body.lunaflex .barra-topo ul.redes .icon svg {
  fill: #ffffff;

  width: 100%;
  height: 100%;
}

body.lunaflex .barra-topo ul li a {
  color: #5a5a73;
  font-weight: 400;
}


body.lunaflex header.header-bg {
  background-color: #ffffff;
}
body.lunaflex 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.lunaflex header.header-bg.fixo .logo-base {
  padding: 10px;
  margin: 0;
}

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

body.lunaflex header.header-bg .logo-base svg{
  width: 100%;
  height:auto;

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

body.lunaflex header.fixo .logo-base svg {
  fill: black!important;
  height: 50px;
}


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

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

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

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

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

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

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

body.lunaflex header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.lunaflex header.header-bg .search input{
  border: 0;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #f6f5f2;
}
body.lunaflex header.header-bg .search input:focus{
  border: 2px solid #ef7d2d;
  outline: none !important;
  box-shadow: none;
}
body.lunaflex 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;
  background-color: transparent;

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

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

body.lunaflex header.header-bg .search .btn-search:hover{
  background-color: #ef7d2d;
}
body.lunaflex 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.lunaflex header.header-bg .menu-user {
  cursor: pointer;
}
body.lunaflex header.header-bg .menu-user svg{
  fill: #565656;
  width: 25px;

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

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

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

body.lunaflex 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.lunaflex header.header-bg .col-cart-mobi {
  cursor: pointer;
}
body.lunaflex header.header-bg .col-cart-mobi svg{
  fill: #030304;
  width: 25px;
  height: 25px;

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

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

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

body.lunaflex 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.lunaflex header.header-bg p.atendimento {
  color: #030304;
  margin: 0;
}

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

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

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

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

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

  border: 2px solid #fd5800;
  border-right: 0;
  border-radius: 50px 0 0 50px;

  box-shadow: none;
  
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.lunaflex header.header-bg .col-search form input.input:focus {
  box-shadow: none;
  border-color: #191b7f;
}
body.lunaflex header.header-bg .col-search form button {

  width: 120px;
  height: 50px;

  background-color: #fd5800;
  border: none;
  border-radius: 0 50px 50px 0;

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

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

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

body.lunaflex header.header-bg .col-search form button:hover {
  background-color: #191b7f;
}

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

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

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

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

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

}

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

  width: 40px;
  height: 40px;
}

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

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

body.lunaflex header.header-bg .menu-cart:hover svg {
  fill: #fd5800;
}

body.lunaflex header.header-bg .menu-cart span.tag{
  position: absolute;
  top: -5px;
  right: -10px;
  
  display: flex;  
  background-color: #fd5800; 
  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;

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

body.lunaflex header.header-bg .menu-my-cart {
  position: relative;
  height: 60px;
  
  background-color: #191b7f;
  z-index: 999;
}

body.lunaflex header.header-bg.fixo .menu-my-cart {
  height: 70px;
}

body.lunaflex header.header-bg .line-cart {
  position: absolute;
  content: '';

  top: 0;
  right: 0;

  width: 100%;
  height: 60px;

  background-color: #191b7f;
  z-index: 0;
}

body.lunaflex header.header-bg.fixo .line-cart {
  /* top: 5px!important; */
  top: 0!important;
  height: 70px;
}

body.lunaflex header.header-bg .menu-my-cart::after{
  position: absolute;
  content: '';
  top: 0;
  left: -70px;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #fd5800 transparent;

  -webkit-box-shadow: 9px 0 0 0 #fd5800;
  -moz-box-shadow: 9px 0 0 0 #a5745a;
  box-shadow: 9px 0 0 0 #fd5800;
  z-index: -1;
}

body.lunaflex header.header-bg.fixo .menu-my-cart::after{
  left: -80px;
  width: 70px;
  height: 70px;
  border-width: 0 0 70px 70px;
}

body.lunaflex header.header-bg .menu-my-cart::before{
  position: absolute;
  content: '';
  top: 0;
  left: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #191b7f transparent;
}

body.lunaflex header.header-bg.fixo .menu-my-cart::before{
  left: -69px;
  border-width: 0 0 70px 70px;
}

body.lunaflex 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.lunaflex header.header-bg .menu-cart  p.cart-q  span {
  text-transform: none;
  font-weight: 500;
}

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

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

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

.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.lunaflex 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: 999;
}

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

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

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

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

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

body.lunaflex .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.lunaflex #menu-desktop {
  margin-bottom: -30px;
  z-index: 122;  
}

body.lunaflex #menu-desktop::after {
  position: absolute;
  content: '';

  top: 0;
  right: 0;

  width: 50%;
  height: 100%;

  background-color: #191b7f;
  -webkit-box-shadow: 0 -9px 0 0 #fd5800;
  -moz-box-shadow: 0 -9px 0 0 #fd5800;
  box-shadow: 0 -9px 0 0 #fd5800;

  z-index: -1;
}

body.lunaflex #menu-desktop nav {
  position: relative;
  background-color: #191b7f;

  -webkit-box-shadow: 0 -9px 0 0 #fd5800;
  -moz-box-shadow: 0 -9px 0 0 #fd5800;
  box-shadow: 0 -9px 0 0 #fd5800;
}

body.lunaflex #menu-desktop nav::before{
  position: absolute;
  content: '';

  top: 0;
  left: -60px;

  width: 0;
  height: 0;

  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #191b7f transparent;
}

body.lunaflex #menu-desktop nav::after{
  position: absolute;
  content: '';

  top: -9px;
  left: -100px;

  width: 70px;
  height: 69px;

  border-style: solid;
  border-width: 0 0 69px 69px;
  border-color: transparent transparent #fd5800 transparent;

  -webkit-box-shadow: 70px 0 0 0 #fd5800;
  -moz-box-shadow: 70px 0 0 0 #a5745a;
  box-shadow: 70px 0 0 0 #fd5800;

  z-index: -1;
}

body.lunaflex #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.lunaflex #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.lunaflex #menu-desktop .bar-menu li.dropdown-list {
  float: left;
  height: 60px;
  align-items: center;
  display: flex;
  cursor: pointer;

  margin-right: 10px;
}

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

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

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

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

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

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

  color: #ffffff;
  text-decoration: none;

  display: flex;
  align-items: center;
}

body.lunaflex #menu-desktop .bar-menu li.nav-item:hover a,
body.lunaflex #menu-desktop .bar-menu li:hover .dropdown-toggle{
  /* font-weight: 500; */
}

body.lunaflex #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: #ffffff;  
}

body.lunaflex #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+6) .dropdown-menu{  
    left: unset!important;
    right: 0!important;
  }
} 

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

body.lunaflex #menu-desktop .bar-menu .dropdown-menu{
  background-color: #ffffff;  
  padding-right: 100px;

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

  margin-top: 0px;
  
  width: auto;

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

  height: 230px;

  box-shadow: -22.5px 15px 15px rgba(0, 0, 0, .1);    
  cursor: default!important;
}

body.lunaflex #menu-desktop .bar-menu .dropdown-menu.megamenu .container{
  margin-left: -30px;
  width: calc(100% + 35px);
}

body.lunaflex #menu-desktop .bar-menu .dropdown-menu::before{
  position: absolute;
  content: '';

  top: 0;
  left: -40px;

  width: 50%;
  height: 100%;
  background-color: #ffffff;
}

body.lunaflex #menu-desktop .first-level .dropdown-hover .second-level.megamenu .submenu-col {
  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: 230px;

}

body.lunaflex #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a{
  padding: 0;
}
body.lunaflex #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner {
  height: 200px;
  overflow: hidden;
}
body.lunaflex #menu-desktop .first-level .dropdown-hover .second-level.megamenu img {
  position: absolute;
  left: 0px;
  top: 0;  

  width: calc(100% + 80px);
  height: 200px;
  object-fit: cover;
}

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

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

  padding: 10px 0;
  width: 100%;
  height: 100%;
}
body.lunaflex #menu-desktop .bar-menu .dropdown-menu a:hover{
  color: #fd5800;
  font-weight: 500;
}






/* BANNERS */

body.lunaflex #banner .swiperBanner{
  position: relative;
  padding: 0;
  margin: 0;
}

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

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

body.lunaflex #banner .swiperBanner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;

  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;

  background-color: rgba(221, 224, 237, .7);  
  padding: 10px 15px;
  border-radius: 100px;

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
body.lunaflex #banner .swiperBanner .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  
  background-color: #191b7f;
  border-radius: 5px;
  
  opacity: .5;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.lunaflex #banner .swiperBanner .swiper-pagination-bullet:hover {
  opacity: 1;
}

body.lunaflex #banner .swiperBanner .swiper-pagination-bullet:last-child{
  margin: 0;
}

body.lunaflex #banner .swiperBanner .swiper-pagination-bullet-active {
  background-color: #fd5800;
  opacity: 1;
}

/* body.lunaflex #banner .swiperBanner .swiper-pagination{
  display: flex;
  justify-content: right;
  align-items: center;

  left: 0;
  bottom: 0;

  width: calc(40% - 65px);
  height: 90px;
}
body.lunaflex #banner .swiperBanner .swiper-pagination::before {
  position: absolute;
  content: '';

  left: 0;
  bottom: -1px;

  width: 100%;
  height: 90px;
  

  border-style: solid;
  border-width: 90px 63px 0 0;
  border-color: #dde0ed transparent transparent transparent;

  z-index: -1;
}

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

body.lunaflex #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;

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

  opacity: 1;
}

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

body.lunaflex #banner .swiperBanner .swiper-pagination .pagination{
  width: fit-content;
  margin: 0 30px;
  
  font-size: 1.15rem;
  font-weight: 600;
}

body.lunaflex #banner .swiperBanner .swiper-pagination .swiper-pagination-current,
body.lunaflex #banner .swiperBanner .swiper-pagination .swiper-pagination-total{
  font-size: 1.15rem;
  font-weight: 600;
}

body.lunaflex #banner .swiperBanner .swiper-pagination .arrow-l,
body.lunaflex #banner .swiperBanner .swiper-pagination .arrow-r {
  width: 35px;
}
body.lunaflex #banner .swiperBanner .swiper-pagination .arrow-r {
  margin-right: 75px;
}

body.lunaflex #banner .swiperBanner .swiper-pagination .arrow-l:hover,
body.lunaflex #banner .swiperBanner .swiper-pagination .arrow-r:hover {
  fill: #fd5800;
} */





/* MINI BANNERS */

body.lunaflex[data-page="home"] #apoio-banner {
  display: flex;
  align-items: center;

  padding: 25px 0;
  background-color: #f0f1f6;
}
body.lunaflex[data-page="home"] #apoio-banner .cards-apoio {
  background-color: #ffffff;
  padding: 20px;

  border-radius: 5px;
  border: 1px solid #dde0ed;
}
body.lunaflex[data-page="home"] #apoio-banner .card-apoio {
  display: flex;
  align-items: center;  

  border-right: 1px solid #dde0ed;
}
body.lunaflex[data-page="home"] #apoio-banner .col-lg-3:last-child .card-apoio {
  border-right: 0;
}
body.lunaflex[data-page="home"] #apoio-banner .card-apoio .icon{
  position: relative;
  display: flex;
  align-items: center;

  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.lunaflex[data-page="home"] #apoio-banner .card-apoio .icon svg{
  fill: #fd5800;
  width: 100%;
  height: 100%;

}

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

body.lunaflex[data-page="home"] #apoio-banner .card-apoio .content {
  padding-right: 20px;
}

body.lunaflex[data-page="home"] #apoio-banner .card-apoio p{
  color: #191b7f;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
body.lunaflex[data-page="home"] #apoio-banner .card-apoio span{
  display: block;
  
  color: #5a5a73;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  /* max-width: 150px; */
}



/* CATEGORIAS */

body.lunaflex[data-page="home"] .categorias {
  /* margin-top: 30px; */
}
body.lunaflex[data-page="home"] .categorias .card-categoria {
  position: relative;
  background-color: #000000;
  border-radius: 7.5px;
}
@media(max-width:960px){
  body.lunaflex[data-page="home"] .categorias .card-categoria{
    margin-bottom: 30px;
  }
}

body.lunaflex[data-page="home"] .categorias .card-categoria .image {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;  
  border-radius: 7.5px;
  margin:0;

  opacity: .7;
  overflow: hidden;
  
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

body.lunaflex[data-page="home"] .categorias .card-categoria.principal .image {
  height: 430px;
}

body.lunaflex[data-page="home"] .categorias .card-categoria .image img {
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;

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

body.lunaflex[data-page="home"] .categorias .card-categoria:hover .image {
  opacity: 1;
}
body.lunaflex[data-page="home"] .categorias .card-categoria:hover .image img {
  transform: scale(1.1);
}


body.lunaflex[data-page="home"] .categorias .card-categoria .body {
  position: absolute;
  display: flex;
  align-items: center;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  padding: 50px;
}

body.lunaflex[data-page="home"] .categorias .card-categoria .content h1.title {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}

body.lunaflex[data-page="home"] .categorias .card-categoria .content h1.title span {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;

  background-color: #fd5800;
}

body.lunaflex[data-page="home"] .categorias .card-categoria .content p.desc {
  color: #ffffff;
  font-weight: 1rem;
  font-weight: 500;

  margin: 40px 0;
}

body.lunaflex[data-page="home"] .categorias .card-categoria .content .bttn {
  display: inline-flex;

  background-color: #191b7f;
  padding: .7rem 1.5rem;
  border-radius: 4px;
  
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;

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

body.lunaflex[data-page="home"] .categorias .card-categoria .content .bttn:hover {
  background-color: #fd5800;
}

body.lunaflex[data-page="home"] .categorias .card-categoria .content .bttn .icon {
  width: 15px;
  height: 15px;
  margin-left: .5rem;
  margin-top: auto;
  margin-bottom: auto;

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

body.lunaflex[data-page="home"] .categorias .card-categoria .content .bttn:hover .icon {
  transform: translateX(5px);
}

body.lunaflex[data-page="home"] .categorias .card-categoria .content .bttn .icon svg{
  fill: #ffffff;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 3px;

  width: 100%;
  height: 100%;
}





/* TÍTULO SESSÃO */


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

body.lunaflex .box-title::before {
  position: absolute;
  content: '';

  left: 0;
  bottom: 0;

  width: 100vw;
  height: 3px;

  background-color: #191b7f;
}

body.lunaflex .box-title .box-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;

  width: fit-content;
  padding: 10px 25px;

  margin: 0 0 0 -20px;
  z-index: 0;
}

body.lunaflex .box-title .box-text::before{
  position: absolute;
  content: '';

  width: 100%;
  height: 100%;

  background-color: #191b7f;
  transform: skewX(-25deg);

  z-index: -1;
}

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

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


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

body.lunaflex #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.lunaflex #product-banner img:hover{
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}



/* LISTA DE PRODUTOS */

body.lunaflex .section-product {
  padding: 3rem 0;
  overflow: hidden;
}

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

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

body.lunaflex .product-list .tags .tag-promotion{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 5px;
  right: -5px;

  width: 70px;
  height: 30px;

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

  background-color: #fd5800;

  z-index: 1;

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

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

body.lunaflex .product-list .tags .tag-promotion span {
  margin-left: 10px;
}

body.lunaflex .product-list .product:hover .tags .tag-promotion{
  width: 85px;
}

body.lunaflex .product-list .tags .tag-promotion::before {
  position: absolute;
  content: '';

  top: -5px;
  right: 0;

  width: 5px;
  height: 5px;

  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: transparent transparent transparent #803208;  
}

body.lunaflex .product-list .tags .tag-favorito{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 10px;
  left: -10px;

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

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

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

body.lunaflex .product-list .product:hover .tags .tag-favorito{
  left: 10px;
  opacity: 1;
}

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

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

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

body.lunaflex .product-list .tags .tag-favorito.active svg {
  fill: #191b7f;
}


body.lunaflex .product-list .product .product-image {
  background-color: #63666c;
  padding: 0;
  overflow: hidden;

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.lunaflex .product-list .product .product-image img{
  width: 100%;  
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: auto!important;

  -webkit-transition: transform, opacity, .25s ease-in-out;
  -o-transition: transform, opacity, .25s ease-in-out;
  transition: transform, opacity, .25s ease-in-out;
}
body.lunaflex .product-list .product form:hover .product-image img{
  transform: scale(1.2);
  
  opacity: .4;
}

body.lunaflex .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;

  transform: scale(0);
  opacity: 0;

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

body.lunaflex .product-list .product form .product-image .ver-mais svg {
  fill: #ffffff;
  
  width: 40px;
  height: 40px;

  clip-rule: evenodd;
  fill-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
}

body.lunaflex .product-list .product form:hover .product-image .ver-mais {
  opacity: 1;
  transform: scale(1);
}

body.lunaflex .product-list .product .product-info {
  padding: 0;
  text-decoration: none;
}
body.lunaflex .product-list .product .product-info .tit{
  color: #2c2c3d;
  font-size: 1.15rem;
  font-weight: 500;
  text-align: left;
  margin: 8px 0 5px;

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

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.lunaflex .product-list .product .product-info .container-price .col-price:first-child{
  position: relative;
}
body.lunaflex .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.lunaflex .product-list .product .product-info .container-price span.price-label del,
body.lunaflex .product-list .product .product-info .container-price span.price-label{
  font-size: .8rem;
  font-weight: 500;
  color: #999999;

  display: inline-block;
}

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

  font-size: 1.5rem;
  font-weight: 800;
  color: #191b7f;

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

body.lunaflex .product-list .product:hover .product-info .container-price span.price{
  color: #fd5800;
}

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

  color: #5a5a73;
  font-size: .9rem;
  font-weight: 400;  
}
body.lunaflex .product-list .product .product-info .container-price span.installment b {  
  color: #5a5a73;
  font-size: .9rem;
  font-weight: 600;
}







/* Sobre */

body.lunaflex .sobre{
  position: relative;
  margin: 3rem 0;

  overflow: hidden;
}

body.lunaflex .sobre .debug {
  position: absolute;
  content: '';

  left: 0;

  width: 0;
  height: 100%;

  background-color: #dde0ed;
}

body.lunaflex .sobre .infos {
  display: flex;
  align-items: center;

  background-color: #dde0ed;
  width: 100%;
  height: 100%;

  transform: skewX(25deg);
}

body.lunaflex .sobre .infos .content {
  transform: skewX(-25deg);
}
body.lunaflex .sobre h1.title span,
body.lunaflex .sobre h1.title {
  color: #2c2c3d;
  font-size: 2.5rem;
  font-weight: 700;

  margin-bottom: 1rem;
}

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

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

  margin-bottom: 1rem;
}


body.lunaflex .sobre p.desc {
  color: #5a5a73;
  font-size: 1rem;
  font-weight: 500;

  margin-bottom: 1rem;
}

body.lunaflex .sobre .render-image {
  position: relative;

  transform: skewX(25deg);
  overflow: hidden;
}

body.lunaflex .sobre .render-image::after{
  position: absolute;
  content: '';

  top: 0;
  right: 0;

  width: 10px;
  height: 100%;

  background-color: #fd5800;
}

body.lunaflex .sobre .render-image img {
  width: calc(100% + 200px);  
  height: 400px;

  transform: skew(-25deg);
  margin-left: -100px;

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

body.lunaflex .sobre .teste {
  background-image: url(../img/sobre_paralelogramo.png);
  background-size: contain;
  background-position: 50px 0;

  transform: skewX(25deg);

  width: 150%;
  height: 55px;

  margin-top: 30px;
  margin-left: 115px;

  animation: animateLine 13s linear infinite;
}

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


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





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

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

  overflow: hidden;  
}

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

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

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

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

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

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

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

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

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

body.lunaflex .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;
  padding: 10px;

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

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






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

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

  border-radius: 15px;

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

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





/* Dicas */

body.lunaflex .dicas {
  padding: 3rem 0 6rem 0;
}
body.lunaflex .dicas #accordionAbout .card{
  border: none;
  border-radius: 0;
}
body.lunaflex .dicas #accordionAbout .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}

body.lunaflex .dicas #accordionAbout .card-header .btn{
  position: relative;

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

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

  box-shadow: none;
}

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

  left: 0;
  bottom: 0;

  width: 100%;
  height: 2px;

  background-color: #e3dedb;

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

body.lunaflex .dicas #accordionAbout .card-header .btn .arrow {
  position: absolute;

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

  width: 30px;
  height: 30px;

  transform: rotate(180deg);

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

body.lunaflex .dicas #accordionAbout .card-header .btn .arrow svg {
  fill: #000000;

  width: 100%;
  height: 100%;
}

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

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

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

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





/* Newsletter */

body.lunaflex .news-home {
  position: relative;
  overflow: hidden;

  background-color: #191b7f;
  padding: 4rem 0;
}

body.lunaflex .news-home h1.title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

body.lunaflex .news-home .form-newsletter input {
  position: relative;
  height: 50px;
  padding: 20px;
  border: none;
  border-radius: 100px 0 0 100px;
  box-shadow: none;

  background-color: #f5f5f5;
}

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

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

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

  width: 150px;
  height: 50px;
  padding: 0 20px;

  border: none;
  border-radius:  0 100px 100px 0;  

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

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

body.lunaflex .news-home .form-newsletter button:hover {
  background-color: #f5f5f5;
  color: #fd5800;
}
@media(max-width:960px){
  body.lunaflex .news-home input{
    width:100% !important;
  }
  body.lunaflex .footer .subfooter ul{
    text-align:center;
  }
}




/* Breadcrumbs */

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

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

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

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

body.lunaflex[data-page="produto-detalhes"] #breadcrumbs a:hover {
  color: #fd5800;
}

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

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

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

/* Breadcrumbs Lista */
body.lunaflex[data-page="produtos-list"] .bg-categoria-list-prod {
  background: #dde0ed;
  padding: 65px 0 30px;
}
body.lunaflex[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1{
  color:#191b7f;
}
body.lunaflex[data-page="produtos-list"] #breadcrumbs {
  position: relative;
  margin: 0;
  background-color: #f0f1f6;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}
body.lunaflex[data-page="produtos-list"] #breadcrumbs .faixa {
  background-color: #f0f1f6;
  padding: 5px 0;
}
body.lunaflex[data-page="produtos-list"] #breadcrumbs ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

body.lunaflex[data-page="produtos-list"] #breadcrumbs a:hover {
  color: #fd5800;
}

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

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

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

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

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .card{
  border: none;
  border-radius: 0;
}
body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .card-header .btn{
  position: relative;

  padding: 1.25rem 2rem;
  
  border: 2px solid #dde0ed;
  border-radius: 5px;

  color: #191b7f;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: unset;

  box-shadow: none;

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

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .card-header .btn:hover {
  border-color: #191b7f;
}

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .card-header .btn .arrow {
  position: absolute;

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

  width: 20px;
  height: 20px;

  transform: rotate(0deg);

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

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .card-header .btn .arrow svg {
  fill: #191b7f;

  width: 100%;
  height: 100%;
}

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .card-header .btn:not(.collapsed){
  border-radius: 5px 5px 0 0;
  border-color: #191b7f;
  border-bottom-color: #ffffff;
}

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .card-header .btn:not(.collapsed) .arrow {
  transform: rotate(180deg);
}

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .card-header .btn:not(.collapsed)::after {
  opacity: 0;
}

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout [data-parent="#accordionAbout"] {
  margin-top: -5px;
}
body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .card-body {
  position: relative;
  padding: 1.25rem 2rem;

  border: 2px solid #191b7f;
  border-top: 0;
  border-radius: 0 0 5px 5px;

  z-index: 1;
}

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .show .card-body {
  opacity: 1;
}

body.lunaflex[data-page="produto-detalhes"] .about #accordionAbout .show .card-body p{
  color: #5a5a73;
  font-weight: 500;
}

body.lunaflex[data-page="produto-detalhes"] #accordionPerguntas{  
  z-index: 1;
  border: none;
}

body.lunaflex[data-page="produto-detalhes"] #accordionPerguntas{
  padding: 0rem;
}

body.lunaflex[data-page="produto-detalhes"] #accordionPerguntas .card-header{
  background-color: transparent;
  
  color: #191b7f;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  
  padding: 15px!important;
  border: 2px solid #dde0ed!important;
  border-radius: 5px;

  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.lunaflex[data-page="produto-detalhes"] #accordionPerguntas .card-header:hover {
  border-color: #191b7f!important;
}

body.lunaflex[data-page="produto-detalhes"] #accordionPerguntas .card-header[aria-expanded="true"]{
  border-radius: 5px 5px 0 0;
  border-color: #191b7f!important;

  background-color: #191b7f!important;  
  color: #ffffff;  

  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

body.lunaflex[data-page="produto-detalhes"] #accordionPerguntas .card-header h2{
  font-size: 1rem;
  font-weight: 600;
  margin:0px;
}
body.lunaflex[data-page="produto-detalhes"] #accordionPerguntas .card-header[aria-expanded="true"] h2{
  color:#FFF;
}
body.lunaflex[data-page="produto-detalhes"] #accordionPerguntas p{
  color: #5a5a73!important;
  margin: 0;  
}

body.lunaflex[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;

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

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

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

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

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

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

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.lunaflex[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.lunaflex[data-page="produto-detalhes"] .about .box-about .text {
  display: flex;
  align-items: center;
  height: 75px;  
}
body.lunaflex[data-page="produto-detalhes"] .about .box-about .text p{
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;

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

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

body.lunaflex[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 10px;
}
body.lunaflex[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.lunaflex[data-page="produto-detalhes"] #product .gallery .gallery-products img.adjusted{
  opacity: 1;
}

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

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

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

  top: 10px;
  right: 10px;

  width: 30px;
  height: 30px;
}

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

  width: 100%;
  height: 100%;

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

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

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

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

  bottom: 10px;
  right: 10px;

  width: 30px;
  height: 30px;

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

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

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

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

  width: 100%;
  height: 100%;

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

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

body.lunaflex[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span{
  background: #dde0ed;
  box-shadow: none!important;
}
body.lunaflex[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot.active span{
  background: #191b7f;
}


body.lunaflex[data-page="produto-detalhes"] #product .thumbnails .arrow-up {
  position: absolute;
  top: -25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 999
}

body.lunaflex[data-page="produto-detalhes"] #product .thumbnails .arrow-up svg {
  fill: #dde0ed;
  opacity: 1;
  transform: rotate(90deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}


body.lunaflex[data-page="produto-detalhes"] #product .thumbnails .arrow-down svg:hover,
body.lunaflex[data-page="produto-detalhes"] #product .thumbnails .arrow-up svg:hover {
  fill: #fd5800;
  opacity: 1
}

body.lunaflex[data-page="produto-detalhes"] #product .thumbnails .arrow-down {
  position: absolute;
  bottom: -25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 999
}

body.lunaflex[data-page="produto-detalhes"] #product .thumbnails .arrow-down svg {
  fill: #dde0ed;
  opacity: 1;
  transform: rotate(270deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}


body.lunaflex[data-page="produto-detalhes"] #product .thumbnails .slick-disabled svg{
  opacity: 0!important;
}

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

  margin-bottom: 10px;

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.lunaflex[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item.active {
  border: 3px solid #191b7f;
}
body.lunaflex[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item img{
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
  opacity: .5;

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

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


body.lunaflex[data-page="produto-detalhes"] #product .section-whatsapp {
  margin-top: 30px;
  width: 100%;
  height: 1px;

  background-color: #dde0ed;
} 
body.lunaflex[data-page="produto-detalhes"] #product .whatsapp {
  display: flex;
  align-items: center;

  width: fit-content;
  background-color: #dde0ed;
  padding: 15px 20px;
  border-radius: 5px;
  margin: auto;

  margin-top: 30px;

  text-decoration: none;

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

body.lunaflex[data-page="produto-detalhes"] #product .whatsapp:hover {
  background-color: #25D366;
  transform: translateY(-5px);
}
body.lunaflex[data-page="produto-detalhes"] #product .whatsapp .icon{
  width: 20px;
  height: 20px;
  margin-right: 7.5px;
}

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

body.lunaflex[data-page="produto-detalhes"] #product .whatsapp:hover .icon svg{
  fill: #ffffff;
}

body.lunaflex[data-page="produto-detalhes"] #product .whatsapp h1.title {
  color: #2c2c3d;
  font-size: 1rem;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
  
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

body.lunaflex[data-page="produto-detalhes"] #product .whatsapp h1.title b {
  font-weight: 700;
}

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

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

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

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

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

body.lunaflex[data-page="produto-detalhes"] #product .product-title .product-name{
  font-size: 2.5rem;
  color: #2c2c3d;
  font-weight: 500;
}

body.lunaflex[data-page="produto-detalhes"] #product .aval-block .star-rating {
  font-size: 28px;
}
body.lunaflex[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;
}
.select2-container{
  border: 2px solid #dde0ed;
  border-radius:5px;
}
.rating-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #ef7d2d;
  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: #84c341;
  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.lunaflex[data-page="produto-detalhes"] #product .aval-ref p.ref {
  text-align: end;
  font-size: .85rem;
  color: #434343;
  margin: 0;
}
body.lunaflex[data-page="produto-detalhes"] #product .share-title {
  color: #030304;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem 0 0 0;
}

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

body.lunaflex[data-page="produto-detalhes"] #product .price-container .price{
  color: #191b7f;
  font-size: 2.3rem;
  font-weight: 800;  
  margin: 0;
}


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

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

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

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

body.lunaflex[data-page="produto-detalhes"] #product .select-variations {
  padding: 2rem 0;
  padding-bottom:0px !important;
}
body.lunaflex[data-page="produto-detalhes"] #product .select-variations .col-variation{
  margin-bottom: 5px;
}
body.lunaflex[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #2c2c3d;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
body.lunaflex[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

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

  border: 2px solid #dde0ed;
  border-radius: 5px;

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

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

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

body.lunaflex[data-page="produto-detalhes"] #product .select-variations img.window{
  width: 50px;
  height: 50px;

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

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

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

body.lunaflex[data-page="produto-detalhes"] #product .select-variations .form-check {
  padding-left: 0;
}
body.lunaflex[data-page="produto-detalhes"] #product .select-variations .form-check input{
  display: none;
}
body.lunaflex[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  width: 100%;
  height: 50px;
  
  border: 2px solid #dde0ed;
  border-radius: 5px;
  color: #5a5a73;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  border: 0;
  border-radius: 5px;
  background-color: #0ed22b;

  z-index: 0;

  overflow: hidden;

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

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

body.lunaflex[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 .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

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

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

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

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

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

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

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

body.lunaflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  width: calc(100% - 50px);
  height: 50px;
  border: 2px solid #dde0ed;
  border-right: 0;
  border-radius: 5px 0 0 5px;

  box-shadow: none;
}

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

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

  border: 1px solid transparent;
  border-radius: 0 5px 5px 0;  
  box-shadow: none;

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

body.lunaflex[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;

  box-shadow: none;
}

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





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




/* Depoimentos */
body.lunaflex .depoimentos {
  background-color: #f0f1f6;
  margin-top: 3rem;
}
body.lunaflex .depoimentos #carousel-depoimentos{
  padding: 0;
  display: none;
  overflow: hidden;
}
body.lunaflex .depoimentos #carousel-depoimentos.owl-loaded{
  display:block;
}
body.lunaflex .depoimentos #carousel-depoimentos.owl-loaded .owl-stage {
  display: flex;
  width: 100vw;
}
body.lunaflex .depoimentos #carousel-depoimentos.owl-loaded .owl-item {
  display: block;
  width: 430px;
}
body.lunaflex .depoimentos .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, 0);
  border-radius: 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.lunaflex .depoimentos .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, 0);
  border-radius: 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.lunaflex .depoimentos .navs #navbar-next svg, body.lunaflex .depoimentos .navs #navbar-prev svg {
  width: 25px;
  height: 25px;
  fill: #dde0ed;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.lunaflex .depoimentos .navs #navbar-next:hover svg, body.lunaflex .depoimentos .navs #navbar-prev:hover svg {
  fill: #fd5800;
}
body.lunaflex .depoimentos ul li.item{
  padding:20px; width:100%; height: 100%;
}
body.lunaflex .depoimentos ul li.item .depoimento{
  position:relative;
  height:100%;
  width:100%;
  
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #dde0ed;
}
body.lunaflex .depoimentos ul li.item .depoimento .depoimento-avaliacao{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.lunaflex .depoimentos ul li.item .depoimento .stars {
  position: relative;
  width: fit-content;
  height: auto;
}
body.lunaflex .depoimentos ul li.item .depoimento .star-bg {
  display: flex;
  align-items: center;
}
body.lunaflex .depoimentos ul li.item .depoimento .star-bg svg{
  display: block;
  fill: #f0f1f6;
  width: 20px;
  height: 20px;
}
body.lunaflex .depoimentos ul li.item .depoimento .star-percentage {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 20px;
  overflow: hidden;
}
body.lunaflex .depoimentos ul li.item .depoimento .star {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
body.lunaflex .depoimentos ul li.item .depoimento .star svg {
  display: block;
  fill: #fcd002;
  width: 20px;
  height: 20px;
}

body.lunaflex .depoimentos ul li.item .depoimento .avaliacao-produto {
  display: flex;
  align-items: center;
}

body.lunaflex .depoimentos ul li.item .depoimento .recomendaria {
  display: flex;
  align-items: center;
}

body.lunaflex .depoimentos ul li.item .depoimento .recomendaria svg {
  display: block;
  fill: #75C46B;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}


body.lunaflex .depoimentos ul li.item .depoimento .conteudo-depoimento {
  min-width: 290px;
}
/* body.lunaflex .depoimentos ul li.item .depoimento svg{
  vertical-align: bottom; width:20px; height: auto; margin-right: 2px;
} */






/* Footer */


body.lunaflex .footer {
  background-color: #f0f1f6;

  border: 0;
  padding: 40px 0 0 0;
}

body.lunaflex .footer .logo {
  width: 150px;
  height: 100px;
  margin-bottom: 1rem;
}

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

body.lunaflex .footer p {
  margin: 0;
}

body.lunaflex .footer h4.tit {
  color: #2c2c3d;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

body.lunaflex .footer h4.tit a{
  color: #2c2c3d;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;

  text-decoration: none;

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

body.lunaflex .footer h4.tit a:hover {
  color: #fd5800;
}

body.lunaflex .footer ul.list-item {
  padding: 0;
}
body.lunaflex .footer ul.list-item li {
  margin-bottom: 1rem;
}
body.lunaflex .footer ul.list-item li:last-child{
  margin: 0;
}

body.lunaflex .footer ul.list-item li a {
  display: flex;
  color: #5a5a73;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;

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

body.lunaflex .footer ul.list-item li a:hover {
  color: #fd5800;
}

body.lunaflex .footer ul.list-item li a .icon {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

body.lunaflex .footer ul.list-item li a .icon svg {
  fill: #191b7f;
  width: 100%;
  height: 100%;
}

body.lunaflex .footer ul.list-item li a .icon svg.stroke {
  fill: none;
  stroke: #191b7f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

body.lunaflex .footer .col-ig .image {
  display: block;
  
  width: 100%;
  height: 100%;
  
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

body.lunaflex .footer .col-ig .image img {
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;
  
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

body.lunaflex .footer .col-ig .image:hover img {
  transform: scale(1.25);
}

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

body.lunaflex .footer .subfooter {
  background-color: #ffffff;
  padding: 3rem;
  border-bottom: 1px solid #f0f1f6;
}

body.lunaflex .footer .subfooter ul.redes li {
  display: inline-block;
  margin-right: 15px;
}

body.lunaflex .footer .subfooter ul.redes .icon {
  width: 50px;
  height: 50px;

  background-color: #191b7f;
  padding: 12.5px;
  border-radius: 100px;

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

body.lunaflex .footer .subfooter ul.redes .facebook .icon:hover {
  background-color: #1877f2;
}

body.lunaflex .footer .subfooter ul.redes .instagram .icon:hover {
  background-color: #e1306c;
}

body.lunaflex .footer .subfooter ul.redes .youtube .icon:hover {
  background-color: #ff0000;
}

body.lunaflex .footer .subfooter ul.redes .icon svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

body.lunaflex .footer .subfooter img {
  width: 100%;
}










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

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

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

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


@media(max-width:991px) {
  body.lunaflex header.header-bg.fixo .link,
  body.lunaflex header.header-bg .link {
    margin-top: 0;
  }
  body.lunaflex header.header-bg .logo-base {
    margin: 0;
  }
  body.lunaflex header.header-bg .menu-cart svg{
    fill: #030304;
  }

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

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

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

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

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


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

  body.lunaflex #banner .swiperBanner .swiper-pagination {
    position: relative;
    width: 100%;
    height: 35px;
  }

  body.lunaflex #banner .swiperBanner .swiper-pagination::before {
    display: none;
  }

  body.lunaflex #banner .swiperBanner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  body.lunaflex #banner .swiperBanner .swiper-pagination-bullet-active {
    background-color: #191b7f;
  }

  body.lunaflex #banner .swiperBanner .swiper-pagination .pagination {
    width: 100%;
    justify-content: center;
  }


  /* Banner Apoio */
  body.lunaflex[data-page="home"] #apoio-banner {
    background-color: transparent;
    padding: 0;
  }
  body.lunaflex #apoio-banner #carousel-apoio{
    padding: 0;
    margin: 0;  
  }

  body.lunaflex[data-page="home"] #apoio-banner .card-apoio {
    background-color: #f0f1f6;
    width: 100%;
    padding: 20px;
    border-radius: 10px;

    border-right: 0;
  }
  


  /* Categorias */
  body.lunaflex[data-page="home"] .categorias .card-categoria.principal .image {
    height: 300px;
  }

  body.lunaflex[data-page="home"] .categorias .card-categoria .content p.desc {
    margin: 15px 0;
  }
  body.lunaflex[data-page="home"] .categorias .card-categoria .content h1.title {
    font-size: 1.8rem;
  }

  body.lunaflex[data-page="home"] .categorias .card-categoria .content h1.title span {
    font-size: 1.8rem;
  }

  /* Listagem produto */
  body.lunaflex .box-title .box-text {
    margin: 0 0 0 10px;
    font-size: 1.5rem;
  }

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


  /* Sobre */
  body.lunaflex .sobre {
    margin: 1rem 0 3rem 0;
  }
  body.lunaflex .sobre .debug {
    display: none;
  }

  body.lunaflex .sobre .infos {
    transform: skewX(0);
    padding: 20px;
  }
  body.lunaflex .sobre h1.title span,
  body.lunaflex .sobre h1.title {
    font-size: 1.8rem;
  }

  body.lunaflex .sobre .infos .content {
    transform: skewX(0);
  }

  body.lunaflex .sobre .teste {
    width: 150%;
    margin-top: 10px;
    margin-left: 13px;
  }

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

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


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

  body.lunaflex .dicas #accordionAbout .card-body {
    padding: 1rem;
  }


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


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

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

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

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

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

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

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

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

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

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

  body.lunaflex .footer .empresa ul.redes {
    justify-content: center;
  }




  /* Página produto */

  body.lunaflex[data-page="produto-detalhes"] #breadcrumbs {
    padding: 10px 0;
  }

  body.lunaflex[data-page="produto-detalhes"] .nav-tabs {
    display: flex;
    justify-content: space-around;
  }

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

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

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

  body.lunaflex[data-page="produto-detalhes"] #product .product-title {
    padding: 0;
  }

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

  body.lunaflex[data-page="produto-detalhes"] #product .price-container .price {
    font-size: 2.5rem;
  }

  body.lunaflex[data-page="produto-detalhes"] #product .price-container .old-price {
    font-size: 1.15rem;
  }

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

  body.lunaflex[data-page="produto-detalhes"] .about {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  body.lunaflex .footer .site-map {
    padding: 0;
  }

  body.lunaflex .footer .site-map .tit {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  body.lunaflex .footer ul.list-item li {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  body.lunaflex .footer .subfooter {
    padding: 15px;
  }
}




.bttn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
    
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.bttn:hover {
  text-decoration: none;
}

.bttn.orange-arrow {
  display: inline-flex;

  background-color: #fd5800;
  padding: .7rem 1.5rem;
  border-radius: 4px;
  
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;

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

.bttn.orange-arrow:hover {
  background-color: #25d366;
}

.bttn.orange-arrow .icon {
  width: 15px;
  height: 15px;

  margin-top: auto;
  margin-bottom: auto;
  margin-left: .5rem;

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

.bttn.orange-arrow:hover .icon {
  transform: translateX(5px);
}

.bttn.orange-arrow .icon svg{
  fill: #ffffff;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 3px;

  width: 100%;
  height: 100%;
}

/* 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
  }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: none;
  display: table;
}