.ui-widget .ui-menu-item:nth-child(7) .img {
    display: none;
}
.ui-widget .ui-menu-item:nth-child(7) .info {
    width: 100% !important;
    text-align: center;
}
body,
body.pack #page {
  overflow: unset;
}
.loader-page {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;

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

  background-color: #ffffff;
  z-index: 999999999;
}

.loader-page .spinner {
  width: 44.8px;
  height: 44.8px;
  animation: spinner-y0fdc1 2s infinite ease;
  transform-style: preserve-3d;
}

.loader-page .spinner > div {
  background-color: rgba(0, 177, 39, .2);
  height: 100%;
  position: absolute;
  width: 100%;
  border: 2.2px solid #00b127;
}

.loader-page .spinner div:nth-of-type(1) {
  transform: translateZ(-22.4px) rotateY(180deg);
}

.loader-page .spinner div:nth-of-type(2) {
  transform: rotateY(-270deg) translateX(50%);
  transform-origin: top right;
}

.loader-page .spinner div:nth-of-type(3) {
  transform: rotateY(270deg) translateX(-50%);
  transform-origin: center left;
}

.loader-page .spinner div:nth-of-type(4) {
  transform: rotateX(90deg) translateY(-50%);
  transform-origin: top center;
}

.loader-page .spinner div:nth-of-type(5) {
  transform: rotateX(-90deg) translateY(50%);
  transform-origin: bottom center;
}

.loader-page .spinner div:nth-of-type(6) {
  transform: translateZ(22.4px);
}

@keyframes spinner-y0fdc1 {
  0% {
    transform: rotate(45deg) rotateX(-25deg) rotateY(25deg);
  }

  50% {
    transform: rotate(45deg) rotateX(-385deg) rotateY(25deg);
  }

  100% {
    transform: rotate(45deg) rotateX(-385deg) rotateY(385deg);
  }
}

.b-lazy {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}
.b-loaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

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

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

body {
  /* background-color: #fefcf9; */
  background-color: #ffffff;
}


/* NAVBAR MOBILE */

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

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

body.pack .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.pack header.header-bg {
  background-color: #ffffff;
}
body.pack header.header-bg.fixo {
  -webkit-box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: -1px 1px 20px 0 rgba(0,0,0,0.15);
  box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  margin: 0;
  position: fixed;  
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 999;
}
body.pack header.header-bg.fixo .logo-base {
  padding: 20px;
}

body.pack header.header-bg .logo-base {
  padding: 20px 0;
  max-width: 170px;
}
body.pack header.header-bg #nav-mobile {
  margin-right: 0;
}
body.pack header.header-bg #nav-mobile .logo-base {
  padding: 10px;
}

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

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

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

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

body.pack header.header-bg #nav-mobile a {
  color: #008E1F;
}
body.pack header.header-bg #nav-mobile a.collapsed {
  color: #fff;
}

body.pack header.header-bg .search-mob-style {
  overflow: hidden;
}
body.pack header.header-bg .search-mob-style .search-full{
  padding: 0;
}

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

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

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

body.pack header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.pack header.header-bg .search input{
  border: 0;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #f6f5f2;
}
body.pack header.header-bg .search input:focus{
  border: 2px solid #008E1F;
  outline: none !important;
  box-shadow: none;
}
body.pack header.header-bg .search .btn-search{
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 2px;
  right: 6px;
  width: 50px;
  height: 50px;
  padding: 0;

  font-size: 1rem;
  font-weight: 500;  
  text-transform: uppercase;
  text-align: center;
  color: #565656;  
  line-height: 40px;

  border: 0;
  border-radius: 100px;
  background-color: transparent;

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

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

body.pack header.header-bg .search .btn-search:hover{
  background-color: #008E1F;
}
body.pack header.header-bg .search .btn-search:hover svg{
  fill: #fff;
}

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

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

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

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

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

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

body.pack header.header-bg .col-search form {
  width: 100%;
  margin:0px;
}
body.pack header.header-bg .col-search form .input-group {
  position: relative;
  display: flex;
}
body.pack header.header-bg .col-search form .input-group .icon {
  position: absolute;

  top: 0;
  bottom: 0;
  right: 20px;

  width: 20px;
  height: 100%;

  z-index: 999;
}
body.pack header.header-bg .col-search form .input-group .icon svg {
  fill: #145E3D;
  width: 100%;
  height: 100%;
}
body.pack header.header-bg .col-search form input.input {
  width: 100%;
  height: 45px;

  padding-left: 20px;
  padding-right: 50px;

  background-color: #F4F4F4;
  border: 1px solid transparent;
  border-radius: 100px;
  box-shadow: none!important;

  font-size: 12px;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.pack header.header-bg .col-search form input.input:hover {
  background-color: #e8e8e8;
}
body.pack header.header-bg .col-search form input.input:focus {
  box-shadow: none;
  background-color: #ffffff;
  border-color: #00B127;
}

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

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

body.pack header.header-bg .menu-itens .col-4 {
  padding-left: 5px;
  padding-right: 5px;
}
body.pack header.header-bg .menu-favorite{
  display: flex;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  padding: 10px;
  border-radius: 10px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack header.header-bg .menu-favorite:hover {
  background-color: #f0f0f1;
}

body.pack header.header-bg .menu-favorite .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
body.pack header.header-bg .menu-favorite svg{
  fill: #58A545;
  width: 100%;
  height: 100%;
}

body.pack header.header-bg .menu-favorite span{
  color: #292929;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  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.pack header.header-bg .menu-user{
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 10px;
  border-radius: 10px;
  cursor: pointer;

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

body.pack header.header-bg .menu-user:hover {
  background-color: #f0f0f1;
}

body.pack header.header-bg .menu-user .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
body.pack header.header-bg .menu-user svg{
  fill: #58A545;
  width: 100%;
  height: 100%;
}

body.pack header.header-bg .menu-user span,
body.pack header.header-bg .menu-user span a{
  color: #292929;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  margin: 0;
}
body.pack header.header-bg .menu-user span a {
  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.pack header.header-bg .menu-user span a:hover {
  color: #58A545;
}

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

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

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack header.header-bg .menu-cart:hover {
  background-color: #f0f0f1;
}

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

  width: 30px;
  height: 30px;
}

body.pack header.header-bg .menu-cart svg{
  fill: #58A545;
  width: 100%;
  height: 100%;

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

body.pack header.header-bg .menu-cart span.tag{
  position: absolute;
  top: -7.5px;
  right: 6.5px;
  
  display: flex;  
  background-color: #CE1414; 
  min-width: 15px;
  padding: 0 5px;
  height: 15px;

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

  font-size: 10px;
  font-weight: 500;
  color: #ffffff;

  border-radius: 15px;

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

body.pack header.header-bg .menu-my-cart {
  position: relative;
}

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

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

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



body.pack .shopping-cart {
  background: white;
  width: 500px;
  position: absolute;
  top: calc(100% + 15px);
  right: -10px;
  border-radius: 3px;
  padding: 0 20px 20px 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);
  cursor: default;
  z-index: 12;
}
body.pack .shopping-cart::before {
  position: absolute;
  content: '';

  top: -15px;
  left: 0;

  width: 100%;
  height: 15px;

  z-index: -1;
} 

body.pack .shopping-cart .shopping-cart-items .table thead {
  position: sticky;
  top: -21px;
  z-index: 1;
  background: #ffff;
}
body.pack .shopping-cart .shopping-cart-items {
  padding-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;

  max-height: 350px;
  overflow-y: scroll;
}

body.pack .shopping-cart h1.title{
  padding: 20px 0 0 0;
  font-size: 1.5rem;
  color: #63666c;
}

body.pack header.header-bg .menu-my-cart:hover .shopping-cart {
  border-radius: 20px!important;

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

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

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

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

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

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

body.pack .shopping-cart .shopping-cart-items .table td[data-title="Preço total"] span.text-success {
  font-size: 16px;
  font-weight: 500;
}

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

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

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

body.pack #menu-desktop {
  background-color: #145E3D;

  top: 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.pack #menu-desktop.unfixo {
  position: fixed!important;
  top: 0;
  left: 0;
  right: 0;

  z-index: 9999999;
}
body.pack #menu-desktop.fixo {
  position: fixed!important;
  top: 74px;
  left: 0;
  right: 0;

  z-index: 9999999;
}

body.pack #menu-desktop .bar-menu {
  position: relative;
}

body.pack #menu-desktop .bar-menu ul{
  margin: 0;
}

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

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

body.pack #menu-desktop .bar-menu ul{
  margin: 0;
}

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

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

body.pack #menu-desktop .bar-menu li.dropdown-list {
  position: relative;
  float: left;
  height: 55px;
  align-items: center;
  display: flex;
  cursor: pointer;
}

