 :root {
  --font-Montserrat: "Montserrat", sans-serif;
  --font-LibreFranklin: "Libre Franklin", sans-serif;
  --font-Raleway: "Raleway", sans-serif;
}

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

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


/* NAVBAR MOBILE */

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

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

body.carminnu .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.carminnu .top-bar .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  padding: 18px 0;
  border-bottom: 1px solid rgba(167, 167, 167, .5);
}
body.carminnu .top-bar .content ul.redessociais {
  display: flex;
  align-items: center;
  gap: 30px;
  
  padding: 0;
  margin: 0;
  list-style: none;
}
body.carminnu .top-bar .content ul.redessociais a {
  text-decoration: none;
}
body.carminnu .top-bar .content ul.redessociais a svg {
  display: block;
  fill: #A7A7A7;
  width: 20px;
  height: 20px;

  -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.carminnu .top-bar .content ul.redessociais a:hover svg {
  fill: #f36627;
}
body.carminnu .top-bar .content ul.contatos {
  display: flex;
  align-items: center;
  gap: 30px;
  
  padding: 0;
  margin: 0;
  list-style: none;
}
body.carminnu .top-bar .content ul.contatos a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  
  color: #383838;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.carminnu .top-bar .content ul.contatos a:hover {
  color: #f36627;
}
body.carminnu .top-bar .content ul.contatos a svg {
  display: block;
  fill: #f36627;
  width: 20px;
  height: 20px;
}

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

  background-color: #fff;
  padding: 25px 0;

  z-index: 99999;
  
}

body.carminnu header.header-bg.fixo {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  -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.carminnu header.header-bg.fixo .logo-base {
  padding: 0;
}

body.carminnu header.header-bg .logo-base {
  display: flex;
  align-items: center;
  padding: 0;
}
body.carminnu header.header-bg #nav-mobile {
  margin-right: 0;
}
body.carminnu header.header-bg #nav-mobile .logo-base {
  padding: 10px;
}

