@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);

.b-lazy {
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}
.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: 'Inter', sans-serif;
}

/* html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(0px,0,0)!important;
  transform: translate3d(0px,0,0)!important;
}
 */
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
  -webkit-transform: translate3d(0px,0,0)!important;
  transform: translate3d(0px,0,0)!important;
}

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

body {
  background-color: #fafdfe;
}


/* NAVBAR MOBILE */

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

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

body.maraline .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.maraline header.header-bg {
  position: relative;
  background-color: #F7F7F7;
}


body.maraline header.header-bg .header-top {
  position: fixed;  
  top: -1px;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #F7F7F7;
  z-index: 999999;
}
body.maraline header.header-bg .header-top.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%);
  
  padding: 5px 0;  
}

body.maraline header.header-bg .col-header {
  position: relative;
  
  width: 100%;
  height: auto;

  padding: 30px 0;
  
  z-index: 9999;

  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
body.maraline header.header-bg .header-top.fixo .col-header  {
  width: 100%;
  height: 100%;
  padding: 5px 0;
}


body.maraline header.header-bg .logo-base {
  width: 100%;
  max-width: 1000px;

}

body.maraline header.header-bg #nav-mobile {
  margin-right: 0;
}
/* body.maraline header.header-bg #nav-mobile .logo-base {
  padding: 10px;
  } */
  
body.maraline header.header-bg .logo-base img{
  width: 100%;
  max-width: 280px;
  height: auto;
  
  object-position: left center;
  margin-right: auto;
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
body.maraline header.header-bg .header-top.fixo .logo-base img {
  max-width: 200px;
}


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

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

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

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

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

  border-top: 1px solid #E1B356;
}
body.maraline header.header-bg .search-mob-style .search-full input:focus{
  outline: none;
  box-shadow: none;
}
body.maraline 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-top: 1px solid #E1B356;
  border-radius: 0;
  background-color: #E1B356;

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

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

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

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

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

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

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

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

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

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

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

body.maraline 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: #CC8029;

  border-radius: 15px;
}

body.maraline header.header-bg .col-cart-mobi {
  cursor: pointer;
}
body.maraline header.header-bg .col-cart-mobi svg{
  fill: #CC8029;
  width: 25px;
  height: 25px;

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

body.maraline header.header-bg .menu-account {
  cursor: pointer;
}

body.maraline 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.maraline header.header-bg .menu-account svg{
  stroke: #CC8029;
  width: 25px;
  height: 25px;

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


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

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

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

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

body.maraline header.header-bg .col-search .scroll-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  
  width: 30px;
  height: 30px;
  
  margin: auto;

  opacity: 0;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.maraline header  .header-top.fixo .col-search .scroll-menu {
  left: 20px;
  opacity: 1;
}
body.maraline header.header-bg .col-search .scroll-menu svg {
  display: block;
  stroke: #CC8029!important;
  width: 100%;
  height: 100%;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.maraline header.header-bg .col-search .scroll-menu:hover svg {
  stroke: #E1B356!important;
}
body.maraline header.header-bg .col-search form {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.maraline header .header-top.fixo .col-search form {
  width: calc(100% - 75px);
}
body.maraline header.header-bg .col-search form input.input {
  width: 100%;
  height: 55px;
  
  padding: 0 10px;

  background-color: #ebebeb;
  border: none;
  border-radius: 0;
  
  color: #fff;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  box-shadow: none;
}
body.maraline header.header-bg .col-search form input.input:hover {
  background-color:#575A60;
}
body.maraline header.header-bg .col-search form input.input:focus {
  outline: none;
  box-shadow: none;
  background-color: #2A2E34;
}
body.maraline header.header-bg .col-search form button.btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 80px;
  height: 55px;
  background-color: #CC8029;
  
  border: none;
  outline: 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.maraline header.header-bg .col-search form button.btn-search:hover {
  background-color: #E1B356;
}
body.maraline header.header-bg .col-search form button.btn-search svg {
  display: block;
  fill: #fff;
  width: 22px;
  height: 22px;

  -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.maraline header.header-bg .col-search form button.btn-search:hover svg {
  fill: #2A2E34;
}



body.maraline header.header-bg .menu-user{
  display: flex;
  justify-content: center;
  align-items: center;
}
body.maraline header.header-bg .menu-user span,
body.maraline header.header-bg .menu-user span a{
  color: #219ebc;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
body.maraline header.header-bg .menu-user span a {
  text-decoration: underline;
  
  -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.maraline header.header-bg .menu-user span a:hover {
  color: #1e7de3;
}

body.maraline header.header-bg .menu-user .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 55px;
  height: 55px;

  margin-right: 15px;
}
body.maraline header.header-bg .menu-user .icon svg .circle {
  fill: #219ebc;
  
  -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.maraline header.header-bg .menu-user .icon svg {
  width: 100%;
  height: 100%;
}

/* body.maraline header.header-bg .menu-favorite svg,
body.maraline header.header-bg .menu-user svg{
  fill: #ffffff;
  width: 30px;
  height: 30px;

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

body.maraline header.header-bg .menu-favorite svg:hover,
body.maraline header.header-bg .menu-user svg:hover {
  fill: #9b582c;
} */

body.maraline header.header-bg .menu-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

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

body.maraline header.header-bg .menu-my-cart .botao-carrinho {
  display: flex;
  align-items: center;
  gap: 15px;
  
  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.maraline header.header-bg .menu-my-cart .botao-carrinho .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 30px;
  min-width: 30px;
  height: 30px;
}
body.maraline header.header-bg .menu-my-cart .botao-carrinho .icon svg {
  display: block;
  stroke: #CC8029;
  width: 100%;
  height: 100%;
}
body.maraline header.header-bg .menu-my-cart .botao-carrinho .icon span.tag {
  position: absolute;
  top: -10px;
  right: -5px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 18px;
  height: 18px;
  border-radius: 30px;
  
  background-color: #2A2E34;
  color: #ffffff;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
}
body.maraline header.header-bg .menu-my-cart .botao-carrinho .content p {
  color: #2A2E34;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  line-height: 16px;
  margin: 0;
}
body.maraline header.header-bg .menu-my-cart .botao-carrinho .content span.total {
  display: block;
  color: #2A2E34;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  margin: 0;
}

body.maraline .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 .cart-products-name {
  padding-left: 0;
  font-size: 12px;
  text-align: left;
}

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

body.maraline 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.maraline .shopping-cart .shopping-cart-header-link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

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

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

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

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

body.maraline .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: 0;
  margin: 0;
}

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

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

body.maraline #menu-desktop {
  width: 100%;
  z-index: 99999;

  background-color: #F7F7F7;
  border-bottom: 1px solid #A76E0D;
}

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

body.maraline #menu-desktop .col-menu {
  position: relative;
  width:100%;
  height: 75px;
  margin-left: auto;
}

body.maraline #menu-desktop .bar-menu ul{
  margin: 0;
}
body.maraline #menu-desktop .bar-menu ul.first-level {
  position: relative;
}

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

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



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

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

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

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

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

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

body.maraline #menu-desktop .dropdown-backdrop {
  display: none!important;
}
body.maraline #menu-desktop .bar-menu li.about-item a,
body.maraline #menu-desktop .bar-menu li .dropdown-toggle{
  position: relative;

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

  color: #2A2E34;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  display: flex;
  align-items: center;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
@media (max-width: 1400px) {
  body.maraline #menu-desktop .bar-menu li.about-item a,
  body.maraline #menu-desktop .bar-menu li .dropdown-toggle {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  body.maraline #menu-desktop .bar-menu li.about-item a,
  body.maraline #menu-desktop .bar-menu li .dropdown-toggle {
    font-size: 12px;
    padding: 0 15px;
  }
}
body.maraline #menu-desktop .bar-menu li.about-item:hover a,
body.maraline #menu-desktop .bar-menu li:hover .dropdown-toggle {
  color: #CC8029;
}

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

