<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b-lazy {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}
.b-loaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

*{
  /* font-size: 14px; */
  font-family: 'Roboto', sans-serif;
}

.owl-carousel {
  opacity: 0;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 0;
}
.owl-carousel.owl-loaded{
  opacity: 1;
}
body {
  /* background-color: #fefcf9; */
  background-color: #ffffff;
}
body[data-page="produtos-list"] main{
  background-color: #F2F2F2;
}

/* NAVBAR MOBILE */

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

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

body.agrilat .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.agrilat .barra-topo {
  background-color: #00378A;
  padding: 10px 0;
}

body.agrilat .barra-topo .numbers {
  display: flex;
  align-items: center;
  justify-content: end;
}

body.agrilat .barra-topo p {
  display: flex;

  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
body.agrilat .barra-topo .number a:first-child {
  margin-left: 0;
}
body.agrilat .barra-topo .number a:last-child {
  margin-right: 0;
}
body.agrilat .barra-topo .number a{
  margin: 0 7.5px;
}
body.agrilat .barra-topo a{
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}

body.agrilat .barra-topo .icon {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 20px;
  height: 20px;
  margin-right: 10px;
}

body.agrilat .barra-topo .icon svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

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

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

body.agrilat .barra-topo ul li::after{
  content: '|';
  margin: 0 20px;
  color: #ffffff;
  font-weight: 400;
}

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

body.agrilat .barra-topo ul li a {
  color: #ffffff;
  font-weight: 400;
}

body.agrilat header.header-bg {
  background-color: #ffffff;
}
body.agrilat 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: 9999999999;
}
body.agrilat header.header-bg.fixo .logo-base {
  padding: 20px;
}

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

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

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

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

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

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

body.agrilat header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.agrilat header.header-bg .search input{
  border: 0;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #f6f5f2;
}
body.agrilat header.header-bg .search input:focus{
  border: 2px solid #ef7d2d;
  outline: none !important;
  box-shadow: none;
}
body.agrilat 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.agrilat 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.agrilat header.header-bg .search .btn-search:hover{
  background-color: #ef7d2d;
}
body.agrilat header.header-bg .search .btn-search:hover svg{
  fill: #fff;
}
/* .btn:focus,.btn:active,.form-control:focus,input:active {
  outline: none !important;
  box-shadow: none;

  border: 2px solid #565656;
} */

body.agrilat header.header-bg .menu-user {
  cursor: pointer;
}
body.agrilat header.header-bg .menu-user svg{
  fill: #565656;
  width: 25px;

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

body.agrilat header.header-bg .col-search-mobi {
  cursor: pointer;
}
body.agrilat header.header-bg .col-search-mobi svg{
  fill: #00378A;
  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.agrilat 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.agrilat header.header-bg .col-cart-mobi {
  cursor: pointer;
}
body.agrilat header.header-bg .col-cart-mobi svg{
  fill: #00378A;
  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.agrilat header.header-bg .menu-account {
  cursor: pointer;
}
body.agrilat header.header-bg .menu-account svg{
  fill: #00378A;
  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.agrilat header.header-bg .menu-account span{
  display: inline-block;  
  background-color: #63666c; 
  width: 25px;
  height: 25px;

  text-align: center;
  vertical-align: middle;
  line-height: 25px;

  font-size: .9rem;
  color: #fff;

  border-radius: 15px;
}
 */

body.agrilat header.header-bg p.atendimento {
  color: #030304;
  margin: 0;
}

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

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

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

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

  top: 0;
  bottom: 0;
  left: 8px;

  width: 19px;
  height: 100%;

  z-index: 9999;
}
body.agrilat header.header-bg .col-search form .input-group .icon svg {
  fill: #4890FA;
  width: 100%;
  height: 100%;
}
body.agrilat header.header-bg .col-search form input.input {
  width: 100%;
  height: 35px;

  padding-left: 35px;

  border: 1px solid #4890FA;
  border-radius: 4px;

  font-size: 12px;
  
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-shadow:none;
}
body.agrilat header.header-bg .col-search form input.input:focus {
  box-shadow: none;
  border-color: #030304;
}

body.agrilat header.header-bg .col-search form button {

  width: 60px;
  height: 50px;

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

  color: #ffffff;
  text-transform: uppercase;

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

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

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

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

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

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

}

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

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

  width: 30px;
  height: 30px;
}

body.agrilat header.header-bg .menu-cart svg{
  fill: #00378A;
  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.agrilat header.header-bg .menu-cart span.tag{
  position: absolute;
  top: -10px;
  right: -10px;
  
  display: flex;  
  background-color: #E5352E; 
  min-width: 20px;
  padding: 0 5px;
  height: 20px;

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

  font-size: .7rem;
  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.agrilat header.header-bg .menu-my-cart {
  position: relative;
  height: 100%;
}

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

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

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

body.agrilat .shopping-cart {
  width: 500px;
  padding: 0 20px 20px 20px;
  top: 100%;
}

.shopping-cart {
  background: white;
  width: 420px;
  position: absolute;
  top: 100%;
  right: -10px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
  z-index: 12;
}

.shopping-cart .shopping-cart-items {
  padding-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

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

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

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

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

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

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

body.agrilat .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.agrilat #menu-desktop {
  background-color: #ffffff;
}

body.agrilat #menu-desktop .bar-menu {
  position: relative;
  background-color: #00378A;
  border-top: 1px solid #4890FA;
}

body.agrilat #menu-desktop .bar-menu .half-triangle-shadow {
  position: absolute;  

  top: -1px;
  right: 0;
  
  width: 71px;
  height: 71px;
}
body.agrilat #menu-desktop .bar-menu .half-triangle-shadow svg {
  fill: #4890FA;

  width: 100%;
  height: 100%;
}

body.agrilat #menu-desktop .bar-menu .half-triangle {
  position: absolute;  

  top: -2px;
  right: -5px;
  
  width: 74px;
  height: 74px;
}
body.agrilat #menu-desktop .bar-menu .half-triangle svg {
  fill: #ffffff;
  
  width: 100%;
  height: 100%;
}


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

  /* margin-right: 50px; */
  padding-right: 25px;
}

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

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

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

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

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

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

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

  display: flex;
  align-items: center;
}