body.carminnu header.header-bg .logo-base img{
  display: block;
  width: auto;
  height: 75px;
  object-fit: contain;

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

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

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

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

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

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

  background-color: rgba(217, 217, 217, 0.20);
}
body.carminnu header.header-bg .search-mob-style .search-full input:focus{
  outline: none;
  box-shadow: none;
}
body.carminnu header.header-bg .search-mob-style .search-full .btn-search{
  position: relative;
  display: block;
  
  width: 100%;
  height: 50px;


  font-size: .9rem;
  font-weight: 500;
  
  text-transform: uppercase;
  text-align: center;
  color: #fff;  


  border: 0;
  border-radius: 0;
  background-color: #f36627;

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

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

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

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

body.carminnu header.header-bg .search .btn-search:hover{
  background-color: #B27E46;
}
body.carminnu 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.carminnu header.header-bg .menu-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

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

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

body.carminnu header.header-bg .col-search-mobi span{
  display: inline-block;  
  background-color: #63666c; 
  width: 25px;
  height: 25px;

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

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

  border-radius: 15px;
}

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

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

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

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

body.carminnu 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.carminnu header.header-bg .col-search form {
  width: 100%;
  margin: auto 0 auto auto;
}
body.carminnu header.header-bg .col-search form .input-group {
  display: flex;
  flex-wrap: nowrap;
}
body.carminnu header.header-bg .col-search form input.input {
  width: 100%;
  height: 50px;

  padding: 0 25px;
  
  background: rgba(208, 208, 210, 0.25);
  border: none;
  border-radius: 8px 0 0 8px;
  box-shadow: none!important;

  color: #383838;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu header.header-bg .col-search form input.input:hover {
  border-color: #909090;
}
body.carminnu header.header-bg .col-search form input.input:focus {
  box-shadow: none;
  border-color: #f36627;
}
body.carminnu header.header-bg .col-search form .btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  height: 50px;
  
  padding: 15px;
  background-color: #f36627;
  border: none;
  border-radius: 0px 8px 8px 0px;

  -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.carminnu header.header-bg .col-search form .btn-search:hover {
  background-color: #fff;
}
body.carminnu header.header-bg .col-search form .btn-search svg {
  display: block;
  fill: #fff;
  width: 100%;
  height: 100%;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu header.header-bg .col-search form .btn-search:hover svg {
  fill: #f36627;
}



body.carminnu header.header-bg .col-search form input.input::-webkit-input-placeholder {color:#A7A7A7;}
body.carminnu header.header-bg .col-search form input.input:-moz-placeholder {color:#A7A7A7;opacity:1;}
body.carminnu header.header-bg .col-search form input.input::-moz-placeholder {color:#A7A7A7;opacity:1;}
body.carminnu header.header-bg .col-search form input.input:-ms-input-placeholder {color:#A7A7A7;}
body.carminnu header.header-bg .col-search form input.input::-ms-input-placeholder {color:#A7A7A7;}
body.carminnu header.header-bg .col-search form input.input::placeholder {color:#A7A7A7;}



body.carminnu header.header-bg .menu-favorite a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
body.carminnu header.header-bg .menu-favorite .icon-favorite {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 30px;
  height: 30px;

  z-index: 0;
}
body.carminnu header.header-bg .menu-favorite .icon-favorite::before {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: scale(.8);
  
  background: rgba(217, 217, 217, 0.17);
  border: 1px solid #505050;
  border-radius: 10px;
  
  opacity: 0;
  
  z-index: -1;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu header.header-bg .menu-favorite .icon-favorite:hover::before {
  opacity: 1;
  transform: scale(1);
}
body.carminnu header.header-bg .menu-favorite svg{
  fill: #fff;
  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.carminnu header.header-bg .menu-favorite:hover svg{
  fill: #f36627;
}
body.carminnu header.header-bg .menu-user a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  
  width: fit-content;
  height: 60px;
  
  padding: 0 20px;
  border-radius: 8px;
  
  color: #3A4443;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.carminnu header.header-bg .menu-user:hover a {
  background-color: #3A4443;
  color: #fff;
}
body.carminnu header.header-bg .menu-user .icon-user {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 30px;
  height: 30px;

  z-index: 0;
}
body.carminnu header.header-bg .menu-user svg{
  fill: #3A4443;
  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.carminnu header.header-bg .menu-user:hover svg{
  fill: #fff;
}


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

body.carminnu header.header-bg .menu-cart .btn-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
body.carminnu header.header-bg .menu-cart .icon-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 30px;
  height: 30px;

  z-index: 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu header.header-bg .menu-cart svg{
  display: block;
  fill: #383838!important;
  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.carminnu header.header-bg .menu-cart:hover svg {
  fill: #f36627!important;
}
body.carminnu header.header-bg .menu-cart .icon-cart .contador {
  position: absolute;
  top: -12px;
  right: -12px;

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

  width: auto;
  min-width: 24px;
  height: 24px;

  padding: 0 5px;
  background-color: #f36627;
  border-radius: 24px;

  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

body.carminnu header.header-bg .menu-cart a h4 {
  color: #f36627;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  white-space: nowrap;
  margin: 0;
}

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

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

body.carminnu header.header-bg .menu-cart  p.cart-q {
  color: #030304;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;

  margin: 0;
}

body.carminnu header.header-bg .menu-cart  p.cart-q  span {
  text-transform: none;
  font-weight: 500;
}

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

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

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu header.header-bg .menu-my-cart span b{
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  background: #fff;

  z-index: 3;
}

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

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

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



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

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

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

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

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

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

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

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

body.carminnu #menu-desktop .bar-menu li.nav-item a,
body.carminnu #menu-desktop .bar-menu li .dropdown-toggle{
  position: relative;
  
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;

  color: #383838;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;

  display: flex;
  align-items: center;

  border-bottom: 2px solid transparent;

  -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.carminnu #menu-desktop .bar-menu li:last-child .dropdown-toggle {
  padding-right: 0;
}

body.carminnu #menu-desktop .bar-menu li:hover .dropdown-toggle{
  color: #f36627;
  border-color: #f36627;
}

body.carminnu #menu-desktop .bar-menu li .dropdown-toggle::after {
  font-family: FontAwesome;
  content: "\f0dd";
  font-size: 12px;
  padding-left: 7.5px;
  
  display: initial;
  margin-left: initial;
  vertical-align: initial;
  border: initial;
  
  color: #505050;  
  margin-bottom: 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.carminnu #menu-desktop .bar-menu li:hover .dropdown-toggle::after {
  color: #f36627;
  transform: translate(7.5px, 4px) rotate(180deg);
}
body.carminnu #menu-desktop .bar-menu li .dropdown-toggle:not([data-toggle="dropdown"])::after {
  content: unset;
}
.dropdown-menu {
  left: auto;
}

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

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

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

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

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

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

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

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

  width: 100%;
  height: 100%;

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

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

  display: block;
  margin: 0;
  color: #383838;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.16px;
  text-decoration: none;

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

  background: rgba(217, 217, 217, 0);
  border: 1px solid transparent;
  border-radius: 7.5px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu #menu-desktop .bar-menu .dropdown-menu ul li a:hover {
  color: #f36627;
  font-weight: 500;
}
body.carminnu #menu-desktop .bar-menu .dropdown-menu ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  
  width: 0;
  height: 1px;
  
  background: #f36627;
  
  -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.carminnu #menu-desktop .bar-menu .dropdown-menu ul li a:hover::before {
  width: 100px;
}






/* BANNERS */

body.carminnu #banner {
  margin: 40px 0;
  margin-top: 0px;
}
body.carminnu #banner .swiperBanner{
  position: relative;
  padding: 0;
  margin: 0;
}

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

  width: 100%;
  height: 100%;

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

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

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

  width: 12px;
  height: 12px;
  margin-right: 10px;
  
  border: 2px solid #999999;
  background-color: #999999;
  border-radius: 10px; 

  opacity: 1;
}

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





/* MINI BANNERS */

body.carminnu[data-page="home"] #apoio-banner {
  margin: 80px 0;
}
body.carminnu[data-page="home"] #apoio-banner .card-apoios {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
body.carminnu[data-page="home"] #apoio-banner .card-apoio {
  width: 100%;
}

body.carminnu[data-page="home"] #apoio-banner .card-apoio .icon {
  width: 60px;
  height: 60px;
  
  margin: 0 auto 30px auto;
}
body.carminnu[data-page="home"] #apoio-banner .card-apoio .icon svg {
  display: block;
  fill: #f36627;
  width: 100%;
  height: 100%;
}
body.carminnu[data-page="home"] #apoio-banner .card-apoio p{
  color: #3A4443;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 0 0 15px 0;
}
body.carminnu[data-page="home"] #apoio-banner .card-apoio span{
  display: block;
  color: #A7A7A7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 177.778% */
  text-align: center;
  margin: 0;
}




