@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100;200;300;400;500;600;700&display=swap);

:root {
  --font-Noto-Sans: 'Noto Sans', sans-serif;
  --font-Noto-Serif: 'Noto Serif', serif;
}

body {
  font-family: var(--font-Noto-Sans);
}

*{
  font-family: 'Open Sans', sans-serif;
}

.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)
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 0;
}
.owl-carousel.owl-loaded {
  display: block;
  height: fit-content;
}
.owl-nav.disabled {
  display: none;
}

body {
  background-color: #ffffff;
}




/* NAVBAR MOBILE */

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

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

body.hiflex .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.hiflex header.header-bg {
  position: relative;
  z-index: 9999!important;
}
body.hiflex header.header-bg .header-top{
  position: relative;
  background-color: #181818;
  
  z-index: 2;
}
body.hiflex header.header-bg.fixo {
  position: relative;
}

body.hiflex header.header-bg .col-header {
  position: relative;
  
  width: 100%;
  height: 116px;
  padding: 5px 0;
  
  /*   width: calc(100% - 187.5px);
  height: 187.5px;
  margin-right: auto;
  
  background-color: #231719; */
  
  z-index: 999999999;
}
body.hiflex header.header-bg.fixo .col-header  {
  width: 100%;
  height: 100%;
  padding: 0;
}

body.hiflex header.header-bg.fixo {
  position: fixed;
  
  top: -1px;
  left: 0;
  
  width: 100%;
  margin: 0;
  
  -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%);

  z-index: 999999999;
}

body.hiflex header.header-bg.fixo .logo-base {
  padding: 10px 20px;
}

body.hiflex header.header-bg .logo-base,
body.hiflex header.header-bg .logo-base a{
  display: block;
  width: auto;
  height: 100%;
}

body.hiflex header.header-bg.fixo .logo-base,
body.hiflex header.header-bg.fixo .logo-base a{
  display: block;
  width: 100%;
  height: 100%;
}

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

body.hiflex header.header-bg .logo-base img{
  display: block;
  width: auto;
  max-width: 155px;
  height: 100%;

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

body.hiflex header.fixo .logo-base img {
  max-height: 50px;
}


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

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

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

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

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

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

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

body.hiflex header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.hiflex header.header-bg .search input{
  border: 0;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #f6f5f2;
}
body.hiflex header.header-bg .search input:focus{
  border: 2px solid #D6B079;
  outline: none !important;
  box-shadow: none;
}
body.hiflex 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 .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex header.header-bg .search .btn-search svg{
  fill: #565656;
  width: 20px;
  vertical-align: middle;

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

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

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex header.header-bg .menu-user:hover svg{
  fill: #030304;
} */

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

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

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

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

body.hiflex header.header-bg .menu-account svg{
  fill: #D6B079;
  width: 25px;
  height: 25px;

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

body.hiflex header.header-bg p.atendimento a:hover {
  color: #D6B079;
}

body.hiflex header.header-bg .col-search form {
  width: 100%;
  margin: auto;
}
body.hiflex header.header-bg .col-search form .input-group {
  position: relative;
}

body.hiflex header.header-bg .col-search form .input-group .icon {
  position: absolute;

  top: 0;
  bottom: 0;
  right: 20px;
  margin-top: auto;
  margin-bottom: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 15px;
  height: 15px;

  z-index: 2;
}
body.hiflex header.header-bg .col-search form .input-group .icon svg {
  fill: #D4B385;
  width: 100%;
  height: 100%;
}
  
body.hiflex header.header-bg .col-search form input.input {
  position: relative;
  display: block;

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

  background-color: rgba(72, 72, 72, 0.54);
  border: 0;
  border-right: 0;
  border-radius: 100px;

  color: #F5F5F5;
  font-size: 14px;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  
  -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.hiflex header.header-bg .col-search form .input-group input.input:focus,
body.hiflex header.header-bg .col-search form .input-group:hover input.input {
  background-color: rgba(72, 72, 72, 0.94);
}

body.hiflex header.header-bg .col-search form input.input:focus {
  outline: none;
  box-shadow: none;
  z-index: 0;
}
body.hiflex header.header-bg .col-search form button {
  position: absolute;
  top: 0;
  right: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 100px;
  height: 40px;
  
  background-color: #131313;
  border: none;
  border-radius: 100px;

  z-index: 9999;
  
  -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.hiflex header.header-bg .col-search form button:hover {
  background-color: #FFCD00;
}
body.hiflex header.header-bg .col-search form button .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
body.hiflex header.header-bg .col-search form button .icon svg{
  fill: #ffffff;
  width: 100%;
  height: 100%;

  -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.hiflex header.header-bg .base-menu {
  position: relative;
  
  height: 72px;
  padding-left: 15px;

  -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.hiflex header.header-bg.fixo .base-menu {
  height: 57px;  
}
body.hiflex header.header-bg.fixo .base-menu::before {
  height: 57px;
}

body.hiflex header.header-bg .menu-account {
  display: flex;
  align-items: center;
}
body.hiflex header.header-bg .menu-account span, 
body.hiflex header.header-bg .menu-account span a {
  display: inline-block;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;

  -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.hiflex header.header-bg .menu-account span a {
  font-weight: 600;
}
body.hiflex header.header-bg .menu-account span a:hover {
  color: #D4B385;
}

body.hiflex header.header-bg .menu-icons {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

body.hiflex header.header-bg .menu-favorite,
body.hiflex header.header-bg .menu-cart{
  display: flex;
  align-items: center;
  
  margin-right: 30px;
  text-decoration: none;
}
body.hiflex header.header-bg .menu-user {
  display: flex;
  align-items: center;
  
  margin-right: 0px;
  text-decoration: none;
}
body.hiflex header.header-bg .menu-cart {
  cursor: pointer;
  margin-right: 0;
}

body.hiflex header.header-bg .menu-favorite svg,
body.hiflex header.header-bg .menu-user svg,
body.hiflex header.header-bg .menu-cart svg{
  display: block;
  fill: #D4B385;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.hiflex header.header-bg .menu-favorite span,
body.hiflex header.header-bg .menu-my-cart span{
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
body.hiflex header.header-bg.fixo .menu-user span,
body.hiflex header.header-bg.fixo .menu-user span a {
  line-height: 14px;
  font-weight: 500;
  margin-top: 0;
}

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

body.hiflex .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.hiflex header.header-bg .menu-my-cart:hover .shopping-cart {
  border-radius: 10px!important;

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

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

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

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

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

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

body.hiflex .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.hiflex #menu-desktop {
  background-color: #181818;
  border-top: 1px solid #C9A673;
}

body.hiflex .fixo #menu-desktop {
  display: none!important;
}

body.hiflex #menu-desktop .col-menu {
  position: relative;
    
  width: 100%;
  height: 60px;
  border-radius: 100px;
}

body.hiflex #menu-desktop .bar-menu {
  justify-content: center;
}



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

  /* margin-right: 10px; */
}

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

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

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

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

body.hiflex #menu-desktop .bar-menu li.nav-item a,
body.hiflex #menu-desktop .bar-menu li .dropdown-toggle{
  position: relative;
  
  width: 100%;
  height: 100%;
  margin-right: 40px;

  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;

  border-bottom: 2px solid transparent;

  display: flex;
  align-items: center;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex #menu-desktop .bar-menu li.nav-item:hover a,
body.hiflex #menu-desktop .bar-menu li:hover .dropdown-toggle {
  border-color: #D6B079;
}

body.hiflex #menu-desktop .bar-menu li:last-child .dropdown-toggle {
  padding-right: 0;
}

body.hiflex #menu-desktop .bar-menu li.nav-item:hover a,
body.hiflex #menu-desktop .bar-menu li:hover .dropdown-toggle{
  font-weight: 700;
}

body.hiflex #menu-desktop .bar-menu li .dropdown-toggle::after {
  font-family: FontAwesome;
  content: "\f0dd";
  font-size: 12px;
  padding-left: 5px;

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

  color: #D6B079;  
}

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

  body.hiflex #menu-desktop .bar-menu .dropdown-list:nth-child(n+5) .dropdown-menu::after {
    opacity: 0;
  }
} 

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

  body.hiflex #menu-desktop .bar-menu .dropdown-list:nth-child(n+6) .dropdown-menu::after {
    opacity: 0;
  }
}

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

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

  margin-top: 0px;
  
  width: auto;
  min-height: 230px;

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


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