body.pack #menu-desktop .bar-menu li.dropdown-list:not(:last-child){
  margin-right: 0px;
}

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

/* body.pack #menu-desktop li.dropdown-hover{
  float: left;
} */

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

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

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

  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  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.pack #menu-desktop .bar-menu li.nav-item:hover a,
body.pack #menu-desktop .bar-menu li:hover .dropdown-toggle{
  color: #ffffff;
}

body.pack #menu-desktop .bar-menu li.dropdown-hover:hover .dropdown-toggle,
body.pack #menu-desktop .bar-menu li .dropdown-toggle:hover {
  background-color: #ffffff;
  color: #58A545;
}
body.pack #menu-desktop .bar-menu li .dropdown-toggle::after {
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: .75rem;
  padding-left: 15px;
  
  display: initial;
  margin-left: initial;
  vertical-align: initial;
  border: initial;
  
  color: #58A545;  
  
  -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.pack #menu-desktop .bar-menu li:not(.has_children) .dropdown-toggle::after {
  content: none;
}
@media (max-width: 1399px) {
  body.pack #menu-desktop .bar-menu li.nav-item a,
  body.pack #menu-desktop .bar-menu li .dropdown-toggle {
    font-size: 14px;
    padding: 0 10px;
  }
  body.pack #menu-desktop .bar-menu li .dropdown-toggle::after {
    padding-left: 5px;
  }
}
@media (max-width: 1199px) {
  body.pack #menu-desktop .bar-menu li.nav-item a,
  body.pack #menu-desktop .bar-menu li .dropdown-toggle {
    font-size: 12px;
    padding: 0 10px;
  }
  body.pack #menu-desktop .bar-menu li .dropdown-toggle::after {
    padding-left: 5px;
  }
}

.dropdown-menu {
  left: auto;
}

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

body.pack #menu-desktop .bar-menu .dropdown-menu{
  background-color: #ffffff;  

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

  margin-top: 0;
  left: auto;
  
  
  width: max-content;
  min-width: 100%;
  max-width: 688px;

  height: auto;

  box-shadow: 0 15px 15px rgba(0, 0, 0, .05);    
  /* transform: skew(-20deg); */

  cursor: default!important;
}



body.pack #menu-desktop .first-level .dropdown-hover .second-level.megamenu .submenu-col {
  width: 100%;
  height: auto;
}

body.pack #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a{
  padding: 0;
}
body.pack #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner {
  overflow: hidden;
  min-height: 200px;
  max-height: 100%;
  padding-top: 10px;
}
body.pack #menu-desktop .first-level .dropdown-hover .second-level.megamenu img {
  width: 100%;
  min-height: 200px;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;

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

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

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack #menu-desktop .bar-menu .dropdown-menu a,
body.pack #menu-desktop .bar-menu ul.view-all li.dropdown-hover .dropdown-menu.second-level .dropdown-toggle{
  position: relative;
  display: block;
  margin: 0;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  
  padding: 10px;
  width: 100%;
  height: 100%;

  z-index: 0;

  font-size: 14px;

  -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.pack #menu-desktop .bar-menu .dropdown-menu a::before,
body.pack #menu-desktop .bar-menu ul.view-all li.dropdown-hover .dropdown-menu.second-level .dropdown-toggle::before {
  position: absolute;
  content: '';

  bottom: 0;
  left: 0;

  width: 0;
  height: 2px;

  opacity: 0;

  background-color: #58A545;

  -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.pack #menu-desktop .bar-menu .dropdown-menu a:hover::before,
body.pack #menu-desktop .bar-menu ul.view-all li.dropdown-hover .dropdown-menu.second-level .open .dropdown-toggle::before,
body.pack #menu-desktop .bar-menu ul.view-all li.dropdown-hover .dropdown-menu.second-level .dropdown-toggle:hover::before{
  width: 100px;
  opacity: 1;
}
body.pack #menu-desktop .bar-menu .dropdown-menu a:hover,
body.pack #menu-desktop .bar-menu ul.view-all li.dropdown-hover .dropdown-menu.second-level .open .dropdown-toggle,
body.pack #menu-desktop .bar-menu ul.view-all li.dropdown-hover .dropdown-menu.second-level .dropdown-toggle:hover{
  color: #58A545;
  text-shadow: 0 0 1px #58A545;
  /* transform: translateX(5px); */

  background-color: #f4f4f4;
}


body.pack #menu-desktop .bar-menu ul.view-all li.dropdown-hover .dropdown-menu.three-level {
  position: absolute;
  left: 100%;
  top: 0;

  opacity: 0;
  z-index: -999;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}
body.pack #menu-desktop .bar-menu ul.view-all .dropdown-menu li {
  margin: 0;
}
body.pack #menu-desktop .bar-menu ul.view-all li.dropdown-hover .dropdown-menu.second-level .dropdown-toggle + .dropdown-menu.three-level:hover,
body.pack #menu-desktop .bar-menu ul.view-all li.dropdown-hover .dropdown-menu.second-level .dropdown-toggle:hover + .dropdown-menu.three-level{
  opacity: 1;
  z-index: 1;
}
body.pack #menu-desktop .bar-menu ul.view-all li.dropdown-hover:hover .dropdown-menu.second-level .dropdown-toggle .fa-angle-down:before{
  display: block;
  transform: rotate(270deg);
}






/* BANNERS */




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

body.pack #banner .swiperBanner .swiper-slide {
  position: relative;
}
body.pack #banner .swiperBanner .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 30.46875%;
}
body.pack #banner .swiperBanner img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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

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

body.pack #banner .swiperBanner .swiper-pagination {
  padding: 20px 0;
}
body.pack #banner .swiperBanner .swiper-pagination {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.pack #banner .swiperBanner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  
  background-color: #F3F3F3;
  border: 3.5px solid #F3F3F3;
  border-radius: 100px;
  
  opacity: 1;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack #banner .swiperBanner .swiper-pagination-bullet:hover {
  background-color: #A1A1A1;
}
body.pack #banner .swiperBanner .swiper-pagination-bullet:last-child{
  margin: 0;
}

body.pack #banner .swiperBanner .swiper-pagination-bullet-active {
  background-color: #15C26E!important;
}





/* MINI BANNERS */

body.pack[data-page="home"] #apoio-banner {
  display: flex;
  align-items: center;
  background-color: rgba(241, 241, 241, .31);
  padding: 30px 0;
}

body.pack[data-page="home"] #apoio-banner .cards-apoio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}
body.pack[data-page="home"] #apoio-banner .cards-apoio .card-apoio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
}
body.pack[data-page="home"] #apoio-banner .cards-apoio .card-apoio:not(:last-child)::after {
  position: absolute;
  content: '';

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

  width: 2px;
  height: 100%;

  background-color: #58A545;
}
body.pack[data-page="home"] #apoio-banner .cards-apoio .card-apoio .icon {
  width: 100px;
  height: 100px;
}
body.pack[data-page="home"] #apoio-banner .cards-apoio .card-apoio .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
body.pack[data-page="home"] #apoio-banner .cards-apoio .card-apoio .content h1.title {
  color: #145E3D;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
body.pack[data-page="home"] #apoio-banner .cards-apoio .card-apoio .content p.desc {
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}




/* Categorias */
body.pack #categorias .cards-categorias {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.pack #categorias .cards-categorias .card-categoria {
  position: relative;
  width: 12.5%;
  height: 415px;
  
  -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.pack #categorias #carousel-categorias .card-categoria {
  position: relative;
  width: 100%;
  height: 415px;
  
  -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.pack #categorias .cards-categorias .card-categoria:first-child,