/* Ambientes */
body.carminnu .ambientes {
  padding: 80px 0;
  background-color: #fff;
}
body.carminnu .ambientes .card-ambiente {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.carminnu .ambientes .card-ambiente:hover {
  transform: scale(1.025);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}
body.carminnu .ambientes .card-ambiente.--horizontal:nth-child(2),
body.carminnu .ambientes .card-ambiente.--horizontal-full {
  margin-top: 30px;
}
body.carminnu .ambientes .card-ambiente .image {
  position: relative;
  width: 100%;
}
body.carminnu .ambientes .card-ambiente .image::after {
  content: '';
  display: block;
  width: 100%;
}
body.carminnu .ambientes .card-ambiente.--horizontal .image::after {
  padding-bottom: 35.78947368421053%;
}
body.carminnu .ambientes .card-ambiente.--vertical,
body.carminnu .ambientes .card-ambiente.--vertical .image {
  height: 100%;
}
body.carminnu .ambientes .card-ambiente.--horizontal-full .image::after {
  padding-bottom: 23.850350740452065%;
}
body.carminnu .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 .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.carminnu .ambientes .card-ambiente:hover .image img {
  /* transform: scale(1.15) rotate(-3deg); */
}
body.carminnu .ambientes .card-ambiente .content {
  position: absolute;
  left: 0;
  bottom: 0;
  
  display: flex;
  align-items: center;
  gap: 10px;
  
  padding: 13px 16px;
  background-color: #3A4443;
  
  z-index: 1;

  -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.carminnu .ambientes .card-ambiente:hover .content {
  background-color: #f36627;
}
body.carminnu .ambientes .card-ambiente .content span {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 83.333% */
  margin: 0;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.carminnu .ambientes .card-ambiente:hover .content span {
  color: #3A4443;
  transform: translateX(12.5px);
}
body.carminnu .ambientes .card-ambiente .content svg {
  -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.carminnu .ambientes .card-ambiente:hover .content svg {
  transform: translateX(40px);
}




/* Avaliações */
body.carminnu .avaliacoes {
  padding: 80px 0;
  background: #fff;
}
body.carminnu .avaliacoes-content {
  position: relative;
}
body.carminnu .avaliacoes-content .swiperAvaliacoes-nav.left {
  left: -24px;
}
body.carminnu .avaliacoes-content .swiperAvaliacoes-nav.right {
  right: -24px;
}
body.carminnu .avaliacoes-content .swiperAvaliacoes-nav {
  position: absolute;
  top: 0;
  bottom: 75px;

  margin: auto;

  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  
  border-radius: 8px;
  background: #FAFAFA;
  box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.10);

  opacity: 1;
  cursor: pointer;

  z-index: 1;
  
  -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.carminnu .avaliacoes-content .swiperAvaliacoes-nav:hover {
  background-color: #f36627;
}
body.carminnu .avaliacoes-content .swiperAvaliacoes-nav.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}
body.carminnu .avaliacoes-content .swiperAvaliacoes-nav svg {
  display: block;
  fill: #f36627;
  width: 14px;
  height: 14px;
  flex-shrink: 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.carminnu .avaliacoes-content .swiperAvaliacoes-nav:hover svg {
  fill: #fff
}
body.carminnu .avaliacoes .swiperAvaliacoes-pagination {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
body.carminnu .avaliacoes .swiperAvaliacoes-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #F5F5F5;
  border-radius: 8px;
  opacity: 1;

  -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.carminnu .avaliacoes .swiperAvaliacoes-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #f36627;
}
body.carminnu .avaliacoes .swiperAvaliacoes {
  border-radius: 8px;
  overflow: hidden;
}
body.carminnu .avaliacoes .swiper-slide {
  height: auto;
}
body.carminnu .avaliacoes .avaliacao {  
  height: 100%;

  padding: 40px;
  background-color: #F5F5F5;
  border-radius: 8px;
}
body.carminnu .avaliacoes .avaliacao .avaliacao-header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 0 35px 0;
}
body.carminnu .avaliacoes .avaliacao .avaliacao-header .image {
  position: relative;
  width: 58px;
  border-radius: 50%;
  overflow: hidden;
}
body.carminnu .avaliacoes .avaliacao .avaliacao-header .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.carminnu .avaliacoes .avaliacao .avaliacao-header .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.carminnu .avaliacoes .avaliacao .avaliacao-header .info h2 {
  color: #1B1D21;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 3px 0;
}
body.carminnu .avaliacoes .avaliacao .avaliacao-header .info p {
  color: #8D8E90;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
body.carminnu .avaliacoes .avaliacao .avaliacao-content p {
  color: #1B1D21;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin: 0;
}





/* Sobre */
body.carminnu .sobre {
  position: relative;
  padding: calc(80px + 60px) 0 80px 0;
  background-color: #FEFBF4;
  z-index: 0;
}
body.carminnu .sobre .card-sobre {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
body.carminnu .sobre .card-sobre .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
body.carminnu .sobre .card-sobre .images .image {
  position: relative;
  width: 300px;
}
body.carminnu .sobre .card-sobre .images .image:nth-child(odd) {
  animation: float-odd 8s ease-in-out infinite;
  animation-delay: .25s;
  transform: translateY(-60px);
}
body.carminnu .sobre .card-sobre .images .image:nth-child(odd):first-child {
  animation-delay: 0s;
}
@keyframes float-odd {
  0% {
    transform: translateY(-60px);
  }
  50% {
    transform: translateY(-0px);
  }
  100% {
    transform: translateY(-60px);
  }
}
body.carminnu .sobre .card-sobre .images .image:nth-child(even) {
  animation: float-even 8s ease-in-out infinite;
  transform: translateY(0px);
}
body.carminnu .sobre .card-sobre .images .image:nth-child(even):last-child {
  animation-delay: .25s;
}
@keyframes float-even {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-60px);
  }
  
}
body.carminnu .sobre .card-sobre .images .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.carminnu .sobre .card-sobre .images .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
body.carminnu .sobre .card-sobre .content {
  width: 100%;
}
body.carminnu .sobre .card-sobre .content h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: -0.48px;
  margin: 0 0 60px 0;
}
body.carminnu .sobre .card-sobre .content p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  leading-trim: both;
  text-edge: cap;

  margin: 0;
  overflow: hidden;
}






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

  margin: 0 0 50px 0;
}
body.carminnu .box-title {
  position: relative;
  gap: 10px;
}
body.carminnu .box-title-center {
  width: 100%;
  text-align: center;
}
body.carminnu .box-title .box-text {
  position: relative;
  display: block;
  
  color: #3A4443;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: -0.48px;
  
  margin: 0;
}
body.carminnu .box-link {
  display: flex;
  width: fit-content;
  height: auto;
  padding: 19px 29px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #3A4443;

  color: #3A4443;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  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.carminnu .box-link:hover {
  background-color: #3A4443;
  color: #fff;
}




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

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

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

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



