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

body {
  background-color: #EEEEEE;
}

* {
  font-family: "Gentium Book Plus", serif;
}

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


/* NAVBAR MOBILE */

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

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

body.hik .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.hik .barra-topo {
  background-color: #CCEAF0;
  padding: 15px 0;
}
body.hik .barra-topo p {
  color: #4E4E4E;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
body.hik .barra-topo a{
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 400;

  display: flex;
  margin: 0;
}

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

body.hik .barra-topo a .icon svg {
  width: 100%;
  height: 100%;
}

body.hik .barra-topo ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;


  padding: 0;
  margin: 0;
  list-style: none;
  text-align: end;
}

body.hik header.header-bg {
  background-color: #FEFEFE;
}
body.hik 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.hik header.header-bg.fixo .logo-base {
  padding: 5px;
}

body.hik header.header-bg .logo-base {
  width: 100%;
  max-width: 150px;
  padding: 10px 0;
}
body.hik header.header-bg #nav-mobile {
  margin-right: 0;
}
body.hik header.header-bg #nav-mobile .logo-base {
  padding: 10px;
}

body.hik header.header-bg .logo-base img{
  width: 100%;

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


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

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

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

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

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

body.hik header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.hik header.header-bg .search input{
  border: 0;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #f6f5f2;
}
body.hik header.header-bg .search input:focus{
  border: 2px solid #39BCCB;
  outline: none !important;
  box-shadow: none;
}
body.hik 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.hik 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.hik header.header-bg .search .btn-search:hover{
  background-color: #39BCCB;
}
body.hik 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.hik header.header-bg .menu-user {
  cursor: pointer;
}
body.hik 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.hik header.header-bg .menu-user:hover svg{
  fill: #030304;
}

body.hik header.header-bg .col-search-mobi {
  cursor: pointer;
}
body.hik 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.hik 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.hik header.header-bg .col-cart-mobi {
  cursor: pointer;
}
body.hik 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.hik header.header-bg .menu-account {
  cursor: pointer;
}
body.hik 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.hik 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.hik header.header-bg .col-search form {
  width: 100%;
}
body.hik header.header-bg .col-search form input.input {
  width: 100%;
  height: 50px;

  backdrop-filter: #fff;
  padding: 0 10px 0 50px;

  border: 2px solid #DEE2E6;
  border-radius: 50px;
  
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hik header.header-bg .col-search form input.input:hover {
  border-color: #263238;
}
body.hik header.header-bg .col-search form input.input:focus {
  box-shadow: none;
  border-color: #A1D7E8;
}

body.hik header.header-bg .col-search form .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  top: 0;
  left: 0;

  width: 50px;
  height: 100%;

  z-index: 999;
}
body.hik header.header-bg .col-search form .icon svg {
  display: block;
  fill: #A2D8E9;
  width: 20px;
  height: 20px;
}

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

body.hik header.header-bg .menu-user a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
body.hik header.header-bg .menu-user .icon-user {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 25px;
  height: 25px;

  margin-right: 10px;
}

body.hik header.header-bg .menu-user svg{
  fill: #9ACEE3;
  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.hik header.header-bg .menu-user span {
  color: #263238;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;

  -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.hik header.header-bg .menu-user:hover span {
  color: #A1D7E8;
}

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

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

  width: 25px;
  height: 25px;

  margin-right: 10px;
}

body.hik header.header-bg .menu-cart svg{
  fill: #9ACEE3;
  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.hik header.header-bg .menu-cart span {
  color: #263238;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;

  -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.hik header.header-bg .menu-cart:hover span {
  color: #A1D7E8;
}

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

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

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

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

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

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

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

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

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

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

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

body.hik .shopping-cart .shopping-cart-items .table td[data-title="Preço total"] span.text-success {
  color: #39BCCB!important;
  font-size: 16px;
  font-weight: 500;
}

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

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

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

body.hik #menu-desktop {
  background-color: #FEFEFE;
}

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

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

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



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

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

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

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

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

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

  color: #283536;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;

  display: flex;
  align-items: center;

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

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

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

body.hik #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: #283536;  
  margin-bottom: 6px;
}

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

.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.hik #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.hik #menu-desktop .bar-menu .dropdown-list:nth-child(n+6) .dropdown-menu::after {
    opacity: 0;
  }
}

body.hik #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.hik #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.hik #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.hik #menu-desktop .first-level .dropdown-hover .second-level.megamenu .submenu-col {
  min-height: 230px;
  padding-bottom: 15px;

}