body.hiflex #menu-desktop .bar-menu .dropdown-menu::before{
  position: absolute;
  content: '';
  
  top: 0;
  left: -40px;
  
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}
body.hiflex #menu-desktop .bar-menu .dropdown-menu::after {
  position: absolute;
  content: '';

  top: -14px;
  left: -20px;

  width: 10px;
  height: 10px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
}

body.hiflex #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; */

  min-height: 230px;
  padding-bottom: 15px;

}

body.hiflex #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a{
  padding: 0;
  width: 100%;
}
body.hiflex #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
body.hiflex #menu-desktop .first-level .dropdown-hover .second-level.megamenu img {
  position: absolute;
  left: -40px;
  top: 0;  

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

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

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex #menu-desktop .bar-menu .dropdown-menu li:hover::before{
  width: 25%;
}
body.hiflex #menu-desktop .bar-menu .dropdown-menu a{
  position: relative;

  display: block;
  margin: 0;
  color: #131212;
  font-weight: 400;
  text-decoration: none;

  padding: 5px 0;
  width: fit-content;
  height: 100%;
}
body.hiflex #menu-desktop .bar-menu .dropdown-menu a:hover {
  color: #D6B079;
}
/* body.hiflex #menu-desktop .bar-menu .dropdown-menu a::before {
  position: absolute;
  content: '';

  right: 0;
  bottom: 5px;

  width: 0px;
  height: 2px;

  background-color: #D6B079;
  opacity: 0;

  -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.hiflex #menu-desktop .bar-menu .dropdown-menu a:hover::before {
  right: unset;
  left: 0;
  width: 100%;
  opacity: 1;
} */


/* body.hiflex #menu-desktop .bar-menu .dropdown-menu a:hover{
  color: #D6B079;
  font-weight: 600;
} */






/* BANNERS */

body.hiflex #banner {
  overflow: hidden;
}
body.hiflex #banner .swiperBanner{
  position: relative;
  padding: 0;
  margin: 0;
  height: fit-content;
}

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

  object-fit: cover;
}

body.hiflex #banner .swiperBanner .swiper-pagination {
  position: absolute;

  bottom: 10px;

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

  width: 100%;
  margin: auto;

  margin-top: 0px;
}
body.hiflex #banner .swiperBanner .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  
  background-color: transparent;
  border: 2px solid #BC9457;
  border-radius: 10px;

  opacity: 1;
}

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

body.hiflex #banner .swiperBanner .swiper-pagination-bullet-active {
  background-color: #FFEBCC;
}





/* MINI BANNERS */

body.hiflex[data-page="home"] #apoio-banner {
  padding: 15px 0;
  background: linear-gradient(90deg, #BC9457 -0.45%, #FFEBCC 23.25%, #CEA56A 47.93%, #FEE7C7 69.65%, #CFA463 98.28%);
}

body.hiflex[data-page="home"] #apoio-banner .card-apoio {
  position: relative;
  width: 100%;
  
  text-align: center;
  text-decoration: none;

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

body.hiflex[data-page="home"] #apoio-banner .card-apoio .icon{
  position: absolute;
  display: flex;
  align-items: center;

  top: -10px;
  bottom: 0;
  left: -30px;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;

  width: auto;
  height: 100px;

  transform: skew(30deg);

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

body.hiflex[data-page="home"] #apoio-banner .card-apoio .icon img{
  width: 100%;
  height: 100%;

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

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

body.hiflex[data-page="home"] #apoio-banner .card-apoio h2 {
  color: #171717;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px; 
  letter-spacing: 0.2px;
  text-align: center;
  margin: 0 0 10px 0;
}
body.hiflex[data-page="home"] #apoio-banner .card-apoio p {
  color: #171717;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}




/* TÍTULO SESSÃO */


body.hiflex .box-title {
  position: relative;
  display: block;
  
  width: 100%;    
  margin: 50px 0;
    
  text-align: center;    
  
  z-index: 0;
}
body.hiflex .box-title::before{
  position: absolute;
  content: '';
  
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
  width: 220px;
  height: auto;
  
  background: url('../img/title-render.png');
  background-size: contain;
  background-repeat: no-repeat;
  
  z-index: -1;
}
body.hiflex .box-title.light::before {
  filter: invert() brightness(100);
}

