 :root {
  --font-Montserrat: "Montserrat", sans-serif;
}

body {
  background-color: #fff;
  font-family: var(--font-Montserrat);
}

.star-rating.rating-sm.rating-disabled{
  display: none;
}

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


/* NAVBAR MOBILE */

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

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

body.soltech .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.soltech .topbar {
  padding: 12.5px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #0097B2;
  color: #FFF;
  font-weight: 500;
}
body.soltech .topbar .container .col-12{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
body.soltech .topbar span{
  font-weight: 400;
}

body.soltech header.header-bg {
  position: sticky;
  top: 0;

  padding: 15px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid transparent;

  z-index: 99999;
  
}

body.soltech header.header-bg.fixo {
  border-color: rgba(0, 0, 0, 0.08);

  -webkit-box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: -1px 1px 20px 0 rgba(0,0,0,0.10);
  box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 10%);
}

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

body.soltech header.header-bg .search{
  width: 100%;
  margin-left: 100px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

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

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

body.soltech header.header-bg .search-mob-style .search-full input{
  border: 0;
  border-radius: 0;
  padding: 20px 10px;

  background-color: #FFF;
}
body.soltech header.header-bg .search-mob-style .search-full input:focus{
  outline: none;
  box-shadow: none;
}
body.soltech 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: #F9A21B;

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

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

body.soltech header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.soltech header.header-bg .search input{
  border: 0;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #f6f5f2;
}
body.soltech header.header-bg .search input:focus{
  border: 2px solid #F9A21B;
  outline: none !important;
  box-shadow: none;
}
body.soltech header.header-bg .search .btn-search{
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 2px;
  left: 5px;
  right: inherit;
  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-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech header.header-bg .search .btn-search svg{
  fill: #565656;
  width: 20px;
  vertical-align: middle;

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

body.soltech header.header-bg .search .btn-search:hover{
  background-color: #B27E46;
}
body.soltech 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.soltech header.header-bg .col-search-mobi {
  cursor: pointer;
}
body.soltech header.header-bg .col-search-mobi svg{
  fill: #505050;
  width: 25px;
  height: 25px;

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

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

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

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

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

body.soltech 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;
}




/* Desktop */
body.soltech header.header-bg .content-desktop {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
body.soltech header.header-bg .content-desktop .logo {
  position: relative;
  display: flex;
  align-items: center;
}
body.soltech header.header-bg.fixo .content-desktop .logo {
  padding: 0;
}
body.soltech header.header-bg .content-desktop .logo img {
  display: block;
  width: auto;
  height: 60px;

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech header.header-bg.fixo .content-desktop .logo img {
  height: 50px;
}


body.soltech header.header-bg .content-desktop .botao-vertudo {
  display: flex;
  align-items: center;
  gap: 8px;
  
  width: fit-content;
  height: 45px;
  
  padding: 0 20px;
  background: #F6F6F7;
  border-radius: 2px;
  
  margin-left: 40px;
  
  color: #505050;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech header.header-bg .content-desktop .botao-vertudo:hover {
  background-color: #F9A21B;
  color: #fff;
}
body.soltech header.header-bg .content-desktop .botao-vertudo svg {
  display: block;
  fill: #505050;
  width: 15px;
  height: 15px;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech header.header-bg .content-desktop .botao-vertudo:hover svg {
  fill: #fff;
}


body.soltech header.header-bg .content-desktop .search form {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 460px;
}
body.soltech header.header-bg .content-desktop .search form .input-group {
  position: relative;
}
body.soltech header.header-bg .content-desktop .search form input.input {
  width: 100%;
  height: 40px;
  
  padding: 0 25px;
  padding-left: 45px;
  
  background: rgba(217, 217, 217, .2);
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: none!important;
  
  color: #505050;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech header.header-bg .content-desktop .search form input.input:hover {
  border-color: #bcbdc4;
}
body.soltech header.header-bg .content-desktop .search form input.input:focus,
body.soltech header.header-bg .content-desktop .search form input.input:not(:placeholder-shown) {
  border-color: #F9A21B;
}
body.soltech header.header-bg .content-desktop .search form .btn-search {
  position: absolute;
  top: 0;
  right: inherit;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 40px;
  height: 40px;

  background-color: transparent;
  border: none;
  border-radius: 20px;
  outline: none;
  box-shadow: none;

  z-index: 99;
  
  -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.soltech header.header-bg .content-desktop .search form .btn-search:hover {
  background-color: #F9A21B;
}
body.soltech header.header-bg .content-desktop .search form .btn-search svg {
  display: block;
  fill: #505050;
  width: 15px;
  height: 15px;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech header.header-bg .content-desktop .search form .btn-search:hover svg {
  filter: brightness(10);
}

body.soltech header.header-bg .content-desktop .search form input.input::-webkit-input-placeholder {
  color: #74787C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}
body.soltech header.header-bg .content-desktop .search form input.input:-moz-placeholder {
  color: #74787C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity:1;
}
body.soltech header.header-bg .content-desktop .search form input.input::-moz-placeholder {
  color: #74787C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity:1;
}
body.soltech header.header-bg .content-desktop .search form input.input:-ms-input-placeholder {
  color: #74787C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}
body.soltech header.header-bg .content-desktop .search form input.input::-ms-input-placeholder {
  color: #74787C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}
body.soltech header.header-bg .content-desktop .search form input.input::placeholder {
  color: #74787C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}
body.soltech header.header-bg .content-desktop .menu-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  
  margin-left: 0;
}
body.soltech header.header-bg .menu-favorite,
body.soltech header.header-bg .menu-user {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 40px;
  height: 40px;
  padding: 4.5px;
  border-radius: 4px;

  z-index: 0;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech header.header-bg .menu-favorite svg,
body.soltech header.header-bg .menu-user svg {
  display: block;
  fill: #505050;
  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.soltech header.header-bg .menu-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

body.soltech header.header-bg .menu-cart .btn-cart {
  display: flex;
  align-items: center;

  border-radius: 4px;
  padding-right: 7.5px;

  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech header.header-bg .menu-cart .icon-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 40px;
  height: 40px;
  padding: 4.5px;
  
  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.soltech header.header-bg .menu-cart svg{
  display: block;
  fill: #505050;
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech header.header-bg .menu-cart .icon-cart .contador {
  position: absolute;
  bottom: 2px;
  left: -2px;

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

  width: 17px;
  height: 15px;

  background-color: #F9A21B;
  border-radius: 100%;

  color: #000;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
}
body.soltech header.header-bg .menu-my-cart {
  position: relative;
  height: 100%;
  margin-left: 75px;

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

body.soltech header.header-bg .menu-my-cart p{
  margin: 0;
  color: #6d6f70;  
}
body.soltech header.header-bg .menu-my-cart .cart-products-name p{
  text-align: left;
}

body.soltech header.header-bg .menu-my-cart span {
  color: #040320;
  font-size: 12px;
  font-weight: 700;
  line-height: 125%; /* 15px */
  letter-spacing: 1.08px;
  text-transform: uppercase;
  text-align: left;

  -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.soltech header.header-bg .menu-my-cart span b{
  font-weight: 700;
}

body.soltech .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.soltech header.header-bg .menu-my-cart:hover .shopping-cart {
  border-radius: 0px!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.soltech .shopping-cart .shopping-cart-header-link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

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

body.soltech .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd i {
  color: #040320;
  font-size: 16px;
}

body.soltech .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd h4 {
  margin: 0;
  color: #040320;
  font-size: 16px;
}

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

body.soltech .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;
}

body.soltech #menu-desktop {
  position: relative;
  width: 100%;

  margin-top: 15px;
  background: #fff;
  border-top: 1px solid #0097B2;
  border-bottom: 1px solid transparent;

  z-index: 3;
}

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

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

body.soltech #menu-desktop .bar-menu {
  justify-content: center;
  padding: 0;
}



body.soltech #menu-desktop .bar-menu ul.first-level {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;

  position: relative;
  margin: 0;
  width: 100%;
}

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

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

body.soltech #menu-desktop .bar-menu li.dropdown-list {
  float: initial;
  height: 80px;
  align-items: center;
  display: flex;
  cursor: pointer;
}

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

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

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

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


body.soltech #menu-desktop .bar-menu li .dropdown-toggle {
  position: relative;
  
  width: 100%;
  height: 100%;
  /* padding-right: 20px;
  padding-left: 20px; */

  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;

  display: flex;
  align-items: center;

  -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.soltech #menu-desktop .bar-menu li .dropdown-toggle::before {
  position: absolute;
  left: -5px;
  bottom: 0;
  
  content: '';
  display: block;
  
  width: calc(100% + 10px);
  height: 4px;
  
  background-color: #F9A21B;
  opacity: 0;
  
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech #menu-desktop .bar-menu li:hover .dropdown-toggle::before {
  opacity: 1;
}
body.soltech #menu-desktop .bar-menu li .dropdown-toggle::after {
  font-family: FontAwesome;
  content: "\f0dd";
  font-size: 12px;
  padding-left: 7.5px;
  
  display: none;
  margin-left: initial;
  vertical-align: initial;
  border: initial;
  
  color: #fff;  
  margin-bottom: 4px;
  
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech #menu-desktop .bar-menu li:hover .dropdown-toggle::after {
  transform: translate(7.5px, 4px) rotate(-180deg);
}
body.soltech #menu-desktop .bar-menu li .dropdown-toggle:not([data-toggle="dropdown"])::after {
  content: unset;
}

.dropdown-menu {
  left: auto;
}

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

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

body.soltech #menu-desktop .bar-menu .dropdown-menu{
  background: #F7F7F7;
  left: 0;
  padding-right: 100px;
  
  border: 0;
  border-radius: 0 0 15px 15px;  
  padding: 15px;  
  
  margin-top: 0px;
  
  width: 100%;
  min-width: 536px;
  
  
  box-shadow: -22.5px 15px 15px rgba(0, 0, 0, .1);    
  cursor: default!important;
}

body.soltech #menu-desktop .first-level .dropdown-hover .second-level.megamenu .submenu-col {
  min-height: 100px;
}

body.soltech #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a{
  position: relative;
  display: block;
  width: 100%;

  border-radius: 15px;
  overflow: hidden;
}
body.soltech #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
body.soltech #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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

body.soltech #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.soltech #menu-desktop .bar-menu .dropdown-menu li:hover::before{
  width: 25%;
}
body.soltech #menu-desktop .bar-menu .dropdown-menu ul li a{
  position: relative;

  display: block;
  margin: 0;
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  margin: 0;

  padding: 5px 30px 5px 0;
  width: 100%;
  height: 100%;

  background: rgba(217, 217, 217, 0);
  border: 1px solid transparent;
  border-radius: 7.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.soltech #menu-desktop .bar-menu .dropdown-menu ul li a:hover {
  color: #F9A21B;  
  background-color: #fff;  
  padding: 5px 15px;
}


/* MINI BANNER */

body.soltech[data-page="home"] #apoio-banner {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 30px 0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

body.soltech[data-page="home"] #apoio-banner .card-apoios {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  background: #FFFFFF;
}
body.soltech[data-page="home"] #apoio-banner .card-apoio {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  text-align: center;
  color: #0097B2;
  font-size: 12px;
}
body.soltech[data-page="home"] #apoio-banner .col-lg-3:last-child .card-apoio {
  border-right: 0;
}
body.soltech[data-page="home"] #apoio-banner .card-apoio .icon{
  position: relative;
  display: flex;
  align-items: center;

  width: 75px;
  height: 90px;

  margin-right: 20px;

  padding: 10px 15px;
  border-top: 3px solid #E1B356;
  border-bottom: 3px solid #E1B356;

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech[data-page="home"] #apoio-banner .card-apoio .icon svg{
  stroke: #2A2E34;
  width: 100%;
  height: 100%;

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech[data-page="home"] #apoio-banner .card-apoio .icon svg.svg-fill {
  fill: #2A2E34;
  stroke: none;
  
}
body.soltech[data-page="home"] #apoio-banner .card-apoio:hover .icon svg {
  stroke: #E1B356;

  transform: scale(1.1);
}
body.soltech[data-page="home"] #apoio-banner .card-apoio:hover .icon svg.svg-fill {
  fill: #E1B356;
  stroke: none;
}