/* LISTA DE PRODUTOS */

body.carminnu .section-product {
  margin: 90px 0;
}
body.carminnu main section.section-product:nth-child(odd) {
  padding: 90px 0;
  margin: 0;
  background: rgba(242, 188, 49, 0.05);
}

body.carminnu .product-list{
  position: relative;
}
body.carminnu .produtos-content {
  position: relative;
}
body.carminnu .produtos-content .nav-btn.left {
  left: -24px;
}
body.carminnu .produtos-content .nav-btn.right {
  right: -24px;
}
body.carminnu .produtos-content .nav-btn {
  position: absolute;
  top: 0;
  bottom: 75px;

  margin: auto;

  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  
  border-radius: 8px;
  background: #FAFAFA;
  box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.10);

  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.carminnu .produtos-content .nav-btn.active:hover {
  background-color: #f36627;
}
body.carminnu .produtos-content .nav-btn.active {
  opacity: 1;
  cursor: pointer;
}
body.carminnu .produtos-content .nav-btn svg {
  display: block;
  fill: #f36627;
  width: 14px;
  height: 14px;
  flex-shrink: 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.carminnu .produtos-content .nav-btn.active:hover svg {
  fill: #fff
}
body.carminnu .product-list .owl-carousel {
  border-radius: 8px;
  overflow: hidden;
}
body.carminnu .product-list .product a{
  text-decoration: none;
}
body.carminnu .product-list .product{
  margin: 0 0 30px 0;  
}
body.carminnu .product-list .owl-carousel .product {
  margin: 0;
}
body.carminnu .product-list .product form{
  position: relative;
  height: 100%;

  border-radius: 8px;
  background: #FFF;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

body.carminnu .product-list .product-image .tags .tag-promotion{
  position: absolute;
  
  top: 8px;
  right: 8px;

  display: flex;
  align-items: center;
  
  width: fit-content;
  height: auto;
  padding: 7.5px 15px;
  background: #f36627;
  border-radius: 8px;

  opacity: 1;
  
  z-index: 2;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu .product-list .product:hover .product-image .tags .tag-promotion {
  background-color: #3A4443;
}

body.carminnu .product-list .product-image .tags .tag-promotion span {
  display: block;
  width: 100%;
  
  color: #3A4443;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu .product-list .product:hover .product-image .tags .tag-promotion span {
  color: #fff;
}

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

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

  opacity: 0;
  
  padding: 0;  
  z-index: 2;

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

body.carminnu .product-list .product-image .tags .tag-favorito svg {
  fill: none;
  stroke: rgba(217, 217, 217, 0.72);
  stroke-width: 2px;
  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.carminnu .product-list .product-image .tags .tag-favorito:hover svg {
  stroke: #fff;
}

body.carminnu .product-list .product-image .tags .tag-favorito.active svg {
  stroke: #fff;
  fill: #fff;
}

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

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

  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu .product-list .product .product-image::after {
  content: '';
  display: block;

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

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

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

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
body.carminnu .product-list .product form:hover .product-image img{
  transform: scale(1.15) rotate(-3deg);
}

body.carminnu .product-list .product .product-info {
  padding: 19px 12px calc(24px + 22px + 40px) 12px;
  /* padding-right: calc(13px * 2); */
  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.carminnu .product-list .product .product-info .product-info-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;

  border-bottom: 1px solid #CCC;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
body.carminnu .product-list .product .product-info .product-info-title .tit{
  color: #3A4443;
  font-family: var(--font-LibreFranklin);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.6px; /* 110% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 3px 0;
  text-align: left;
}

body.carminnu .product-list .product .product-info .product-info-content {
  width: 100%;
}
body.carminnu .product-list .product .product-info .container-price {
  position: relative;
  text-align: left;
  margin: 0;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu .product-list .product .product-info .container-price .row-price {
  /* display: flex;
  align-items: center;
  gap: 20px; */
}
body.carminnu .product-list .product .product-info .container-price span.price-label del,
body.carminnu .product-list .product .product-info .container-price span.price-label{
  display: block;
  width: fit-content;
  
  color: #3A4443;
  font-family: var(--font-Raleway);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.14px; /* 142.833% */
  letter-spacing: 0.1px;
  text-decoration-line: strikethrough;
  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.carminnu .product-list .product .product-info .container-price span.price{
  display: block;
  width: fit-content;

  color: #3A4443;
  font-family: var(--font-Raleway);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
  letter-spacing: -0.6px;

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

  color: #3A4443;
  font-family: var(--font-Raleway);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.14px; /* 142.833% */
  letter-spacing: 0.1px;

  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.carminnu .product-list .product .product-info .container-price span.installment b {  
  color: #f36627;
  font-family: var(--font-Raleway);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.14px;
  letter-spacing: 0.1px;
}

body.carminnu .product-list .product .botao-comprar {
  position: absolute;
  bottom: 12px;
  left: 12px;

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

  width: calc(100% - 24px);
  height: auto;

  padding: 20px;
  background-color: #f36627;
  border: none;
  border-radius: 8px;

  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  letter-spacing: 1px;

  overflow: hidden;
  z-index: 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu .product-list .product:hover .botao-comprar {
  background-color: #3A4443;
  color: #fff;
}



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

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

  width: 100%;
  height: 100%;

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




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

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

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


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

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



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


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

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

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

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

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

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




/* Banner mid */
body.carminnu .banner-mid {
  background-size: cover;
  padding: 80px 0;
  background-color: #fff;  
}
body.carminnu .banner-mid .banner-sides {
  position: relative;
  display: block;
  width: 100%;  
  text-decoration: none;
  
  border-radius: 2px;
  overflow: hidden;
  
  background: url('../img/banner-site-1.png');
  background-size: cover;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu .banner-mid .banner-sides:hover {
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.24);
  transform: scale(1.02);
}
body.carminnu .banner-mid .banner-sides::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 18.75%;
}

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

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

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


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

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu .banner-mid .banner-sides:hover .botao-white {
  color: #050211;
  background-color: #FFFEFD;
}




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

  margin: 60px 0 0 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu .tecnologia a.botao:hover {
  background-color: #fff;
  color: #A37342;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
}






/* Breadcrumbs */

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

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

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

body.carminnu[data-page="produto-detalhes"] #breadcrumbs a {
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
}

body.carminnu[data-page="produto-detalhes"] #breadcrumbs ul li::after {
  content: ">";
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 20.3px */
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
  margin: 10px;
}

body.carminnu[data-page="produto-detalhes"] #breadcrumbs p {
  color: #040320;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

/* SOBRE O PRODUTO */
body.carminnu[data-page="produto-detalhes"] .about{
  position: relative;
  margin: 2rem 0;
  padding: 0 0 3rem 0;
  background: rgba(242, 188, 49, 0.05);
}

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

body.carminnu[data-page="produto-detalhes"] .con-tabs {
  padding: 15px 0 0 0;
}
body.carminnu[data-page="produto-detalhes"] .nav-tabs {  
  padding: 0px 50px;
  box-shadow: none;
  border: 0;
  border-radius: 0px;
  margin-bottom: -1px;

  border-bottom: 2px solid #E8E8E8;

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

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

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

  display: flex;
  align-items: center;

  color: #120A0A;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px; /* 250% */
  letter-spacing: -0.16px;
  cursor: pointer;

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

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


  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu[data-page="produto-detalhes"] .nav-tabs .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;

  background-color: transparent;

  -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.carminnu[data-page="produto-detalhes"] .nav-tabs .nav-item:not(.active):hover .nav-link {
  color: #f36627;
}
body.carminnu[data-page="produto-detalhes"] .nav-tabs .nav-item.active .nav-link {
  color: #111;
}

body.carminnu[data-page="produto-detalhes"] .nav-link p {
  color: #383838;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: .5;
  margin: 0;
}
body.carminnu[data-page="produto-detalhes"] .nav-item.active .nav-link p {
  color: #f36627;

  opacity: 1;
}

body.carminnu[data-page="produto-detalhes"] .nav-item.active .nav-link {
  position: relative;
  background-color: transparent;
  z-index: 0;

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.carminnu[data-page="produto-detalhes"] .nav-item.active .nav-link::before {
  background-color: #f36627;
}

body.carminnu[data-page="produto-detalhes"] .tab-content{  
  z-index: 1;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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




body.carminnu[data-page="produto-detalhes"] #faq {
  padding: 80px 0;
}
body.carminnu[data-page="produto-detalhes"] #faq .box-text {
  color: #3A4443;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 187.5% */
  letter-spacing: 0.167px;
  margin: 0 0 15px 0;
}
body.carminnu[data-page="produto-detalhes"] #faq .box-desc {
  display: block;
  max-width: 750px;
  
  color: #3A4443;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin: 0 auto;
}
body.carminnu[data-page="produto-detalhes"] #faq #accordionFaq {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

body.carminnu[data-page="produto-detalhes"] #faq #accordionFaq .accordion-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 768px) {
  body.carminnu[data-page="produto-detalhes"] #faq #accordionFaq {
    flex-direction: column;
  }
  
  body.carminnu[data-page="produto-detalhes"] #faq #accordionFaq .accordion-column {
    width: 100%;
  }
}

body.carminnu[data-page="produto-detalhes"] #faq .card-header {
  position: relative;
  background-color: transparent;
  border-radius: 8px;
  background: transparent;

  cursor: pointer;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.carminnu[data-page="produto-detalhes"] #faq .card-header::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #8D8E90;
  border-bottom: 2px solid #8D8E90;
  margin: auto;
  transition: transform 0.3s ease;
}
body.carminnu[data-page="produto-detalhes"] #faq .card-header:not(.collapsed)::after {
  transform: rotate(-135deg);
  border-right: 2px solid #3A4443;
  border-bottom: 2px solid #3A4443;
}
body.carminnu[data-page="produto-detalhes"] #faq .card .card-header h2 {
  color: #3A4443;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.carminnu[data-page="produto-detalhes"] #faq .card .card-header:hover h2 {
  color: #f36627;
}
body.carminnu[data-page="produto-detalhes"] #faq .card .card-header:not(.collapsed) h2 {
  color: #f36627;
}
body.carminnu[data-page="produto-detalhes"] #faq .card .card-body {
  color: #8D8E90;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin: 0;
}




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