body.hiflex .box-title .box-text a,
body.hiflex .box-title .box-text {
  color: #A3813F;
  font-family: var(--font-Noto-Serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 34.8px;
  letter-spacing: -0.101px;
  text-transform: uppercase;
  text-align: center;
}

body.hiflex .box-title.light .box-text a,
body.hiflex .box-title.light .box-text {
  color: #ffffff;
}

/* body.hiflex .box-title .box-text a{
  color: #D6B079;
  text-decoration: none;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex .box-title a:hover {
  text-decoration: underline;
} */


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

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

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

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



/* LISTA DE PRODUTOS */

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

body.hiflex .product{
  border: 1px solid transparent;
  padding: 0!important;
  box-shadow: none!important;
}
body.hiflex .product-list{
  position: relative;
}
body.hiflex .product-list .product a{
  text-decoration: none;
}
body.hiflex .product-list .product{
  margin: 15px 0;  
  /* padding-left: 5px;
  padding-right: 5px; */
}
body.hiflex .product-list .product form{
  position: relative;
  padding-bottom: 1px;
  height: 100%;
  
  padding: 15px;
  border: 1px solid transparent;
  border-bottom: 1px solid transparent!important;
  border-radius: 0px;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex .product-list .product form:hover {
  border-color: #E0E0E0;
  border-bottom-color: #E0E0E0;
}

body.hiflex .product-list .product-image .tags .tag-promotion{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 0;
  left: unset;
  right: 0;
  height: 25px;
  
  opacity: 1;
  background-color: #D6B079;
  border-radius: 2px;
  
  padding: 0 15px;
  
  
  z-index: 1;
  
  -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.hiflex .product-list .product:hover .product-image .tags .tag-promotion{
  padding-bottom: 13px;
} */
body.hiflex .product-list .product-image .tags .tag-promotion span {
  color: #111;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 500;  
}

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

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

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

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

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

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

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

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

body.hiflex .product-list form:hover .product-image .tags .tag-favorito {
  left: 0px;
  opacity: 1;
}

body.hiflex .product-list .product .product-image {
  position: relative;
  overflow: hidden;
  
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex .product-list .product .product-image::after {
  content: '';
  display: block;
  padding-bottom: 140.13157894736844%;
}
body.hiflex .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;
  object-position: bottom bottom;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex .product-list .product form:hover .product-image img{
  transform: scale(1.1);
}

body.hiflex .product-list .product .product-info {
  padding: 0;
  text-decoration: none;
}
body.hiflex .product-list .product .aval-ref {
  margin-top: 10px;
}
body.hiflex .product-list .product .star-rating {
  justify-content: start;
}
body.hiflex .product-list .product .star-rating.rating-sm {
  display: none;
}
body.hiflex .product-list .product .rating-link {
  display: block;
  width: 100%;

  text-align: center;
  font-size: .9rem;
}
body.hiflex .product-list .product .product-info .tit{
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: -0.32px;
  text-align: left;
  margin: 10px 0;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex .product-list .product .product-info .container-price {
  position: relative;

  text-align: left;
  width: 100%;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex .product-list .product .product-info .container-price .col-price:first-child{
  position: relative;
}
body.hiflex .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.hiflex .product-list .product .product-info .container-price span.price-label del,
body.hiflex .product-list .product .product-info .container-price span.price-label{
  display: block;
  
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-decoration: line-through;
  line-height: 16px;

  -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.hiflex .product-list .product form:hover .product-info .container-price span.price-label del,
body.hiflex .product-list .product form:hover .product-info .container-price span.price-label {
  opacity: 0;
  transform: translateY(-10px);
}

body.hiflex .product-list .product .product-info .container-price span.price{
  position: relative;
  display: block;
  
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.6px;
  
  -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.hiflex .product-list .product form:hover .product-info .container-price span.price {
  opacity: 0;
  transform: translateY(-10px);
}

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

  color: #505050;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.12px;

  -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.hiflex .product-list .product form:hover .product-info .container-price span.installment {
  opacity: 0;
  transform: translateY(-10px);
}
body.hiflex .product-list .product .product-info .container-price .botao-comprar {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;

  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;

  width: 100%;
  height: 50px;

  background-color: #D6B079;
  border-radius: 2px;

  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.4px;
  text-transform: uppercase;

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

  -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.hiflex .product-list .product .product-info .container-price .botao-comprar .icon svg {
  display: block;
  fill: #111;
  width: 20px;
  height: 20px;
}

body.hiflex .product-list .product form:hover .product-info .container-price .botao-comprar{
  opacity: 1;
  transform: translateY(0px);
}




/* Ambientes */
body.hiflex .ambientes {
  background: url('../img/ambientes-background.png');
  background-size: cover;
  padding: 60px 0;
}
body.hiflex .ambientes .card-ambiente {
  position: relative;
  display: block;
  border-radius: 2px;
  overflow: hidden;

}
body.hiflex .ambientes .card-ambiente .image {
  position: relative;
  width: 100%;
  height: 415px;
  
  z-index: 0;
}
body.hiflex .ambientes .card-ambiente .image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, 0) 75%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, 0) 75%);
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, 0) 75%);

  z-index: 1;

  -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.hiflex .ambientes .card-ambiente:hover .image::before {
  opacity: 0;
}

body.hiflex .ambientes .card-ambiente .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  
  -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.hiflex .ambientes .card-ambiente:hover .image img {
  transform: scale(1.1);
}
body.hiflex .ambientes .card-ambiente .title {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
body.hiflex .ambientes .card-ambiente .title .icon svg {
  width: 50px;
  height: 50px;
  margin: 0 0 8px 0;
}
body.hiflex .ambientes .card-ambiente .title h1 {
  color: #F5F5F5;

  font-family: var(--font-Noto-Serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 34.8px;
  letter-spacing: -0.101px;
  margin: 0;
}




/* Detalhes */
body.hiflex .detalhes {
  background-color: #F8F8F8;
  padding: 150px 0;
}
body.hiflex .detalhes .image.second {
  position: relative;  
  margin-top: -60px;
}
body.hiflex .detalhes .image.second::before {
  position: absolute;
  content: '';

  bottom: 30px;
  right: -30px;

  width: 2px;
  height: 0;

  background-color: #D6B079;

  animation: height_d 3s ease-in-out infinite;
}
@keyframes height_d {
  0% {
    opacity: 0;
    height: 0;
  }
  
  50% {
    opacity: 1;
    height: calc(100% - 60px);
  }

  100% {
    opacity: 0;
    bottom: unset;
    top: 30px;
    height: 0;
  }
}

body.hiflex .detalhes .image:not(.second) {
  position: relative;  
}
body.hiflex .detalhes .image:not(.second)::before {
  position: absolute;
  content: '';

  top: 30px;
  left: -30px;

  width: 2px;
  height: 0;

  background-color: #D6B079;

  animation: height_e 3s ease-in-out infinite;
}

@keyframes height_e {
  0% {
    opacity: 0;
    height: 0;
  }
  
  50% {
    opacity: 1;
    height: calc(100% - 60px);
  }

  100% {
    opacity: 0;
    top: unset;
    bottom: 30px;
    height: 0;
  }
}

body.hiflex .detalhes .image img {
  border-radius: 20px;

  width: 100%;
  height: 100%;

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

body.hiflex .detalhes .content {
  padding-left: 30px;
}
body.hiflex .detalhes .content.second {
  padding-left: 0;
  padding-right: 30px;
  margin-top: 50px;
}
body.hiflex .detalhes h1.title{
  color: #000000;
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 30px;
}
body.hiflex .detalhes p.desc {
  color: #676A72;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
body.hiflex .detalhes .botao-ver {
  position: relative;
  
  display: flex;
  align-items: center;
  
  max-width: fit-content;
  
  color: #D6B079;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
body.hiflex .detalhes .botao-ver::before {
  position: absolute;
  content: '';

  right: 25px;
  bottom: 0;

  width: 0px;
  height: 2px;

  background-color: #D6B079;
  opacity: 0;

  -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.hiflex .detalhes .botao-ver:hover::before {
  right: unset;
  left: 0;
  width: calc(100% - 25px);
  opacity: 1;
}
body.hiflex .detalhes .botao-ver .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 18px;
  height: 18px;
  
  margin-left: 7.5px;
}
body.hiflex .detalhes .botao-ver .arrow svg {
  stroke: #000000;
  width: 100%;
  height: 100%;

  -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.hiflex .detalhes .botao-ver:hover .arrow svg {
  transform: translateX(7.5px) scale(.9);
}




/* Sobre */
body.hiflex .sobre{
  position: relative;
  padding: 30px 0;
  background-color: #211E22;
}
body.hiflex .sobre::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: url("../img/background-sobre.jfif");
  background-size: cover;
  background-position: center;


  opacity: .2;
}
body.hiflex .sobre .card-sobre {
  padding: 100px 0;
}
body.hiflex .sobre h1.title {
  color: #F5F5F5;
  font-family: var(--font-Noto-Serif);
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1px;
  margin: 0 0 25px 0;
}
body.hiflex .sobre p.desc {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
  margin: 0 0 35px 0;
}
body.hiflex .sobre .botao {
  display: block;
  
  padding: 5px 40px;
  width: fit-content;
  height: auto;

  border-radius: 2px;
  background: #D4B385;
  
  color: #111;
  font-family: var(--font-Noto-Serif);
  font-size: 16px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 0.4px;
  text-decoration: none;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hiflex .sobre .botao:hover {
  color: #D4B385;
  background-color: #111;
}

body.hiflex .sobre .logo {
  position: relative;
  width: 100%;
  height: 100%;
}
body.hiflex .sobre .logo img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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






/* Newsletter */
body.hiflex .newsletter {
  padding: 25px 0;
  background-color: #303538;

  margin: 75px 0 15px;
}

body.hiflex .newsletter h1.title {
  display: flex;
  align-items: center;

  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
body.hiflex .newsletter .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  height: 35px;

  margin-right: 20px;
}
body.hiflex .newsletter .icon svg {
  fill: #3A2D1D;
  width: 100%;
  height: 100%;
}
body.hiflex .newsletter form input {
  padding-left: 0;
  height: 45px;
  
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;

  color: #ffffff;
  
  -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.hiflex .newsletter form input::-webkit-input-placeholder {
  color: #C8C8C8;
}
body.hiflex .newsletter form input::-moz-placeholder {
  color: #C8C8C8;
  opacity: 1;
}
body.hiflex .newsletter form input:-ms-input-placeholder {
  color: #C8C8C8;
}
body.hiflex .newsletter form input::-ms-input-placeholder {
  color: #C8C8C8;
}
body.hiflex .newsletter form input::placeholder {
  color: #C8C8C8;
}

body.hiflex .newsletter form input:hover {
  border-color: #D6B079;
  background-color: rgba(255, 255, 255, .05);

  padding-left: 10px;
}
body.hiflex .newsletter form input:focus {
  border-color: #1F9C61;
  background-color: rgba(255, 255, 255, .15);

  padding-left: 10px;
}
body.hiflex .newsletter form .btn-new {
  position: relative;

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

  width: 45px;
  height: 45px;

  background-color: #D6B079;

  border: none;
  border-radius: 4px;

  color: #FAFAFA;
  font-size: 22px;
  font-weight: 700;

  -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.hiflex .newsletter form .btn-new:hover {
  background-color: #1F9C61;
}
body.hiflex .newsletter form .btn-new .shine {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 3px;
  left: 3px;
  
  width: 10px;
  height: 10px;
}
body.hiflex .newsletter form .btn-new .shine svg {
  fill: #B4E1ED;
  width: 100%;
  height: 100%;

  opacity: .5;
}




/* Breadcrumbs */
body.hiflex[data-page="produto-detalhes"] #breadcrumbs {
  position: relative;
  padding: 15px 0;
}
body.hiflex[data-page="produto-detalhes"] #breadcrumbs ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

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

  color: #D6B079;
  font-size: 14px;
  font-weight: 500;
}

body.hiflex[data-page="produto-detalhes"] #breadcrumbs a {
  color: #3A2D1D;
  font-size: 14px;
  font-weight: 500;
}

body.hiflex[data-page="produto-detalhes"] #breadcrumbs ul li::after {
  content: "»";
  color: #3A2D1D;
  font-size: 14px;
  font-weight: 500;
  margin: 10px;
}
body.hiflex[data-page="produto-detalhes"] #breadcrumbs ul li:last-child:after {
  content: '';
}




/* SOBRE O PRODUTO */
body.hiflex[data-page="produto-detalhes"] .about{
  position: relative;
  background-color: #ffffff;
}

body.hiflex[data-page="produto-detalhes"] .about .card-about {
  background-color: #F5F5F5;
  border: 1px solid #D6B079;
  border-radius: 5px;

  padding: 40px;
}
body.hiflex[data-page="produto-detalhes"] .about .nav-tabs {  
  border: 0;
}

body.hiflex[data-page="produto-detalhes"] .about .nav-tabs .nav-item {
  width: 100%;
}
body.hiflex[data-page="produto-detalhes"] .about .nav-tabs .nav-item:not(:last-child) {
  margin-bottom: 15px;
}

body.hiflex[data-page="produto-detalhes"] .about .nav-tabs .nav-link {
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 100%;
  height: auto;
  padding: 10px 30px;  
  
  background-color: transparent;  
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: none;
  
  z-index: 0;
  
  -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.hiflex[data-page="produto-detalhes"] .about .nav-link:hover,
body.hiflex[data-page="produto-detalhes"] .about .nav-item.active .nav-link {
  background-color: #D6B079;
  border-color: #D6B079;
  box-shadow: none;

  -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.hiflex[data-page="produto-detalhes"] .about .nav-link p {
  color: #000000;
  font-family: var(--font-Noto-Serif);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}




body.hiflex[data-page="produto-detalhes"] .about .tab-content{  
  z-index: 1;
  border: none;
}

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

body.hiflex[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header{
  position: relative;
  
  background-color: #484848;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  
  border-radius: 5px;
  
  -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.hiflex[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header h2{
  color: #fff;
  font-size: 1rem;
  font-family: var(--font-Noto-Serif);
  font-weight: 600;
  margin: 0;
}

body.hiflex[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header[aria-expanded="true"],
body.hiflex[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header[aria-expanded="true"]::before{
  background-color: #D6B079;  
}
body.hiflex[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header[aria-expanded="true"] h2 {
  color: #000;
}

body.hiflex[data-page="produto-detalhes"] .about .tab-content .tab-pane .tabpanel-info p{
  margin: 0;
}

body.hiflex[data-page="produto-detalhes"] .about .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.hiflex[data-page="produto-detalhes"] .about .card:last-child {
  margin-bottom: 0;
}

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

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

body.hiflex[data-page="produto-detalhes"] .about .card-body{
  background: #fff;
  margin-top: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

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

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

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

  
}

body.hiflex[data-page="produto-detalhes"] #product {
  position: relative;
  padding-bottom: 20px;  
}

body.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;
  margin-bottom: 10px;
  
  border-radius: 5px;
  overflow: hidden;
}
body.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
  position: relative;
  width: 100%;
}
body.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-products .item::after{
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.hiflex[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;
  
  background-color: #ffffff;
  border-radius: 5px;

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

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

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

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

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

  top: 15px;
  right: 15px;

  width: 30px;
  height: 30px;
}

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

  width: 100%;
  height: 100%;

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

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

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

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

  bottom: 15px;
  right: 15px;

  width: 30px;
  height: 30px;

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

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

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

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

  width: 100%;
  height: 100%;

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

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

body.hiflex[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span{
  background: #3A2D1D;
}
body.hiflex[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot.active span{
  background: #D6B079;
}


body.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item{
  position: relative;
  
  cursor: pointer;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 10px;  
  overflow: hidden;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border: 3px solid #ffffff;
  border-radius: 5px;

  opacity: 0;

  z-index: 1;

  -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.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active::before {
  opacity: 1;
}
body.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active{
  border: 4px solid #D6B079;  
}
body.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item img{
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .5;

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

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

body.hiflex[data-page="produto-detalhes"] #product .card-como-medir {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #CFCFCF;
  box-shadow: 5.818px 5.818px 7.098px 0px rgba(0, 0, 0, 0.05);

  margin-top: 50px;
}
body.hiflex[data-page="produto-detalhes"] #product .card-como-medir .text {
  text-align: end;
}
body.hiflex[data-page="produto-detalhes"] #product .card-como-medir .text h2 {
  color: #484848;
  font-family: var(--font-Noto-Serif);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.105px;
  margin: 15px 0 5px 0;
}
body.hiflex[data-page="produto-detalhes"] #product .card-como-medir .text a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 131.687%;
  letter-spacing: -0.081px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hiflex[data-page="produto-detalhes"] #product .card-como-medir .text a:hover {
  color: #D4B385;
}
body.hiflex[data-page="produto-detalhes"] #product .card-como-medir .icon svg {
  width: 50px;
  height: 90px;
}


body.hiflex[data-page="produto-detalhes"] #product .whatsapp {
/*   display: flex;
  justify-content: space-between;
  align-items: center; */

  width: 100%;
  /* height: 80px; */
  
  /* padding: 0 60px; */
  margin: 100px 0 40px 0;

  text-decoration: none;

  -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.hiflex[data-page="produto-detalhes"] #product .whatsapp .title {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  width: 100%;

  margin-bottom: 20px;
  padding-right: 50px;
}

body.hiflex[data-page="produto-detalhes"] #product .whatsapp .title h1 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  text-align: end;
}
body.hiflex[data-page="produto-detalhes"] #product .whatsapp .title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 35px;
  height: 100%;

  margin-top: -25px;
  margin-left: 20px;
}
body.hiflex[data-page="produto-detalhes"] #product .whatsapp .title .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.hiflex[data-page="produto-detalhes"] #product .whatsapp .content {
  position: relative;
  
  display: flex;
  justify-content: flex-end;
  
  background-color: #2D3235;
  padding: 15px;
  border-radius: 5px;
}
body.hiflex[data-page="produto-detalhes"] #product .whatsapp .content .render {
  position: absolute;

  top: -139px;
  left: 45px;

  display: flex;
  align-items: flex-start;
  
  width: 150px;
  height: 250px;
}
body.hiflex[data-page="produto-detalhes"] #product .whatsapp .content .render svg {
  width: 100%;
  height: auto;
}
body.hiflex[data-page="produto-detalhes"] #product .whatsapp .content .botao:first-of-type {
  margin-right: 20px;
}
body.hiflex[data-page="produto-detalhes"] #product .whatsapp .content .botao {
  display: block;
  
  width: 160px;
  height: 100%;
  
  padding: 15px;
  
  border: 4px solid transparent;
  border-radius: 5px;
  
  text-decoration: none;

  -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.hiflex[data-page="produto-detalhes"] #product .whatsapp .content .botao:hover {
  border-color: #D4B385;
}
body.hiflex[data-page="produto-detalhes"] #product .whatsapp .content .botao .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 90px;
  height: 90px;

  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
body.hiflex[data-page="produto-detalhes"] #product .whatsapp .content .botao .icon svg {
  width: 100%;
  height: 100%;
}

body.hiflex[data-page="produto-detalhes"] #product .whatsapp .content .botao h1.botao-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;  
  margin: 0;
}


body.hiflex[data-page="produto-detalhes"] #product .card-produto {
  position: sticky;
  top: 70px;
  z-index: 2;
}
body.hiflex[data-page="produto-detalhes"] #product .card-produto.infos {
  padding-left: 15px;
}
body.hiflex[data-page="produto-detalhes"] #product .product-title{
  padding-bottom: 2rem;
}