body.soltech[data-page="home"] #apoio-banner .card-apoio h1 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
body.soltech[data-page="home"] #apoio-banner .card-apoio p{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media(max-width:1200px) {
  body.soltech[data-page="home"] #apoio-banner .card-apoio .icon {
    width: 50px;
    height: 70px;
    padding: 5px 10px;
  }
  body.soltech[data-page="home"] #apoio-banner .card-apoio h1 {
    font-size: 14px;
  }
  body.soltech[data-page="home"] #apoio-banner .card-apoio p {
    font-size: 12px;
  }
}


/* BANNERS */

body.soltech #banner {
  position: relative;
  margin: 0;
}
body.soltech #banner .swiperBanner-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  
  display: flex;
  align-items: center;
  
  z-index: 2;
}
body.soltech #banner .swiperBanner-nav svg {
  display: block;
  fill: #F9A21B;
  width: 30px;
  height: 30px;  
  opacity: .5;
  
  -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.soltech #banner .swiperBanner-nav svg.swiper-button-disabled {
  opacity: 0;
}
body.soltech #banner .swiperBanner-nav svg:hover {
  opacity: 1;
}
body.soltech #banner .swiperBanner-nav.--prev {
  left: 5%;
}
body.soltech #banner .swiperBanner-nav.--next {
  right: 5%;
}
body.soltech #banner .swiperBanner{
  position: relative;
  padding: 0;
  margin: 0;
}

body.soltech #banner .swiperBanner a {
  position: relative;
  display: block;
  width: 100%;
}
body.soltech #banner .swiperBanner a::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 25.833333333333336%;
}
body.soltech #banner .swiperBanner img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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