body.agrilat #menu-desktop .bar-menu li.nav-item:hover a,
body.agrilat #menu-desktop .bar-menu li:hover .dropdown-toggle{
  color: #ffffff;
}
@media(max-width:1400px) {
  body.agrilat #menu-desktop .bar-menu li.nav-item a,
  body.agrilat #menu-desktop .bar-menu li .dropdown-toggle{
    font-size: 14px;
    font-weight: 700;
  }
  body.agrilat #menu-desktop .bar-menu li.dropdown-list {
    padding-right: 20px;
  }
  body.agrilat #menu-desktop .bar-menu li .dropdown-toggle::after {
    padding-left: 10px;
  }
}

body.agrilat #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: #F24E1E;  

  -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.agrilat #menu-desktop .bar-menu li:hover .dropdown-toggle::after {
  color: #ffffff;
}

.dropdown-menu {
  left: auto;
}

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

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

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

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

  margin-top: -1px;
  left: auto;
  
  
  width: auto;
  min-width: 536px;
  max-width: 688px;

  height: auto;

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

  cursor: default!important;
}



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

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

body.agrilat #menu-desktop .bar-menu .dropdown-menu li{  
  position: relative;
  margin-left: 0; 
  margin-right: 30px; 
  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.agrilat #menu-desktop .bar-menu .dropdown-menu a{
  display: block;
  margin: 0;
  color: #000000;
  font-weight: 400;
  text-decoration: none;

  padding: 10px 0;
  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.agrilat #menu-desktop .bar-menu .dropdown-menu a:hover{
  color: #F24E1E;
}






/* BANNERS */




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

body.agrilat #banner .swiperBanner img {
  width: 100%;
  /* height: 530px; */

  object-fit: cover;
}

body.agrilat #banner .swiperBanner .navs-banner {
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.agrilat #banner .swiperBanner .swiper-pagination {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 20px;
}
body.agrilat #banner .swiperBanner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  
  background-color: rgba(0, 55, 138, .5);
  border-radius: 5px;
  
  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.agrilat #banner .swiperBanner .swiper-pagination-bullet:hover {
  background-color: #00378A;
}
body.agrilat #banner .swiperBanner .swiper-pagination-bullet:last-child{
  margin: 0;
}

body.agrilat #banner .swiperBanner .swiper-pagination-bullet-active {
  background-color: #F24E1E!important;
}





/* MINI BANNERS */

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

  /* background-color: #cf9469; */
}

body.agrilat[data-page="home"] #apoio-banner .cards-apoio {
  position: relative;
  background-color: #00378A;
  padding: 25px 0;
}
body.agrilat[data-page="home"] #apoio-banner .cards-apoio::before {
  position: absolute;
  content: '';

  top: 0;
  bottom: 0;
  left: -2px;
  margin: auto;

  width: 2px;
  height: calc(100% - 10px);

  background-color: #F24E1E;
}
body.agrilat[data-page="home"] #apoio-banner .cards-apoio::after {
  position: absolute;
  content: '';

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

  width: 2px;
  height: calc(100% - 10px);

  background-color: #F24E1E;
}
body.agrilat[data-page="home"] #apoio-banner .card-apoio {
  text-align: center;
}
body.agrilat[data-page="home"] #apoio-banner .col-lg-3:last-child .card-apoio {
  border-right: 0;
}
body.agrilat[data-page="home"] #apoio-banner .card-apoio .icon{
  position: relative;
  display: flex;
  align-items: center;

  width: 40px;
  height: 40px;

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

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

body.agrilat[data-page="home"] #apoio-banner .card-apoio .icon svg{
  fill: #192325;
  width: 100%;
  height: 100%;

}

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


body.agrilat[data-page="home"] #apoio-banner .card-apoio p{
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}



/* TÃTULO SESSÃƒO */