body.hiflex[data-page="produto-detalhes"] #product .product-title .product-name{
  color: #2D3235;
  font-size: 32px;
  font-weight: 600;
}

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

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

.rating-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  color: #303030;
  font-size: 1.2rem
}

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

.rating-container:before {
  content: attr(data-content)
}
.rating-container .rating-stars:before {
  text-shadow: none!important;
}

.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  font-family: 'FontAwesome';
  font-size: 1.2rem;    
}
.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #A3813F;
  transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
}
.rating-container .rating-stars:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0,0,0,0);
}

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

body.hiflex[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #2D3235;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;  
  margin: 0;
}

body.hiflex[data-page="produto-detalhes"] #product .price-container .price{
  color: #2D3235;
  font-size: 36px;
  font-weight: 800;  
  margin: 0 0 15px 0;
}


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

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

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

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

body.hiflex[data-page="produto-detalhes"] #product .select-variations .col-variation{
  display: flex;
  align-items: end;

  margin-bottom: 20px;
}
body.hiflex[data-page="produto-detalhes"] #product .select-variations .form-group {
  margin: 0;
}
body.hiflex[data-page="produto-detalhes"] #product .select-variations .col-name-input {
  margin-bottom: -15px;
}
body.hiflex[data-page="produto-detalhes"] #product .select-variations .col-name-input .attr-name{
  color: #131212;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