body.pack #categorias .cards-categorias .card-categoria:last-child {
  width: 25%;
}
body.pack #categorias .cards-categorias .card-categoria:not(:first-child):not(:last-child):hover {
  width: 20%;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
body.pack #categorias .cards-categorias .card-categoria:first-child:hover {
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
body.pack #categorias .cards-categorias .card-categoria:last-child:hover {
  box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
body.pack #categorias .cards-categorias .card-categoria .image,
body.pack #categorias #carousel-categorias .card-categoria .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.pack #categorias .cards-categorias .card-categoria .image img,
body.pack #categorias #carousel-categorias .card-categoria .image img {
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;
}
body.pack #categorias .cards-categorias .card-categoria .image.img-center img,
body.pack #categorias #carousel-categorias .card-categoria .image.img-center img {
  -o-object-position: center center;
  object-position: center center;
}
body.pack #categorias .cards-categorias .card-categoria .image.img-left img,
body.pack #categorias #carousel-categorias .card-categoria .image.img-left img {
  -o-object-position: left center;
  object-position: left center;
}
body.pack #categorias .cards-categorias .card-categoria .image.img-right img,
body.pack #categorias #carousel-categorias .card-categoria .image.img-right img {
  -o-object-position: right center;
  object-position: right center;
}
body.pack #categorias .cards-categorias .card-categoria h1.title,
body.pack #categorias #carousel-categorias .card-categoria h1.title {
  position: absolute;
  display: flex;
  align-items: center;
  
  bottom: 40px;
  left: 0;
  right: 0;
  
  width: 160px;
  height: 70px;
  
  background: #145E3D;
  padding: 15px 15px;
  border-radius: 0px 20px;
  
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack #categorias .cards-categorias .card-categoria:hover h1.title,
body.pack #categorias #carousel-categorias .card-categoria:hover h1.title {
  align-items: flex-start;

  left: 25%;
  /* bottom: calc(100% - 100px - 40px); */
  bottom: 40px;

  width: 175px;
  height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #ffffff;

  color: #145E3D;
  font-weight: 400;
}
body.pack #categorias .cards-categorias .card-categoria:first-child h1.title,
body.pack #categorias .cards-categorias .card-categoria:last-child h1.title{
  left: unset;
  right: 75px;
}
body.pack #categorias .cards-categorias .card-categoria .icon,
body.pack #categorias #carousel-categorias .card-categoria .icon {
  position: absolute;
  
  top: 15px;
  right: 15px;
  
  width: 20px;
  height: 20px;
  
  opacity: 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack #categorias #carousel-categorias .card-categoria:hover .icon,
body.pack #categorias .cards-categorias .card-categoria:hover .icon {
  opacity: 1;
}
body.pack #categorias .cards-categorias .card-categoria .icon img,
body.pack #categorias #carousel-categorias .card-categoria .icon img {
  width: 100%;
  height: 100%;
  
  -o-object-fit: contain;
  object-fit: contain;
  
  -o-object-position: center;
  object-position: center;
}
body.pack #categorias .cards-categorias .card-categoria span,
body.pack #categorias #carousel-categorias .card-categoria span {
  position: absolute;

  left: 15px;
  bottom: 15px;

  opacity: 0;

  color: #145E3D;
  font-size: 16px;
  font-weight: 700;
  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.pack #categorias .cards-categorias .card-categoria:hover span,
body.pack #categorias #carousel-categorias .card-categoria:hover span {
  opacity: 1;
}