body.agrilat .box-title {
  display: block;
}

body.agrilat .box-title .box-text a,
body.agrilat .box-title .box-text {
  position: relative;
  display: inline-block;

  color: #000000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
}

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

  left: 10px;
  bottom: 0;

  width: calc(100% - 20px);
  height: 4px;
  
  background-color: #00378A;
}

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

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

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


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

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

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

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



/* LISTA DE PRODUTOS */

body.agrilat .section-product {
  padding: 3rem 0;
  background-color: #F2F2F2;
}

body.agrilat .product-list{
  position: relative;
  margin-top: 30px;
}
body.agrilat .product-list .product{
  margin: 15px 0;  
}
body.agrilat .product-list .product a{
  display: block;
  
  text-decoration: none;
  background-color: #ffffff;
  
  padding: 15px;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.agrilat .product-list .product a:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
body.agrilat .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;
  margin-bottom:0px;
}
body.agrilat[data-page="produtos-list"] .bg-categoria-list-prod{
  background: #FFF;
  display: none;
}
body.agrilat[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1{
  color:#00378A;
}
body.agrilat .product-list .product-image .tags .tag-promotion{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 0;
  left: 0;
  padding: 3px 12.5px;
  border-radius: 0;

  background-color: #00378A;

  z-index: 1;

  color: #ffffff;
  font-size: 14px;
  font-weight: 600;  

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.agrilat .product-list .product:hover .product-image .tags .tag-promotion{
  background-color: #F24E1E;
}
body.agrilat .product-list .product-image .tags .tag-favorito{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 0;
  right: 0;

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

  background-color: #ffffff;
  transform: scale(.8);
  opacity: 0;
  
  padding: 10px;  
  z-index: 2;

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

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

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

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

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

body.agrilat .product-list a:hover .product-image .tags .tag-favorito {
  transform: scale(1);
  opacity: 1;
}

body.agrilat .product-list .product .product-image {
  position: relative;
  
  background-color: #ffffff;
  padding: 0;
  overflow: hidden;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.agrilat .product-list .product .product-image img{
  width: 100%;  
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
  height: 250px;

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

body.agrilat .product-list .product .product-info {
  padding: 0;
  text-decoration: none;
}
body.agrilat .product-list .product .product-info .tit {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin: 8px 0 5px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 20px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.agrilat .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.agrilat .product-list .product .product-info .container-price .col-price:first-child{
  position: relative;
}
body.agrilat .product-list .product .product-info .container-price .col-price:first-child::after{
  position: absolute;
  content: '';

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

  width: .5px;
  height: 75%;

  background-color: #dadada;
}
body.agrilat .product-list .product .product-info .container-price span.price-label{
  display: block;
  color: #747778;
  font-size: 14px;
  font-weight: 400;
}
body.agrilat .product-list .product .product-info .container-price span.price-label b{
  text-decoration: line-through;
}

body.agrilat .product-list .product .product-info .container-price span.price{
  position: relative;
  
  color: #000000;
  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.agrilat .product-list .product .product-info .container-price span.installment {
  display: block;
  margin: 0;
  
  color: #747778;
  font-size: 14px;
  font-weight: 400;  
}
body.agrilat .product-list .product .product-info .container-price span.installment.avista {
  color: #000;
}
body.agrilat .product-list .product .product-info .container-price span.installment b {  
  color: #4890FA;
  font-size: 16px;
  font-weight: 600;
}
body.agrilat .product-list .product .botao-comprar {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  padding: 10px 0;

  background-color: #00378A;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);

  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}






/* Sobre */

body.agrilat .husqvarna{
  position: relative;
  background-color: #f7f7f7;
  padding: 80px 0;
}

body.agrilat .husqvarna .image {
  position: relative;
}
body.agrilat .husqvarna .image::before {
  position: absolute;
  content: '';
  
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  background: url('../img/render-husqvarna-light.png') no-repeat;
  background-size: cover;
  animation: light_tractor .75s ease-in-out infinite;
}

@keyframes light_tractor {
  0% {
    opacity: 0;
  }
/*   45% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  } */
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
} 

body.agrilat .husqvarna .image img{
  width: 100%;
  height: auto;
}


body.agrilat .husqvarna .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 100%;
  height: 70px;

  margin-bottom: 15px;
}
body.agrilat .husqvarna .logo img {
  width: 100%;
  height: 100%;
  
  -o-object-fit: contain;
  object-fit: contain;
  
  -o-object-position: left;
  object-position: left;
}
body.agrilat .husqvarna .card-husqvarna h1.title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
body.agrilat .husqvarna .card-husqvarna p.desc {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

body.agrilat .husqvarna .card-husqvarna .botao-veja {
  display: block;

  background-color: #00378A;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 4px;
  
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  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.agrilat .husqvarna .card-husqvarna .botao-veja:hover {
  background-color: #F24E1E;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}




/* Categorias */
body.agrilat .categorias .row::before,
body.agrilat .categorias .row::after {
  content: none;
}
body.agrilat .categorias {
  background-color: #ffffff;
  padding: 100px 0;
}
body.agrilat .categorias .card-categoria {
  position: relative;
  display: block;
  text-decoration: none;

  background-color: #00378A;
  padding: 30px;
  border-radius: 8px;
  
  -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.agrilat .categorias .card-categoria:hover {
  box-shadow: 8px 8px 24px rgba(4, 38, 89, .53);
}


body.agrilat .categorias .card-categoria .image {
  display: block;
  width: 100%;
  height: 0;
}
body.agrilat .categorias .card-categoria .image img {
  position: absolute;
  
  top: 0;
  left: -25%;
  
  width: 150%;
  height: auto;

  opacity: 0;
  transform: scale(.8);
  
  -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.agrilat .categorias .card-categoria .image.adjusted img {
  opacity: 1;
  transform: scale(1);
}
body.agrilat .categorias .card-categoria .image.two img{
  top: -20%;

  width: 150%;
}

body.agrilat .categorias .card-categoria h1.title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
body.agrilat .categorias .card-categoria .botao-veja {
  background-color: transparent;
  padding: 10px 35px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  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.agrilat .categorias .card-categoria:hover .botao-veja {
  background-color: #4890FA;
  border-color: transparent;

  box-shadow: 8px 8px 24px rgba(4, 38, 89, .76);
}




/* Parceiros */
body.agrilat .parceiros {
  background-color: #ffffff;
  padding: 60px 0;
}
body.agrilat .parceiros .logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

  width: 100%;
}
body.agrilat .parceiros .logos .logo {
  width: 200px;
  height: 70px;
}
body.agrilat .parceiros .logos .logo img {
  width: 100%;
  height: 100%;

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

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




/* Sobre */
body.agrilat .sobre {
  position: relative;
  background-color: #F2F2F2;
  padding: 150px 0;
}

body.agrilat .sobre .text {
  position: relative;
  z-index: 1;
}
body.agrilat .sobre h2.subtitle {
  color: #00378A;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
body.agrilat .sobre h1.title {
  color: #000000;
  font-size: 65px;
  font-weight: 500;
  margin: 60px 0;
}
body.agrilat .sobre p.desc {
  color: #1E1E1ECC;
  font-size: 26px;
  letter-spacing: -.8px;
  font-weight: 400;
  margin: 0;
}
body.agrilat .sobre .image {
  position: absolute;
  
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 0;
}
body.agrilat .sobre .image img {
  width: 100%;
  height: 100%;

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

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




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





/* Breadcrumbs */

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

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

  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

body.agrilat #breadcrumbs a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
body.agrilat #breadcrumbs a:hover {
  color: #E5352E;
}

body.agrilat #breadcrumbs ul li::after {
  content: "Â»";
  color: #E5352E;
  font-size: 14px;
  font-weight: 500;
  margin: 0 19px;
}

body.agrilat #breadcrumbs ul li:last-child:after {
  content: '';
}
//// PRODUTO
body.agrilat[data-page="produto-detalhes"] #breadcrumbs {
  position: relative;
  padding: 25px 0;
}

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

body.agrilat[data-page="produto-detalhes"] #breadcrumbs ul{
  display: block; 
}

body.agrilat[data-page="produto-detalhes"] #breadcrumbs ul li {
  position: relative;

  float: left;
  line-height: 20px;
  margin-right: 20px;

  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

body.agrilat[data-page="produto-detalhes"] #breadcrumbs a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
body.agrilat[data-page="produto-detalhes"] #breadcrumbs a:hover {
  color: #E5352E;
}

body.agrilat[data-page="produto-detalhes"] #breadcrumbs ul li::after {
  content: "Â»";

  position: absolute;
  right: -32.5px;

  color: #E5352E;
  font-size: 14px;
  font-weight: 500;
  /* margin: 0 15px; */
}

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

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

  padding: 40px 0 0 0;

  background-color: #f2f2f2;
}

/* body.agrilat[data-page="produto-detalhes"] .about .card-about {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 30px;

  box-shadow: 0 10px 57px rgba(0, 0, 0, .1);
} */
body.agrilat[data-page="produto-detalhes"] .about .nav-tabs {  
  display: flex;
  justify-content: space-between;

  border: 0;
}

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

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

  display: flex;
  align-items: center;

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

  width: 100%;
  height: 100%;
  padding: 10px 30px;    

  border-radius: 0;
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
  border-bottom: 4px solid transparent!important;
  
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

body.agrilat[data-page="produto-detalhes"] .about .nav-link p {
  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.agrilat[data-page="produto-detalhes"] .about .nav-item:hover .nav-link p {
  color: #F24E1E;
}

body.agrilat[data-page="produto-detalhes"] .about .nav-item.active .nav-link {
  position: relative;
  
  color: #000000;
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;

  z-index: 0;

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


body.agrilat[data-page="produto-detalhes"] .about .nav-item.active .nav-link p {
  color: #000000!important;
  font-weight: 700;
}

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

body.agrilat[data-page="produto-detalhes"] .about .tab-content .tab-pane{
  padding: 60px;

  background-color: #ffffff;
}

body.agrilat[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header{
  background-color: #4890FA;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;

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

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

body.agrilat[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header[aria-expanded="true"]{
  background-color: #00378A;  
  color: #ffffff;

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

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

body.agrilat[data-page="produto-detalhes"] .about .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0;
  border-radius: 0;

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

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

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

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

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

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

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.agrilat[data-page="produto-detalhes"] .about .box-about:hover{
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, .25);  
  box-shadow: 0px 0px 30px rgba(40, 40, 40, .25);  
}

body.agrilat[data-page="produto-detalhes"] .about .box-about .text {
  display: flex;
  align-items: center;
  height: 75px;  
}
body.agrilat[data-page="produto-detalhes"] .about .box-about .text p{
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;

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

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

body.agrilat[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;  
  margin-bottom: 10px;
}
body.agrilat[data-page="produto-detalhes"] #product .gallery .gallery-products img{
  background-color: #ffffff;

  border: 15px solid #F7F7F7;

  width: 100%;
  height: 0;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;

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

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

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

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

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

  top: 30px;
  right: 30px;

  width: 30px;
  height: 30px;
}

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

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

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

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

body.agrilat[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span{
  background: #fff;
  box-shadow: 0 2px 10px rgba(40, 40, 40, .5);
}
body.agrilat[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot.active span{
  background: #00378A;
}


body.agrilat[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .owl-stage {
  padding-bottom: 4px;
}
body.agrilat[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item{
  cursor: pointer;
  background-color: #F7F7F7;
  border-radius: 0;
  border: 3px solid transparent;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.agrilat[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active{
  border: 3px solid #00378A;
}
body.agrilat[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item img{
  -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.agrilat[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item:hover img{  
  opacity: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
body.agrilat[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active img{
  opacity: 1;  
}

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

body.agrilat[data-page="produto-detalhes"] #product .whatsapp {
  position: relative;
  
  display: flex;
  align-items: center;
  
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  
  border: 2px solid #4890FA;
  text-decoration: none;
  
  width: fit-content;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  padding: 16px 40px;

  z-index: 0;

  box-shadow: 0 4px 4px rgba(0, 0, 0, .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.agrilat[data-page="produto-detalhes"] #product .whatsapp:hover {
  background-color: #29d166;
  border-color: transparent;
  box-shadow: none;
}

body.agrilat[data-page="produto-detalhes"] #product .whatsapp .icon{
  position: relative;
  /* background-color: #a1785c; */
  
  width: 30px;
  height: 30px;
  margin-left: 15px;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.agrilat[data-page="produto-detalhes"] #product .whatsapp .icon svg{
  fill: #00378A;
  
  width: 100%;
  height: 100%;

  z-index: 2;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.agrilat[data-page="produto-detalhes"] #product .whatsapp:hover .icon svg {
  fill: #ffffff;
}

body.agrilat[data-page="produto-detalhes"] #product .whatsapp p{
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}
body.agrilat[data-page="produto-detalhes"] #product .whatsapp:hover p {
  color: #ffffff;
}

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

body.agrilat[data-page="produto-detalhes"] #product .product-title .product-name{
  color: #000000;
  font-size: 30px;
  font-weight: 400;
}

body.agrilat[data-page="produto-detalhes"] #product .aval-block .star-rating {
  font-size: 28px;
}
body.agrilat[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: #d0d0d0;
  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: #000000;
  transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  font-family: 'FontAwesome';
}

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

body.agrilat[data-page="produto-detalhes"] #product .aval-ref p.ref {
  text-align: end;
  font-size: .85rem;
  color: #434343;
  margin: 0;
}
body.agrilat[data-page="produto-detalhes"] #product .share-title {
  color: #030304;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem 0 0 0;
}

body.agrilat[data-page="produto-detalhes"] #product .price-container {
  margin-top: 25px;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .old-price del{
  color: #434343;
  font-size: 1rem;
  font-weight: 400;  
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #a7a7a7;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;  
  margin: 0;
}

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


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

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

body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .botaoFormas {
  display: flex;
  align-items: center;
  gap: 5px;

  color: #00378A;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .botaoFormas:hover {
  text-decoration: underline;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .botaoFormas .icon svg {
  display: block;
  fill: #00378A;
  width: 20px;
  height: 20px;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info #collapseFormas.collapse,
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info #collapseFormas.collapsing {
  margin-top: 10px;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info #collapseFormas #accordion {
  display: grid;
  gap: 10px;
  width: 100%;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card {
  border-radius: 5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-header {
  border: none;
  padding: 0;
  background-color: transparent;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-header h5 {
  margin: 0;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 10px;    
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment .logo {
  display: flex;
  align-items: center;
  gap: 6px;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment .logo img{
  width: auto;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment .logo .badge-discount {
  display: flex;
  align-items: center;
  
  height: 25px;
  padding: 0 8px;
  background-color: #18c659;

  border-radius: 3.5px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment .valor {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment .valor.parcelas::after{
  font-family: FontAwesome;
  content: "\f078";
  font-size: 8px;
  line-height: 3px;
  display: initial;
  margin-left: initial;
  vertical-align: initial;
  border: initial;

  transform: rotate(-180deg);

  -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.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-header .botao-payment.collapsed .valor.parcelas::after {
  transform: rotate(0deg);
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-body {
  display: flex;

  padding: 0;
  background-color: #fff;
  border-top: 1px dashed #d9d9d9;
  border-radius: 0 0 5px 5px;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-body ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-body ul li {
  display: block;
  padding: 10px;

  color: #6c6c6c;
  font-size: 12px;
  font-weight: 400;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-body ul li:nth-child(even) {
  background-color: #f7f7f7;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-body ul li span {
  color: #00378A;
  font-size: 12px;
  font-weight: 700;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-body ul li b {
  font-size: 12px;
  font-weight: 700;
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info img {
  width: 100%
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .card-header .desconto{
  color: #6c6c6c;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}

body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .promo-parcela{
  display: block;
  color: #E5352E;
  font-size: 16px;
  font-weight: 600;  
}

body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc{
  display: block;
  color: #4890FA;
  font-size: 16px;
  font-weight: 500;  
}
body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc b {
  font-size: 18px;
  font-weight: 700;
}

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

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

body.agrilat[data-page="produto-detalhes"] #product .select-variations.colors {
  border-bottom: 0;
  padding: 0;
}
body.agrilat[data-page="produto-detalhes"] #product .select-variations .areacor {
  border: 2px solid #d98e04;
  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.agrilat[data-page="produto-detalhes"] #product .select-variations .areacor:hover {
  filter: brightness(0.8);
}

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

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

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

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

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

  width: 100%;
  height: 100%;
  min-height: 55px;
  padding: 10px;
  
  background-color: #F7F7F7;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.agrilat[data-page="produto-detalhes"] #product .buy .comprar-block {
  display: flex;
  justify-content: center;
  width: 100%;
}
body.agrilat[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart{
  position: relative;
  display: block;

  width: 100%;
  max-width: 100%;
  
  border: 0;
  border-radius: 9px;
  background: #00378A;
  margin: 30px 0 0 0;

  padding: 15px 90px;
  
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  
  z-index: 0;
  
  overflow: hidden;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

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

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

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

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

body.agrilat[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.agrilat[data-page="produto-detalhes"] #product .buy .comprar-wpp {
  width: 100%;
}

body.agrilat[data-page="produto-detalhes"] #product .buy .comprar-wpp a:focus {
  box-shadow: none
}

body.agrilat[data-page="produto-detalhes"] #product .buy .comprar-wpp a {
  position: relative;
  display: block;
  width: 100%;
  /* max-width: 300px; */
  height: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #25d366;
  border: 2px solid #25d366;
  border-radius: 7.5px;
  background-color: transparent;
  box-shadow: none;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

body.agrilat[data-page="produto-detalhes"] #product .buy .comprar-wpp a:hover {
  background-color: #25d366;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  color: #fff
}

body.agrilat[data-page="produto-detalhes"] #product .buy .comprar-wpp a svg {
  fill: #25d366;
  width: 1.5rem;
  margin-right: 10px;    
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

body.agrilat[data-page="produto-detalhes"] #product .buy .comprar-wpp a:hover svg {
  fill: #fff
}

body.agrilat[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text{
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
body.agrilat[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .text-left .info-text {
  text-align: left;
}

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

body.agrilat[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  width: calc(100% - 115px);
  height: 40px;
  border: none;
  border-right: 0!important;
  border-radius: 4px;

  background-color: #f2f2f2;
  box-shadow: none;

  font-size: 14px;
}

body.agrilat[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:hover{
  box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
}
body.agrilat[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:focus{
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

body.agrilat[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod{
  position: relative;
  
  background-color: #00378A;
  padding: 0;
  width: 105px;
  height: 40px;
  
  border: none;
  border-radius: 4px;  
  box-shadow: none;
  
  z-index: 0;
  overflow: hidden;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.agrilat[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover{
  background-color: #de3c0a;
}

body.agrilat[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod div{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

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





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





/* Newsletter */

body.agrilat .newsletter {
  background-color: #00378A;
  padding: 15px 0;
}

body.agrilat .newsletter h1.title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;

  margin: 0;
}

body.agrilat .newsletter .form-newsletter input {
  position: relative;

  width: calc(100% - 175px);
  height: 55px;
  
  box-shadow: none;
  border: none;
  border-radius: 0;

  border-bottom: 2px solid #F24E1E;
  background-color: transparent;
  
  color: #ffffff;

  overflow: initial!important;

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

body.agrilat .newsletter .form-newsletter ::placeholder {
  color: rgba(242, 242, 242, 0.8);
  opacity: 1; /* Firefox */
}

body.agrilat .newsletter .form-newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(242, 242, 242, 0.8);
}

body.agrilat .newsletter .form-newsletter ::-ms-input-placeholder { /* Microsoft Edge */
 color: rgba(242, 242, 242, 0.8);
}

body.agrilat .newsletter .form-newsletter input:hover {
  background-color: rgba(242, 78, 30, .45);
  border-color: rgba(242, 78, 30, .45);
  border-radius: 8px 0 0 8px;
}

body.agrilat .newsletter .form-newsletter input:focus {
  opacity: 1;
  background-color: #F24E1E;
  border-color: #F24E1E;
  border-radius: 8px 0 0 8px;
}

body.agrilat .newsletter .form-newsletter input:hover + button,
body.agrilat .newsletter .form-newsletter input:focus + button {
  border-radius: 0 8px 8px 0!important;
}

body.agrilat .newsletter .form-newsletter button {
  position: absolute;
  width: 175px;
  height: 55px;
  right: 0;
  
  background-color: #F24E1E;
  /* padding: 0 50px; */
  
  border: none;
  border-radius: 8px;
  
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;

  z-index: 0;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.agrilat .newsletter .form-newsletter button::before {
  position: absolute;
  content: '';

  bottom: 0;
  left: 0;

  width: 50%;
  height: 100%;
  border-bottom: 2px solid #F24E1E;

  background-color: transparent;
}
body.agrilat .newsletter .form-newsletter button:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  background-color: #de3c0a;
}




/* Footer */


body.agrilat .footer {
  position: relative;
  background-color: #fafafa;
  
  border: 0;
  padding: 40px 0 40px 0;
}

body.agrilat .footer .logo img {
  width: 100%;
  max-width: 275px;
  margin-bottom: 20px;
}
body.agrilat .footer p.desc {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

body.agrilat .footer h4.tit {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 1rem;
}

body.agrilat .footer ul.list-item {
  padding: 0;
}
body.agrilat .footer ul.list-item li {
  margin-bottom: .5rem;
}
body.agrilat .footer ul.list-item li:last-child{
  margin: 0;
}
body.agrilat .footer ul.list-item li a.number {
  color: #3a2c2d;
  font-size: 20px;
  font-weight: 700;
}
body.agrilat .footer ul.list-item li a.number:hover {
  color: #cf9469;
  font-weight: 800;
}
body.agrilat .footer ul.list-item li a.email {
  text-decoration: underline;
}
body.agrilat .footer ul.list-item li p.desc,
body.agrilat .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.agrilat .footer ul.list-item li a:hover {
  color: #F24E1E;
  font-weight: 500;
}

body.agrilat .footer ul.redes {
  display: flex;
  padding: 0;
  margin-top: 30px;
}

body.agrilat .footer ul.redes li {
  margin-right: 20px;  
}

body.agrilat .footer ul.redes li:last-child{
  margin-right: 0;
}

body.agrilat .footer ul.redes li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 1;

  width: 50px;
  height: 50px;

  z-index: 0;

  overflow: hidden;

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

body.agrilat .footer ul.redes li.fb svg {
  fill: #00378A;
}
body.agrilat .footer ul.redes li.ig svg {
  fill: #F24E1E;
}
body.agrilat .footer ul.redes li svg {
  position: relative;

  fill: #31464b;
  width: 100%;
  height: 100%;

  z-index: 1;

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

body.agrilat .footer ul.redes li a:hover svg {
  transform: scale(.9);
}

body.agrilat .basefooter {
  border-top: 1px solid #ededed;
  background: #ffffff;
  padding: 20px 0 20px 0;
}

body.agrilat .basefooter span {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
body.agrilat .basefooter strong {
  font-weight: 400;
  cursor: pointer
}
body.agrilat .basefooter p.wtek {
  color: #000000;  
  font-size: 12px;
  font-weight: 400;
}
body.agrilat .basefooter p.wtek a {
  color: #000000;
  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.agrilat .basefooter p.wtek a:hover {
  color: #F24E1E;
  font-weight: 700;
}

body.agrilat .basefooter .wtek svg{
  fill: #000000;
  width: 100px;

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

body.agrilat .basefooter .wtek svg .w{
  fill: #fedf00;
}
body.agrilat .basefooter .wtek:hover svg {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .3));
}


@media(max-width:991px) {
  body.agrilat header.header-bg {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
  }

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

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

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

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

  /* Navbar */

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


  /* Banner */
  body.agrilat #banner .swiperBanner .swiper-pagination {
    bottom: 10px;
  }
  body.agrilat #banner .swiperBanner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }


  /* Banner Apoio */
  body.agrilat[data-page="home"] #apoio-banner {
    background-color: #F2F2F2;
    padding: 0;
  }
  body.agrilat #apoio-banner #carousel-apoio{
    position: relative;
    padding: 0;
    margin: 0;  
    margin-top: 20px;

    background-color: #00378A;
  }
  body.agrilat #apoio-banner #carousel-apoio::before {
    position: absolute;
    content: '';
  
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  
    width: 2px;
    height: calc(100% - 10px);
  
    background-color: #F24E1E;
    z-index: 999;
  }
  body.agrilat #apoio-banner #carousel-apoio::after {
    position: absolute;
    content: '';
  
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  
    width: 2px;
    height: calc(100% - 10px);
  
    background-color: #F24E1E;
    z-index: 999;
  }

  body.agrilat[data-page="home"] #apoio-banner .card-apoio {
    width: 100%;
    padding: 20px;
    border-radius: 0;

    border-right: 0;
  }

  /* Titulos */
  body.agrilat .box-title {
    display: block;
    text-align: center;
    margin: 0;
  }
  body.agrilat .box-title .box-text::before {
    bottom: -9px;
  }
  body.agrilat .box-title .box-text a,
  body.agrilat .box-title .box-text {
    text-align: center;
    font-size: 40px;
    line-height: 35px;
  }

  /* Listagem produto */
  body.agrilat .section-product {
    padding: 30px 0 15px 0;
  }
  body.agrilat .product-list {
    margin-top: 15px;
  }
  body.agrilat .product-list .product .product-info .tit {
    font-size: 20px;
    text-align: center;
  }

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

  body.agrilat .product-list .product .product-info .container-price span.price {
    font-size: 28px;
  }


  /* Husqvarna */
  body.agrilat .husqvarna {
    padding: 30px 0;
  }
  body.agrilat .husqvarna .logo {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    
    margin-bottom: 30px;
  }
  body.agrilat .husqvarna .card-husqvarna {
    margin-top: 30px;
  }
  body.agrilat .husqvarna .card-husqvarna h1.title {
    text-align: center;
  }
  body.agrilat .husqvarna .card-husqvarna h1.title br{
    display: none;
  }
  body.agrilat .husqvarna .card-husqvarna p.desc {
    text-align: center;
  }
  body.agrilat .husqvarna .card-husqvarna .botao-veja {
    margin-left: auto;
    margin-right: auto;
  }
  

  /* Categorias */
  body.agrilat .categorias {
    padding: 30px 0;
  }
  body.agrilat .categorias .card-categoria {
    margin-bottom: 15px;
  }
  body.agrilat .categorias .col-lg-3:last-child .card-categoria{
    margin: 0;
  }
  body.agrilat .categorias .card-categoria .image {
    height: auto!important;
  }
  body.agrilat .categorias .card-categoria .image img {
    position: initial!important;
    width: 100%!important;
    height: auto!important;
  }


  /* Parceiros */
  body.agrilat .parceiros {
    padding: 15px 0;
  }
  body.agrilat .parceiros .logos .logo {
    width: 20%;
  }


  /* Sobre */
  body.agrilat .sobre {
    padding: 30px 0 0 0;
  }
  body.agrilat .sobre h2.subtitle {
    text-align: center;
  }
  body.agrilat .sobre h1.title {
    font-size: 40px;
    text-align: center;
    margin: 15px 0;
  }
  body.agrilat .sobre p.desc {
    font-size: 16px;
    text-align: center;
    letter-spacing: normal;
  }
  body.agrilat .sobre .image {
    position: initial;
    margin-top: 30px;
  }


  /* Newsletter */  
  body.agrilat .newsletter {
    padding: 30px 0;
  }
  body.agrilat .newsletter h1.title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  body.agrilat .newsletter .form-newsletter input {
    width: 100%;
  }
  body.agrilat .newsletter .form-newsletter input:focus {
    border-radius: 8px!important;
  }
  body.agrilat .newsletter .form-newsletter input:focus ~ button {
    border-radius: 8px!important;
  }
  body.agrilat .newsletter .form-newsletter button {
    font-size: 16px;
    padding: 0 30px;
    width: 100%;
    position: relative;
    right: 0px;
    margin-top: 10px;
    border-radius: 8px!important;
  }
  body.agrilat .newsletter .form-newsletter button::before {
    content: none;
  }




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

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

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

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

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

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

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




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

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

  body.agrilat[data-page="produto-detalhes"] .about .nav-item.active .nav-link p {
    color: #00378A!important;
  }

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

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

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

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

  body.agrilat[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
  }
  body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .botaoFormas {
    justify-content: center;
  }
  body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .promo-parcela {
    text-align: center;
  }
  body.agrilat[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc {
    text-align: center;
  }

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

  body.agrilat[data-page="produto-detalhes"] #product .select-variations.isMedida {
    margin-top: 30px;
  }
  
  body.agrilat[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text {
    margin-bottom: 15px;
  }

  body.agrilat[data-page="produto-detalhes"] .about .nav-tabs {
    margin-bottom: 15px;
  }
  
  body.agrilat[data-page="produto-detalhes"] .about .nav-tabs .nav-link {
    position: relative;
    
    font-size: 16px;
    font-weight: 400;
    padding: 10px;

    background-color: #ffffff;    
    border-radius: 10px!important;
    margin-bottom: 5px;
  }

  body.agrilat[data-page="produto-detalhes"] .about .nav-link p {
    text-align: center;
  }
  
  body.agrilat[data-page="produto-detalhes"] .about .tab-content .tab-pane {
    padding: 20px;
  }
}





/* 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
  }
}</pre></body></html>