body.hiflex[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

body.hiflex[data-page="produto-detalhes"] #product .select-variations a:hover{
  color: #D6B079;
}

body.hiflex[data-page="produto-detalhes"] #product .select-variations.colors {
  border-bottom: 0;
  padding: 0;
}
body.hiflex[data-page="produto-detalhes"] #product .select-variations .areacores {
  margin-top: -10px;
}
body.hiflex[data-page="produto-detalhes"] #product .select-variations .areacor {
  border: 2px solid transparent!important;
  width: 40px!important;
  height: 40px!important;
  border-radius: 100px;

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

body.hiflex[data-page="produto-detalhes"] #product .select-variations .areacor:hover {
  border-color: #D6B079!important;
  /* filter: brightness(0.8)!important */;
  opacity: 1!important;
}

body.hiflex[data-page="produto-detalhes"] #product .select-variations .select2-container {
  width: 100%!important;
  margin: 0!important;
}
body.hiflex[data-page="produto-detalhes"] #product .select-variations .select2-selection__rendered{
  position: relative;
  
  background-color: #F5F5F5;
  border: 3px solid transparent;
  border-radius: 5px;
  
  padding-right: 50px;
  height: 47px;
  
  margin-top: auto;
  
  color: #6F6F6F;
  font-weight: 500;
  cursor: pointer;
  
  -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.hiflex[data-page="produto-detalhes"] #product .select-variations .select2-selection__rendered:hover {
  border-color: #D6B079;
}
body.hiflex[data-page="produto-detalhes"] #product .select-variations .select2-selection__rendered:focus{
  box-shadow: none;
}

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