body.hik #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a{
  padding: 0;
  width: 100%;
}
body.hik #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
body.hik #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.hik #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.hik #menu-desktop .bar-menu .dropdown-menu li:hover::before{
  width: 25%;
}
body.hik #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: 100%;
  height: 100%;
}
body.hik #menu-desktop .bar-menu .dropdown-menu a:hover {
  color: #A1D7E8;
}






/* BANNERS */

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

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

  object-fit: cover;
}

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

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

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

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

  opacity: 1;
}

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





/* MINI BANNERS */

body.hik[data-page="home"] #apoio-banner {
  padding: 3rem 0;
}
body.hik[data-page="home"] #apoio-banner .card-apoios {
  padding: 30px 45px;
  background-color: #fff;
  border-radius: 20px;
}
body.hik[data-page="home"] #apoio-banner .card-apoio {
  display: flex;
  align-items: center;  
}
body.hik[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;
}
@media(max-width:1400px) {
  body.hik[data-page="home"] #apoio-banner .card-apoio .icon {
    width: 40px;
    height: 40px;
  }
}

body.hik[data-page="home"] #apoio-banner .card-apoio .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
body.hik[data-page="home"] #apoio-banner .card-apoio .icon img {
  display: block;
  width: 100%;
  height: 100%;

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

body.hik[data-page="home"] #apoio-banner .card-apoio p{
  color: #263238;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
body.hik[data-page="home"] #apoio-banner .card-apoio span{
  display: block;
  
  color: #263238;
  font-weight: 400;
  font-size: 14px;
}



/* TÍTULO SESSÃO */


body.hik .box-title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 35px 0;
}
body.hik .box-title .box-text::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  
  content: '.';
  display: block;

  color: #9FD4E7;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.5%;
}

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

  color: #4E4E4E;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.5%;
  text-align: left;
  
  margin: 0;
}