/* Ambientes */
body.soltech .ambientes {
  position: relative;
  margin: 75px 0;
  background-color: #fff;
}
body.soltech .ambientes .swiperAmbientes .card-ambiente {
  position: relative;
  display: block;
  
  padding: 10px;
  
  text-decoration: none;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech .ambientes .swiperAmbientes .card-ambiente .image {
  position: relative;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #FAA01C;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech .ambientes .swiperAmbientes .card-ambiente .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.soltech .ambientes .swiperAmbientes .card-ambiente:hover .image {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
body.soltech .ambientes .swiperAmbientes .card-ambiente .image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px;
  -o-object-fit: contain;
  object-fit: contain;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
@media(min-width:1400px) {
  body.soltech .ambientes .swiperAmbientes .card-ambiente .image img {
    padding: 55px;
  }
}
body.soltech .ambientes .swiperAmbientes .card-ambiente h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: none;
  margin: 0;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech .ambientes .swiperAmbientes .card-ambiente:hover h3 {
  color: #FAA01C;
}




/* Modelos */
body.soltech .modelos .swiperModelos {
  position: relative;
  width: calc(100% + 110px);
  top: -55px;
  left: -55px;
  
  padding: 55px;
  padding-bottom: 0;
  margin-bottom: -55px;
}
body.soltech .modelos .swiperModelos .swiper-slide {
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0;
}
body.soltech .modelos .swiperModelos .swiper-slide-prev {
  opacity: 0!important;
}

body.soltech .modelos .card-modelo {
  display: flex;
  text-decoration: none;
  
  padding: 30px 0 30px 30px;
  
  border-radius: 30px;
  background: #fff;
  box-shadow: 4.63px 4.63px 55.563px 0 rgba(30, 37, 55, 0.06);

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech .modelos .card-modelo:hover {
  background-color: #EFEFEF;
}
body.soltech .modelos .card-modelo .content h3 {
  color: #15202E;
  font-size: 32.412px;
  font-style: normal;
  font-weight: 400;
  line-height: 46.302px; /* 142.857% */
  letter-spacing: -0.972px;
  margin: 0 0 18px 0;
}
body.soltech .modelos .card-modelo .content p {
  color: #525252;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 18.521px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.939px; /* 156.25% */
  margin: 0 0 35px 0;
}
body.soltech .modelos .card-modelo .content .botao {
  display: flex;
  align-items: center;
  gap: 12px;

  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body.soltech .modelos .card-modelo .content .botao .icon {
  display: block;
  width: 30px;
  height: 30px;
  padding: 7.5px;
  
  background-color: rgba(229, 62, 62, 0.15);
  border-radius: 15px;
}
body.soltech .modelos .card-modelo .content .botao .icon svg {
  display: block;
  fill: #F9A21B;
  width: 100%;
  height: 100%;
}
body.soltech .modelos .card-modelo .image {
  position: relative;
  display: block;
  width: 100%;
}
body.soltech .modelos .card-modelo .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 67.88325540481318%;
}
body.soltech .modelos .card-modelo .image .badge-trend {
  position: absolute;
  top: -12.5px;
  left: -10px;
  
  display: flex;
  align-items: center;
  
  height: 25px;
  padding: 0 5px 0 50px;
  background-color: #F9A21B;
  border-radius: 5px 0 0 5px;
  
  color: #393939;
  font-family: var(--font-Montserrat);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  
  z-index: 1;
}
body.soltech .modelos .card-modelo .image .badge-trend svg {
  position: absolute;
  top: 0;
  right: -25px;

  display: block;
  fill: #F9A21B;

  width: 25px;
  height: 25px;
}
body.soltech .modelos .card-modelo .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

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





/* Instalação */
body.soltech .instalacao {
  position: relative;
  display: flex;
  align-items: center;
  gap: 100px;
  
  background-color: #F6F6F7;
}
body.soltech .instalacao .image {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
body.soltech .instalacao .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 83.33333333333334%;
}
body.soltech .instalacao .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;
  
  -o-object-position: center right;
  object-position: center right;
}
body.soltech .instalacao .content {
  padding: 80px 0;
}
body.soltech .instalacao .content h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #0097B2;
}
body.soltech .instalacao .content h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 112%;
  /* ou 45px */
  display: flex;
  align-items: center;
  letter-spacing: -0.015em;
  color: #050211;
  max-width: 400px;
}
body.soltech .instalacao .content p {
  width: 100%;
  max-width: 380px;

  color: #505050;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  margin: 0 0 50px 0;
}
body.soltech .instalacao .content a {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 48px;
  gap: 10px;
  width: 229px;
  height: 56px;
  background: #0097B2;
  border-radius: 50px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  /* idêntico à altura da caixa ou 250% */
  display: flex;
  align-items: center;
  letter-spacing: 0.025em;
  color: #FFFFFF;
}
body.soltech .instalacao .content a:hover{
  background: #F9A21B;
  color: #000;
}
body.soltech .instalacao .content ul.list-instalacao {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.soltech .instalacao .content ul.list-instalacao .item-instalacao {
  display: flex;
  gap: 25px;
}
body.soltech .instalacao .content ul.list-instalacao .item-instalacao:not(:last-child) {
  margin: 0 0 35px 0;
}
body.soltech .instalacao .content ul.list-instalacao .item-instalacao .icon {
  display: block;
  width: 80px;
  height: 80px;
  
  padding: 20px;
  background-color: #F9A21B;
  border-radius: 40px;
}
body.soltech .instalacao .content ul.list-instalacao .item-instalacao .icon svg {
  display: block;
  fill: #505050;
  width: 100%;
  height: 100%;
}
body.soltech .instalacao .content ul.list-instalacao .item-instalacao h3 {
  color: #1D1D1D;
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
body.soltech .instalacao .content ul.list-instalacao .item-instalacao p {
  width: 100%;
  max-width: 460px;

  color: #1D1D1D;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 0;
}




/* Avaliações */
body.soltech .avaliacoes {
  position: relative;
  z-index: 0;
  background: #0097B2;
  padding: 80px;
}
body.soltech .avaliacoes .section-title .content h2,body.soltech .avaliacoes .section-title .content p{
  color: #FFF;
}
body.soltech .avaliacoes .swiperAvaliacoes {
  width: 100%;
}
body.soltech .avaliacoes .swiperAvaliacoes .swiper-slide {
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
body.soltech .avaliacoes .card-avaliacao {
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 4.515px 4.515px 54.178px 0 rgba(30, 37, 55, 0.06);
}
body.soltech .avaliacoes .card-avaliacao .avaliacao-avatar img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  
  -o-object-fit: cover;
  object-fit: cover;
  
  margin: 0 auto 30px auto;
}
body.soltech .avaliacoes .card-avaliacao .avaliacao-content p {
  color: #4E4E4E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.119px; /* 152.381% */
  letter-spacing: -0.711px;
  margin: 0;
}
body.soltech .avaliacoes .card-avaliacao .avaliacao-footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 25px;
}
body.soltech .avaliacoes .card-avaliacao .avaliacao-footer h4 {
  color: #15202E;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 17.149px; /* 142.857% */
  letter-spacing: -0.948px;
  margin: 0;
}
body.soltech .avaliacoes .card-avaliacao .avaliacao-footer p{
  color: #4E4E4E;
  font-size: 12px;
  margin-bottom: 0;
}




/* TÍTULO SESSÃO */
body.soltech .section-title {
  display: flex;
  justify-content: space-between;

  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
body.soltech .section-title .content h2 {
  color: #050211;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
body.soltech .section-title .content p {
  color: #74787C;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
body.soltech .section-title .navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.soltech .section-title .navigation .navigation-item {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 45px;
  height: 45px;
  padding: 15px;
  
  background-color: #F1F1F1;
  border-radius: 25px;
  cursor: pointer;
  
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech .section-title .navigation .navigation-item:not(.swiper-button-disabled):hover {
  background-color: #F9A21B;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
body.soltech .section-title .navigation .navigation-item.swiper-button-disabled {
  opacity: .4;
  filter: blur(2px) grayscale(1);
  cursor: default;
}
body.soltech .section-title .navigation .navigation-item svg {
  display: block;
  fill: #1D1D1D;
  width: 100%;
  height: 100%;
}



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

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



/* LISTA DE PRODUTOS */
body.soltech .section-product {
  margin: 75px 0;
}
body.soltech[data-page="produto-detalhes"] .section-product {
  margin: 0;
}
body.soltech .product-list{
  position: relative;
}
body.soltech .product-list .product a{
  text-decoration: none;
}
body.soltech .product-list .product{
  padding-bottom: 4px;
  padding-right: 4px;
  margin: 0 0 30px 0;  
}
body.soltech[data-page="produtos-list"] .product-list .product {
  margin: 0 0 15px 0;  
}
body.soltech .product-list .owl-carousel .product {
  margin: 0;
}
body.soltech .product-list .product form{
  position: relative;
  height: 100%;
  
  background: #FFF;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  
  overflow: hidden;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech .product-list .product:hover form {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
}

body.soltech .product-list .product-image {
  position: relative;
}
body.soltech .product-list .product-image .tag-promotion{
  position: absolute;
  
  top: 10px;
  right: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  
  width: 36px;
  height: 36px;
  text-align: center;
  
  background: #F9A21B;
  border-radius: 100%;
  
  opacity: 1;
  
  z-index: 2;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech .product-list .product-image .tag-promotion span {
  display: block;
  width: 100%;
  
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  
  -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.soltech .product-list .product:hover .product-image .tag-promotion span {
  color: #fff;
}

body.soltech .product-list .product-image .tags {
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  
  top: 10px;
  left: 10px;

  width: 40px;
  height: auto;
}
body.soltech .product-list .product-image .tags .tag-add{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  
  padding: 10px;  
  background-color: #fff;
  border: none;
  border-radius: 20px;
  outline: none;
  box-shadow: none;
  
  transform: translateX(-60px);
  
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  
  -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.soltech .product-list .product:hover .product-image .tags .tag-add {
  transform: translateX(0);
  opacity: 1;
}
body.soltech .product-list .product-image .tags .tag-add svg {
  display: block;
  fill: #505050;
  width: 100%;
  height: 100%;

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech .product-list .product-image .tags .tag-add:hover {
  background-color: #F9A21B;
}
body.soltech .product-list .product-image .tags .tag-add:hover svg {
  fill: #fff;
}

body.soltech .product-list .product-image .tags .tag-favorito {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  
  padding: 10px;  
  background-color: #fff;
  border-radius: 20px;
  
  transform: translateX(-60px);
  
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  
  -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;

  -webkit-transition-delay: .075s;
  -moz-transition-delay: .075s;
  -ms-transition-delay: .075s;
  -o-transition-delay: .075s;
  transition-delay: .075s;
}
body.soltech .product-list .product:hover .product-image .tags .tag-favorito {
  transform: translateX(0);
  opacity: 1;
}
body.soltech .product-list .product-image .tags .tag-favorito svg {
  display: block;
  fill: #505050;
  width: 100%;
  height: 100%;

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech .product-list .product-image .tags .tag-favorito:hover {
  background-color: #F9A21B;
}
body.soltech .product-list .product-image .tags .tag-favorito:hover svg {
  fill: #fff;
}
body.soltech .product-list .product-image .tags .tag-favorito.active {
  fill: #ff1010;
}
body.soltech .product-list .product-image .tags .tag-favorito.active svg {
  fill: #fff;
}

body.soltech .product-list .product-image .tags .tag-view{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  
  padding: 10px;  
  background-color: #fff;
  border-radius: 20px;
  
  transform: translateX(-60px);
  
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  
  -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;

  -webkit-transition-delay: .150s;
  -moz-transition-delay: .150s;
  -ms-transition-delay: .150s;
  -o-transition-delay: .150s;
  transition-delay: .150s;
}
body.soltech .product-list .product:hover .product-image .tags .tag-view {
  transform: translateX(0);
  opacity: 1;
}
body.soltech .product-list .product-image .tags .tag-view svg {
  display: block;
  fill: #505050;
  width: 100%;
  height: 100%;

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech .product-list .product-image .tags .tag-view:hover {
  background-color: #F9A21B;
}
body.soltech .product-list .product-image .tags .tag-view:hover svg {
  fill: #fff;
}


body.soltech .product-list .product .product-image {
  position: relative;
  
  width: 100%;
  padding: 0;

  background: #FFF;
  overflow: hidden;
}
body.soltech .product-list .product .product-image::after {
  content: '';
  display: block;

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

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

  border-radius: 0;

  transform: scale(1);

  -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.artmoderna .product-list .product form:hover .product-image img {
  transform: scale(1.25);
  -webkit-transition: all 10s linear;
  -moz-transition: all 10s linear;
  -ms-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;
} */

body.soltech .product-list .product .product-info {
  position: relative;
  padding: 20px 25px 120px 25px;
  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.soltech .product-list .product .product-info .botao-hover {
  position: absolute;
  top: 0;
  left: 0;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 100%;
  height: 100%;

    
  transform: scale(1.05);
  opacity: 0;
  
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech .product-list .product:hover .product-info .botao-hover {
  transform: scale(1);
  opacity: 1;
}
body.soltech .product-list .product .product-info .botao-hover .botao-comprar {
  padding: 20px 32px;
  background: #F9A21B;
  border-radius: 40px;
  
  color: #1D1D1D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

body.soltech .product-list .product .product-info .product-info-title {
  display: block;

  margin: 0;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech .product-list .product .product-info .product-info-title .tit{
  color: #505050;
  font-size: 14.835px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  -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.soltech .product-list .product .product-info .product-info-content {
  width: 100%;
}
body.soltech .product-list .product .product-info .container-price {
  position: absolute;
  left: 25px;
  bottom: 20px;
  text-align: left;
  margin: 0;
  
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
body.soltech .product-list .product .product-info .container-price .row-price {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 3px;
  margin: 15px 0;
}
body.soltech .product-list .product .product-info .container-price span.price-label del,
body.soltech .product-list .product .product-info .container-price span.price-label{
  display: inline-block;
  width: fit-content;
  
  color: #BFBFBF;
  font-family: var(--font-Montserrat);
  font-size: 11.868px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  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.soltech .product-list .product .product-info .container-price span.price{
  display: block;
  width: fit-content;

  color: #4b4b4d;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;

  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.soltech .product-list .product .product-info .container-price span.installment {
  display: block;
  width: fit-content;

  color: #505050;
  font-family: var(--font-Montserrat);
  font-size: 10.384px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.28px; /* 137.517% */
  letter-spacing: 0.083px;
  margin: 0;

  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.soltech .product-list .product .product-info .container-price span.installment span {
  color: #F9A21B;
  font-size: 14px;
}
body.soltech .product-list .product .product-info .container-price span.installment b {  
  color: #231f20;
  font-weight: 700;
}




/* Decoração */
body.soltech .decoracao {
  padding: 95px 0;
  background: rgba(238, 226, 213, 0.33);
}
body.soltech .decoracao .imagesDecoracao {
  display: flex;
  align-items: center;
  gap: 32px;
}
body.soltech .decoracao .imagesDecoracao .image {
  position: relative;
  width: 100%;
}
body.soltech .decoracao .imagesDecoracao .image:nth-child(1),
body.soltech .decoracao .imagesDecoracao .image:nth-child(5) {
  width: 16.25%;
}
body.soltech .decoracao .imagesDecoracao .image:nth-child(1)::after,
body.soltech .decoracao .imagesDecoracao .image:nth-child(5)::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 84.76821192052981%;
}
body.soltech .decoracao .imagesDecoracao .image:nth-child(2),
body.soltech .decoracao .imagesDecoracao .image:nth-child(4) {
  width: 16.25%;
}
body.soltech .decoracao .imagesDecoracao .image:nth-child(2)::after,
body.soltech .decoracao .imagesDecoracao .image:nth-child(4)::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 121.8543046357616%;
}
body.soltech .decoracao .imagesDecoracao .image:nth-child(3) {
  width: 35%;
}
body.soltech .decoracao .imagesDecoracao .image:nth-child(3)::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 76.55502392344498%;
}

body.soltech .decoracao .imagesDecoracao .image img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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




body.soltech .decoracao .swiperDecoracao .swiper-wrapper {
  align-items: center;
}

/* body.ellabless .decoracao .swiperDecoracao .swiper-slide {
  display: flex;
  align-items: center;

  width: 302px!important;
  height: 480px!important;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-active {
  width: 627px!important;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next {
  width: 302px!important;
}


body.ellabless .decoracao .swiperDecoracao .swiper-slide .image {
  width: 100%;
  height: 256px;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev .image,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next .image{
  width: 100%;
  height: 368px;
} */

/* body.ellabless .decoracao .swiperDecoracao .swiper-slide {
  width: calc(13.333333333333335% - 15px)!important;
  height: auto;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-active {
  width: calc(33.333333333333333% - 15px)!important;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next {
  width: calc(20% - 15px)!important;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide .image {
  position: relative;
  width: 100%;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 90%;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev .image::after,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 150%;
} */



body.soltech .decoracao .swiperDecoracao .swiper-slide {
  height: auto;
}


body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev-prev {
  justify-content: flex-start;
}
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next-next {
  justify-content: flex-end;
}

body.soltech .decoracao .swiperDecoracao .swiper-slide .image {
  position: relative;
  width: calc(100% - 30px);
}
body.soltech .decoracao .swiperDecoracao .swiper-slide .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 87.97250859106529%;

  background-color: #000;
}
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev .image,
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next .image,
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-active .image {
  width: 100%;
}

body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev {
  padding-right: 15px;
}
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next {
  padding-left: 15px;
}
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev .image::after,
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 121.8543046357616%;
}

body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-active {
  padding-left: 15px;
  padding-right: 15px;
}
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-active .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 76.55502392344498%;
}

body.soltech .decoracao .swiperDecoracao .swiper-slide .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;  
  
  -o-object-fit: cover;
  object-fit: cover;
}
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev .image img,
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next .image img {
  opacity: .8;
}
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev-prev .image img,
body.soltech .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next-next .image img {
  opacity: .6;
}




/* Banner mid */
body.soltech .banner-mid {
  background-size: cover;
  padding: 80px 0;
  background-color: #fff;  
}
body.soltech .banner-mid .banner-sides {
  position: relative;
  display: block;
  width: 100%;  
  text-decoration: none;
  
  border-radius: 2px;
  overflow: hidden;
  
  background: url('../img/banner-site-1.png');
  background-size: 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.soltech .banner-mid .banner-sides:hover {
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.24);
  transform: scale(1.02);
}
body.soltech .banner-mid .banner-sides::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 18.75%;
}

body.soltech .banner-mid .banner-content {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  justify-content: space-between;
  gap: 10px;

  padding: 50px;
  width: 100%;
  height: 100%;
}
body.soltech .banner-mid .b-left {
  display: flex;
  align-items: center;
}
body.soltech .banner-mid h1.title {
  max-width: 600px;
  color: #FFFEFD;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
  margin: 0;
}
body.soltech .banner-mid h1.title i{
  max-width: 600px;
  font-family: var(--font-Montserrat);
  font-style: italic;
}
body.soltech .banner-mid h1.title strong {
  max-width: 600px;
  font-family: var(--font-Montserrat);
  font-weight: 700;
}


body.soltech .banner-mid .b-right {
  display: flex;
  align-items: flex-end;
}
body.soltech .banner-mid .botao-white {
  display: flex;
  width: fit-content;
  padding: 8px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  
  border-radius: 2px;
  border: 1px solid #FFFEFD;
  background: transparent;
  
  color: #FFFEFD;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;

  -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.soltech .banner-mid .banner-sides:hover .botao-white {
  color: #050211;
  background-color: #FFFEFD;
}




/* Tecnologia */
body.soltech .tecnologia {
  padding: 60px 0;
  background: rgba(238, 226, 213, 0.32);
}
body.soltech .tecnologia .image {
  position: relative;
  width: 100%;
}
body.soltech .tecnologia .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 73.59375%;
}
body.soltech .tecnologia .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.soltech .tecnologia .card-tecnologia h1.title {
  color: #050211;
  font-family: var(--font-Montserrat);
  font-size: 40px;
  font-weight: 300;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
  margin: 76px 0 8px 0;
}
body.soltech .tecnologia .card-tecnologia p.desc {
  width: 100%;
  max-width: 344px;
  color: #050211;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin: 0;
}
body.soltech .tecnologia .card-tecnologia p.desc strong {
  font-weight: 800;
}
body.soltech .tecnologia a.botao {
  display: block;
  width: fit-content;
  padding: 8px 48px;
  gap: 10px;
  
  border: none;
  border-radius: 2px;
  background: #040320;
  
  color: #FCFAF8;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;
  text-decoration: none;

  margin: 60px 0 0 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.soltech .tecnologia a.botao:hover {
  background-color: #fff;
  color: #A37342;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
}






/* Breadcrumbs */

body.soltech[data-page="produto-detalhes"] #breadcrumbs {
  position: relative;
  margin: 0;
  padding: 15px 0;

  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #breadcrumbs ul, 
body.soltech[data-page="produto-detalhes"] #breadcrumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

  color: #393939;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: -0.13px;
}

body.soltech[data-page="produto-detalhes"] #breadcrumbs a {
  color: #393939;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: -0.13px
}

body.soltech[data-page="produto-detalhes"] #breadcrumbs ul li::after {
  content: ">";
  color: #393939;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: -0.13px;
  margin: 0 10px;
}

body.soltech[data-page="produto-detalhes"] #breadcrumbs p {
  color: #393939;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: -0.13px;
  margin-bottom: 0px;
}

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

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

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

  color: #F9A21B;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%; /* 20.3px */
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
}

body.soltech #breadcrumbs a {
  color: #393939;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
}

body.soltech #breadcrumbs ul li::after {
  content: ">";
  color: #393939;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%; /* 20.3px */
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
  margin: 10px;
}

body.soltech #breadcrumbs p {
  color: #040320;
  font-size: 12px;
  font-weight: 600;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

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

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

/* Sogre  o produto */
body.soltech[data-page="produto-detalhes"].about h1.title {
  color: #050211;
  font-family: var(--font-Montserrat);
  font-size: 40px;	
}

body.soltech[data-page="produto-detalhes"] .con-tabs {
  position: relative;
  padding: 0;
  z-index: 0;
}
body.soltech[data-page="produto-detalhes"] .nav-tabs {  
  padding: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0px;
  margin-bottom: 0;

  border-radius: 0;
  border: none;

  justify-content: center;
  gap: 75px;
}

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

body.soltech[data-page="produto-detalhes"] .nav-tabs .nav-link {
  position: relative;
  
  display: flex;
  align-items: center;
  
  width: 100%;
  height: 100%;
  padding: 12px;
  
  border: 0;
  border-radius: 0;
  box-shadow: none!important;
  
  z-index: 0;
  overflow: hidden;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech[data-page="produto-detalhes"] .nav-tabs .nav-link::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  right: 12px;

  width: 0%;
  height: 3px;

  background-color: #F9A21B;

  -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.soltech[data-page="produto-detalhes"] .nav-tabs .nav-link:not(.active):hover {
  background-color: rgba(0, 0, 0, .05);
}
body.soltech[data-page="produto-detalhes"] .nav-tabs .nav-link.active::after {
  left: 12px;
  right: unset;
  width: calc(100% - 24px);
}

body.soltech[data-page="produto-detalhes"] .nav-link p {
  color: #393939;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin: 0;
}

body.soltech[data-page="produto-detalhes"] .nav-link.active {
  position: relative;
  z-index: 0;

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

body.soltech[data-page="produto-detalhes"] .tab-content{  
  z-index: 1;
  box-shadow: none;
  margin-top: 15px;
  padding: 0;
}

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

body.soltech[data-page="produto-detalhes"] .tab-content .tab-pane .card-header{
  background-color: #fff;
  border-radius: 5px;
  
  color: #312B29;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  
  border: 1px solid rgba(80, 80, 80, 0.2);
  /* filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .1)); */
  margin-bottom: 0;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.soltech[data-page="produto-detalhes"] .tab-content .tab-pane .card-header:not([aria-expanded="true"]):hover {
  background-color: #312B29;
  color: #fff;
}
body.soltech[data-page="produto-detalhes"] .tab-content .tab-pane .card-header:not([aria-expanded="true"]):hover h2{
  color: #fff;
}

body.soltech[data-page="produto-detalhes"] .tab-content .tab-pane .card-header[aria-expanded="true"]{
  border-color: #F9A21B;
  background-color: #F9A21B;  
  border-radius: 5px 5px 0 0;
  color: #fff;
}
body.soltech[data-page="produto-detalhes"] .tab-content .tab-pane .card-header[aria-expanded="true"] h2 {
  color: #fff;
}
body.soltech[data-page="produto-detalhes"] .tab-content .tab-pane .collapse,
body.soltech[data-page="produto-detalhes"] .tab-content .tab-pane .collapsing {
  background-color: #fff;
  border: 1px solid rgba(80, 80, 80, 0.1);
  border-radius: 0 0 5px 5px;
}

body.soltech[data-page="produto-detalhes"] .tab-content .tab-pane .card-header h2{  
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] .tab-content .tab-pane .tabpanel-info p{
  color: #393939!important;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] .tab-content .tab-pane .tabpanel-info p img {
  max-width: 100%;
}

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

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

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

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

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

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

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



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

body.soltech[data-page="produto-detalhes"] #product .gallery {
  position: sticky;
  top: 100px;
  height: fit-content;
}
body.soltech[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;
  margin-bottom: 15px;
  
  border-radius: 0;
  overflow: hidden;
}
body.soltech[data-page="produto-detalhes"] #product .gallery .gallery-products .owl-item {
  height: 100%;
}
body.soltech[data-page="produto-detalhes"] #product .gallery .gallery-products .slick-track {
  display: flex;
  flex-wrap: nowrap;
}
body.soltech[data-page="produto-detalhes"] #product .gallery .gallery-products .item .image {
  position: relative;
  width: 100%;
  height: 100%;

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

  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;
  
  background-color: #ffffff;
  border-radius: 5px;
}

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

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

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

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

body.soltech[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: 25px;
  right: calc(100% + 15px);

  width: 30px;
  height: 30px;

  background: #fff;
  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.soltech[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom:hover {
  background-color: #ffffff;
}

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

  width: 100%;
  height: 100%;

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

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

body.soltech[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span{
  background: #F9A21B;
}
body.soltech[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot.active span{
  background: #eee;
}



body.soltech[data-page="produto-detalhes"] .slick-initialized .slick-slide{
  position: relative;
  
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 5px;  
  overflow: hidden;
  margin: 0 5px;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.soltech[data-page="produto-detalhes"] .slick-initialized .slick-slide.active{
  border-color: #FEB800;
}
body.soltech[data-page="produto-detalhes"] .thumbnails .slick-initialized .slick-slide 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.soltech[data-page="produto-detalhes"] .slick-initialized .slick-slide:hover img{  
  opacity: 1;
}
body.soltech[data-page="produto-detalhes"] .slick-initialized .slick-slide.active img{
  opacity: 1;  
}
body.soltech[data-page="produto-detalhes"] #product .gallery .owl-dots{
  width: 100%;
}

body.soltech[data-page="produto-detalhes"] #product .card-produto {
  position: relative;
  height: 100%;
  z-index: 2;
}

body.soltech[data-page="produto-detalhes"] #product .extra-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  
  width: 100%;
  margin-top: 20px;
}
body.soltech[data-page="produto-detalhes"] #product .extra-actions .gallery-navigation {
  display: flex;
  gap: 15px;
}
body.soltech[data-page="produto-detalhes"] #product .extra-actions .gallery-navigation .prev,
body.soltech[data-page="produto-detalhes"] #product .extra-actions .gallery-navigation .next {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 40px;
  height: 40px;
  border-radius: 20px;
  
  background-color: #F1F1F1;
  cursor: pointer;

  -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.soltech[data-page="produto-detalhes"] #product .extra-actions .gallery-navigation .prev:hover,
body.soltech[data-page="produto-detalhes"] #product .extra-actions .gallery-navigation .next:hover {
  background-color: #F9A21B;
}
body.soltech[data-page="produto-detalhes"] #product .extra-actions .gallery-navigation .prev svg,
body.soltech[data-page="produto-detalhes"] #product .extra-actions .gallery-navigation .next svg {
  display: block;
  stroke: #1D1D1D;
  width: 10px;
  height: 10px;
}


body.soltech[data-page="produto-detalhes"] #product .col-prod-data {
  position: sticky;
  top: 100px;
  height: fit-content;
}


body.soltech[data-page="produto-detalhes"] #product .card-produto.infos {
  padding: 0;
}
body.soltech[data-page="produto-detalhes"] #product .product-header {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .rating-stars {
  position: relative;
  width: fit-content;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .stars-bg {
  display: flex;
  gap: 2px;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .stars-bg svg {
  display: block;
  fill: #A7A7A7;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .stars-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0%;
  
  display: flex;
  gap: 2px;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .stars-overlay svg {
  display: block;
  fill: #F9A21B;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .label-stock {
  position: relative;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .label-stock::before {
  content: '|';
  padding-right: 10px;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .label-stock,
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .rating-review {
  display: block;
  width: fit-content;
  color: #A7A7A7;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .rating-review:hover {
  color: #F9A21B;
  text-decoration: underline;
}

body.soltech[data-page="produto-detalhes"] #product .product-header .product-favorite {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;

  cursor: pointer;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-favorite svg {
  display: block;
  fill: #A7A7A7;
  width: 24px;
  height: 24px;

  -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.soltech[data-page="produto-detalhes"] #product .product-header .product-favorite:hover svg {
  fill: #888888;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-favorite.active svg {
  fill: #F46B5B;
}
body.soltech[data-page="produto-detalhes"] #product .product-header .product-favorite span {
  color: #383838;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}


body.soltech[data-page="produto-detalhes"] #product .product-title{
  /* padding-bottom: 32px;
  margin-bottom: 32px; */
}

body.soltech[data-page="produto-detalhes"] #product .product-title .name-ref {
  display: flex;
  justify-content: space-between;
  gap: 75px;
}
body.soltech[data-page="produto-detalhes"] #product .product-title .product-name{
  color: #393939;
  font-family: var(--font-Montserrat);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 40px */
  letter-spacing: -0.8px;
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #product .product-title p.ref {
  color: #393939;
  font-family: var(--font-Montserrat);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: -0.13px;
  white-space: nowrap;
  margin: 0;
}


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

.rating-link {
  text-decoration: none;
  margin: 0;
  
  color: #A7A7A7;
  font-size: 18px;
  font-weight: 400;
}
.rating-link:hover {
  color: #F9A21B;
}

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

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

.rating-container:before {
  content: attr(data-content);
  color: #dfdfdf;
  letter-spacing: 5px;
  font-size: 16px;
}
.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 .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  font-family: 'FontAwesome';
  font-size: 1rem;    
}
.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #F9A21B;
  transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}
.rating-container .rating-stars:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0,0,0,0);
  letter-spacing: 5px;
  font-size: 16px;
}

.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.soltech[data-page="produto-detalhes"] #product .aval-cores {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

body.soltech[data-page="produto-detalhes"] #product .price-container {
  display: block;
  margin: 5px 0 20px 0;
}
body.soltech[data-page="produto-detalhes"] #product .price-container .price{
  color: #1D1D1D;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--font-Montserrat);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: -0.6px;

  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #505050;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 18.968px */
  letter-spacing: -0.119px;
  margin: 0;
}