body.carminnu[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;
  margin-bottom: 15px;
  
  border-radius: 0;
  overflow: hidden;
}
body.carminnu[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
  position: relative;
  width: 100%;

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

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

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

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

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

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

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

  top: 30px;
  right: 30px;

  width: 30px;
  height: 30px;
}

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

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

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

  width: 30px;
  height: 30px;

  background: #fff;
  border-radius: 7.5px;
  padding: 7.5px;

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

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

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

  width: 100%;
  height: 100%;

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

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

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


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

body.carminnu[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item.active{
  border-color: #f36627;
}
body.carminnu[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item img{
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .5;
  width: 100%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.carminnu[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item:hover img{  
  opacity: 1;
}
body.carminnu[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item.active img{
  opacity: 1;  
}

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

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

  margin-top: 50px;
}


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

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

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

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.carminnu[data-page="produto-detalhes"] #product .product-header .product-favorite:hover svg {
  fill: #888888;
}
body.carminnu[data-page="produto-detalhes"] #product .product-header .product-favorite.active svg {
  fill: #F46B5B;
}
body.carminnu[data-page="produto-detalhes"] #product .product-header .product-favorite span {
  color: #383838;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}


body.carminnu[data-page="produto-detalhes"] #product .product-title{
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #A7A7A7;
}

body.carminnu[data-page="produto-detalhes"] #product .product-title .product-name{
  color: #383838;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
body.carminnu[data-page="produto-detalhes"] #product .aval-ref p.ref {
  color: #6A6A6A;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.24px;
  margin: 0;
}


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