/* body.hiflex[data-page="produto-detalhes"] #product .select-variations .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 7px;
} */
body.hiflex[data-page="produto-detalhes"] #product .select-variations .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 80px;
  height: 65px;
  margin-left: 10px;
  margin-right: 0;
}
/* body.hiflex[data-page="produto-detalhes"] #product .select-variations .icon.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 65px;
  height: 60px;
  margin-left: 10px;
  margin-right: 0;
} */
body.hiflex[data-page="produto-detalhes"] #product .select-variations .icon svg {
  width: 100%;
  height: 100%;
}

body.hiflex[data-page="produto-detalhes"] #product .select-variations .col-check {
  display: flex;
  width: 100%;
  height: 100%;
}

body.hiflex[data-page="produto-detalhes"] #product .select-variations .col-check .form-check {
  display: flex;
  align-items: flex-end;

  padding: 0;
  width: 100%;
  height: 100%;
}
/* body.hiflex[data-page="produto-detalhes"] #product .select-variations .col-check .form-check:first-child{
  padding-right: 5px;
  padding-left: 0;
}
 */
body.hiflex[data-page="produto-detalhes"] #product .select-variations .form-check input{
  display: none;
}
body.hiflex[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
  display: flex;
  align-items: center;

  width: 100%;
  height: 47px;
  padding: 0 15px;
  
  background-color: #F5F5F5;
  border: 3px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 0!important;

  color: #6F6F6F;
  font-weight: 500;
  cursor: pointer;

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

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

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

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

body.hiflex[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p{  
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  margin: auto;
  
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 600;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.hiflex[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p span {
  color: #D6B079;
}

body.hiflex[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation svg {
  width: 60px;
  height: 60px;
}

body.hiflex[data-page="produto-detalhes"] #product .price-final {
  /* padding: 20px 0; */
  text-align: left;
}
body.hiflex[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px 0;
}

body.hiflex[data-page="produto-detalhes"] #product .price-final .price{
  color: #2D3235;
  font-size: 36px;
  font-weight: 800;
  text-align: left;
  margin: 0;
}

body.hiflex[data-page="produto-detalhes"] #product .price-final .old-price{
  color: #3A2D1D;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
body.hiflex[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc{
  color: #D6B079;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
body.hiflex[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b {
  text-align: left;
  font-weight: 700;
}
body.hiflex[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc .dark {
  color: #3A2D1D;
}


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

body.hiflex[data-page="produto-detalhes"] #product .buy .comprar-block {
  width: 100%;
  margin-top: 20px;
  /* margin: 40px 0; */
}
body.hiflex[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 100%;  
  height: 75px;

  border: 0;
  border-radius: 5px;
  background-color: #D4B385;
  box-shadow: none;

  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.4px;

  z-index: 0;

  overflow: hidden;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:hover {
  background-color: #49c560;
  color: #fff;
}

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

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

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

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

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

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

body.hiflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text{
  display: block;
  
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

body.hiflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text-cep{
  color: #686868;
  font-size: 16px;
  font-weight: 500;
}

body.hiflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  position: relative;

  width: 100%;
  height: 55px;

  background-color: #F5F5F5;
  border: 3px solid #F5F5F5;
  border-radius: 5px;
  box-shadow: none;
  
  -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.hiflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:hover{
  border-color: #D9D9D9;
}
body.hiflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:focus{
  outline: none;
  box-shadow: none;
  
  border-color: #D6B079;
}

body.hiflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod{
  position: absolute;
  top: 0;
  right: 0;

  padding: 0;
  width: 90px;
  height: 55px;
  
  background-color: transparent;
  border: 3px solid #D6B079;
  border-radius: 5px;  

  box-shadow: none;

  z-index: 5;

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

body.hiflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod div{
  color: #000;
  font-size: 18px;
  font-weight: 700;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover{
  background-color: #D6B079;
}
body.hiflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:focus{
  box-shadow: none;
}

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






/* Footer */


body.hiflex .footer {
  position: relative;
  background-color: #211E22;
  
  border: 0;
  padding: 25px 0;

  border-bottom: 1px solid #7A7A7A;

  z-index: 0;
  overflow: hidden;
}
body.hiflex .footer .site-map {
  border: none;
}
body.hiflex .footer .logo {
  width: 100%;
  max-width: 175px;
  height: auto;
  
  margin-bottom: 40px;
}
body.hiflex .footer .logo img {
  fill: #000000;
  width: 100%;
  height: 100%;
}

body.hiflex .footer p.desc {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

body.hiflex .footer h1.tit {
  color: #F5F5F5!important;
  font-family: var(--font-Noto-Serif);
  font-size: 25.143px;
  font-weight: 600!important;
  line-height: 125%;
  letter-spacing: -0.629px;
  margin: 0 0 15px 0;
}
body.hiflex .footer h2.tit {
  color: #F5F5F5;
  font-family: var(--font-Noto-Serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.26px;
  padding: 0;
  margin: 25px 0 15px 0;
}
body.hiflex .footer h4.tit {
  color: #F5F5F5!important;
  font-family: var(--font-Noto-Serif);
  font-size: 12px;
  font-weight: 600!important;
  line-height: 28px;
}
body.hiflex .footer ul.redes {
  display: flex;
  align-items: center;
  gap: 10px;
  
  padding: 0;
  margin: 0;
  list-style: none;
}
body.hiflex .footer ul.redes li {
  position: relative;

  z-index: 0;  
}
body.hiflex .footer ul.redes li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: #D4B385;
  border-radius: 5px;
  opacity: 0;

  z-index: -1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hiflex .footer ul.redes li:hover::before {
  opacity: 1;
}
body.hiflex .footer ul.redes li svg {
  display: block;
  fill: #D4B385;
  width: 25px;
  height: 25px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hiflex .footer ul.redes li:hover svg {
  fill: #111;
  transform: scale(.8);
}
body.hiflex .footer ul {
  padding: 0;
  margin: 0;
}
body.hiflex .footer ul li {
  margin-bottom: 0;
}
body.hiflex .footer ul li:last-child{
  margin: 0;
}
body.hiflex .footer ul li a {
  position: relative;
  color: #F5F5F5;
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hiflex .footer ul.redes li a {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 30px;
  height: 30px;
}
body.hiflex .footer ul li a:hover {
  color: #D4B385;
}

body.hiflex .footer ul li p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
body.hiflex .footer .form-newsletter .input-group {
  display: flex;
  flex-wrap: nowrap;
}
body.hiflex .footer .form-newsletter .input-group input {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
}
body.hiflex .footer .form-newsletter .input-group .btn-new {
  width: 160px;
  border: none;
  outline: none;
  
  background-color: #D4B385;
  color: #111;
  font-family: var(--font-Noto-Serif);
  font-size: 13.033px;
  font-weight: 700;
  line-height: 32.583px;
  letter-spacing: 0.326px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hiflex .footer .form-newsletter .input-group .btn-new:hover {
  background-color: #111;
  color: #D4B385;
}

body.hiflex .basefooter {
  background-color: #211E22;
  padding: 15px 0;
}
body.hiflex .basefooter span {
  width: 100%;
  color: #F5F5F5;
  font-size: 12px;
  font-weight: 400;
}
body.hiflex .basefooter span a {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
body.hiflex .basefooter span a:hover {
  color: #fedf00;
}

@media(max-width:991px) {
  body.hiflex header.header-bg .menu-cart svg{
    fill: #030304;
  }
  body.hiflex header.header-bg .col-header {
    height: auto;
  }
  body.hiflex header.header-bg .logo-base img {
    width: 100%;
    height: auto;
    max-height: 60px;

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

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

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

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

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

  body.hiflex header.header-bg .search-mob-style .search-full input {
    background-color: #f0f0f1;
    height: 50px!important;
  }
  


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


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



  /* Listagem produtos */
  .listagem-produtos {
    margin: 30px 0;
  }


  /* Banner Apoio */
  body.hiflex[data-page="home"] #apoio-banner {
    margin-top: 0px;
  }

  /* Titulos */
  body.hiflex .box-title {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  body.hiflex .box-title .box-text a,
  body.hiflex .box-title .box-text {
    text-align: center;
    font-size: 32px;
    padding: 0 15px;
  }

  body.hiflex .box-title .box-text::before {
    left: -15px;
    bottom: 5px;
    width: calc(100% + 30px);
  }


  

  /* Listagem produto */
  body.hiflex .section-product {
    padding: 30px 0;
  }
  body.hiflex .product-list .product .star-rating.rating-sm {
    justify-content: center;
  }
  body.hiflex .product-list .product .product-info .tit {
    font-size: 18px;
    text-align: center;
  }

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

  body.hiflex .product-list .product .product-info .container-price span.price {
    font-size: 22px;
  }
  body.hiflex .product-list .product .product-info .container-price span.installment {
    font-size: 10px;
  }


  /* Detalhes */
  body.hiflex .detalhes {
    padding: 30px 0;
  }
  body.hiflex .detalhes .content {
    padding: 0;
  }
  body.hiflex .detalhes h1.title {
    font-size: 32px;
    text-align: center;
    margin: 15px 0;
  }
  body.hiflex .detalhes h1.title br {
    content: '';

    display: inline;
    margin: 0 5px;
  }

  body.hiflex .detalhes .image.second::after {
    position: absolute;
    content: '';
  
    top: 30px;
    left: -30px;
  
    width: 2px;
    height: 0;
  
    background-color: #D6B079;
  
    animation: height_e 3s ease-in-out infinite;
  }

  body.hiflex .detalhes .image::after {
    position: absolute;
    content: '';
  
    bottom: 30px;
    right: -30px;
  
    width: 2px;
    height: 0;
  
    background-color: #D6B079;
  
    animation: height_d 3s ease-in-out infinite;
  }

  body.hiflex .detalhes .image.second {
    margin-top: 30px;
  }

  body.hiflex .detalhes .content.second {
    margin: 0;
    padding: 0;
  }

  body.hiflex .detalhes p.desc {
    text-align: center;
    margin-bottom: 15px;
  }

  body.hiflex .detalhes .botao-ver {
    margin-left: auto;
    margin-right: auto;
  }


  /* Sobre */
  body.hiflex .sobre {
    padding: 0;
  }

  body.hiflex .sobre h1.title {
    font-size: 26px;
    text-align: center;
  }
  body.hiflex .sobre p.desc {
    text-align: center;
  }
  body.hiflex .sobre .botao {
    margin-left: auto;
    margin-right: auto;
  }



  /* Newsletter */  

  body.hiflex .newsletter {
    padding: 30px 0;
  }

  body.hiflex .newsletter .form-newsletter .input-group {
    display: block;
  }
  body.hiflex .newsletter h1.title {
    justify-content: center;
  }
  body.hiflex .newsletter .form-newsletter .input-group input {
    width: calc(100% - 45px);
    margin-bottom: 15px;
    
    margin-right: auto;
  }
  body.hiflex .newsletter .form-newsletter .input-group button.btn-new {
    position: absolute;

    top: 0;
    right: 0;

    margin-left: auto;
    margin-right: auto;
  }
  body.hiflex .sobre .redes {
    bottom: -50px;
  }



  /* Footer */
  body.hiflex .footer {
    padding: 30px 0;
  }
  body.hiflex .footer::before {
    width: 100%;
    right: 0;

    transform: none;
  }
  body.hiflex .footer .logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
  }
  body.hiflex .footer .logo svg {
    fill: #ffffff;
  }
  body.hiflex .footer p.desc {
    color: #ffffff;
    text-align: center;
  }

  body.hiflex .footer h2.tit {
    text-align: center;
  }

  body.hiflex .footer ul {
    width: 100%;
  }
  body.hiflex .footer .site-map li{
    padding-bottom: 0;
    text-align: center;
    justify-content: center;
  }
  body.hiflex .footer .site-map li:last-child{
    padding-bottom: 0px;
  }
  body.hiflex .footer .site-map li a {
    font-weight: 400!important;
  }
  body.hiflex .footer .site-map li a::after {
    display: none;
  }
  body.hiflex .footer .site-map li a.horario {
    cursor: unset;
    text-decoration: none
  }

  body.hiflex .footer h1.tit {
    text-align: center;
    font-size: 22px;
  }

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

  body.hiflex .footer ul.address li {
    display: flex;
    justify-content: center;
  }
  body.hiflex .footer .col-address li .icon {
    width: 30px;
    min-width: 30px;
    margin-right: 15px;
  }

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




  /* Página produto */
  body.hiflex #breadcrumbs {
    margin: 0;

    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#FFFFFF));
    background: -o-linear-gradient(top, #e6e6e6 0%, #FFFFFF 100%);
    background: linear-gradient(180deg, #e6e6e6 0%, #FFFFFF 100%);
  }

  body.hiflex[data-page="produto-detalhes"] #product {
    margin-top: 10px;
    padding-bottom: 0;
  }

  body.hiflex[data-page="produto-detalhes"] #product .card-produto.infos {
    padding-left: 0;
  }

  body.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-products {
    border-radius: 5px;
  }
  body.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-products .item img{
    width: 100%;
    height: 100%;      

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

  body.hiflex[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom {
    bottom: 45px;
  }

  body.hiflex[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
  }

  body.hiflex[data-page="produto-detalhes"] #product .price-container .price {
    font-size: 35px;
  }

  body.hiflex[data-page="produto-detalhes"] #product .select-variations.isMedida {
    margin-top: 15px;
  }

  body.hiflex[data-page="produto-detalhes"] #product .select-variations.colors .attr-name {
    text-align: center;
  }

  body.hiflex[data-page="produto-detalhes"] #product .select-variations .col-variation {
    justify-content: center;
  }
  body.hiflex[data-page="produto-detalhes"] #product .select-variations .col-variations {
    margin-bottom: 30px;
  }
  body.hiflex[data-page="produto-detalhes"] #product .select-variations.colors {
    margin-bottom: 0;
  }
  body.hiflex[data-page="produto-detalhes"] #product .select-variations .areacores {
    margin-top: 5px;
  }
  body.hiflex[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
    padding: 5px;
  }

  body.hiflex[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p {
    display: block;
    font-size: 14px;
  }

  body.hiflex[data-page="produto-detalhes"] #product .price-final {
    padding-top: 0;
  }
  body.hiflex[data-page="produto-detalhes"] #product .price-final .attr-name {
    text-align: center;
  }
  body.hiflex[data-page="produto-detalhes"] #product .price-final .price {
    font-size: 36px;
    text-align: center;
  }
  body.hiflex[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc {
    font-size: 16px;
    text-align: center;
  }

  body.hiflex[data-page="produto-detalhes"] #product .buy .comprar-block {
    margin: 15px 0 0 0;
  }
  
  body.hiflex[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart {
    width: fit-content;
    padding: 0 50px;
    margin-left: auto;
    margin-right: auto;
  }

  body.hiflex[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
  }



  body.hiflex[data-page="produto-detalhes"] #product .whatsapp .title {
    padding-right: 0;
    margin-bottom: 0;
  }
  body.hiflex[data-page="produto-detalhes"] #product .whatsapp .title h1 {
    font-size: 26px;
    line-height: 26px;
  }
  body.hiflex[data-page="produto-detalhes"] #product .whatsapp .content .render {
    width: 100px;
    top: -122px;
    left: 20px;
    transform: rotate(353deg);
    z-index: -1;
  }
  body.hiflex[data-page="produto-detalhes"] #product .whatsapp .content .botao {
    width: 50%;
  }



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

  body.hiflex[data-page="produto-detalhes"] .nav-tabs .nav-item {
    width: 50%;
    padding: 0 5px;
  }

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


  body.hiflex[data-page="produto-detalhes"] .about {
    margin-top: 30px;
  }
  body.hiflex[data-page="produto-detalhes"] .about .card-about {
    padding: 20px;
    width: 100%;
    margin-top: 15px;
  }

  body.hiflex[data-page="produto-detalhes"] .about .card-about-header {
    border-radius: 20px;
    padding: 20px;
  }

  body.hiflex[data-page="produto-detalhes"] .about .nav-tabs .nav-item {
    width: calc(50% - 15px);
    height: 55px;
  }

  body.hiflex[data-page="produto-detalhes"] .about .nav-tabs .nav-link {
    padding-left: 40px;
    text-align: center;
  }
  
  body.hiflex[data-page="produto-detalhes"] .about .nav-tabs .nav-link .icon {
    display: none;
  }

  body.hiflex[data-page="produto-detalhes"] .about .tab-content {
    margin-top: 15px;
  }
}





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