/* TÍTULO SESSÃO */
body.pack .box-title {
  display: block;
}
body.pack .box-title .icon {
  width: 50px;
  height: 50px;

  background-image: url("../img/icon_title.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

body.pack .box-title .box-subtext {
  position: relative;
  display: block;

  color: #292929;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
body.pack .box-title .box-text {
  position: relative;
  display: block;

  color: #292929;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
}




/* LISTA DE PRODUTOS */

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

body.pack .product-list{
  position: relative;
  margin-top: 30px;
}
body.pack .product-list .product{
  margin: 15px 0;  
}
body.pack .product-list .product a{
  display: block;
  
  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.pack .product-list .product form{
  position: relative;
  padding-bottom: 1px;

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

body.pack .product-list .product form::before {
  position: absolute;
  content: '';
  
  top: 0;
  left: 0;

  width: 50px;
  height: 50px;
  
  background-color: #58A545;
  
  -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.pack .product-list .product a:hover form::before {
  opacity: 0;
}

body.pack .product-list .product-image {
  border-radius: 20px;
}

body.pack .product-list .product-image .tags .tag-promotion{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 5px;
  left: 5px;
  
  width: 50px;
  height: 50px;
  
  background-color: #58A545;
  border-radius: 100px;

  z-index: 1;

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

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.pack .product-list .product form:hover .product-image .tags .tag-promotion{
  background-color: #145E3D;
}

body.pack .product-list .product .product-image {
  position: relative;
  
  width: 100%;
  padding-bottom: 100%;
  
  background-color: #F3F3F3;
  overflow: hidden;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.pack .product-list .product.bg-green .product-image {
  background-color: #A9D593;
}
body.pack .product-list .product .product-image::after {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: rgba(2, 144, 34, 0);
  border-radius: 20px;

  -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.pack .product-list .product form:hover .product-image::after {
  background-color: rgba(160, 160, 160, 0.48);
  transform: scale(.92);
}
body.pack .product-list .product.bg-green form:hover .product-image::after {
  background-color: rgba(2, 144, 34, 0.48);
}

body.pack .product-list .product .product-image img{
  position: absolute;
  
  top: 0;
  left: 0;

  width: 100%;  
  height: 100%;
  
  background-color: #F3F3F3;
  border-radius: 20px;
  
  -o-object-fit: contain;
  object-fit: contain;

  -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.pack .product-list .product.bg-green .product-image img {
  background-color: #A9D593;
}
body.pack .product-list .product form:hover .product-image{
  background-color: #145E3D;
  border-radius: 20px 0 20px 0;
}
body.pack .product-list .product form:hover .product-image img {
  border-radius: 20px;
  transform: scale(.92);
}

body.pack .product-list .product form:hover {
  transform: scale(1.05);
}
body.pack .product-list .product .product-image .botao-addcarrinho {
  position: absolute; 
  
  left: 20px;
  bottom: 70px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  
  width: calc(100% - 40px);
  height: 40px;
  
  transform: translateY(10px);
  opacity: 0;

  z-index: -1;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack .product-list .product form:hover .product-image .botao-addcarrinho {  
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}
body.pack .product-list .product .product-image .botao-addcarrinho .touchspin-listagem {
  display: block;
  width: 100%;
  height: 40px;
}
body.pack .product-list .product .product-image .botao-addcarrinho .touchspin-listagem .bootstrap-touchspin {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: auto;
  
  color: #145e3d;
  font-size: 14px;
  font-weight: 700;
}
body.pack .product-list .product .product-image .botao-addcarrinho .touchspin-listagem .bootstrap-touchspin input {
  z-index: 0;
}
body.pack .product-list .product .product-image .botao-addcarrinho .touchspin-listagem .bootstrap-touchspin .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  border: none;
  border-radius: 10px!important;
  margin: 0!important;

  -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.pack .product-list .product .product-image .botao-addcarrinho .touchspin-listagem .bootstrap-touchspin .btn:hover {
  background-color: #145E3D;
}
body.pack .product-list .product .product-image .botao-addcarrinho .touchspin-listagem .bootstrap-touchspin .btn svg {
  display: block;
  stroke: #145e3d;
  width: 17.5px;
  height: 17.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.pack .product-list .product .product-image .botao-addcarrinho .touchspin-listagem .bootstrap-touchspin .btn:hover svg {
  stroke: #fff
}
body.pack .product-list .product .product-image .botao-addcarrinho .comprar-block-listagem {
  position: relative;
}
body.pack .product-list .product .product-image .botao-addcarrinho .comprar-block-listagem button {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;

  width: 100%;
  height: 40px;
  padding: 0 15px!important;
  background-color: #145e3d;
  border-radius: 10px;
  margin: auto;

  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.pack .product-list .product .product-image .botao-addcarrinho .comprar-block-listagem button:hover {
  background-color: #00b127;
}
body.pack .product-list .product .product-image .botao-addcarrinho .comprar-block-listagem .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
body.pack .product-list .product .product-image .botao-addcarrinho .comprar-block-listagem .icon svg {
  display: block;
  fill: #fff;
  width: 100%;
  height: 100%;
}
body.pack .product-list .product .product-image .botao-addcarrinho .comprar-block-listagem span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
body.pack .product-list .product .product-image .botao-addcarrinho .comprar-block-listagem .add-to-cart  {
  padding: 0;
}
.button-animation {
  position: fixed;
  top: 0;
  right: 0;

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

  width: 40px;
  height: 40px;

  padding: 10px;

  background-color: #00B127;
  border-radius: 10px;

  opacity: 0;
  transform: scale(0);

  z-index: 9999;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.button-animation svg {
  display: block;
  fill: #fff;
  width: 100%;
  height: 100%;
}


body.pack .product-list .product .product-image .botao-maisdetalhes {
  position: absolute; 
  
  left: 20px;
  bottom: 20px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  
  width: calc(100% - 40px);
  padding: 0 40px;
  height: 40px;

  background-color: #145E3D;
  border-radius: 10px;
  margin: auto;
  
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  transform: translateY(10px);
  opacity: 0;

  z-index: -1;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack .product-list .product .product-image .botao-maisdetalhes svg {
  display: block;
  fill: #fff;
  width: 20px;
  height: 20px;
}
body.pack .product-list .product .product-image .botao-maisdetalhes:hover {
  background-color: #00b127;
}
body.pack .product-list .product form:hover .product-image .botao-maisdetalhes {
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}

@media(max-width:1400px) {
  body.pack[data-page="produtos-list"] .product-list .product .product-image .botao-addcarrinho .comprar-block-listagem span {
    font-size: 10px;
    font-weight: 600;
  }
  body.pack[data-page="produtos-list"] .product-list .product .product-image .botao-addcarrinho .comprar-block-listagem .icon {
    width: 12.5px;
    height: 12.5px;
  }

  body.pack[data-page="produtos-list"] .product-list .product .product-image .botao-addcarrinho .touchspin-listagem .bootstrap-touchspin .btn {
    width: 30px;
  }
  body.pack[data-page="produtos-list"] .product-list .product .product-image .botao-addcarrinho .touchspin-listagem .bootstrap-touchspin .btn svg {
    width: 12.5px;
    height: 12.5px;
  }

  body.pack[data-page="produtos-list"] .product-list .product .product-image .botao-maisdetalhes {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
  }
  body.pack[data-page="produtos-list"] .product-list .product .product-image .botao-maisdetalhes svg {
    width: 15px;
    height: 15px;
  }
}


body.pack .product-list .product .product-info {
  padding: 0;
  text-decoration: none;
}
body.pack .product-list .product .product-info .tit{
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin: 20px 0 5px;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.pack .product-list .product .product-info .container-price {
  position: relative;
  text-align: left;
  margin-bottom: 1rem;

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

body.pack .product-list .product .product-info .container-price span.price-label{
  display: block;
  color: #686868;
  font-size: 12px;
  font-weight: 500;

  text-decoration: line-through;
}

body.pack .product-list .product .product-info .container-price span.price{
  position: relative;
  
  color: #008E1F;
  font-size: 22px;
  font-weight: 700;

  display: inline-block;

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

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

  color: #686868;
  font-size: 12px;
  font-weight: 400;  
}
body.pack .product-list .product .product-info .container-price span.installment b {  
  color: #686868;
  font-weight: 600;
}






/* Sobre */
body.pack .sobre {
  position: relative;
  background: url("../img/background-sobre.webp");
  background-size: cover;
  background-attachment: fixed;
  padding: 110px 0;
}
body.pack .sobre .card-sobre {
  position: relative;
  background-color: #ffffff;
  /* padding: 75px 115px; */
  padding: 60px 70px;
  border-radius: 16px;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.25);
}
body.pack .sobre .card-sobre::before {
  position: absolute;
  content: '';

  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: auto;

  background: url("../img/bacgrkound-cardSobre.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 235px;
  height: auto;
}
body.pack .sobre .card-sobre .logo {
  position: absolute;
  /* top: -19%; */
  top: -5%;
  bottom: 0;
  left: -46.5%;
  
  width: 90%;
  height: auto;
}
/* body.pack .sobre .card-sobre .logo {
  position: absolute;
  top: -10%;
  bottom: 0;
  left: -27.5%;
  
  width: 70%;
  height: auto;
} */
body.pack .sobre .card-sobre .logo img {
  width: 100%;
  height: auto;

  -o-object-fit: contain;
  object-fit: contain;
}
body.pack .sobre .card-sobre p {
  position: relative;
  width: 100%;
  max-width: 275px;
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.015em;
  margin: 0 0 20px 0;
}
body.pack .sobre .card-sobre p::before   {
  position: absolute;
  content: '';

  top: -15px;
  left: -30px;

  width: 3px;
  height: calc(100% + 30px);

  background-color: #58A545;
}
body.pack .sobre .card-sobre .botao {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

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

  background-color: #145E3D;

  border-radius: 500px;
  overflow: hidden;

  color: #f4f4f4;
  font-size: 18px;
  font-weight: 700;
}
 
body.pack .sobre .card-sobre .botao span {
  position: relative;
  z-index: 1;
}
 
body.pack .sobre .card-sobre .botao::before,
body.pack .sobre .card-sobre .botao::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
 
body.pack .sobre .card-sobre .botao::before {
  content: "";
  background: #00B127;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.3s cubic-bezier(0.3, 1, 0.8, 1);
}
 
body.pack .sobre .card-sobre .botao:hover::before {
  transform: translate3d(100%, 0, 0);
}




/* Redes Sociais */
body.pack .redes-sociais {
  padding: 50px 0;
}
body.pack .redes-sociais .card-redessociais {
  display: flex;
  justify-content: space-between;
  
  padding: 50px 70px;
  background: rgba(217, 217, 217, 0.09);
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.16);
  border-radius: 100px;

  overflow: hidden;
}
body.pack .redes-sociais .card-redessociais .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
body.pack .redes-sociais .card-redessociais .title .hashtag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
body.pack .redes-sociais .card-redessociais .title .hashtag svg {
  display: block;
  width: 100%;
  height: 100%;
}
body.pack .redes-sociais .card-redessociais .title h1.title {
  color: #101010;
  font-size: 42px;
  font-weight: 700;
  line-height: 102.9%;
  margin: 0;
}
body.pack .redes-sociais .card-redessociais ul.redes {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: 30px;
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
}
body.pack .redes-sociais .card-redessociais ul.redes li {
  width: 60px;
  height: 60px;
}
body.pack .redes-sociais .card-redessociais ul.redes li svg {
  display: block;
  width: 100%;
  height: 100%;
}
 






/* Botões */
.botao {
  position: relative;

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

  width: fit-content;
  height: 75px;

  padding: 0 75px;

  text-decoration: none!important;

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

.botao.white {
  background-color: #ffffff;

  color: #31464b;
  font-size: 20px;
  font-weight: 400;

  z-index: 0;
}

.botao.white:hover {
  color: #ffffff;
}

.botao.white::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  background-color: #cf9469;

  z-index: -1;

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

.botao.white:hover::before {
  width: 100%;
}




body.pack[data-page="produtos-list"] .bg-categoria-list-prod{
  margin-bottom:10px;
  background: #62b25b;
}
/* Breadcrumbs */

body.pack #breadcrumbs {
  position: relative;
  padding: 25px 0;
  background: rgba(217, 217, 217, 0.18);
}
body.pack #breadcrumbs ul,
body.pack #breadcrumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

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

  color: #145E3D;
  font-size: 14px;
  font-weight: 700;
}

body.pack #breadcrumbs a {
  color: #145E3D;
  font-size: 14px;
  font-weight: 700;
}
body.pack #breadcrumbs a:hover {
  color: #008E1F;
}

body.pack #breadcrumbs ul li::after {
  content: ">";
  color: #145E3D;
  font-size: 14px;
  font-weight: 700;
  margin: 0 5px;
}

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

/* //LIST */
body.pack[data-page="produtos-list"] #breadcrumbs {
  position: relative;
  padding: 25px 0;
  background: rgba(217, 217, 217, 0.18);
}
body.pack[data-page="produtos-list"] #breadcrumbs ul,
body.pack[data-page="produtos-list"] #breadcrumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

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

  color: #145E3D;
  font-size: 14px;
  font-weight: 700;
}

body.pack[data-page="produtos-list"] #breadcrumbs a {
  color: #145E3D;
  font-size: 14px;
  font-weight: 700;
}
body.pack[data-page="produtos-list"] #breadcrumbs a:hover {
  color: #008E1F;
}

body.pack[data-page="produtos-list"] #breadcrumbs ul li::after {
  content: ">";
  color: #145E3D;
  font-size: 14px;
  font-weight: 700;
  margin: 0 5px;
}

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

body.pack[data-page="produto-detalhes"] #product {
  padding-bottom: 20px;
  background: rgba(217, 217, 217, 0.18);
}

body.pack[data-page="produto-detalhes"] #product .card-produto {
  position: sticky;
  top: 135px;
}
body.pack[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;  
  margin-bottom: 0px;
  cursor: zoom-in;
}
body.pack[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
  padding: 0 16px 20px 16px;
}
body.pack[data-page="produto-detalhes"] #product .gallery .gallery-products img{
  background-color: #ffffff;
  
  width: 100%;
  height: 100%;
  opacity: 0;
  
  -o-object-fit: contain;
  object-fit: contain;  

  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
}

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

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

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

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

  top: 10px;
  right: 30px;

  width: 30px;
  height: 30px;
}

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

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

body.pack[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: 60px;
  right: 30px;

  width: 30px;
  height: 30px;

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

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

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

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

  width: 100%;
  height: 100%;

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

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

body.pack[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
body.pack[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  
  background-color: #696969;
  border: 3.5px solid #696969;
  border-radius: 100px;
  
  opacity: 1;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #A1A1A1;
}
body.pack[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span:last-child{
  margin: 0;
}

body.pack[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot.active span {
  background-color: #15C26E!important;
}

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

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


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

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

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


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

body.pack[data-page="produto-detalhes"] #product .product-thumbnail .item{
  position: relative;
  width: 100%;
  padding-bottom: 100%;

  cursor: pointer;
  background-color: #fff;
  /* border: 3px solid transparent; */
  border-radius: 10px;
  overflow: hidden;
  
  margin-top: 0!important;
  margin-bottom: 20px;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

body.pack[data-page="produto-detalhes"] #product .product-thumbnail .item::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 10px;

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

  z-index: 1;
}
body.pack[data-page="produto-detalhes"] #product .product-thumbnail .item.active::before {
  border-color: #00B127;
}
/*body.crisdan[data-page="produto-detalhes"] #product .product-thumbnail .item img{
  width: 100%;
  height: 100%;
  border-radius: 10px;

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

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}*/
body.pack[data-page="produto-detalhes"] #product .product-thumbnail .item img{  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  opacity: .5;
  border-radius: 10px;

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

body.pack[data-page="produto-detalhes"] #product .gallery-thumbnail {
  margin-top: 40px;
}
body.pack[data-page="produto-detalhes"] #product .gallery-thumbnail .owl-stage {
  padding-bottom: 4px;
}
body.pack[data-page="produto-detalhes"] #product .gallery-thumbnail .item{
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 10px;
  border: 3px solid transparent;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.pack[data-page="produto-detalhes"] #product .gallery-thumbnail .item.active{
  border: 3px solid #00b127;
}
body.pack[data-page="produto-detalhes"] #product .gallery-thumbnail .item img{
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: .5;

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

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


body.pack[data-page="produto-detalhes"] #product .ref-cor {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(217, 217, 217, .49);
}
body.pack[data-page="produto-detalhes"] #product .ref-cor p {
  color: #484848;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
body.pack[data-page="produto-detalhes"] #product .aval-block {
  margin-bottom: 5px;
}
body.pack[data-page="produto-detalhes"] #product .aval-block .star-rating {
  font-size: 28px;
}
body.pack[data-page="produto-detalhes"] #product .aval-block .star-rating.rating-disabled{
  display:none;
}