body.maraline #menu-desktop .bar-menu li .dropdown-toggle::after {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: FontAwesome;
  content: "\f078";
  font-size: .75rem;
  padding: 0 7.5px;

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

  color: #CC8029;  

  border: 2px solid #CC8029;
  border-radius: 7.5px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.maraline #menu-desktop .bar-menu li .dropdown-toggle:not([data-toggle="dropdown"])::after {
  content: unset;
}
body.maraline #menu-desktop .bar-menu li:hover .dropdown-toggle::after {
  color: #fff;
  background-color: #CC8029;
}

.dropdown-menu {
  /* left: auto;
  margin-left: 40px; */

  left: 0;
  margin: 0;
}

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

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

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

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

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

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

  margin-top: 0px;
  
  /* width: auto;
  max-width: 688px; */
  width: 100%;
  min-width: 688px;

  /* min-height: 230px; */

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

body.maraline #menu-desktop .bar-menu .dropdown-menu::before{
/*   position: absolute;
  content: '';
  
  top: 0;
  left: -40px;
  
  width: 50%;
  height: 100%;
  background-color: #F7F7F7;

  border-radius: 15px; */
}
body.maraline #menu-desktop .bar-menu .dropdown-menu::after {
  position: absolute;
  content: '';

  top: -15px;
  left: -20px;

  width: 10px;
  height: 10px;

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

body.maraline #menu-desktop .first-level .dropdown-hover .second-level.megamenu .submenu-col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* height: 230px; */

}

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

  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline #menu-desktop .bar-menu .dropdown-menu li:hover::before{
  width: 25%;
}
body.maraline #menu-desktop .bar-menu .dropdown-menu a{
  display: block;
  margin: 0;
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;

  padding: 5px 0;
  width: 100%;
  height: 100%;
  border-radius: 0;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline #menu-desktop .bar-menu .dropdown-menu a:hover{
  color: #CC8029;
  
  background-color: #ebebeb;
  padding: 5px 10px;
}






/* BANNERS */

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

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

  object-fit: cover;
}

body.maraline #banner .swiperBanner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;

  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;

  background-color: rgba(0, 0, 0, .35);  
  padding: 10px 15px;
  border-radius: 100px;
}
body.maraline #banner .swiperBanner .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  
  background-color: rgba(255, 255, 255, .45);
  border-radius: 5px;

  opacity: 1;
}

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

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





/* MINI BANNERS */

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

  padding: 30px 0;
}

body.maraline[data-page="home"] #apoio-banner .cards-apoio {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
body.maraline[data-page="home"] #apoio-banner .card-apoio {
  display: flex;
  align-items: center;  
}
body.maraline[data-page="home"] #apoio-banner .col-lg-3:last-child .card-apoio {
  border-right: 0;
}
body.maraline[data-page="home"] #apoio-banner .card-apoio .icon{
  position: relative;
  display: flex;
  align-items: center;

  width: 75px;
  height: 90px;

  margin-right: 20px;

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

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

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

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


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




/* TÍTULO SESSÃO */


body.maraline .box-title {
  display: block;
  width: 100%;    
}

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

  color: #1E1F20;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

/* body.maraline .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.maraline .box-title a:hover {
  text-decoration: underline;
} */


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

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



/* LISTA DE PRODUTOS */

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