body.soltech[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc{
  color: #505050;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.12px;
}

body.soltech[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .value{
  color: #505050;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.12px;
}
body.soltech[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .pay{
  color: #505050;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.12px;
}
.select2-container--default .select2-selection--single{
  border-radius: 5px !important;
  background: #FFF !important;
  border:none !important;
}
#form-add-produto {
  margin-bottom: 0;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations {
  padding: 25px;
  background: #F8F8F8;
  border-radius: 5px;
  margin-bottom: 0;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .col-variations {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .form-group {
  display: flex;
  align-items: center;
  gap: 25px;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .attr-name {
  color: #3A4443;
  font-size: 18px;
  font-weight: 500;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 0;
  margin: 0;
  list-style: none;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation li {
  position: relative;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation label {
  position: relative;
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 28px;
  
  color: #3A4443;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;

  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.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation label::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #3A4443;
  border-radius: 50%;
  background-color: #F3F3F3;

  -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.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation input[type="radio"]:checked + label::before {
  background-color: #3A4443;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation input[type="radio"]:checked + label {
  font-weight: 500;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation input[type="radio"]:not(:checked) + label:hover::before {
  background-color: #A7A7A7;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .variation-title {
  color: #3A4443;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .col-variation{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .form-group {
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .col-title {
  /* margin-bottom: 10px; */
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #1D1D1D;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 23.2px */
  letter-spacing: -0.16px;
  margin: 0 0 10px 0;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations.colors .attr-name {
  color: #1D1D1D;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 23.2px */
  letter-spacing: -0.16px;
  white-space: nowrap;
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

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

body.soltech[data-page="produto-detalhes"] #product .select-variations.colors {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;

  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations.colors span {
  color: #505050;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.14px;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .areacores {
  /* margin-top: -10px; */
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .areacor {
  border: 1px solid #B27E46 !important;
  width: 30px!important;
  height: 30px!important;
  border-radius: 100px;
  opacity: 1!important;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations a:first-child .areacor {
  border-color: #312B29!important;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations .areacor:hover {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}

body.soltech[data-page="produto-detalhes"] #product .select-variations select{
  position: relative;
  
  padding: 15px 10px;
  background-color: #fff;
  border: 1px solid #505050;
  border-radius: 2px;
  
  height: auto;
  
  color: #505050;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
  cursor: pointer;

  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.soltech[data-page="produto-detalhes"] #product .select-variations select:hover {
  background-color: #F7F7F7;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations select:focus{
  box-shadow: none;
}

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



body.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation {
  display: flex;
  gap: 15px;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation li {
  display: flex;
  align-items: center;
  width: 100%;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation [type="radio"] {
  position: absolute;
  opacity: 0;
  bottom: 0;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation .variation-other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  width: 100%;
  height: 100%;
  min-height: auto;

  padding: 9px 13px;
  background: #FFF;
  border: 1px solid #505050;
  border-radius: 2px;
  box-shadow: none;
  margin: 0;

  color: #505050;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
  
  cursor: pointer;
  
  -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.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation .variation-other span {
  display: block;
  width: fit-content;
  color: #F9A21B;
  font-size: 11px;
  font-weight: 700;
  line-height: 132.2%;
  text-transform: initial;
  margin: 1px 0;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation .variation-other .add-preco {
  display: block;
  width: fit-content;
  color: #1D1D1D;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation [type="radio"]:not(:checked) +.variation-other:hover {
  background-color: #F7F7F7;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.16));
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation [type="radio"]:checked+.variation-other {
  border-color: #F9A21B;
  box-shadow: 0 0 0 1px #F9A21B;

  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.16));
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation [type="radio"]:checked+.variation-other {
  color: #231f20;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 150px;
  min-width: 95px;
  height: 90px;
  margin: 0 20px 0 15px;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .icon img {
  width: 100%;
  height: 100%;

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

  -o-object-position: center;
  object-position: center;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .icon svg {
  width: 100%;
  height: 100%;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations .col-check {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 10px;
}

body.soltech[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.soltech[data-page="produto-detalhes"] #product .select-variations .form-check input{
  display: none;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
  width: 100%;
  height: 100%;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation div.item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  
  background-color: #fff;
  border: 1px solid transparent;
  flex-direction: column;
  border-radius: 20px;
  width: max-content;
  height: 100%;
  padding: 10px;

  cursor: pointer;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation div.item p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
  width: 100%;

  border-radius: 2px;
  cursor: pointer;
  
  color: #393939;
  font-size: 14px;
  font-weight: bold;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
  cursor: pointer;

  margin: 0;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation div.item .icon-img {
  width: 50px;
  min-width: 50px;
}

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

body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked + .btn-variation div.item {
  border:2px solid #3A4443;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

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

body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation div.item p{  
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;

  width: 100%;
  margin: auto;
  /* min-height: 42px; */
  
  color: #393939;
  font-size: 14px;
  font-weight: bold;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
  text-align: left;

  margin: 0;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-transform: uppercase;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation div.item p span{
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  text-align: center;
}

body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation div.item p strong {
  color: #FAA31B;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation div.item p strong.azul{
  color: #0097B2;
}

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

@media(max-width:992px) {
  body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation div.item{
    max-width: 135px;
    padding: 15px !important;
  }
  body.soltech[data-page="produto-detalhes"] #product .product-title .product-name{
    text-align: center;
  }
  body.soltech[data-page="produto-detalhes"] #product .aval-cores{
    justify-content: center;
    align-items: center;
  }
  body.soltech[data-page="produto-detalhes"] #product .select-variations .icon{
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}
@media(max-width:1400px) {
  body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation div.item p {
    font-size: 14px;
    text-align: center;
  }
}

body.soltech[data-page="produto-detalhes"] #product .input-group.bootstrap-touchspin {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  border-radius: 0;
}

body.soltech[data-page="produto-detalhes"] #product .select-quantidade {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-top: 32px;
}
body.soltech[data-page="produto-detalhes"] #product .select-quantidade h4 {
  color: #3A4443;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #product .bootstrap-touchspin .form-control {
  height: 50px;
  width: 60px;
  border: none;
  background-color: transparent;
  color: #F9A21B;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0;
  box-shadow: none;
}

body.soltech[data-page="produto-detalhes"] #product .bootstrap-touchspin .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  transition: all 0.2s ease-in-out;
}

body.soltech[data-page="produto-detalhes"] #product .bootstrap-touchspin .bootstrap-touchspin-down {
  background-color: #F7F7F7;
  color: #3A4443;
}

body.soltech[data-page="produto-detalhes"] #product .bootstrap-touchspin .bootstrap-touchspin-up {
  background-color: #F9A21B;
  color: #3A4443;
}

body.soltech[data-page="produto-detalhes"] #product .bootstrap-touchspin .bootstrap-touchspin-down:hover {
  background-color: #E8E8E8;
}

body.soltech[data-page="produto-detalhes"] #product .bootstrap-touchspin .bootstrap-touchspin-up:hover {
  background-color: #F9A21B;
}

body.soltech[data-page="produto-detalhes"] #product .preco-botao {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin: 30px 0 0 0;
}
body.soltech[data-page="produto-detalhes"] #product .price-final {
  white-space: nowrap;
}
body.soltech[data-page="produto-detalhes"] #product .price-final .price-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.soltech[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #F5A623;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  text-transform: capitalize;
  margin: 0 0 5px 0;
}

body.soltech[data-page="produto-detalhes"] #product .price-final .price-info .old-price {
  color: #505050;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--font-Montserrat);
  font-size: 11.855px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 18.968px */
  letter-spacing: -0.119px;
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #product .price-final .price-info .old-price del {
  text-decoration-line: line-through;
}
body.soltech[data-page="produto-detalhes"] #product .price-final .price-info .price {
  color: #393939;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--font-Montserrat);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
  white-space: nowrap;
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc{
  color: #505050;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--font-Montserrat);
  font-size: 11.855px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 18.968px */
  letter-spacing: -0.119px;
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b {
  color: #1D1D1D;
  font-weight: 700;
  margin: 0;
}


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

body.soltech[data-page="produto-detalhes"] #product .comprar-block {
  width: fit-content;
  margin: 0;
}
body.soltech[data-page="produto-detalhes"] #product .comprar-block .add-to-cart{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  width: fit-content;  
  height: auto;

  padding: 15px 75px;
  background: #0097B2;
  border-radius: 100px;
  box-shadow: none;

  color: #FFFEFD;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.852px; /* 217.827% */
  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.soltech[data-page="produto-detalhes"] #product .comprar-block .add-to-cart:hover {
  background-color: #EDA002;
}
body.soltech[data-page="produto-detalhes"] #product .comprar-block .add-to-cart:active {
  background-color: #EDA002;
}

body.soltech[data-page="produto-detalhes"] #product #box-frete {
  padding: 20px 0 0 0;
}
body.soltech[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text{
  display: block;
  
  color: #1D1D1D;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 20.3px */
  letter-spacing: -0.14px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

body.soltech[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text-cep{
  color: #505050;
  font-family: var(--font-Montserrat);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
body.soltech[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text-cep:hover {
  color: #EDA002;
}

body.soltech[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep {
  display: flex;
  align-items: center;
  gap: 15px;
}
body.soltech[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  position: relative;
  max-width: calc(100% - 65px);
  height: 40px;

  padding: 0 10px;
  border:none;
  box-shadow: none;

  color: #505050;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
  
  -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;

  background: #EDEDED;
  border-radius: 4px;
}

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

body.soltech[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod{
  padding: 0 50px;
  width: fit-content;
  height: 40px;
  
  border-radius: 50px;
  border: 1px solid #0097B2;
  background: #0097B2;
  color:#FFF;
  box-shadow: none;
  transform: scale(1);

  z-index: 5;

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

body.soltech[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod div{
  color: #fff;
  font-family: var(--font-Montserrat);
  font-size: 13.941px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.852px; /* 250% */
  letter-spacing: 0.349px;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.soltech[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover{
  background-color: #F9A21B;
  border-color: #F9A21B;
}
body.soltech[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover div{
  color: #FFF;
}


/*News Home*/
body.soltech .news-home{
  padding: 80px 0;
  background: #F8F8F8;
  text-align: center;
}
body.soltech .news-home h2{
  font-size: 46px;
}
body.soltech .news-home p{
  font-size: 16px;
}
body.soltech .news-home .form-newsletter{
  margin-top: 30px;
  position: relative;
}
body.soltech .news-home .form-newsletter .form-control{
  padding: 8px 15px;
  background-color: #D9D9D9;
  border:none;
  border-radius: 50px;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.025em;
  color: #5A5A5A;
  height: 56px;
  box-shadow: none !important;
}
body.soltech .news-home .form-newsletter .btn-new{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 8px;
  gap: 10px;
  position: absolute;
  width: 195px;
  height: 56px;
  right: 0;
  top: 0;
  background: #0097B2;
  border-radius: 50px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.025em;
  color: #FFFFFF;
}
body.soltech .news-home .form-newsletter .btn-new:hover{
  background-color: #EDA002;
  color: #000;
}

/* Footer */
body.soltech .footer {
  padding: 70px 0;
  padding-bottom: 20px;
  background-color: #fff;
  
  border: none;
}
body.soltech .footer .logo {
  display: block;
  width: fit-content;
  margin: 0 0 25px 0;
}
body.soltech .footer .logo img {
  width: auto;
  height: 60px;
  max-width: 100%;
  object-fit: contain;
}

body.soltech .footer .info-bar .list-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  
  
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 6px;
  margin: 60px 0;
  list-style: none;
}
body.soltech .footer .info-bar .list-info .item-info {
  position: relative;
  display: flex;
  gap: 14px;
  
  width: 100%;
}
body.soltech .footer .info-bar .list-info .item-info:not(:last-child)::after {
  content: '';
  display: block;

  position: absolute;
  top: 0;
  right: 16px;

  width: 1px;
  height: 100%;
  background-color: #E7E7E7;
}
body.soltech .footer .info-bar .list-info .item-info .icon img {
  display: block;
  width: 35px;
  height: 35px;
  
  -o-object-fit: contain;
  object-fit: contain;
}
body.soltech .footer .info-bar .list-info .item-info .content h4 {
  color: #505050;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  margin: 0;
}
body.soltech .footer .info-bar .list-info .item-info .content p {
  color: #74787C;
  font-family: var(--font-Montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

body.soltech .footer .link-whatsapp {
  display: flex;
  align-items: center;
  gap: 15px;

  text-decoration: none;
}
body.soltech .footer .link-whatsapp .icon {
  display: block;
  width: 50px;
  height: 50px;
  
  padding: 12.5px;
  background-color: #fff;
  border-radius: 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.soltech .footer .link-whatsapp:hover .icon {
  background-color: #25d366;
}
body.soltech .footer .link-whatsapp .icon svg {
  display: block;
  fill: #74787C;
  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.soltech .footer .link-whatsapp:hover .icon svg {
  fill: #fff;
}
body.soltech .footer .link-whatsapp span {
  display: block;
  color: #74787C;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  white-space: nowrap;
}
body.soltech .footer .link-whatsapp span b {
  display: block;
  color: #F9A21B;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  -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.soltech .footer .link-whatsapp:hover span b {
  color: #25d366;
}

body.soltech .footer p.horario {
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  white-space: nowrap;

  margin: 40px 0 0 0;
}
body.soltech .footer p.horario b {
  color: #505050;
}


body.soltech .footer h4.tit {
  color: #505050;
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 25px 0;
}
body.soltech .footer p.sub-tit {
  max-width: 400px;
  color: #74787C;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 128.571% */
}
body.soltech .footer .sitemap-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
body.soltech .footer .sitemap-menu ul.redes-sociais{
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.soltech .footer .sitemap-menu ul.redes-sociais li svg{
  width: 18px;
  height: 18px;
  object-fit: contain;
}
body.soltech .footer ul.list-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.soltech .footer ul.list-item li {
  margin-bottom: 0;
}
body.soltech .footer ul.list-item li:last-child{
  margin: 0;
}
body.soltech .footer ul.list-item li p {
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
body.soltech .footer ul.list-item li a {
  position: relative;
  display: block;
  width: 100%;
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
  text-decoration: none;
  margin: 0;

  padding: 0 15px 0 0;
  
  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.soltech .footer ul.list-item li a::before {
  content: '';
  display: block;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 0;
  height: 1px;

  background-color: #F9A21B;
  margin: auto;

  -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.soltech .footer ul.list-item li a:hover::before {
  width: 10px;
}
body.soltech .footer ul.list-item li a:hover {
  color: #F9A21B;
  padding: 0 0 0 15px;
}
body.soltech .footer .form-newsletter .input-group {
  flex-wrap: nowrap;
}
body.soltech .footer .form-newsletter input {
  width: 100%;
  max-width: 400px;
  height: 50px;
  
  padding-right: 100px;
  background: #FFF;
  border: 1px solid #E4E5EE;
  border-radius: 3px;
  box-shadow: none;
}
body.soltech .footer .form-newsletter input:hover {
  border-color: #bcbdc4;
}
body.soltech .footer .form-newsletter input:focus,
body.soltech .footer .form-newsletter input:not(:placeholder-shown) {
  border-color: #F9A21B;
}
body.soltech .footer .form-newsletter input + button {
  position: absolute;
  top: 7px;
  right: 7px;

  height: calc(100% - 14px);

  padding: 0 20px;
  background: #F9A21B;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;

  z-index: 3;

  -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.soltech .footer .form-newsletter input + button:hover {
  background-color: #EDA002;
}
body.soltech .footer ul.list-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  
  margin: 30px 0 0 auto;
  padding: 0;
  list-style: none;
}
body.soltech .footer ul.list-social li.item-social svg {
  display: block;
  fill: #9C9FA3;
  width: 25px;
  height: 25px;
}
body.soltech .footer ul.list-social li.item-social:hover svg {
  fill: #F9A21B;
}

body.soltech .basefooter .formas-pagamentos {
  display: flex;
  align-items: center;
  gap: 5px; 
}
body.soltech .basefooter .formas-pagamentos .forma-pagamento {
  display: block;
  width: 50px;
  height: 35.7px;

  background: #fff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
body.soltech .basefooter .formas-pagamentos .forma-pagamento.--boleto {
  background: url(../img/icons/icon-boleto.svg) center no-repeat #fff;
  background-size: calc(100% - 10px);
}
body.soltech .basefooter .formas-pagamentos .forma-pagamento.--pix {
  background: url(../img/icons/icon-pix.svg) center no-repeat #fff;
  background-size: calc(100% - 20px);
}
body.soltech .basefooter .formas-pagamentos .forma-pagamento.--visa {
  background: url(../img/icons/icon-visa.svg) center no-repeat #fff;
  background-size: calc(100% - 10px);
}
body.soltech .basefooter .formas-pagamentos .forma-pagamento.--mastercard {
  background: url(../img/icons/icon-mastercard.svg) center no-repeat #fff;
  background-size: calc(100% - 20px);
}
body.soltech .basefooter .formas-pagamentos .forma-pagamento.--amex {
  background: url(../img/icons/icon-amex.svg) center no-repeat #fff;
  background-size: calc(100% - 10px);
}
body.soltech .basefooter .formas-pagamentos .forma-pagamento.--elo {
  background: url(../img/icons/icon-elo.svg) center no-repeat #fff;
  background-size: calc(100% - 20px);
}
body.soltech .basefooter .formas-pagamentos .forma-pagamento.--hipercard {
  background: url(../img/icons/icon-hipercard.svg) center no-repeat #fff;
  background-size: calc(100% - 20px);
}
body.soltech .basefooter .formas-pagamentos .forma-pagamento.--diners {
  background: url(../img/icons/icon-diners.svg) center no-repeat #fff;
  background-size: calc(100% - 30px);
}
body.soltech .basefooter .formas-pagamentos .forma-pagamento.--discover {
  background: url(../img/icons/icon-discover.svg) center no-repeat #fff;
  background-size: calc(100% - 10px);
}

body.soltech .basefooter {
  position: relative;
  background-color: rgb(238 226 203 / 18%);  
}
body.soltech .basefooter .basefooter-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  margin: 0;
  padding: 0;
  list-style: none;
}
body.soltech .basefooter .basefooter-item {
  padding: 5px 0;
  width: 33.33%;
}
body.soltech .basefooter .basefooter-item.line1{
  text-align: left;
}
body.soltech .basefooter .basefooter-item.line2{
  text-align: center;
}
body.soltech .basefooter .basefooter-item.line3{
  text-align: right;
}
@media(max-width:991px) {
  body.soltech .basefooter .basefooter-item.line1{
    text-align: center;
  }
  body.soltech .basefooter .basefooter-item.line2{
    text-align: center;
  }
  body.soltech .basefooter .basefooter-item.line3{
    text-align: center;
  }
  body.soltech .footer .col-menu, body.soltech .basefooter .basefooter-item{
    width: 100% !important;
  }
  body.soltech .footer .sitemap-menu ul.redes-sociais {
      margin: 0 auto;
      width: max-content;
      margin-top: 25px;
  }
}

body.soltech .basefooter span {
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 275;
  line-height: 14px; /* 112.5% */
  margin: 0;
}
body.soltech .basefooter .wtek {
  color: #231f20;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
body.soltech .basefooter .wtek  a {
  color: #231f20;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
}
body.soltech .basefooter .wtek a:hover {
  color: #F9A21B;
  text-decoration: underline;
}


@media(max-width:991px) {
  body.soltech .topbar {
    display: none;
  }
  body.soltech header.header-bg {
    padding: 0!important;
  }
  body.soltech header.header-bg .menu-cart svg{
    fill: #030304;
  }

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

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





  body.soltech header.header-bg .logo-base img {
    width: 100%;
    height: auto;
  }
	body.soltech header.header-bg .link #hamburger{
    position: relative;
  }
	body.soltech header.header-bg .link #hamburger:before {
		background: #F9A21B;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}
	body.soltech header.header-bg .link #hamburger:after {
		background: #F9A21B;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}
	body.soltech header.header-bg .link #hamburger span {
		background: #F9A21B;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}


  /* Banner */
  body.soltech #banner {
    margin: 0;
  }
  body.soltech #banner .swiperBanner a::after {
    padding-bottom: 100%;
  }



  body.soltech .ambientes .swiperAmbientes .card-ambiente .image {
    position: relative;
    width: 100%;
    height: auto;
  }
  body.soltech .ambientes .swiperAmbientes .card-ambiente .image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  body.soltech .ambientes .swiperAmbientes .card-ambiente .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }




  /* Section titles */
  body.soltech .section-title {
    gap: 15px;
    margin: 0 0 30px 0;
    flex-direction: column;
  }
  body.soltech .modelos .section-title {
    margin: 50px 0 30px 0;
  }
  /* body.soltech .modelos .section-title {
    margin: 40px 0;
  } */
  body.soltech .section-title .content h2 {
    font-size: 24px!important;
    text-align: left;
  }
  body.soltech .ambientes .section-title .content h2,body.soltech .ambientes .section-title .content p{
    text-align: center;
  }
  body.soltech .section-title .content p {
    font-size: 16px;
    text-align: left;
  }
  body.soltech .section-title .navigation {
    align-items: flex-start;
  }


  
  /* Produtos */
  body.soltech .section-product {
    margin: 0 0 75px 0;
  }
  body.soltech .product-list .product .product-info .product-info-title .container-title,
  body.soltech .product-list .product .product-info .product-info-content .container-price {
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
  }
  body.soltech .product-list .product .product-info .product-info-title .title {
    font-size: 22px;
  }
  body.soltech .product-list .product .product-info .product-info-title .tit {
    font-size: 16px;
    text-align: center;
  }

  body.soltech .product-list .product .star-rating,
  body.soltech .product-list .product .product-info .product-info-title .star-rating {
    justify-content: center;
  }
  body.soltech .product-list .product .product-info .star-rating {
    justify-content: center!important;
  }
  body.soltech .product-list .product .product-info .container-price .row-price {
    display: block;
    margin: 10px 0;
  }
  body.soltech .product-list .product .product-info .container-price span.price {
    font-size: 16px;
  }
  body.soltech .product-list .product .product-info .container-price span.price-label {
    font-weight: 400;
  }
  body.soltech .product-list .product .product-info .container-price span.installment {
    font-size: 14px;
  }
  body.soltech .product-list .product .product-info .container-price span.price,
  body.soltech .product-list .product .product-info .container-price span.installment {
    margin-left: auto;
    margin-right: auto;
  }


  /* Modelos */
  body.soltech .modelos {
    overflow: hidden;
  }
  body.soltech .modelos .swiperModelos {
    margin-bottom: -55px;
  }
  body.soltech .modelos .swiper-slide {
    height: auto;
  }
  body.soltech .modelos .card-modelo {
    flex-wrap: wrap;
    padding: 25px;
    height: 100%;
  }
  body.soltech .modelos .card-modelo .content {
    order: 1;
  }
  body.soltech .modelos .card-modelo .content p {
    font-size: 16px;
    line-height: normal;
  }
  body.soltech .modelos .card-modelo .image {
    order: 0;
    margin-bottom: 15px;
  }
  body.soltech .modelos .card-modelo .image img {
    border-radius: 15px;
  }




  /* Instalacao */
  body.soltech .instalacao {
    flex-wrap: wrap;
    gap: 0;
    margin: 75px 0;
  }
  body.soltech .instalacao .image {
    width: 100%;
    position: relative;
  }
  body.soltech .instalacao .content {
    padding: 15px 15px 30px  15px;
    margin-left: 0;
  }
  body.soltech .instalacao .content h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  body.soltech .instalacao .content h2 {
    font-size: 28px;
  }
  body.soltech .instalacao .content p {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 30px 0;
  }
  body.soltech .instalacao .content ul.list-instalacao .item-instalacao {
    gap: 20px;
    align-items: center;
  }
  body.soltech .instalacao .content ul.list-instalacao .item-instalacao .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  body.soltech .instalacao .content ul.list-instalacao .item-instalacao h3 {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
  body.soltech .instalacao .content ul.list-instalacao .item-instalacao p {
    font-size: 14px;
    line-height: normal;
  }




  /* Avaliacoes */
  body.soltech .avaliacoes {
    margin: 75px 0;
    overflow: hidden;
    padding: 30px;
  }
  body.soltech .avaliacoes .section-title {
    margin: 0 0 20px 0;
  }
  
  body.soltech .avaliacoes .card-avaliacao {
    padding: 30px;
  }
  body.soltech .avaliacoes .card-avaliacao .avaliacao-footer {
    justify-content: space-between;
  }
  body.soltech .avaliacoes .card-avaliacao .avaliacao-content p {
    font-size: 16px;
    line-height: normal;
  }
  body.soltech .avaliacoes .card-avaliacao .avaliacao-footer h4 {
    font-size: 22px;
  }




  /* Footer */
  body.soltech .footer {
    padding: 30px 0;
    margin-top: 30px;
  }
  body.soltech[data-page="home"] .footer {
    padding: 0 0 30px 0;
    margin-top: 0;
  }

  body.soltech .footer .logo {
    margin: 0 auto;
  }
  body.soltech .footer .info-bar .list-info {
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    margin: 30px 0;
  }
  body.soltech .footer .info-bar .list-info .item-info {
    padding: 15px;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
  }
  body.soltech .footer .info-bar .list-info .item-info:not(:last-child)::after {
    right: -30px;
  }
  body.soltech .footer .link-whatsapp {
    justify-content: center;
  }
  body.soltech .footer p.horario {
    text-align: center;
    margin: 15px 0 0 0;
  }
  body.soltech .footer ul.list-social {
    margin: 30px auto 0 auto;
  }

  body.soltech .footer ul.social {
    justify-content: center;
  }
  body.soltech .footer .sitemap-menu {
    display: block;
  }
  body.soltech .footer ul.list-item li a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  body.soltech .basefooter::before {
    width: 100%;
  }
  body.soltech .basefooter .basefooter-list {
    display: block;
  }
  body.soltech .basefooter .formas-pagamentos {
    justify-content: center;
  }
  body.soltech .basefooter span {
    text-align: center;
  }
  body.soltech .basefooter .wtek {
    display: block;
  }
  body.soltech .basefooter .basefooter-item:last-child {
    padding-top: 0;
  }




  /* Newsletter */
  body.soltech .news-home h2 {
    font-size: 32px;
  }
  body.soltech .news-home p {
    max-width: 300px;
    margin: 10px auto 0 auto;
  }




  /* Página produto */
  body.soltech[data-page="produto-detalhes"] #product .card-produto .extra-actions {
    margin-top: 35px;
  }
  body.soltech[data-page="produto-detalhes"] #product .card-produto .extra-actions .btn-action {
    padding: 20px;
    height: fit-content;
  }
  body.soltech[data-page="produto-detalhes"] #product .card-produto .extra-actions .btn-action h3 {
    font-size: 16px;
  }
  body.soltech[data-page="produto-detalhes"] #product .card-produto .extra-actions .btn-action span {
    font-size: 14px;
  }

  body.soltech[data-page="produto-detalhes"] #product .comprar-block .add-to-cart {
    width: 100%;
    margin-left: auto;
    margin-right: auto;

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

  body.soltech[data-page="produto-detalhes"] .nav-tabs .nav-item {
    width: calc(50% - 7.5px);
  }
  body.soltech[data-page="produto-detalhes"] .nav-tabs .nav-link {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px;
  }
  body.soltech[data-page="produto-detalhes"] .nav-tabs .nav-link.active {
    background-color: #F9A21B;
  }
  body.soltech[data-page="produto-detalhes"] .nav-tabs .nav-link::after {
    content: none;
  }

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

  body.soltech[data-page="produto-detalhes"] #product {
    /* margin-top: 1rem;
    padding-bottom: 1rem; */
  }
  body.soltech[data-page="produto-detalhes"] #product .product-header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating .rating-review {
    margin-left: auto;
  }
  body.soltech[data-page="produto-detalhes"] #product .product-header .product-rating {
    width: 100%;
  }
  body.soltech[data-page="produto-detalhes"] #product .product-header .product-favorite {
    margin: 10px 0 10px auto;
  }
  body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .form-group {
    align-items: flex-start;
  }
  body.soltech[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation {
    flex-wrap: wrap;
  }
  body.soltech[data-page="produto-detalhes"] #product .price-container .price {
    font-size: 22px;
  }
  body.soltech[data-page="produto-detalhes"] #product .price-container .old-price {
    font-size: 12px;
  }

  body.soltech[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 22px;
    margin: 0;
  }
  body.soltech[data-page="produto-detalhes"] #product .aval-cores {
    margin: 10px 0 20px 0;
  }
  body.soltech[data-page="produto-detalhes"] #product .aval-block .star-rating {
    justify-content: center;
  }
  body.soltech[data-page="produto-detalhes"] #product .aval-block {
    margin: 0;
  }
  body.soltech[data-page="produto-detalhes"] #product .price-container {
    text-align: center;
  }
  body.soltech[data-page="produto-detalhes"] #product .select-variations.colors {
    justify-content: flex-start;
    margin: 0;
  }
  body.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation {
    flex-wrap: wrap;
  }
  body.soltech[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation div.item {
    justify-content: center;
  }
  body.soltech[data-page="produto-detalhes"] #product .preco-botao {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  body.soltech[data-page="produto-detalhes"] #product .price-final {
    margin: 0 auto;
    text-align: center;
  }
  body.soltech[data-page="produto-detalhes"] #product #box-frete {
    padding: 30px 0 0 0;
  }
  body.soltech[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text {
    text-align: start;
  }

  body.soltech[data-page="produto-detalhes"] #product .gallery {
    position: initial;
    top: unset;
  }
  body.soltech[data-page="produto-detalhes"] #product .gallery .gallery-products .item img{
    width: 100%;
    height: auto;  
    object-fit: cover;
  }
  body.soltech[data-page="produto-detalhes"] #product .select-variations .col-variation {
    justify-content: center;
  }
  
  body.soltech[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
    border-radius: 5px;
  }
  body.soltech[data-page="produto-detalhes"] #product .select-variations .list-variation .variation-other img {
    width: 50px;
    height: 50px;
  }

  /* body.artmoderna[data-page="produto-detalhes"] .nav-tabs .nav-link {
    color: #FFF;
    border: 1px solid #ffffff7a;
    border-radius: 10px;
  }
  body.artmoderna[data-page="produto-detalhes"] .nav-tabs .nav-link.active {
    background-color: #FFF;
    color: #F9A21B;
    border-color: transparent;
  }
  body.artmoderna[data-page="produto-detalhes"] .nav-tabs .nav-link.active p {
    color: #F9A21B;
  } */
}





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

.alert {
  width: fit-content!important;
}