.rating-link {
  display: flex;
  align-items: center;

  text-decoration: none;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

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

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

.rating-container:before {
  content: attr(data-content);
}

.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #FFB800;
  transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  font-family: 'FontAwesome';
}

.star-rating [type="number"] {
  position: absolute !important;
  opacity: 0 !important;
  bottom: 0;
  border: none!important;
  width: 1px!important;
  height: 1px!important;
  background: transparent!important;
  z-index: -1;
}

body.pack[data-page="produto-detalhes"] #product .aval-ref p.ref {
  text-align: end;
  font-size: .85rem;
  color: #434343;
  margin: 0;
}

body.pack[data-page="produto-detalhes"] #product .product-title .product-name{
  color: #292929;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}


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

body.pack[data-page="produto-detalhes"] #product .price-container .price{
  color: #145E3D;
  font-size: 26px;
  font-weight: 800;  
  margin: 0;
}


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

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

body.pack[data-page="produto-detalhes"] #product .price-container .price-info .promo-parcela{
  display: block;
  color: #484848;
  font-size: 14px;
  font-weight: 400;  
  font-style: italic;
}
body.pack[data-page="produto-detalhes"] #product .price-container .price-info .promo-parcela strong {
  font-weight: 700;
}

body.pack[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc{
  display: block;
  color: #145E3D;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
body.pack[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc strong {
  font-weight: 700;
}

body.pack[data-page="produto-detalhes"] #product .select-variations .col-variation{
  margin: 7.5px 0;
}
body.pack[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #131212;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
body.pack[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

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

body.pack[data-page="produto-detalhes"] #product .select-variations.colors {
  border-bottom: 0;
  padding: 0;
}
body.pack[data-page="produto-detalhes"] #product .select-variations .areacor {
  border: 2px solid #008E1F;
  width: 40px!important;
  height: 40px!important;
  border-radius: 100px;

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

body.pack[data-page="produto-detalhes"] #product .select-variations .areacor:hover {
  filter: brightness(0.8);
}

body.pack[data-page="produto-detalhes"] #product .select-variations select{
  cursor: pointer;

  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 5px;

  height: 50px;
  color: #b7a9b2;
  font-size: 15px;
  font-weight: 400;
}

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

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

body.pack[data-page="produto-detalhes"] #product .select-variations .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  height: 50px;
}
body.pack[data-page="produto-detalhes"] #product .select-variations .icon svg {
  width: 100%;
  height: 100%;
}

body.pack[data-page="produto-detalhes"] #product .select-variations .col-check {
  display: flex;
  align-items: center;
}
body.pack[data-page="produto-detalhes"] #product .select-variations .col-check .form-check {
  width: 100%;
  padding-left: 0;
  margin-right: 10px;
}
body.pack[data-page="produto-detalhes"] #product .select-variations .col-check:first-child .form-check{
  padding-left: 0;
  height: 100%;
}

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

  width: 45px;
  height: 45px;
  padding: 10px;
  
  background-color: #F7F7F7;
  border: 2px solid #d1d1d1;
  border-radius: 5px;
  cursor: pointer;

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

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

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

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

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

  color: #231f20;
  font-weight: 400;
  text-align: center;

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