.rating-link {
  text-decoration: none;
  margin: 0;
  
  color: #A7A7A7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rating-link:hover {
  color: #899C7E;
}

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

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

.rating-container:before {
  content: attr(data-content);
  color: #121212;
}
.rating-container .rating-stars:before {
  text-shadow: none!important;
}

.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  font-family: 'FontAwesome';
  font-size: 1rem;    
}
.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #899C7E;
  transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}
.rating-container .rating-stars:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0,0,0,0);
}

.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.carminnu[data-page="produto-detalhes"] #product .price-colors {
  align-items: center;
  margin-top: 8px;
}

body.carminnu[data-page="produto-detalhes"] #product .price-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 25px 0;
}
body.carminnu[data-page="produto-detalhes"] #product .price-container .price{
  color: #383838;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin: 0;
}
body.carminnu[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #A7A7A7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
  margin: 0;
}
body.carminnu[data-page="produto-detalhes"] #product .price-container .percentage-discount {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #f36627;

  color: #f36627;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

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

body.carminnu[data-page="produto-detalhes"] #product .product-content {
  padding: 0;
  border-radius: 0;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations.isSimples .form-group {
  display: flex;
  align-items: center;
  gap: 25px;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations.isSimples .attr-name {
  color: #3A4443;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation {
  display: flex;
  align-items: center;
  gap: 10px;

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

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

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

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

  margin: 0;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation label::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #3A4443;
  border-radius: 50%;
  background-color: #F3F3F3;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations.isSimples .list-variation input[type="radio"]:checked + label::before {
  background-color: #3A4443;
}

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

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

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

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

  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations .areacores {
  /* margin-top: -10px; */
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations .areacor {
  border: 1px solid transparent!important;
  width: 30px!important;
  height: 30px!important;
  border-radius: 100px;
  opacity: 1!important;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}

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

body.carminnu[data-page="produto-detalhes"] #product .select-variations select{
  position: relative;
  
  background-color: #fff;
  border: 1px solid #3A4443;
  border-radius: 2px;
  
  height: 40px;
  
  color: #3A4443;
  font-weight: 500;
  cursor: pointer;

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

body.carminnu[data-page="produto-detalhes"] #product .select-variations select:hover {
  box-shadow: 0 0 0 1px #3A4443;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations select:focus{
  box-shadow: none;
}

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

/* body.hiflex[data-page="produto-detalhes"] #product .select-variations .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 7px;
} */
body.carminnu[data-page="produto-detalhes"] #product .select-variations .icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-left: 5px;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations .icon-img img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 80px;
  height: 65px;
  margin-left: 10px;
  margin-right: 0;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations .icon img {
  width: 100%;
  height: 100%;

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

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

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

body.carminnu[data-page="produto-detalhes"] #product .select-variations .col-check .form-check {
  display: flex;
  align-items: flex-end;

  padding: 0;
  width: 100%;
  height: 100%;
}
/* body.hiflex[data-page="produto-detalhes"] #product .select-variations .col-check .form-check:first-child{
  padding-right: 5px;
  padding-left: 0;
}
 */
body.carminnu[data-page="produto-detalhes"] #product .select-variations .form-check input{
  display: none;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  width: 100%;
  height: 40px;
  padding: 0 15px;
  
  background-color: #fff;
  border: 1px solid #3A4443;
  border-radius: 2px;
  cursor: pointer;
  
  color: #3A4443;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
  cursor: pointer;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.carminnu[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation .icon-img {
  width: 50px;
  min-width: 50px;
}

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

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

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

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

  width: 100%;
  margin: auto;
  
  color: #505050;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
  text-align: left;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.carminnu[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p span {
  color: #040320;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}

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

@media(max-width:1200px) {
  body.carminnu[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
    padding: 0 15px;
    height: 100%;
    margin: 0;
  }
  body.carminnu[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p {
    display: block;
  }
}
@media(max-width:1400px) {
  body.carminnu[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
    padding: 0 10px;
    font-size: 12px;
  }
  body.carminnu[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p {
    gap: 2.5px;
    font-size: 12px;
  }
}

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

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

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

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

body.carminnu[data-page="produto-detalhes"] #product .bootstrap-touchspin .bootstrap-touchspin-up {
  background-color: #f36627;
  color: #fff;
}

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

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

body.carminnu[data-page="produto-detalhes"] #product .price-final .price {
  color: #3A4443;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
  white-space: nowrap;
  margin: 0;
}

body.carminnu[data-page="produto-detalhes"] #product .price-final {
  margin-top: 20px;
}
body.carminnu[data-page="produto-detalhes"] #product .price-final .price-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.carminnu[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #3A4443;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  margin: 0;
}

body.carminnu[data-page="produto-detalhes"] #product .price-final .price{
  color: #3A4443;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
  white-space: nowrap;
  margin: 0;
}

body.carminnu[data-page="produto-detalhes"] #product .price-final .price-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.carminnu[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc{
  color: #3A4443;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  margin: 0;
}
body.carminnu[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b {
  font-weight: 700;
}


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

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

  border-radius: 8px;
  background: #f36627;
  box-shadow: none;

  z-index: 0;

  overflow: hidden;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.carminnu[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart {
  background-color: #3A4443;
  box-shadow: none;
}

body.carminnu[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;
  
  margin: 0;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.carminnu[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart p {
  color: #fff;
}

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

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

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

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

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

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

body.carminnu[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep {
  display: flex;
  align-items: center;
  gap: 15px;
}
body.carminnu[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  position: relative;

  height: 40px;

  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #3A4443;
  border-radius: 2px;
  box-shadow: none;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

body.carminnu[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:hover{
  border-color: #3A4443;
  box-shadow: 0 0 0 1px #3A4443;
}
body.carminnu[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:focus{
  outline: none;
  box-shadow: none;
  
  border-color: #3A4443;
  box-shadow: 0 0 0 1px #3A4443;
}

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

  z-index: 5;

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

body.carminnu[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod div{
  color: #3A4443;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;

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




/* Newsletter */
body.carminnu .newsletter {
  position: relative;
  background-color: #3A4443;
  padding: 40px 0;
  z-index: 0;
  border-bottom:1px solid #FFF;
}
body.carminnu .newsletter .card-newsletter {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;  
  border-radius: 10px;
}
body.carminnu .newsletter .card-newsletter .content {
  width: fit-content;
}
body.carminnu .newsletter .card-newsletter .content h2 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}
body.carminnu .newsletter .card-newsletter .form-newsletter {
  width: 100%;
}
body.carminnu .newsletter .card-newsletter .form-newsletter .input-group {
  justify-content: flex-end;
}
body.carminnu .newsletter .card-newsletter .form-newsletter input {
  position: relative;

  width: 100%;
  max-width: 420px;
  height: 70px;
  
  padding: 0 30px 0 20px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: none;

  z-index: 0;
}
body.carminnu .newsletter .card-newsletter .form-newsletter input:hover {
  border-color:  #f36627;
}
body.carminnu .newsletter .card-newsletter .form-newsletter input:active,
body.carminnu .newsletter .card-newsletter .form-newsletter input:focus {
  border-color:  #f36627;
}
body.carminnu .newsletter .card-newsletter .form-newsletter button {
  position: relative;
  width: fit-content;
  height: 70px;
  
  padding: 0 45px;
  background: #f36627;
  border: 2px solid transparent;  
  border-radius: 8px;
  box-shadow: none;
  outline: none;
  
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  leading-trim: both;
  text-edge: cap;
  
  margin-left: -20px;
  
  z-index: 1;

  -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.carminnu .newsletter .card-newsletter .form-newsletter button:hover {
  background-color: #3A4443;
  color: #fff;

  border-radius: 8px;
  border-color: #f36627;  
  border-left: 2px solid #f36627;
}
body.carminnu .newsletter .card-newsletter .form-newsletter input:active + button:hover,
body.carminnu .newsletter .card-newsletter .form-newsletter input:focus + button:hover {
  border-left: 0px solid transparent;
  border-radius: 0 8px 8px 0;
}





/* Footer */
body.carminnu .footer {
  padding: 0px 0;
  background-color: #3A4443;

  border: none;
}

body.carminnu .footer .logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 0 20px 0;
}
body.carminnu .footer .logo img {
  width: 100%;
  height: auto;
  
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: contain;
  object-fit: contain;
}

body.carminnu .footer ul.list-contato {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.carminnu .footer ul.list-contato li {
  margin: 0 0 20px 0;
}
body.carminnu .footer ul.list-contato li address {
  margin: 0;
}
body.carminnu .footer ul.list-contato li span,
body.carminnu .footer ul.list-contato li a {
  color: #FFF;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin: 0;
}
body.carminnu .footer ul.list-contato li a:hover {
  color: #f36627;
  text-decoration: underline;
}

body.carminnu .footer h4.tit {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 20px 0;
}
body.carminnu .footer .sitemap-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
body.carminnu .footer ul.list-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.carminnu .footer ul.list-item li {
  margin-bottom: 12px;
}
body.carminnu .footer ul.list-item li:last-child{
  margin: 0;
}
body.carminnu .footer ul.list-item li p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  leading-trim: both;
  text-edge: cap;
  margin: 0;
}
body.carminnu .footer ul.list-item li a {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  opacity: .6;
  leading-trim: both;
  text-edge: cap;
  margin: 0;

  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
body.carminnu .footer ul.list-item li a:hover {
  color: #f36627;
  opacity: 1;
}

body.carminnu .basefooter {
  background-color: #3A4443;
  padding: 0 0 20px 0;
}
body.carminnu .basefooter .basefooter-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  margin: 0;
  padding: 0;
  list-style: none;
}
body.carminnu .basefooter .basefooter-item img {
  width: auto;
  height: 45px;
}
body.carminnu .basefooter span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  leading-trim: both;
  text-edge: cap;
  text-transform: capitalize;
}
body.carminnu .basefooter strong {
  font-weight: 400;
  cursor: pointer;
}
body.carminnu .basefooter .mind7 {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.152px; /* 234.6% */
  text-transform: capitalize;
}
body.carminnu .basefooter .mind7:hover {
  color: #f36627;
  text-decoration: underline;
}


@media(max-width:991px) {
  body.carminnu .top-bar {
    display: none;
  }
  body.carminnu .top-bar .content {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.carminnu .top-bar .content ul.contatos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  body.carminnu header.header-bg {
    padding: 0!important;
  }
  body.carminnu header.header-bg.fixo {
    padding-top: 1px!important;
  }
  body.carminnu header.header-bg .menu-cart svg{
    fill: #030304;
  }

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

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

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

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

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


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


  /* Banner Apoio */
  body.carminnu[data-page="home"] #apoio-banner {
    padding: 1rem 0;
    margin: 0;
  }
  body.carminnu #apoio-banner #carousel-apoio{
    padding: 0;
    margin: 0;
  }
  body.carminnu #apoio-banner #carousel-apoio {
    border-radius: 20px;
    overflow: hidden;
  }
  body.carminnu[data-page="home"] #apoio-banner .card-apoio {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #e8e8e8;
    border-radius: 20px;
  }
  body.carminnu[data-page="home"] #apoio-banner .card-apoio .content {
    margin: auto;
    text-align: center;
  }
  body.carminnu[data-page="home"] #apoio-banner .card-apoio .content .icon {
    width: fit-content;
    margin: 0 auto 10px auto;
  }
  body.carminnu[data-page="home"] #apoio-banner .card-apoio .content .icon svg {
    display: block;
    width: 40px;
    height: 40px;
  }
  body.carminnu[data-page="home"] #apoio-banner .card-apoio .content p {
    color: #484B35;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0  5px 0;
  }
  body.carminnu[data-page="home"] #apoio-banner .card-apoio .content span {
    color: #484B35;
    font-weight: 400;
  }



  /* Section titles */
  body.carminnu main section.section-product,
  body.carminnu main section.section-product:nth-child(odd) {
    padding: 30px 0;
  }
  body.carminnu .section-title {
    margin-bottom: 20px;
  }
  body.carminnu .box-title .box-text {
    font-size: 18px;
  }
  body.carminnu .box-link {
    font-size: 12px;
    padding: 10px 12.5px;
  }


  
  /* Produtos */
  body.carminnu .section-product {
    margin: 50px 0 0 0;
  }




  /* Ambientes */
  body.carminnu .ambientes .card-ambiente .content span {
    font-size: 18px;
  }
  body.carminnu .ambientes .card-ambiente.--vertical,
  body.carminnu .ambientes .card-ambiente.--vertical .image {
    height: auto;
  }
  body.carminnu .ambientes .card-ambiente.--vertical,
  body.carminnu .ambientes .card-ambiente.--horizontal-full {
    margin-top: 30px;
  }
  body.carminnu .ambientes .card-ambiente .image::after,
  body.carminnu .ambientes .card-ambiente.--horizontal .image::after,
  body.carminnu .ambientes .card-ambiente.--horizontal-full .image::after {
    padding-bottom: 50%;
  }



  /* Sobre */
  body.carminnu .sobre .card-sobre {
    flex-wrap: wrap;
  }
  body.carminnu .sobre .card-sobre .content h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  body.carminnu .sobre .card-sobre .images .image {
    width: 100%;
  }



  /* Newsletter */
  body.carminnu .newsletter .card-newsletter {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
  body.carminnu .newsletter .card-newsletter .content h2 {
    font-size: 18px;
    text-align: center;
  }
  body.carminnu .newsletter .card-newsletter .form-newsletter button {
    margin-top: 15px;
    width: 100%;
    margin-left: 0px;
  }




  /* Footer */
  body.carminnu .footer {
    padding: 30px 0 0 0;
  }
  body.carminnu .footer .logo-selos {
    display: block;
  }
  body.carminnu .footer .selos {
    justify-content: center;
  }
  body.carminnu .footer .site-map .col-address .logo {
    width: 150px;
    margin: 0 auto 20px auto;
  }
  body.carminnu .footer img.meios-pagamento {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  body.carminnu .footer ul.list-contato {
    text-align: center;
  }
  body.carminnu .footer .sitemap-menu {
    display: block;
    padding-right: 0;
  }

  body.carminnu .footer .redes {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

  body.carminnu .basefooter {
    padding: 30px 0;
  }
  body.carminnu .basefooter .basefooter-list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }




  /* Página produto */
  body.carminnu[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
  }
  body.carminnu[data-page="produto-detalhes"] .nav-tabs {
    display: flex;
    justify-content: space-around;
    padding: 15px;
  }

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

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

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

  body.carminnu[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 22px;
    margin: 0;
  }
  body.carminnu[data-page="produto-detalhes"] #product .aval-block .star-rating {
    justify-content: center;
  }
  body.carminnu[data-page="produto-detalhes"] #product .select-variations.colors {
    justify-content: flex-start;
    margin: 20px 0 0 0;
  }
  body.carminnu[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
    height: 40px;
  }

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

  body.carminnu[data-page="produto-detalhes"] .nav-tabs .nav-link::before {
    display: none;
  }
  body.carminnu[data-page="produto-detalhes"] .nav-tabs .nav-link {
    background: rgba(217, 217, 217, 0.17);
    color: #3A4443;
    border: 1px solid #3A4443;
    border-radius: 10px;
  }
  body.carminnu[data-page="produto-detalhes"] .nav-tabs .nav-link.active {
    background-color: #f36627;
    color: #3A4443;
    border-color: transparent;
  }
  body.carminnu[data-page="produto-detalhes"] .nav-tabs .nav-link.active p {
    color: #3A4443;
  }
}





/* Container extends */
@media (min-width:576px) {
  .container,
  .container-sm {
      max-width: 540px
  }
}

@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
      max-width: 720px
  }
}

@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
      max-width: 960px
  }
}

@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
      max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
      max-width: 1320px
  }
}

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