body.maraline .product-list{
  position: relative;
  margin-top: 15px;
}
body.maraline .product-list article {
  margin: 15px 0;
}
body.maraline .product-list .product{
  display: block;
  height: 100%;
  text-decoration: none;  
}
body.maraline .product-list .product form{
  position: relative;
  padding: 0;
  
  border: none;
  border-radius: 0;

  height: 100%;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline .product-list .product:hover form {
  background-color: #F1F1F1;
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}

body.maraline .product-list .product-image .tags .tag-promotion{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 0;
  right: 0;
  padding: 7.5px;
  border-radius: 0;

  background-color: #CC8029;

  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.maraline .product-list .product-image .tags .tag-favorito{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 10px;
  left: -20px;

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

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

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

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

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

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

body.maraline .product-list .product .product-image {
  position: relative;

  background-color: #0a0a0a;
  padding: 0;
  overflow: hidden;  
  border-radius: 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.maraline .product-list .product .product-image img{
  width: 100%;  
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  /* height: 250px; */

  transform: scale(1);

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

body.maraline .product-list .product .product-info {
  padding: 10px;
  text-decoration: none;
}
body.maraline .product-list .product .product-info .tit{
  color: #2A2E34;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline .product-list .product form:hover .product-info .tit {
  color: #CC8029;
}
body.maraline .product-list .product .product-info .container-price {
  text-align: left;
  margin-bottom: 7.5px;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline .product-list .product .product-info .container-price .row-price {
  margin: 6px 0;
}
body.maraline .product-list .product .product-info .container-price span.price-label del,
body.maraline .product-list .product .product-info .container-price span.price-label{
  display: block;
  
  font-size: 14px;
  font-weight: 500;
  color: #7B7B7B;
  text-align: center;
  text-decoration: line-through;
}
body.maraline .product-list .product .product-info .container-price span.price-label b{
  font-weight: 600;
  text-decoration: line-through;
}

body.maraline .product-list .product .product-info .container-price span.price{
  position: relative;
  display: block;
  
  color: #CC8029;
  font-size: 26px;
  font-weight: 700;
  text-align: 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.maraline .product-list .product .product-info .container-price span.installment {
  display: block;
  margin: 0;

  color: #2A2E34;
  font-size: 14px;
  font-weight: 500;  
  text-align: center;
}
body.maraline .product-list .product .product-info .container-price span.installment b {  
  color: #2A2E34;
  font-size: 14px;
  font-weight: 700;
}




/* Ambientes */
body.maraline .ambientes {
  margin: 50px 0;
}
body.maraline .ambientes .card-ambiente {
  position: relative;
}
body.maraline .ambientes .card-ambiente .image {
  position: relative;
  width: 100%;

  overflow: hidden;
}
body.maraline .ambientes .card-ambiente .image::after {
  content: '';
  display: block;
  
  width: 100%;
  padding-bottom: 55.20504731861199%;
}
body.maraline .ambientes .card-ambiente .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.maraline .ambientes .card-ambiente:hover .image img {
  transform: scale(1.15);
  filter: brightness(1.1);
}
body.maraline .ambientes .card-ambiente .title {
  position: absolute;
  top: 0;
  left: 0;
  
  display: flex;
  align-items: center;
  
  width: fit-content;
  height: 50px;
  padding: 0 15px;
  
  background-color: #2A2E34;

  -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.maraline .ambientes .card-ambiente:hover .title {
  background-color: #CC8029;
  padding: 0 30px;
}
body.maraline .ambientes .card-ambiente .title h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}




/* Sobre */
body.maraline .sobre {
  margin: 50px 0;
}
body.maraline .sobre .card-sobre {
  padding: 60px 0;
}
body.maraline .sobre .card-sobre h1.title {
  color: #1E1F20;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
body.maraline .sobre .card-sobre p.desc {
  color: #2A2E34;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
body.maraline .sobre .card-sobre-persiana {
  position: relative;
}
body.maraline .sobre .card-sobre-persiana .image {
  position: relative;
  width: 100%;

  overflow: hidden;
}
body.maraline .sobre .card-sobre-persiana .image::after {
  content: '';
  display: block;
  
  width: 100%;
  padding-bottom: 184.91803278688525%;
}
body.maraline .sobre .card-sobre-persiana .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.maraline .sobre .card-sobre-persiana:hover .image img {
  /* transform: scale(1.15); */
}
body.maraline .sobre .card-sobre-persiana .title {
  position: absolute;
  bottom: 45px;
  left: 0;
  
  display: flex;
  align-items: center;
  
  width: fit-content;
  height: 50px;
  padding: 0 15px;
  
  background-color: #2A2E34;

  -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.maraline .sobre .card-sobre-persiana:hover .title {
  /* background-color: #CC8029;
  padding: 0 30px; */
}
body.maraline .sobre .card-sobre-persiana .title h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}




/* Avaliações */
body.maraline .avaliacoes {
  margin: 50px 0;
  overflow: hidden;
}
body.maraline .avaliacoes .slick-slider,
body.maraline .avaliacoes .slick-slider .slick-list,
body.maraline .avaliacoes .slick-slider .slick-track,
body.maraline .avaliacoes .slick-slider .slick-slide {
  height: 100%;
}
body.maraline .avaliacoes .swiperAvaliacoes:not(.slick-initialized) {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
body.maraline .avaliacoes .slick-slider .slick-slide {
  padding: 0 15px;
}


body.maraline .avaliacoes .card-avaliacao {
  position: relative;
  padding: 25px 25px calc(25px + 40px) 25px;
  min-height: 100%;
  background-color: #F1F1F1;

  -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;
}
@media(min-width:992px) {
  body.maraline .avaliacoes .card-avaliacao:hover {
    background-color: #1E1F20;
  }
}
body.maraline .avaliacoes .card-avaliacao-rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 15px 0;
}
body.maraline .avaliacoes .card-avaliacao-rating .avaliacao-stars {
  display: flex;
  align-items: center;
  gap: 7px;
}
body.maraline .avaliacoes .card-avaliacao-rating .avaliacao-stars svg {
  display: block;
  fill: #7B7B7B;
  width: 15px;
  height: 15px;
}
body.maraline .avaliacoes .card-avaliacao-rating .avaliacao-rating {
  position: absolute;
  top: 0;
  left: 0;

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

  overflow: hidden;
}
body.maraline .avaliacoes .card-avaliacao-rating .avaliacao-rating svg {
  display: block;
  fill: #E1B356;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 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;
}
@media(min-width:992px) {
  body.maraline .avaliacoes .card-avaliacao:hover .card-avaliacao-rating .avaliacao-rating svg {
    fill: #CC8029;
  }
}
body.maraline .avaliacoes .card-avaliacao .card-avaliacao-rating span.avaliacao-data {
  font-size: 12px;
  color: #1E1F20;
  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.maraline .avaliacoes .card-avaliacao-content h1 {
  color: #1E1F20;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 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;
}
@media(min-width:992px) {
  body.maraline .avaliacoes .card-avaliacao:hover .card-avaliacao-content h1 {
    color: #E1B356;
  }
}
body.maraline .avaliacoes .card-avaliacao-content p {
  color: #2A2E34;
  font-size: 14px;
  font-weight: 500;
  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.maraline .avaliacoes .card-avaliacao-footer {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
body.maraline .avaliacoes .card-avaliacao-footer p.nome {
  color: #2A2E34;
  font-size: 14px;
  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.maraline .avaliacoes .card-avaliacao-footer span.cidade {
  color: #2A2E34;
  font-size: 14px;
  font-weight: 500;
  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;
}
@media(min-width:992px) {
  body.maraline .avaliacoes .card-avaliacao:hover .card-avaliacao-rating span.avaliacao-data ,
  body.maraline .avaliacoes .card-avaliacao:hover .card-avaliacao-content p,
  body.maraline .avaliacoes .card-avaliacao:hover .card-avaliacao-footer p.nome,
  body.maraline .avaliacoes .card-avaliacao:hover .card-avaliacao-footer span.cidade {
    color: #fff;
  }
}





/* Breadcrumbs */

#breadcrumbs {
  position: relative;
  padding: 20px 0;
}
[data-page="produtos-list"] #breadcrumbs {
  padding: 20px 0 0 0;
}

#breadcrumbs ul,
#breadcrumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#breadcrumbs ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  float: left;
  line-height: 10px;

  color: #000;
  font-size: 12px;
  font-weight: 500;
}

#breadcrumbs a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

#breadcrumbs ul li::after {
  content: "-";
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin: 7.5px 10px;
}

#breadcrumbs p {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

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

/* SOBRE O PRODUTO */
/* SOBRE O PRODUTO */
body.maraline[data-page="produto-detalhes"] .about{
  position: relative;
  margin: 2rem 0;
  padding: 0 0 3rem 0;
  border-top: 2px solid #CC8029;
}

body.maraline[data-page="produto-detalhes"] .about .about-tabs {  
  /* position: relative;
  
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  
  background-color: #fff;
  
  border: 0;
  padding: 0 0px; */

  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;

  position: sticky;
  top: 75px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 0;
  z-index: 99;
}

body.maraline[data-page="produto-detalhes"] .about .about-tabs .about-item {
  width: 100%;
  height: 60px;
}

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

  display: flex;
  align-items: center;

  color: #CC8029;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;

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

  border-radius: 0;
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
  

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

body.maraline[data-page="produto-detalhes"] .about .about-link:hover {
  background-color: #f1f1f1;
}

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

body.maraline[data-page="produto-detalhes"] .about .about-item.active .about-link {
  position: relative;

  background-color: #CC8029;
  color: #ffffff;

  z-index: 0;

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


body.maraline[data-page="produto-detalhes"] .about .about-item.active .about-link p {
  font-weight: 700;
}


body.maraline[data-page="produto-detalhes"] .about-content{  
  z-index: 1;
  background-color: #F1F1F1;
  border: none;
  overflow: hidden!important;
}

body.maraline[data-page="produto-detalhes"] .about-content .about-panel{
  padding: 3rem;
  padding-top: 0;
  border-bottom: 1px dashed #CC8029;
}
body.maraline .btn-theme:hover, body.maraline .btn-theme:active, body.maraline .btn-theme:focus {
  background-color: #CC8029!important;
}

body.maraline[data-page="produto-detalhes"] .about-content .about-panel .tabpanel-info img {
  width: 100%!important;
  height: auto!important;
  max-width: 500px;
}
  
#comments ul.filtrostar li {
  flex-wrap: nowrap;
}

body.maraline[data-page="produto-detalhes"] .about-content .about-panel .card-header{
  background-color: #fff;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;

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

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

body.maraline[data-page="produto-detalhes"] .about-content .about-panel .card-header[aria-expanded="true"]{
  background-color: #CC8029;  
  color: #ffffff;
  
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

body.maraline[data-page="produto-detalhes"] .about-content .about-panel .card-header h2{
  font-size: 1rem;
  font-weight: 600;
  margin:0px;

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.maraline[data-page="produto-detalhes"] .about-content .about-panel .card-header[aria-expanded="true"] h2 {
  color: #fff;
}
body.maraline[data-page="produto-detalhes"] .about-content .about-panel .tabpanel-info table {
  max-width: 100%!important;
}
body.maraline[data-page="produto-detalhes"] .about-content .about-panel .tabpanel-info h1.about-title {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: -3rem;
  margin-right: -3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 30px;

  color: #747778;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;

  border-top: 2px solid #f0f4f5;
}
body.maraline[data-page="produto-detalhes"] .about-content .about-panel .tabpanel-info p{
  margin: 0;
}




body.maraline[data-page="produto-detalhes"] .about .tab-content{  
  padding: 40px;
  background-color: #f1f1f1;
  border: none;
  z-index: 1;
}

body.maraline[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header{
  background-color: #fff;
  color: #212529;
  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.maraline[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header[aria-expanded="true"]{
  background-color: #CC8029;  
  color: #fff;

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

body.maraline[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header h2{
  font-size: 1rem;
  font-weight: 600;
}
body.maraline[data-page="produto-detalhes"] .about .tab-content .tab-pane .tabpanel-info p{
  margin: 0;
}
body.maraline[data-page="produto-detalhes"] .about iframe {
  width: 100%;
  max-width: 560px;
}
body.maraline[data-page="produto-detalhes"] .about video {
  max-width: 560px;
}

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

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

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

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

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

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

body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 10px;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products .slick-dots {
  position: absolute;
  bottom: 20px;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products .slick-dots li {
  width: 13px;
  height: 13px;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products .slick-dots li button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin: 0 10px 0 0;
  background-color: #F1F1F1;
  border-radius: 15px;
  opacity: 1;

  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);

  -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.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products .slick-dots li button:hover {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .35);
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products .slick-dots li.slick-active button {
  background-color: #CC8029;
  box-shadow: none;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products .slick-dots li button:before {
  content: '';
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products .image {
  position: relative;
  width: 100%;
  display: block;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products img{
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;

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

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

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

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

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

  top: 10px;
  right: 10px;

  width: 30px;
  height: 30px;
}

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

  width: 100%;
  height: 100%;

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

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

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

body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-video{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  cursor: pointer;
  
  bottom: 20px;
  right: 50px;
  
  width: max-content;
  height: 30px;
  
  background-color: #e12901;
  border-radius: 0;
  padding: 7.5px;

  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-video .icon svg {
  display: block;
  fill: #fff;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}



body.maraline[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: 10px;
  right: 10px;

  width: 30px;
  height: 30px;

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

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom:hover {
  background-color: #ffffff;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom svg {
  fill: #79797a;

  width: 100%;
  height: 100%;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom:hover svg {
  fill: #CC8029;
}

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


body.maraline[data-page="produto-detalhes"] #product .thumbnails .arrow-up {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  z-index: 999
}

body.maraline[data-page="produto-detalhes"] #product .thumbnails .arrow-up svg {
  fill: #dde0ed;
  width: 30px;
  height: 30px;
  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.maraline[data-page="produto-detalhes"] #product .thumbnails .arrow-down svg:hover,
body.maraline[data-page="produto-detalhes"] #product .thumbnails .arrow-up svg:hover {
  fill: #CC8029;
  opacity: 1
}

body.maraline[data-page="produto-detalhes"] #product .thumbnails .arrow-down {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  z-index: 999
}

body.maraline[data-page="produto-detalhes"] #product .thumbnails .arrow-down svg {
  fill: #dde0ed;
  width: 30px;
  height: 30px;
  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.maraline[data-page="produto-detalhes"] #product .thumbnails .slick-disabled svg{
  opacity: .5!important;
  filter: grayscale(1)!important;
  cursor: default!important;
}

body.maraline[data-page="produto-detalhes"] #product .gallery .itemvideo {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .itemvideo::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .gallery-products .itemvideo {
  margin: 0;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .product-thumbnail .itemvideo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item{
  position: relative;
  
  cursor: pointer;
  background-color: #fff;
  /* border: 3px solid transparent; */
  border-radius: 0;
  overflow: hidden;
  
  margin-bottom: 20px;
  
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

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

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 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;

  z-index: 1;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item.active::before {
  border-color: #FB8500;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item .image {
  position: relative;
  display: block;
  width: 100%;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.maraline[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item:not(.thumb-video) img {
}
body.maraline[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item img{
  position: absolute;
  top: 0;
  left: 0;
  display: block;

  width: 100%;
  height: 100%;
  border-radius: 0;

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

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

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

body.maraline[data-page="produto-detalhes"] #product .whatsapp {
  display: flex;
  align-items: center;
  
  width: fit-content;
  height: 55px;
  padding: 0 30px;
  background-color: #56ce5b;
  margin-top: 20px;
  
  border-radius: 8px;
  
  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.maraline[data-page="produto-detalhes"] #product .whatsapp:hover {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 255, 0, .15);
}

body.maraline[data-page="produto-detalhes"] #product .whatsapp .icon{
  display: flex;
  justify-content: center;
  align-items: center;

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

body.maraline[data-page="produto-detalhes"] #product .whatsapp .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.maraline[data-page="produto-detalhes"] #product .whatsapp:hover .icon svg {
  fill: #56ce5b;
}

body.maraline[data-page="produto-detalhes"] #product .whatsapp h1.title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.maraline[data-page="produto-detalhes"] #product .whatsapp:hover h1.title {
  color: #56ce5b;
}

body.maraline[data-page="produto-detalhes"] #product .whatsapp p{
  color: #a4a39f;
  font-size: 1rem;
  font-weight: 400;
  margin: 0px;
}

body.maraline[data-page="produto-detalhes"] #product .whatsapp p b {
  color: #000000;
}

body.maraline[data-page="produto-detalhes"] #product .whatsapp:hover p {
  color: #ef7d2d;
}

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

body.maraline[data-page="produto-detalhes"] #product .product-title .product-name{
  color: #2A2E34;
  font-size: 44px;
  font-weight: 700;
}

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

.rating-link {
  text-decoration: none;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #212529;
}

.rating-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #ffb703;
  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: #ffb703;
  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.maraline[data-page="produto-detalhes"] #product .aval-ref p.ref {
  text-align: end;
  font-size: 14px;
  font-weight: 500;
  color: #222221;
  margin: 0;
}

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

body.maraline[data-page="produto-detalhes"] #product .price-container .prices {
  display: flex;
  align-items: center;
}
body.maraline[data-page="produto-detalhes"] #product .price-container .price{
  color: #CC8029;
  font-size: 28px;
  font-weight: 700;  
  margin: 0;
}
body.maraline[data-page="produto-detalhes"] #product .price-container .tag-price {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  background-color: #2A2E34;
  padding: 0 10px;
  height: 30px;
  border-radius: 0;

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

  margin-left: 10px;
}


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

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

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

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

body.maraline[data-page="produto-detalhes"] #product .select-variations {
  padding: 0 0 1rem 0;
}
body.maraline[data-page="produto-detalhes"] #product .select-variations .col-variation{
  margin-bottom: 5px;
}
body.maraline[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #131212;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
body.maraline[data-page="produto-detalhes"] #product .select-variations .icon {
  min-width: 50px;
  min-height: 50px;
}
body.maraline[data-page="produto-detalhes"] #product .select-variations .col-check {
  margin: 8px 0px!important;
  margin-left: 1px!important;
}
body.maraline[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

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

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

  background-size: cover!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.maraline[data-page="produto-detalhes"] #product .select-variations .areacor:hover {
  
  border: 2px solid #1e7de3;
}

body.maraline[data-page="produto-detalhes"] #product .select-variations .attr-group {
  display: flex;
  align-items: center;

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

  margin-left: 10px;
}
body.maraline[data-page="produto-detalhes"] #product .select-variations .attr-group .icon svg {
  width: 100%;
  height: 100%;

  max-height: 40px;
}

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

  background-color: transparent;
  border: 2px solid #9A9A9A;
  border-radius: 0;

  height: 50px;
  color: #444444;
  font-weight: 500;

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

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

body.maraline[data-page="produto-detalhes"] #product .select-variations .col-check .form-check {
  width: 100%;
}
body.maraline[data-page="produto-detalhes"] #product .select-variations .col-check:first-child .form-check{
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

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

  width: 100%;
  height: 100%;
  min-height: 50px;
  padding: 10px;
  
  border: 2px solid #9A9A9A;
  border-radius: 0;
  cursor: pointer;

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

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

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

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

body.maraline[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation .icon-check {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 0;
  bottom: 0;
  left: 20px;
  
  width: 25px;
  height: 25px;
  
  margin: auto;
  background-color: #1e7de3;
  border-radius: 50px;
  padding: 7.5px;

  opacity: 0;
  transform: scale(0.5);

  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline[data-page="produto-detalhes"] #product .select-variations .form-check .input-left ~ .btn-variation .icon-check{
  left: 10px!important;
}
body.maraline[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked + .btn-variation .icon-check {
  opacity: 1;
  transform: scale(1);
}

body.maraline[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation .icon-check svg {
  fill: #ffffff;

  width: 100%;
  height: 100%;
}

body.maraline[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p{
  
  width: 100%;
  margin: auto;
  padding-left: 5px;
  
  color: #7B7B7B;
  font-weight: 500;
  text-align: left;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p b {
  font-size: 14px;
  font-weight: 600;  
}

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

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

body.maraline[data-page="produto-detalhes"] #product .price-final {
  padding: 20px 0;
  background-color: #F1F1F1;
  border-radius: 0;
}
body.maraline[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #222221;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}

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

body.maraline[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc{
  color: #222221;
  font-size: 13px;
  font-weight: 500;
}

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

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

body.maraline[data-page="produto-detalhes"] #product .buy .comprar-block {
  width: 100%;
  max-width: 380px;
}
body.maraline[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart{
  position: relative;
  display: block;
  justify-content: center;
  padding: 0 20px;
  
  width: 100%;  
  max-width: 380px;
  height: 85px;

  border: none;
  border-radius: 0;
  
  background: #2A2E34;

  z-index: 0;

  overflow: hidden;

  -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.maraline[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:focus{
  box-shadow: none;
}

body.maraline[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart p {
  color: #ffffff;  
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;

  margin: 0;

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

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

body.maraline[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon{
  width: 25px;
  min-width: 20px;
  height: 25px;
  min-height: 20px;
  margin-left: 15px;

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

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

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

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

body.maraline[data-page="produto-detalhes"] #product #box-frete {
  margin-top: 15px;
}
body.maraline[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text{
  color: #222221;
  font-size: 15px;
  font-weight: 500;
}

body.maraline[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  width: calc(100% - 65px);
  height: 55px;
  border: 2px solid #CC8029;
  border-right: 0;
  border-radius: 0;
}

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

body.maraline[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod{
  background-color: #CC8029;
  padding: 0;
  width: 65px;
  height: 55px;

  border: 1px solid transparent;
  border-radius: 0;  

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

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

body.maraline[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover{
  background-color: #E1B356;
}
body.maraline[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover div {
  color: #2A2E34;
}
body.maraline[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:focus{
  box-shadow: none;
}



body.maraline[data-page="produto-detalhes"] .share {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;

  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0 20px 0;
}
body.maraline[data-page="produto-detalhes"] .share h4.share-title{
  color: #9C9796;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}





/* Newsletter */
section#newsletter {
  padding: 75px 0;
  background-color: #1e7de3;
}
section#newsletter h1.title {
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 25px;
}

section#newsletter .botao-wpp {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 100%;
  height: 55px;  
  padding: 0 15px;

  background-color: #56ce5b;
  outline: none;
  border: none;
  border-radius: 8px;
  
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  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;
}
section#newsletter .botao-wpp:hover {
  background-color: #ffffff;
  color: #56ce5b;
}
section#newsletter .botao-wpp .icon {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 25px;
  height: 25px;

  margin-right: 10px;
}
section#newsletter .botao-wpp .icon svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
section#newsletter .botao-wpp:hover .icon svg {
  fill: #56ce5b;
}

section#newsletter .form-newsletter input {
  background-color: #1c72cf;
  height: 55px;
  border: none;
  border-radius: 8px 0 0 8px;
  
  color: #ffffff;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
section#newsletter .form-newsletter input:hover {
  background-color: #1967ba;
}
section#newsletter .form-newsletter input:focus{
  background-color: #ffffff;
  color: #1e7de3;
  box-shadow: none;
}
section#newsletter .form-newsletter input::placeholder {
  color: #18569a;
  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;
}
section#newsletter .form-newsletter input:-ms-input-placeholder {
 color: #18569a;

 -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;
}
section#newsletter .form-newsletter input::-ms-input-placeholder {
 color: #18569a;

 -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;
}
section#newsletter .form-newsletter button.botao {
  background-color: #fb8500;
  outline: none;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 0 25px;
  
  color: #ffffff;
  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;
}
section#newsletter .form-newsletter button.botao:hover {
  background-color: #ffffff;
  color: #1e7de3;
}





/* Footer */


body.maraline .footer {
  position: relative;
  background-color: #2A2E34;
  
  border: 0;
  padding: 70px 0 0 0;
}
body.maraline .footer .site-map {
  padding: 0;
}

body.maraline .footer h4.tit {
  color: #CC8029;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

body.maraline .footer ul.list-item {
  padding: 0;
  list-style: none;
}
body.maraline .footer ul.list-item li {
  margin-bottom: .5rem;
}
body.maraline .footer ul.list-item li:last-child{
  margin: 0;
}
body.maraline .footer ul.list-item li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 0;

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

body.maraline .footer ul.list-item li a:hover {
  color: #E1B356;
  transform: translateX(5px);
}

body.maraline .footer .logo {
  width: 100%;
  max-width: 270px;
  margin: 0 0 45px 0;
}
body.maraline .footer .logo img {
  width: 100%;
  height: 100%;

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

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

body.maraline .footer ul.redes {
  display: flex;
  padding: 0;
}

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

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

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

  background-color: transparent;
  opacity: 1;
  border-radius: 7px;

  width: 35px;
  height: 35px;

  z-index: 0;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline .footer ul.redes li a:hover {
  background-color: #CC8029;
  transform: scale(1.2);
}

body.maraline .footer ul.redes li svg {
  position: absolute;
  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
  fill: #E1B356;
  width: 100%;
  height: 100%;
  
  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.maraline .footer ul.redes li:hover svg {
  fill: #fff;
  transform: scale(.65);
}

body.maraline .footer .formas {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: auto;
  
  padding: 5px;
  background-color: #ffffff;
  border-radius: 5px;

  margin: 50px 0;
}

body.maraline .footer .formas img{
  width: 100%;
  height: 85px;
  object-fit: contain;
}

body.maraline .basefooter {
  background: #ffffff;
  padding: 30px 0;
}

body.maraline .basefooter span {
  color: #212529;
  font-size: 13px;
  font-weight: 500;
}
body.maraline .basefooter strong {
  font-weight: 400;
  cursor: pointer
}
body.maraline .basefooter .wtek svg{
  fill: #000;
  width: 100px;

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

body.maraline .basefooter .wtek svg .w{
  fill: #fedf00;
}

body.maraline .basefooter .wtek:hover svg {
  transform: translateY(-3px);
}


@media(max-width:991px) {
  body.maraline header.header-bg .col-header{
    padding:0px;
  }
  body.maraline header.header-bg .header-top {
    padding: 10px 0;
  }
  body.maraline header.header-bg.fixo .header-top {  
    padding: 10px 0;
    -webkit-box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: -1px 1px 20px 0 rgba(0,0,0,0.15);
    box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);    
  }
  body.maraline header.header-bg .search-mob-style {
    transform: translateY(10px);
  }
  body.maraline header.header-bg .menu-cart svg{
    fill: #030304;
  }

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

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

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

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

  /* Navbar */

  body.maraline:not([data-page="home"]) header.header-bg {
    height: initial!important;
    padding-bottom: 0;
  }
  
  body.maraline header.header-bg {
    background: #ffffff;
  }

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


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


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

  body.maraline[data-page="home"] #apoio-banner .card-apoio {
    background-color: #f0f1f6;
    width: 100%;
    padding: 20px;
    border-radius: 10px;

    border-right: 0;
  }

  body.maraline #apoio-banner #carousel-apoio{
    padding: 0;
    margin: 0;
  }

  body.maraline[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1 {
    font-size: 24px;
  }

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

  /* Listagem produto */
  body.maraline .product-list .product-image .tags .tag-promotion {
    font-size: 12px;
    font-weight: 500;
  }
  body.maraline .product-list .product .product-info .tit {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 7.5px;
  }

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

  body.maraline .product-list .product .product-info .container-price span.price-label del,
  body.maraline .product-list .product .product-info .container-price span.price-label {
    font-size: 12px;
  }
  body.maraline .product-list .product .product-info .container-price span.price {
    font-size: 18px;
 }
 body.maraline .product-list .product .product-info .container-price span.installment {
   font-size: 10px;
  }
  body.maraline .product-list .product .product-info .container-price span.installment b {
    font-size: 10px;
  }


  /* Ambientes */
  body.maraline .cards-ambientes {
    display: block;
    margin-top: 40px;
  }
  body.maraline .ambientes {
    margin: 50px 0 40px 0;
  }
  body.maraline .cards-ambientes .card-ambiente {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    padding: 40px;
    margin-right: auto;
  }
  body.maraline .ambientes .card-ambiente .image {
    margin-bottom: 15px;
  }
  body.maraline .cards-ambientes .swiper-pagination {
    position: initial;
    margin-top: 15px;
  }
  body.maraline .cards-ambientes .swiper-pagination .swiper-pagination-bullet {
    background-color: #219ebc;
    opacity: .5;
  }
  body.maraline .cards-ambientes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1e7de3;
    opacity: 1;
  }
  


  /* Sobre */
  body.maraline .sobre {
    margin: 40px 0 50px 0;
  }
  body.maraline .sobre .box-title {
    display: block;
  }
  body.maraline .sobre .card-sobre {
    padding: 0;
  }
  body.maraline .sobre .card-sobre h1.title {
    font-size: 28px;
  }
  body.maraline .sobre .card-sobre-persiana .title {
    bottom: 10px;
  }
  body.maraline .sobre .card-sobre-persiana .title h1 {
    font-size: 18px;
  }
  body.maraline .sobre .card-sobre p.desc {
    margin-bottom: 15px;
  }




  /* Avaliações */
  body.maraline .avaliacoes .slick-arrow {
    display: none!important;
  }
  body.maraline .avaliacoes .card-avaliacao {
    padding: 25px 25px calc(25px + 60px) 25px;
    background-color: #F1F1F1;
  }
  body.maraline .avaliacoes .slick-slider .slick-slide {
    padding: 0;
  }




  /* Newsletter */  
  section#newsletter h1.title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  section#newsletter .botao-wpp {
    margin-bottom: 30px;
    font-size: 14px;
  }
  section#newsletter .form-newsletter button.botao {
    font-size: 14px;
    padding: 0 15px;
  }



  /* Footer */
  body.maraline .footer {
    padding: 30px 0;
  }
  body.maraline .footer .logo {
    width: 100%;
    max-width: 200px;
    margin: auto;
  }
  body.maraline .footer p.desc {
    text-align: center;
  }

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

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

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

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

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

  body.maraline .footer ul.redes {
    justify-content: center;
    margin: 40px 0 0 0;
  }
  body.maraline .footer ul.redes li {
    padding-bottom: 0;
  }

  body.maraline .footer .formas {
    width: 90%;
    padding: 10px 0;
    margin: 50px auto 0 auto;
  }




  /* Página produto */
  body.maraline #breadcrumbs {
    padding: 10px 0!important;
  }
  [data-page="produtos-list"] #breadcrumbs {
    padding: 0px 0 10px 0;
  }
  [data-page="produtos-list"] #breadcrumbs .col-12 {
    padding: 0;
  }
  body.maraline[data-page="produtos-list"] .form-filter {
    padding-top: 0;
  }

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


  body.maraline[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item {
    border: 5px solid transparent;
    margin: 0;
  }
  body.maraline[data-page="produto-detalhes"] #product .thumbnails .arrow-up {
    display: block;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: unset;
    left: -20px;
    transform: rotate(270deg);
  }
  body.maraline[data-page="produto-detalhes"] #product .thumbnails .arrow-down {
    display: block;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -20px;
    left: unset;
    transform: rotate(270deg);
  }
  body.maraline[data-page="produto-detalhes"] #product .thumbnails .arrow-up svg,
  body.maraline[data-page="produto-detalhes"] #product .thumbnails .arrow-down svg {
    fill: #CC8029;
  }

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

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

  body.maraline[data-page="produto-detalhes"] #product .product-title{
    padding: 0 0 10px 0;
  }
  body.maraline[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    padding: 0 20px;
  }
  body.maraline[data-page="produto-detalhes"] #product .price-container .prices {
    justify-content: center;
  }  

  body.maraline[data-page="produto-detalhes"] #product .select-variations.isMedida {
    margin-top: 30px;
  }
  
  body.maraline[data-page="produto-detalhes"] #product #box-frete {
    margin-top: 20px;
  }

  body.maraline[data-page="produto-detalhes"] .about {
    margin: 10px 0;
    padding: 0;
  }

  body.maraline[data-page="produto-detalhes"] .about-content .about-panel {
    padding: 3rem 1.5rem;
  }
  body.maraline[data-page="produto-detalhes"] .about-content .about-panel .tabpanel-info h1.about-title {
    padding-top: 0!important;
  }

  body.maraline[data-page="produto-detalhes"] .about .about-tabs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

    display: none!important;
  }

  body.maraline[data-page="produto-detalhes"] .about .about-tabs .about-item {
    width: calc(50% - 5px);
    height: 50px;
    margin-bottom: 10px;
  }
  body.maraline[data-page="produto-detalhes"] .about .about-link {
    background-color: #fff;
    filter: drop-shadow(0 0px 10px rgba(0, 0, 0, .1));
  }

  body.maraline[data-page="produto-detalhes"] .tab-content .tab-pane {
    padding: 1rem ;
  }
  body.maraline[data-page="produto-detalhes"] .about .tab-content {
    padding: 10px;
  }
  body.maraline[data-page="produto-detalhes"] .about iframe {
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 16/9;
    border: none;
  }
  body.maraline[data-page="produto-detalhes"] .about video {
    max-width: 560px;
    height: auto;
    aspect-ratio: 16/9;
    border: none;
  }
}

@media (max-width: 991px) {
  body.maraline .category .m-cat-trigger,
  body.maraline .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.maraline .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.maraline .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
  }
}

body.maraline .row>[class*='col-'] {
  margin-left: initial!important;
  margin-right: initial!important;
}

.select2-container {
  border: none!important;
  max-width: 250px!important;
}
@media (max-width:992px) {
  .select2-container {
    border: none!important;
    max-width: calc(100vw - 30px)!important;
  }
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  border: 1px solid #cccccc;
}