body.pack[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked +  .btn-variation p {
  color: #231f20;
  font-weight: 700;
}

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

body.pack[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #31464b;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}

body.pack[data-page="produto-detalhes"] #product .price-final .price{
  color: #a1785c;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

body.pack[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc{
  color: #31464b;
  font-size: 16px;
  font-weight: 400;
}

body.pack[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b{
  color: #192325;
  font-size: 16px;
  font-weight: 700;
}

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

body.pack[data-page="produto-detalhes"] .bootstrap-touchspin {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 45px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 240px;
}

body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .input-group-btn {
  height: 45px;
  width: 45px;
}

body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down,
body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  line-height: 0;
  border-radius: 90px;
  font-size: 36px;
  text-shadow: none;
  color: #145E3D;
  background: none;
  border: 2px solid #145E3D;
  font-weight: 600;
  padding:0px;
  padding-bottom:5px;
}
body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down:focus,
body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up:focus {
  outline: none;
  box-shadow: none;
}
body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down:hover,
body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up:hover {
  background-color: #145E3D;
  color: #ffff;
  box-shadow: 2.5px 2.5px 10px rgba(0, 0, 0, .15);
}

body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
  padding-top: 2px;
}

body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .touch-spin {
  display: block;
  border: none;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  width: 100%;
  max-width: 100px;
  height: 45px;
  background: none;
  
  border: 2px solid #145E3D;
  border-radius: 4.5px;
  margin-left: 70px;
}
body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .touch-spin:focus {
  outline: none;
  box-shadow: none;
}
body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .touch-spin::-webkit-outer-spin-button,
body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .touch-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .touch-spin[type=number] {
  -moz-appearance: textfield;
}
body.pack[data-page="produto-detalhes"] #product .buy .comprar-block {
  display: flex;
  justify-content: left;
  width: 100%;
}

body.pack[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart {
  position: relative;
  display: block;

  width: fit-content;
  max-width: 100%;
  
  margin: 25px 0;
  border: 0;
  border-radius: 100px;
  background: #145e3d;

  padding: 15px 80px;
  
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  z-index: 0;
  
  box-shadow: none!important;
  overflow: hidden;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}  
body.pack[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart span {
  position: relative;
  z-index: 1;
}
body.pack[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:focus {
  box-shadow: none;
  outline: none;
}

body.pack[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart::before,
body.pack[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

body.pack[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart::before {
  content: "";
  background: rgb(0, 177, 39);
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.3s cubic-bezier(0.3, 1, 0.8, 1) 0s;
}

body.pack[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:hover::before {
    transform: translate3d(100%, 0px, 0px);
}

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

  z-index: 1;

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

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

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

body.pack[data-page="produto-detalhes"] #product #box-frete {
  border-top: 1px solid #58A545;
  padding-top: 20px;
}
body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary.resultadosfrete {
  margin-top: 30px;
  border-radius: 10px;
}
.box-primary + .box-primary {
  border-top-width: 1px;
}
body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text{
  display: block;
  color: #484848;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-cep{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .my-cep {
  color: #58A545;
  font-size: 13px;
  font-weight: 400;
}

body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  width: calc(100% - 185px);
  height: 50px;
  border: none;
  border-right: 0;
  border-radius: 6px;

  background-color: #ffffff;
  border: 2px solid #145E3D;

  font-size: 14px;
  box-shadow: none!important;
}

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

body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod {
  position: relative;
  display: block;

  width: 175px;
  height: 50px;
  
  border: 0;
  border-radius: 100px;
  background: #00b127;

  color: #F4F4F4;
  font-size: 16px;
  font-weight: 600;
  
  z-index: 0;
  
  overflow: hidden;
  box-shadow: none!important;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}  
body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod span {
  position: relative;
  z-index: 1;
}
body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:focus {
  box-shadow: none;
  outline: none;
}

body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod::before,
body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod::before {
  content: "";
  background: #145E3D;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.3s cubic-bezier(0.3, 1, 0.8, 1) 0s;
}

body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover::before {
    transform: translate3d(100%, 0px, 0px);
}



body.pack[data-page="produto-detalhes"] #product #box-share {
  margin-top: 30px;
}
body.pack[data-page="produto-detalhes"] #product #box-share span.info-text {
  display: block;
  color: #00B127;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
}
body.pack[data-page="produto-detalhes"] #product #box-share .a2a_kit {
  display: flex;
  align-items: center;
  gap: 20px;
}
body.pack[data-page="produto-detalhes"] #product #box-share .a2a_kit a {
  width: 30px;
  height: 30px;
}
body.pack[data-page="produto-detalhes"] #product #box-share .a2a_kit a svg {
  display: block;
  fill: #145E3D;
  width: 100%;
  height: 100%;
}




/* SOBRE O PRODUTO */
body.pack[data-page="produto-detalhes"] .about{
  position: relative;
  padding: 40px 0 0 0;
  
  background-color: #ffffff;
}
body.pack[data-page="produto-detalhes"] .about .card {
  border: none;
  border-radius: 10px;

  background-color: #FAFAFA;
  box-shadow: 5px 8px 16px rgba(0, 0, 0, 0.25);
  margin-bottom: 80px;
}
body.pack[data-page="produto-detalhes"] .about .card-header {
  padding: 0;
  border: none;
  background: none;
}
body.pack[data-page="produto-detalhes"] .about .card-header button {
  position: relative;
  display: flex;
  align-items: center;
  
  width: 100%;
  padding: 40px 40px 40px 130px;

  color: #000000;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}
body.pack[data-page="produto-detalhes"] .about .card-header button:focus {
  box-shadow: none;
}
body.pack[data-page="produto-detalhes"] .about .card-header button .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  
  width: 130px;
  height: 40px;

  margin: auto;
}
body.pack[data-page="produto-detalhes"] .about .card-header button .icon img {
  width: 100%;
  height: 100%;
  
  -o-object-fit: contain;
  object-fit: contain;
}
body.pack[data-page="produto-detalhes"] .about .card-header button .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  
  width: 40px;
  height: 40px;

  margin: auto;
}
body.pack[data-page="produto-detalhes"] .about .card-header button .arrow svg {
  display: block;
  fill: #145E3D;
  width: 100%;
  height: 100%;

  transform: rotate(0deg);

  -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.pack[data-page="produto-detalhes"] .about .card-header button[aria-expanded="true"] .arrow svg {
  transform: rotate(180deg);
}

body.pack[data-page="produto-detalhes"] .about .card-body {
  padding: 40px 40px 40px 130px;
}
body.pack[data-page="produto-detalhes"] .about .card-body #accordionPerguntas .card {
  box-shadow: none;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
body.pack[data-page="produto-detalhes"] .about .card-body #accordionPerguntas .card-header {
  padding: 10px;
  background-color: #145E3D;
  cursor: pointer;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack[data-page="produto-detalhes"] .about .card-body #accordionPerguntas .card-header[aria-expanded="true"],
body.pack[data-page="produto-detalhes"] .about .card-body #accordionPerguntas .card-header:hover {
  background-color: #00b127;
}
body.pack[data-page="produto-detalhes"] .about .card-body #accordionPerguntas .card-header h2 {
  color: #ffffff;
  font-size: 16px;
  margin: 5px 0!important;
}
body.pack[data-page="produto-detalhes"] .about .card-body #accordionPerguntas .card-body {
  background-color: #ffffff;
  padding: 20px;
}




/* Busca produtos */
@media(min-width:992px) {
  body.pack[data-page="produtos-list"] .category {
    position: sticky;
    top: 90px;
    left: 0;
  
    max-height: calc(100vh - 110px);
    overflow: scroll;
    overflow-x: hidden;
  
    padding: 0 15px 15px 15px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: -1px 1px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  }
  
  /* Estilo padrão */
  .category::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
  }
  
  .category::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
  }
  
  .category::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
  }
  .category:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 1);
  }
  
  /* Firefox */
  .category {
    scrollbar-width: thin; /* Largura fina */
    scrollbar-color: rgba(0, 0, 0, 0) transparent; /* Cor do polegar e do trilho */
  }
  .category:hover {
    scrollbar-width: thin; /* Largura fina */
    scrollbar-color: rgba(0, 0, 0, 1) transparent; /* Cor do polegar e do trilho */
  }
  
  /* Edge */
  .category {
    -ms-overflow-style: none; /* Desativar barras de rolagem padrão */
  }
  
  .category::-ms-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
  }
  
  .category::-ms-scrollbar {
    width: 6px;
    background-color: transparent;
  }
  
  .category::-ms-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
  }
  .category:hover::-ms-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 1);
  }
}




/* Newsletter */

body.pack .newsletter {
  border-top: 3px solid #A9D593;
  padding: 40px 0;
}

body.pack .newsletter h1.title {
  color: #373435;
  font-size: 18px;
  font-weight: 700;
  
  margin: 0;
}
body.pack .newsletter .icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
body.pack .newsletter .icon svg {
  display: block;
  fill: #58A545;
  width: 100%;
  height: 100%;
}