body.hik .box-title .box-text a{
  color: #39BCCB;
  text-decoration: none;

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


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

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



/* LISTA DE PRODUTOS */

body.hik .section-product {
  margin: 50px 0;
}

body.hik .product-list{
  position: relative;
}
body.hik .product-list .product a{
  text-decoration: none;
  height: 100%;
}
body.hik .product-list .product{
  margin: 15px 0;  
}
body.hik .product-list .product form{
  position: relative;
  height: 100%;
  
  padding-bottom: 1px;
  
  background-color: #fff;
  border-radius: 26px;
  overflow: hidden;
  
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hik .product-list .product form:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

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

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

  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.hik .product-list .product-image .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.hik .product-list .product-image .tags .tag-favorito:hover svg {
  fill: #000000;
}

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

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

body.hik .product-list .product .product-image {
  position: relative;
  background-color: #fff;
  width: 100%;
  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.hik .product-list .product .product-image::after {
  content: '';
  display: block;

  width: 100%;
  padding-bottom: 100%;
}
body.hik .product-list .product .product-image img{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;  
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;

  -webkit-transition: all .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.hik .product-list .product form:hover .product-image img{
  transform: scale(1.4);
  
  -webkit-transition: all 15s linear;
  -o-transition: all 15s linear;
  transition: all 15s linear;
}

body.hik .product-list .product .product-info {
  padding: 20px;
  text-decoration: none;
}
body.hik .product-list .product .product-info .tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  gap: 10px;
  margin: 0 0 15px 0;
}
body.hik .product-list .product .product-info .tags > div {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 100%;
  height: 25px;
  padding: 0 5px;
  
  border: 1px solid #A1D7E8;
  border-radius: 9px;
  
  color: #263238;
  font-size: 12px;
  font-weight: 700;

  -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;
}
@media(max-width:1400px) {
  body.hik .product-list .product .product-info .tags > div {
    font-size: 10px;
  }
}
@media(max-width:1200px) {
  body.hik .product-list .product .product-info .tags > div {
    font-size: 8px;
  }
}
body.hik .product-list .product form:hover .product-info .tags > div {
  background-color: #A1D7E8;
  color: #fff;
}
body.hik .product-list .product form .product-info .product-rating {
  margin: 15px 0;
}
body.hik .product-list .product form .product-info .product-rating .star-rating {
  justify-content: center;
  gap: 10px;
}
body.hik .product-list .product form .product-info .product-rating .star-rating.rating-sm {
  display: none;
}
body.hik .product-list .product form .product-info .product-rating .rating-link {
  display: block;
  width: 100%;

  text-align: center;
  font-size: .9rem;
}
body.hik .product-list .product .product-info .tit{
  height: 36px;
  overflow: hidden;

  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hik .product-list .product .product-info .container-price {
  position: relative;
  text-align: center;
  margin: 0;
  
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hik .product-list .product .product-info .container-price span.price-label del,
body.hik .product-list .product .product-info .container-price span.price-label{
  display: block;
  width: 100%;
  
  color: #505050;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: 0;

  -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.hik .product-list .product .product-info .container-price span.price{
  display: block;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;

  -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.hik .product-list .product .product-info .container-price span.installment {
  display: block;
  width: 100%;

  color: #505050;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: 0;

  -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.hik .product-list .product .product-info .container-price span.installment b {  
  font-weight: 700;
}

body.hik .product-list .product .product-info .container-price .botao-ver {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;


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

  width: calc(100% - 30px);
  height: 55px;
  background-color: #39BCCB;
  border-radius: 100px;
  
  transform: scale(0.95);
  opacity: 0;

  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;

  -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.hik .product-list .product form:hover .product-info .container-price .botao-ver {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.hik .product-list .product form:hover .product-info .container-price span.price-label,
body.hik .product-list .product form:hover .product-info .container-price span.price,
body.hik .product-list .product form:hover .product-info .container-price span.installment {
  opacity: 0;
  transform: scale(.95);
}




/* Modelos */
body.hik .modelos {
  margin: 50px 0;
}
body.hik .modelos .card-modelo {
  position: relative;
  display: block;

  border-radius: 20px 20px 0 0;
  overflow: hidden;

  -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.hik .modelos .card-modelo:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
body.hik .modelos .card-modelo .image {
  position: relative;
  width: 100%;
}
body.hik .modelos .card-modelo .image::after {
  content: '';
  display: block;
  
  width: 100%;
  padding-bottom: 192.66666666666669%;
}
body.hik .modelos .card-modelo .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;

  -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.hik .modelos .card-modelo:hover .image img {
  transform: scale(1.08);
}
body.hik .modelos .card-modelo .title {
  position: absolute;
  left: 0;
  bottom: 0;
}
body.hik .modelos .card-modelo .title .icon {
  display: block;
  width: 64px;
  height: 64px;
  
  -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.hik .modelos .card-modelo .title .icon img {
  width: 100%;
  height: 100%;
}
body.hik .modelos .card-modelo .title h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 15px;
}




/* Ambientes */
body.hik .ambientes {
  margin: 50px 0;
}
body.hik .ambientes .radius-top-left {
  border-radius: 20px 0 0 0;
}
body.hik .ambientes .radius-bottom-left {
  border-radius: 0 0 0 20px;
}
body.hik .ambientes .radius-top-bottom-right {
  border-radius: 0 20px 20px 0;
}
body.hik .ambientes .card-ambiente-square,
body.hik .ambientes .card-ambiente-rectangle {
  position: relative;
  display: block;
  overflow: hidden;

  -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.hik .ambientes .card-ambiente-square:not(:last-child) {
  margin-bottom: 30px;
}
body.hik .ambientes .card-ambiente-square .image,
body.hik .ambientes .card-ambiente-rectangle .image {
  position: relative;
  width: 100%;
}
body.hik .ambientes .card-ambiente-square .image::after,
body.hik .ambientes .card-ambiente-rectangle .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.hik .ambientes .card-ambiente-square .image img,
body.hik .ambientes .card-ambiente-rectangle .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;

  -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.hik .ambientes .card-ambiente-square:hover .image img,
body.hik .ambientes .card-ambiente-rectangle:hover .image img {
  transform: scale(1.05);
}
body.hik .ambientes .card-ambiente-rectangle .image::after {
  padding-bottom: calc(200% + 30px);
}
body.hik .ambientes .card-ambiente-square:hover,
body.hik .ambientes .card-ambiente-rectangle:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
body.hik .ambientes .card-ambiente-square h1,
body.hik .ambientes .card-ambiente-rectangle h1 {
  position: absolute;
  left: 20px;
  bottom: 20px;

  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}




/* Materiais */
body.hik .materiais {
  margin: 50px 0;
}
body.hik .materiais .radius-top-bottom-left {
  border-radius: 20px 0 0 20px;
}
body.hik .materiais .radius-top-bottom-right {
  border-radius: 0 20px 20px 0;
}
body.hik .materiais .card-material-rectangle {
  position: relative;
  display: block;
  overflow: hidden;

  -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.hik .materiais .card-material-rectangle .image {
  position: relative;
  width: 100%;
}
body.hik .materiais .card-material-rectangle .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 200%;
}
body.hik .materiais .card-material-rectangle .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;

  -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.hik .materiais .card-material-rectangle:hover .image img {
  transform: scale(1.05);
}
body.hik .materiais .card-material-rectangle:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
body.hik .materiais .card-material-rectangle h1 {
  position: absolute;
  left: 20px;
  bottom: 20px;

  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}




/* Sobre */
body.hik .sobre {
  background-color: #fff;
  padding: 150px 0;
}
body.hik .sobre .logo {
  width: 100%;
  max-width: 300px;
  height: auto;

  margin: 0 0 40px 0;
}
body.hik .sobre .logo img {
  width: 100%;
  height: auto;
}
body.hik .sobre p.description {
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
body.hik .sobre p.description b {
  color: #000;
  font-weight: 700;
}
body.hik .sobre .image {
  position: relative;
  width: 100%;
  
  border-radius: 16px;
  overflow: hidden;

  box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
}
body.hik .sobre .image::after {
  content: '';
  display: block;
  
  width: 100%;
  padding-bottom: 100%;
}
body.hik .sobre .image img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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




/* Avaliações */
body.hik .avaliacoes {
  margin: 50px 0;
}
body.hik .avaliacoes .box-title {
  margin: 0 0 35px 0;
}
body.hik .avaliacoes .nav-swiperAvaliacoes-prev.swiper-button-disabled {
  opacity: .35;
}
body.hik .avaliacoes .nav-swiperAvaliacoes-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  height: 50px;
  
  padding: 12.5px 15px 12.5px 12.5px;
  background-color: rgba(147, 149, 152, .2);
  border-radius: 100px;

  margin-top: auto;
  margin-bottom: auto;
}
body.hik .avaliacoes .nav-swiperAvaliacoes-prev:not(.swiper-button-disabled):hover {
  background-color: #39BCCB;
}
body.hik .avaliacoes .nav-swiperAvaliacoes-prev svg {
  display: block;
  fill: #A4A4A4;
  width: 100%;
  height: 100%;

  -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.hik .avaliacoes .nav-swiperAvaliacoes-prev:not(.swiper-button-disabled):hover svg {
  fill: #fff;
}
body.hik .avaliacoes .nav-swiperAvaliacoes-next.swiper-button-disabled {
  opacity: .35;
}
body.hik .avaliacoes .nav-swiperAvaliacoes-next {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  height: 50px;
  
  padding: 12.5px 12.5px 12.5px 15px;
  background-color: rgba(147, 149, 152, .2);
  border-radius: 100px;

  margin-top: auto;
  margin-bottom: auto;
}
body.hik .avaliacoes .nav-swiperAvaliacoes-next:not(.swiper-button-disabled):hover {
  background-color: #39BCCB;
}
body.hik .avaliacoes .nav-swiperAvaliacoes-next svg {
  display: block;
  fill: #A4A4A4;
  width: 100%;
  height: 100%;

  -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.hik .avaliacoes .nav-swiperAvaliacoes-next:not(.swiper-button-disabled):hover svg {
  fill: #fff;
}

body.hik .avaliacoes .swiperAvaliacoes {
  width: 100%;
}
body.hik .avaliacoes .swiper-slide {
  height: auto;
}
body.hik .avaliacoes .card-avaliacao {
  position: relative;
  padding: 25px;
  height: 100%;

  background-color: #F9F9F9;
  border-radius: 27px;

  -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.hik .avaliacoes .card-avaliacao-rating-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;

  margin: 20px 0;
}
body.hik .avaliacoes .card-avaliacao-rating {
  position: relative;
  width: fit-content;
  margin: 0 0 15px 0;
}
body.hik .avaliacoes .card-avaliacao-rating .avaliacao-stars {
  display: flex;
  align-items: center;
  gap: 7px;
}
body.hik .avaliacoes .card-avaliacao-rating .avaliacao-stars svg {
  display: block;
  fill: #7B7B7B;
  width: 18px;
  height: 18px;
}
body.hik .avaliacoes .card-avaliacao-rating .avaliacao-rating {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  gap: 7px;

  overflow: hidden;
}
body.hik .avaliacoes .card-avaliacao-rating .avaliacao-rating svg {
  display: block;
  fill: #39BCCB;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;

  -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.hik .avaliacoes .card-avaliacao-content h1 {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 700;
  margin: 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.hik .avaliacoes .card-avaliacao-content p {
  color: #4E4E4E;
  font-size: 12px;
  font-weight: 400;
  margin: 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.hik .avaliacoes .card-avaliacao-footer p {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 400;
  margin: 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.hik .avaliacoes .card-avaliacao-footer p::before {
  content: '“';
}
body.hik .avaliacoes .card-avaliacao-footer p::after {
  content: '”';
}




/* Newsletter */

body.hik .news-home {
  position: relative;
  overflow: hidden;
  
  background: #98D0DF;
  padding: 50px 0;
}

body.hik .news-home h1 {
  color: #2D3235;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

body.hik .news-home .form-newsletter {
  position: relative;
}
body.hik .news-home .form-newsletter input {
  position: relative;
  height: 60px;
  padding: 30px;
  border: none;
  border-radius: 100px;

  background-color: #f5f5f5;
}

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

body.hik .news-home .form-newsletter button {
  position: absolute;
  top: 0;
  right: 0;

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

  width: fit-content;
  height: 60px;
  padding: 0 50px;

  border: none;
  border-radius: 100px;  

  background-color: #2D3235;
  
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;

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

body.hik .news-home .form-newsletter button:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}



.alert-dismissible{
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
}

/* Breadcrumbs */

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

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

  color: #211E22;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

body.hik #breadcrumbs a {
  color: #211E22;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

body.hik #breadcrumbs ul li::after {
  content: "»";
  color: #211E22;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin: 10px;
}

body.hik #breadcrumbs p {
  color: #211E22;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0px;
}

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

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

body.hik[data-page="produto-detalhes"] .nav-tabs {  
  padding: 15px 50px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  border: 0;
  border-radius: 30px 30px 0 0;

  justify-content: space-between;
  gap: 10px;
}

body.hik[data-page="produto-detalhes"] .nav-tabs .nav-item {
  height: 40px;
}

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

  display: flex;
  align-items: center;

  color: #211E22;
  font-size: 16px;
  text-transform: uppercase;

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

  border: 0;
  border-radius: 100px;
  

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

body.hik[data-page="produto-detalhes"] .nav-link:hover {
  background-color: #A1D7E8;
  color: #fff;
}

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

body.hik[data-page="produto-detalhes"] .nav-link.active {
  position: relative;
  background-color: #39BCCB;
  color: #fff;

  z-index: 0;

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

body.hik[data-page="produto-detalhes"] .tab-content{  
  z-index: 1;
  border: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  border-radius: 0 0 30px 30px;
}

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

body.hik[data-page="produto-detalhes"] .tab-content .tab-pane .card-header{
  background-color: #fff;
  border-radius: 100px;

  color: #211E22;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;

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

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

body.hik[data-page="produto-detalhes"] .tab-content .tab-pane .card-header[aria-expanded="true"]{
  background-color: #39BCCB;  
  color: #ffffff;

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

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

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

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

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

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

body.hik[data-page="produto-detalhes"] .about #boxs{
  padding: 3rem 0 0 15px;
}
body.hik[data-page="produto-detalhes"] .about #boxs a{
  text-decoration: none;
}
body.hik[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.hik[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.hik[data-page="produto-detalhes"] .about .box-about .text {
  display: flex;
  align-items: center;
  height: 75px;  
}
body.hik[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.hik[data-page="produto-detalhes"] .about .box-about .text span{
  font-size: 1.25rem;
  font-weight: 800;
  color: gray;
  margin: 0;
}




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

body.hik[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;
  margin-bottom: 10px;
  
  border-radius: 0;
  overflow: hidden;
}
body.hik[data-page="produto-detalhes"] #product .gallery .gallery-products .owl-page.active span,
body.hik[data-page="produto-detalhes"] #product .gallery .gallery-products .owl-page:hover span {
  background-color: #39BCCB;
  border-color: #39BCCB;
}
body.hik[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
  position: relative;
  width: 100%;

  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
body.hik[data-page="produto-detalhes"] #product .gallery .gallery-products .item::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.hik[data-page="produto-detalhes"] #product .gallery .gallery-products img{
  position: absolute;

  width: 100%;
  height: 100%;
  
  -o-object-fit: contain;
  object-fit: contain;
  
  background-color: #ffffff;
  border-radius: 0;

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

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

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

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

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

  top: 30px;
  right: 30px;

  width: 30px;
  height: 30px;
}

body.hik[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.hik[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito:hover svg{
  fill: #ffffff;
  stroke: #ffffff;
}

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

body.hik[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: calc(100% + 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.hik[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom:hover {
  background-color: #ffffff;
}

body.hik[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.hik[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom:hover svg {
  fill: #39BCCB;
}

body.hik[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span{
  background: #39BCCB;
}
body.hik[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot.active span{
  background: #A1D7E8;
}


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

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border: 3px solid #EEEEEE;
  border-radius: 0;

  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.hik[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active::before {
  opacity: 1;
}
body.hik[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active{
  border: 4px solid #A1D7E8;  
}
body.hik[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.hik[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item:hover img{  
  opacity: 1;
}
body.hik[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active img{
  opacity: 1;  
}

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

body.hik[data-page="produto-detalhes"] #product .caracteristicas-produto img {
  width: 100%;
  height: auto;

  margin-top: 50px;
}


body.hik[data-page="produto-detalhes"] #product .card-produto {
  position: relative;
  z-index: 2;
}
body.hik[data-page="produto-detalhes"] #product .card-produto.infos {
  padding: 0;
}
body.hik[data-page="produto-detalhes"] #product .product-title{
  border-radius: 50px 50px 0 0;
  background-color: #FFFFFF;
  padding: 30px;
  padding-bottom: 15px;
}

body.hik[data-page="produto-detalhes"] #product .product-title .product-name{
  color: #5F5F5F;
  font-size: 26px;
  font-weight: 400;
}

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

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

body.hik[data-page="produto-detalhes"] #product .price-colors {
  align-items: center;
  margin-top: 15px;
}
body.hik[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #5F5F5F;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;  
  margin: 0;
}

body.hik[data-page="produto-detalhes"] #product .price-container .price{
  color: #5F5F5F;
  font-size: 32px;
  font-weight: 700;  
  margin: 0;
}

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

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

body.hik[data-page="produto-detalhes"] #product .product-content {
  background-color: #CCEAF0;
  padding: 30px;
  border-radius: 0 0 50px 50px;
}
body.hik[data-page="produto-detalhes"] #product .select-variations .col-variation{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
body.hik[data-page="produto-detalhes"] #product .select-variations .form-group {
  margin: 0;
}
body.hik[data-page="produto-detalhes"] #product .select-variations .col-title {
  margin-bottom: 10px;
}
body.hik[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
body.hik[data-page="produto-detalhes"] #product .select-variations.colors .attr-name {
  color: #211E22;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
body.hik[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

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

body.hik[data-page="produto-detalhes"] #product .select-variations.colors {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
body.hik[data-page="produto-detalhes"] #product .select-variations .areacores {
  margin-top: -10px;
}
body.hik[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.hik[data-page="produto-detalhes"] #product .select-variations .areacor:hover {
  border-color: #39BCCB!important;
  /* filter: brightness(0.8)!important */;
  opacity: 1!important;
}

body.hik[data-page="produto-detalhes"] #product .select-variations select{
  position: relative;
  
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  
  height: 47px;
  
  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.hik[data-page="produto-detalhes"] #product .select-variations select:hover {
  border-color: #39BCCB;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}
body.hik[data-page="produto-detalhes"] #product .select-variations select:focus{
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}

body.hik[data-page="produto-detalhes"] #product .select-variations select 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.hik[data-page="produto-detalhes"] #product .select-variations .icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 60px;
  min-width: 60px;
  height: auto;
}
body.hik[data-page="produto-detalhes"] #product .select-variations .icon-img img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}
body.hik[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.hik[data-page="produto-detalhes"] #product .select-variations .icon svg {
  width: 100%;
  height: 100%;
}

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

body.hik[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.hik[data-page="produto-detalhes"] #product .select-variations .form-check input{
  display: none;
}
body.hik[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  width: 100%;
  height: 85px;
  padding: 15px;
  
  background-color: #F5F5F5;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  
  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.hik[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation .icon-img {
  width: 40px;
  min-width: 40px;
}

body.hik[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation:hover{
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}

body.hik[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked + .btn-variation {
  border-color:#39BCCB;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}

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

body.hik[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p{  
  display: block;

  width: 100%;
  margin: auto;
  
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.hik[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p span {
  color: #39BCCB;
  font-size: 14px;
}

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

body.hik[data-page="produto-detalhes"] #product .price-final {
  /* background-color: #fff; */
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
body.hik[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #0C0C0C;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px 0;
}

body.hik[data-page="produto-detalhes"] #product .price-final .price{
  color: #211E22;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

body.hik[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc{
  display: block;
  color: #5F5F5F;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
body.hik[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b {
  font-weight: 700;
}


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

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

  border: 0;
  border-radius: 100px;
  background: #39BCCB;
  box-shadow: none;

  z-index: 0;

  overflow: hidden;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hik[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart {
  background-color: #CCEAF0;  
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}

body.hik[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart p {
  font-size: 26px;
  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.hik[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart p {
  color: #39BCCB;
}

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

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

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

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

body.hik[data-page="produto-detalhes"] #product #box-frete {
  padding: 20px 0 0 0;
}
body.hik[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.hik[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text-cep{
  color: #686868;
  font-size: 16px;
  font-weight: 500;
}

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

  width: 100%;
  height: 45px;

  padding: 0 20px;
  background-color: #F5F5F5;
  border: 2px solid #F5F5F5;
  border-radius: 100px;
  
  -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.hik[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:hover{
  border-color: #A1D7E8;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}
body.hik[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:focus{
  outline: none;
  box-shadow: none;
  
  border-color: #39BCCB;
}

body.hik[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: 45px;
  
  background-color: #CCEAF0;
  border: none;
  border-radius: 100px;  
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .12);
  transform: scale(1.1);

  z-index: 5;

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

body.hik[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod div{
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.hik[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover{
  background-color: #39BCCB;
}
body.hik[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover div{
  color: #fff;
}






/* Footer */


body.hik .footer {
  background-color: #FEFEFE;

  border: 0;
  /* padding: 120px 0 0 0; */
  padding: 0;
}

body.hik .footer .logo {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin-bottom: 25px;
}

body.hik .footer .logo img {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

body.hik .footer .redes {
  display: grid;
  justify-content: start;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 10px;

  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.hik .footer .redes li a {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 40px;
  height: 40px;
  
  padding: 10px;
  background-color: #89C8CB;
  border-radius: 100px;

  -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.hik .footer .redes li a:hover {
  background-color: #EEEEEE;
  box-shadow: 0 0 0 1px #89C8CB;
  transform: scale(1.05);
}
body.hik .footer .redes li a svg {
  display: block;
  fill: #fff;
  width: 100%;
  height: 100%;
  
  -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.hik .footer .redes li a:hover svg {
  fill: #89C8CB;
}

body.hik .footer h4.tit {
  color: #5F5F5F;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

body.hik .footer .sitemap-menu {
  display: flex;
  justify-content: flex-end;
  gap: 100px;
}
body.hik .footer .col-menu:not(:first-child){
  position: relative;
}
body.hik .footer .col-menu:not(:first-child)::after {
  position: absolute;
  content: '';

  top: 0;
  left: -50px;

  width: 1px;
  height: 100%;

  background-color: #9FD4E7;
}
body.hik .footer ul.list-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.hik .footer ul.list-item li {
  margin-bottom: 5px;
}
body.hik .footer ul.list-item li:last-child{
  margin: 0;
  padding-bottom: 0;
}
body.hik .footer ul.list-item li a {
  position: relative;
  display: block;
  color: #5F5F5F;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hik .footer ul.list-item li a.no-line {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.hik .footer ul.list-item li a::before {
  position: absolute;
  content: '';

  top: 0;
  bottom: 0;
  left: 0;

  width: 0;
  height: 2px;
  background-color: #89C8CB;
  border-radius: 100px;
  margin: auto;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.hik .footer ul.list-item li a:not(.no-line):hover::before {
  width: 15px;
  left: -20px;
}
body.hik .footer ul.list-item li a:not(.no-line):hover {
  transform: translateX(20px);
}
body.hik .footer ul.list-item li a:hover {
  color: #89C8CB;
}

body.hik .footer .selos .list-selos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  
  gap: 20px;
  margin: 60px 0 30px 0;
}
body.hik .footer .selos .list-selos .selo {
  width: 130px;
  height: 55px;
}
body.hik .footer .selos .list-selos .selo img {
  width: 100%;
  height: 100%;

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

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

body.hik .basefooter {
  background: #98D0DF;
  padding: 20px 0;
  border-top: 10px solid #EEEEEE;
}
body.hik .basefooter span {
  font-size: 12px;
  color: #37474F;
}
body.hik .basefooter strong {
  font-weight: 400;
  cursor: pointer;
}
body.hik .basefooter .wtek {
  font-size: 12px;
  color: #37474F;
  text-decoration: none;
  font-weight: 700;
}
body.hik .basefooter .wtek:hover {
  text-decoration: underline;
}


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

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

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

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

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

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


  body.hik .box-title {
    padding: 0 15px;
    margin: 15px 0;
  }
  body.hik .box-title .box-text a,
  body.hik .box-title .box-text {
    font-size: 28px;
  }


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


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

  /* Produtos */
  body.hik .section-product {
    margin: 0;
  }

  
  /* Modelos */
  body.hik .modelos .card-modelo {
    border-radius: 20px;
  }
  body.hik .modelos .card-modelo .title h1 {
    font-size: 22px;
  }


  /* Ambientes */
  body.hik .ambientes .card-ambiente-square,
  body.hik .ambientes .card-ambiente-rectangle {
    border-radius: 20px;
  }
  body.hik .ambientes .card-ambiente-square h1,
  body.hik .ambientes .card-ambiente-rectangle h1 {
    font-size: 22px;
  }


  /* Materias */
  body.hik .materiais .card-material-rectangle {
    border-radius: 20px;
  }
  body.hik .materiais .card-material-rectangle h1 {
    font-size: 18px;
  }

  /* Sobre */
  body.hik .sobre {
    padding: 50px 0;
  }
  body.hik .sobre .image {
    margin: 0 0 20px 0;
  }
  body.hik .sobre .logo {
    max-width: 150px;
    margin: 0 auto 20px auto;
  }



  /* Newsletter */  
  body.hik .news-home h1 {
    text-align: center;
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  body.hik .news-home .form-newsletter button {
    position: initial;
    width: 100%;
    margin-top: 10px;
  }
  

  /* Footer */
  body.hik .footer {
    padding: 30px 0 0 0;
  }
  body.hik .footer .site-map .col-address .logo {
    width: 150px;
    margin: 0 auto 20px auto;
  }
  body.hik .footer .redes {
    margin-left: auto;
    margin-right: auto;
  }

  body.hik .footer ul.list-item li {
    display: flex;
    justify-content: center;
  }
  body.hik .footer .site-map li:last-child{
    padding-bottom: 0px;
  }
  body.hik .footer .site-map li a {
    font-weight: 400!important;
  }
  body.hik .footer .site-map li a::after {
    display: none;
  }
  body.hik .footer .site-map li a.horario {
    cursor: unset;
    text-decoration: none
  }

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

  body.hik .footer .selos .list-selos {
    justify-content: center;
    margin: 30px 0;
  }

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

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

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

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




  /* Página categoria */
  body.hik .category .m-cat-trigger,
  body.hik .category .m-cat-trigger-close {
    width: 100%;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 20px 0;
    background: #2d2d2d;
    color: #fff;
    border: 0;
    line-height: 17px;
    font-weight: 600;
    border-radius: 5px;
    display: block;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    font-family: "Mabry Pro", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
  }


  body.hik .category .sidebar.cat {
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    background: #fff;
    padding-top: 30px;
    display: none;
    height: 100vh;
    padding-bottom: 60px;
  }
  body.hik .category .sidebar.cat.visible {
    display: block;
  }
  body.hik[data-page="produtos-list"] .container-product-list {
    padding-left: 0;
    padding-right: 0;
  }




  /* Página produto */

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

  body.hik[data-page="produto-detalhes"] .nav-tabs .nav-item {
    width: calc(50% - 30px);
  }

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

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

  body.hik[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 22px;
    text-align: center;
    margin: 0;
  }

  body.hik[data-page="produto-detalhes"] #product .gallery .gallery-products .item img{
    width: 100%;
    height: auto;  
    object-fit: cover;
  }
  body.hik[data-page="produto-detalhes"] #product .select-variations .col-variation {
    justify-content: center;
  }
  
  body.hik[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
    border-radius: 30px;
  }
  body.hik[data-page="produto-detalhes"] #product .product-title {
    border-radius: 30px 30px 0 0;
  }
  body.hik[data-page="produto-detalhes"] #product .product-content {
    border-radius: 0 0 30px 30px;
  }


  body.hik[data-page="produto-detalhes"] #product .price-final {
    padding-bottom: 0;
  }
  body.hik[data-page="produto-detalhes"] #product .buy .comprar-block {
    margin: 20px 0;
  }
  body.hik[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text {
    text-align: left;
    margin-bottom: 5px;
  }
  body.hik[data-page="produto-detalhes"] #product .select-variations a {
    margin-bottom: 5px;
  }
  body.hik[data-page="produto-detalhes"] .container-product-list {
    padding-left: 0;
    padding-right: 0;
  }
}





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