body.pack .newsletter .form-newsletter .input-group {
  gap: 30px;
}
body.pack .newsletter .form-newsletter input {
  position: relative;
  height: 50px;
  padding: 0 200px 0 25px;
  
  box-shadow: none;
  border: none;
  border-radius: 100px;
  border-top-right-radius: 100px!important;
  border-bottom-right-radius: 100px!important;

  background-color: #F4F4F4;
  
  color: #101010;

  overflow: initial!important;

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

body.pack .newsletter .form-newsletter ::placeholder {
  color: #686868;
  opacity: 1; /* Firefox */
}

body.pack .newsletter .form-newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #686868;
}

body.pack .newsletter .form-newsletter ::-ms-input-placeholder { /* Microsoft Edge */
 color: #686868;
}

body.pack .newsletter .form-newsletter input:hover {
  background-color: #e3e3e3;
}

body.pack .newsletter .form-newsletter input:focus {
  opacity: 1;
  background-color: #d6d6d6;
}
body.pack .newsletter .form-newsletter{
  margin:0px;
}
body.pack .newsletter .form-newsletter button.btn-new {
  position: absolute;
  z-index: 2;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 50px;
  padding: 0px 50px;
  background-color: rgb(20, 94, 61);
  color: rgb(244, 244, 244);
  border: none;
  outline: none;
  border-radius: 500px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  z-index: 99;
}
  
body.pack .newsletter .form-newsletter button.btn-new span {
    position: relative;
    z-index: 1;
}

body.pack .newsletter .form-newsletter button.btn-new::before,
body.pack .newsletter .form-newsletter button.btn-new::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

body.pack .newsletter .form-newsletter button.btn-new::before {
  content: "";
  background: rgb(0, 177, 39);
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.3s cubic-bezier(0.3, 1, 0.8, 1) 0s;
}

body.pack .newsletter .form-newsletter button.btn-new:hover::before {
    transform: translate3d(100%, 0px, 0px);
}




/* Barra Contato */
body.pack .barra-contato {
  background: url("../img/background-sobre.webp");
  background-size: cover;
  background-attachment: fixed;
  padding: 35px 0;
}
body.pack .barra-contato .logo {
  width: 100%;
  height: 55px;
}
body.pack .barra-contato .logo img {
  width: 100%;
  height: 100%;

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

  -o-object-position: left center;
  object-position: left center;
}
body.pack .barra-contato ul.contatos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  
  margin: 0;
  padding: 0;
  list-style: none;
}
body.pack .barra-contato ul.contatos li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
body.pack .barra-contato ul.contatos li.mail {
  padding-right: 30px;
  margin-right: 30px;
}
body.pack .barra-contato ul.contatos li.mail::after {
  position: absolute;
  content: '';

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

  width: 3px;
  height: 100%;

  background-color: #145E3D;
}
body.pack .barra-contato ul.contatos li .icon {
  width: 45px;
  height: 45px;
}
body.pack .barra-contato ul.contatos li .icon svg {
  display: block;
  fill: #145E3D;
  width: 100%;
  height: 100%;
}
body.pack .barra-contato ul.contatos li .content h1.title {
  color: #F4F4F4;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
body.pack .barra-contato ul.contatos li .content a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}




/* Footer */
body.pack .footer {
  position: relative;
  background-color: #fafafa;
  
  border: 0;
  padding: 40px 0 0 0;
}

body.pack .footer .site-map{
  padding:0px;
  padding-bottom:1rem;
}

body.pack .footer h4.tit {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom:0px !important;
}

body.pack .footer ul.list-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.pack .footer ul.list-item li {
  margin-bottom: 5px;
  padding: 0;
}
body.pack .footer ul.list-item li:last-child{
  margin: 0;
}
body.pack .footer ul.list-item li p.desc,
body.pack .footer ul.list-item li a {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.pack .footer ul.list-item li a:hover {
  color: #00B127;
  font-weight: 500;
}

body.pack .footer .redes {
  display: flex;
  align-items: center;
  gap: 15px;
  
  padding: 0;
  margin: 0;
  list-style: none;
}
body.pack .footer .redes li {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 20px;
  height: 20px;
  padding: 0;
}
body.pack .footer .redes li svg {
  display: block;
  fill: #696969;
  width: 100%;
  height: 100%;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.pack .footer .redes li:hover svg {
  fill: #00B127;
}



body.pack .footer .selos {
  padding: 20px 0;
  border-top: 1px solid #A9D593;
  border-bottom: 1px solid #A9D593;
}
body.pack .footer .selos img {
  width: 100%;
  height: auto;
}

body.pack .basefooter {
  background: #fafafa;
  padding: 20px 0;
}

body.pack .basefooter span {
  color: #A1A1A1;
  font-size: 12px;
  font-weight: 500;
}
body.pack .basefooter p.wtek {
  color: #A1A1A1;  
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
body.pack .basefooter p.wtek a {
  color: #A1A1A1;
  font-size: 12px;
  font-weight: 400;
  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.pack .basefooter p.wtek a:hover {
  color: #00B127;
  font-weight: 700;
}


body.pack[data-page="produtos-list"] #breadcrumbs .faixa {
  position: absolute;
  width: 50%;
  left: 0;
  top: 35px;
  z-index: 1;
}
body.pack #breadcrumbs .faixa .col-12,
body.pack #breadcrumbs .faixa ul,
body.pack #breadcrumbs .faixa ul li:first-child{
  padding: 0;
}
body.pack[data-page="produtos-list"] .bg-categoria-list-prod {
  margin-bottom: 0;
}


@media(max-width:991px) {
  body.pack[data-page="produto-detalhes"] .bootstrap-touchspin{
    display: block;
    margin: 0 auto;
  }
  body.pack[data-page="produto-detalhes"] .bootstrap-touchspin .touch-spin{
    margin-left: 72px;
  }
  body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep{
    display:block;
    padding: 0 15px;
  }
  body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
    width: 100%;
    margin-bottom: 10px;
  }
  body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .my-cep{
    margin-left: 15px;
  }
  body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod{
    width: 100% !important;
  }
  body.pack header.header-bg {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
  }

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

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

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

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

  /* Navbar */

  /* body.pack #header-id-fix {
    display: none;
  } */
  
	body.pack header.header-bg .link #hamburger{
    position: relative;
  }
	body.pack header.header-bg .link #hamburger:before {
		background: #008E1F;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}
	body.pack header.header-bg .link #hamburger:after {
		background: #008E1F;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}
	body.pack header.header-bg .link #hamburger span {
		background: #008E1F;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}


  /* Banner */
  body.pack #banner .swiperBanner .swiper-pagination {
    bottom: 10px;
  }
  body.pack #banner .swiperBanner .swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 60.483870967741936%;
  }
  body.pack #banner .swiperBanner img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  /* body.pack #banner .swiperBanner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  } */


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

  body.pack[data-page="home"] #apoio-banner {
    margin-bottom: 30px;
  }
  body.pack[data-page="home"] #apoio-banner .card-apoio {
    display: flex;
    align-items: center;
    
    gap: 20px;
    
    background-color: rgba(241, 241, 241, .6);
    border-radius: 15px;
    padding: 20px 30px;
  }
  body.pack[data-page="home"] #apoio-banner .card-apoio .icon {
    width: 50px;
    height: 50px;
  }
  body.pack[data-page="home"] #apoio-banner .card-apoio .icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  body.pack[data-page="home"] #apoio-banner .card-apoio .content {
    width: calc(100% - 50px);
  }
  body.pack[data-page="home"] #apoio-banner .card-apoio .content h1.title {
    color: #145E3D;
    font-size: 18px;
    font-weight: 700;

  }
  body.pack[data-page="home"] #apoio-banner .card-apoio .content p.desc {
    color: #404040;
    font-size: 14px;    
  }



  /* Titulos */
  body.pack .box-title {
    display: block;
    text-align: center;
    margin: 0;
  }
  body.pack .box-title .box-subtext {
    font-size: 24px;
  }
  body.pack .box-title .box-text a,
  body.pack .box-title .box-text {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }

  /* Listagem produto */
  body.pack .section-product {
    padding: 30px 0 15px 0;
  }
  body.pack .product-list {
    margin-top: 15px;
  }
  body.pack .product-list .product-image {
    border-radius: 15px;
  }
  body.pack .product-list .product-image .link-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  body.pack .product-list .product-image .tags .tag-promotion {
    top: 3px;
    left: 3px;

    font-size: 12px;
    width: 40px;
    height: 40px;
  }
  body.pack .product-list .product .product-info .tit {
    font-size: 14px;
    text-align: center;
    margin: 5px 0;
  }

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

  body.pack .product-list .product .product-info .container-price span.price-label {
    font-size: 14px;
    margin: 5px 0 0 0;
  }

  body.pack .product-list .product .product-info .container-price span.price {
    font-size: 22px;
    line-height: 26px;
  }
  body.pack .product-list .product .product-image .botao-maisdetalhes {
    padding: 0 25px;
    font-size: 14px;
  }
  

  /* Categorias */
  body.pack #categorias #carousel-categorias {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  body.pack #categorias #carousel-categorias .card-categoria h1.title {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  body.pack #categorias .carousel-categorias-nav {
    display: none;
  }
  body.pack #categorias .owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    
    top: 10px;
    right: 10px;
    margin: 0;
  }
  body.pack #categorias .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    
    border: none;
    background-color: #ffffff;
    border-radius: 100px;
    margin: 0;
  }
  body.pack #categorias .owl-nav .owl-prev svg {
    display: block;
    fill: #008E1F;
    width: 100%;
    height: 100%;
  }
  body.pack #categorias .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    
    border: none;
    background-color: #ffffff;
    border-radius: 100px;
    margin: 0;
  }
  body.pack #categorias .owl-nav .owl-prev .nav-prev,
  body.pack #categorias .owl-nav .owl-next .nav-next {
    padding: 10px;
    height: 40px;
  }
  body.pack #categorias .owl-nav .owl-next svg {
    display: block;
    fill: #008E1F;
    width: 100%;
    height: 100%;
  }
  


  /* Sobre */
  body.pack .sobre {
    padding: 110px 0 50px 0;
  }
  body.pack .sobre .card-sobre {
    padding: 30px;
  }
  body.pack .sobre .card-sobre::before {
    right: 0;
  }
  body.pack .sobre .card-sobre .logo {
    position: initial;
    margin: -100px auto 10px auto;
  }
  body.pack .sobre .card-sobre p {
    max-width: unset;
    text-align: center;
  }
  body.pack .sobre .card-sobre p::before {
    content: unset;
  }
  body.pack .sobre .card-sobre .botao {
    margin: auto;
  }


  /* Redes sociais */
  body.pack .redes-sociais {
    padding: 20px 0 50px 0;
  }
  body.pack .redes-sociais .card-redessociais {
    display: block;
    padding: 30px;
    border-radius: 30px;
  }
  body.pack .redes-sociais .card-redessociais .title .hashtag {
    width: 50px;
    height: 50px;
  }
  body.pack .redes-sociais .card-redessociais .title h1.title {
    font-size: 28px;
  }
  body.pack .redes-sociais .card-redessociais ul.redes {
    justify-content: center;
    margin: 20px 0 0 0;
  }
  body.pack .redes-sociais .card-redessociais ul.redes li {
    width: 50px;
    height: 50px;
  }
  body.pack .barra-contato ul.contatos li .icon svg {
    fill: #ffffff;
  }


  /* Newsletter */  
  body.pack .newsletter {
    padding: 30px 0;
  }
  body.pack .newsletter .icon {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  body.pack .newsletter h1.title {
    margin-bottom: 15px;
  }
  body.pack .newsletter .form-newsletter .input-group {
    gap: 10px;
  }
  body.pack .newsletter .form-newsletter button.btn-new {
    padding: 0 30px;
  }



  /* Barra Contato */
  body.pack .barra-contato {
    background-attachment: unset;
  }
  body.pack .barra-contato .logo {
    margin-bottom: 20px;
    max-width: 200px;
  }
  body.pack .barra-contato ul.contatos {
    display: block;
  }
  body.pack .barra-contato ul.contatos li {
    gap: 15px;
  }
  body.pack .barra-contato ul.contatos li.mail {
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
  }
  body.pack .barra-contato ul.contatos li.mail::after {
    content: unset;
  }




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

  body.pack .footer .site-map li a {
    font-weight: 400!important;
  }

  body.pack .footer h4.tit {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
  }

  body.pack .footer ul.redes {
    justify-content: center;
  }
  body.pack .footer .selos {
    margin-top: 40px;
  }
  body.pack .footer .selos img.pagamentos {
    margin-bottom: 30px;
  }
  body.pack .footer .selos img.seguranca {
    display: flex;
    margin: auto;
    max-width: 200px;
  }




  body.pack[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1 {
    font-size: 42px;
    line-height: normal;
  }
  /* Breadcrumbs */
  body.pack[data-page="produtos-list"] #breadcrumbs .faixa {
    position: initial;
    width: 100%;
  }
  body.pack #breadcrumbs .faixa .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  body.pack #breadcrumbs .faixa ul,
  body.pack #breadcrumbs .faixa ul li:first-child {    
    flex-wrap: wrap;
  }




  /* Página produto */
  body.pack[data-page="produto-detalhes"] .nav-tabs {
    display: flex;
    justify-content: space-around;
  }

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

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

  body.pack[data-page="produto-detalhes"] #breadcrumbs {
    padding: 15px 0;
  }
  body.pack[data-page="produto-detalhes"] #breadcrumbs ul,
  body.pack[data-page="produto-detalhes"] #breadcrumbs ul li {
    padding: 0;
    margin: 0;
  }

  body.pack[data-page="produtos-list"] #breadcrumbs {
    padding: 15px 0;
  }
  body.pack[data-page="produtos-list"] #breadcrumbs ul,
  body.pack[data-page="produtos-list"] #breadcrumbs ul li {
    padding: 0;
    margin: 0;
  }

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

  body.pack[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
    padding: 0;
  }
  body.pack[data-page="produto-detalhes"] #product .gallery .gallery-products .item img{
    width: 100%;
    height: auto;  
    -o-object-fit: contain;
    object-fit: contain;
    box-shadow: none;
  }
  body.pack[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito {
    top: 15px;
    right: 15px;
  }
  body.pack[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom {
    bottom: 40px;
    right: 15px;
  }

  body.pack[data-page="produto-detalhes"] #product .ref-cor {
    display: none;
  }

  body.pack[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
  }
  body.pack[data-page="produto-detalhes"] #product .price-container .price-info .promo-parcela {
    text-align: center;
  }
  body.pack[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc {
    text-align: center;
  }

  body.pack[data-page="produto-detalhes"] .bootstrap-touchspin {
    justify-content: center;
  }

  body.pack[data-page="produto-detalhes"] #product .buy .comprar-block {
    justify-content: center;
  }
  body.pack[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart {
    margin: 15px 0;
  }
  body.pack[data-page="produto-detalhes"] #product .price-final {
    margin: 0;
  }

  body.pack[data-page="produto-detalhes"] #product .select-variations.isMedida {
    margin-top: 30px;
  }
  
  body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text {
    margin-bottom: 15px;
  }
  body.pack[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod {
    width: fit-content;
    padding: 0 20px;
    font-size: 14px;
  }

  body.pack[data-page="produto-detalhes"] #product #box-share span.info-text {
    text-align: center;
    margin-bottom: 5px;
  }
  body.pack[data-page="produto-detalhes"] #product #box-share .a2a_kit {
    justify-content: center;
    gap: 10px;
  }

  body.pack[data-page="produto-detalhes"] .about .card {
    margin-bottom: 30px;
  }
  body.pack[data-page="produto-detalhes"] .about .card-header button {
    padding: 30px 30px 30px 80px;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    white-space: normal;
  }
  body.pack[data-page="produto-detalhes"] .about .card-header button .icon {
    width: 80px;
  }
  body.pack[data-page="produto-detalhes"] .about .card-header button .arrow {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  body.pack[data-page="produto-detalhes"] .about .card-body {
    padding: 0 30px 30px 30px;
    color: #272626;
    font-size: 14px;
  }




  .botao-addcarrinho {
    display: none!important;
  }
  .botao-maisdetalhes {
    display: none!important;
  }
}



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


  body.pack .category .sidebar.cat {
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    background: #fff;
    padding-top: 30px;
    display: none;
    height: 100vh;
    padding-bottom: 60px;
  }

  body.pack .category .sidebar.cat.visible {
    display: block;
  }
}





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