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

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

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

body {
  background-color: #fafdfe;
}

body.crisdan main{
  padding: 35px 0px;
}

body.crisdan[data-page="home"] main,body.crisdan[data-page="produtos-list"] main,body.crisdan[data-page="produto-detalhes"] main{
  padding: 0px;
}
body.crisdan[data-page="produtos-list"] .bg-categoria-list-prod{
  background:#80c2e0;
  border-bottom:1px solid #FFF;
}


/* NAVBAR MOBILE */

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

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

body.crisdan .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.crisdan header.header-bg {
  position: relative;
  background-color: #1e7de3;
}
body.crisdan:not([data-page="home"]) header.header-bg {
  height: 225px;
}
body.crisdan:not([data-page="home"]) header.header-bg.fixo {
  height: unset;
}
body.crisdan header.header-bg.fixo {
  position: relative;
  z-index: 99999!important;
}

body.crisdan header.header-bg.fixo .curve-l-offset {
  display: none;
}
body.crisdan:not([data-page="home"]) header.header-bg .curve-l-offset {
  display: none;
}
body.crisdan header.header-bg .curve-l-offset{
  position: absolute;  
  display: flex;
  top: 150px;
  left: 0;
  width: 0;
  height: auto;

  z-index: 999;
}
body.crisdan header.header-bg .curve-l-offset svg {
  fill: #1e6dc3;
  width: 100%;
  height: 100%;
}

body.crisdan header.header-bg .col-header {
  position: relative;
  
  width: 100%;
  height: 150px;
  
  /*   width: calc(100% - 187.5px);
  height: 187.5px;
  margin-right: auto;
  
  background-color: #231719; */
  
  z-index: 9999;
}
body.crisdan header.header-bg.fixo .col-header  {
  width: 100%;
  height: 100%;
  padding: 0;
}

body.crisdan:not([data-page="home"]) header.header-bg .col-header::before {
  background-color: #80c2e0;
  height: 225px;
}
body.crisdan header.header-bg .col-header::before {
  position: absolute;
  content: '';
  
  top: 0;
  left: -100%;
  
  width: 100%;
  height: 100%;
  
  background-color: #1e6dc3;
  
  z-index: -1;
}
body.crisdan header.header-bg.fixo .col-header::before {
  background-color: #ffffff;
  height: 100%;
}
body.crisdan header.header-bg .col-header::after {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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

body.crisdan header.header-bg.fixo .col-header .curve-l-border {
  display: none;
}
body.crisdan header.header-bg .col-header .curve-l-border{
  position: absolute;  
  left: -210px;
  width: 225px;
  height: 225px;
}
body.crisdan header.header-bg .col-header .curve-l-border svg {
  fill: #1e7de3;
  width: 100%;
  height: 100%;
}

body.crisdan header.header-bg.fixo .col-header .curve-l {
  display: none;
}
body.crisdan header.header-bg .col-header .curve-l{
  position: absolute;  
  left: -100px;
  width: 150px;
  height: 150px;
}
body.crisdan header.header-bg .col-header .curve-l svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

body.crisdan header.header-bg.fixo .col-header .curve-r {
  display: none;
}
body.crisdan header.header-bg .col-header .curve-r{
  position: absolute;  
  right: -110px;
  width: 150px;
  height: 150px;
}
body.crisdan header.header-bg .col-header .curve-r svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

body.crisdan header.header-bg.fixo {
  -webkit-box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: -1px 1px 20px 0 rgba(0,0,0,0.15);
  box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  margin: 0;
  position: fixed;  
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 999999;

  background-color: #ffffff;
}

body.crisdan header.header-bg.fixo .logo-base {
  padding: 10px 20px;
}

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

body.crisdan header.header-bg .logo-base img{
  width: 100%;
  height: auto;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


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

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

body.crisdan header.header-bg #nav-mobile a {
  color: #1e7de3;
}
body.crisdan header.header-bg #nav-mobile a.collapsed {
  color: #fff;
}

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

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

  border-top: 1px solid #219ebc;
}
body.crisdan header.header-bg .search-mob-style .search-full input:focus{
  outline: none;
  box-shadow: none;
}
body.crisdan header.header-bg .search-mob-style .search-full .btn-search{
  position: relative;
  display: block;
  
  width: 100%;
  height: 50px;


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


  border: 0;
  border-top: 1px solid #219ebc;
  border-radius: 0;
  background-color: #219ebc;

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

body.crisdan header.header-bg .search-mob-style .search-full .btn-search:hover{
  background-color: #1e7de3;
}

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

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

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

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

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

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

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

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

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

body.crisdan 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: #1e7de3;

  border-radius: 15px;
}

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

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

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

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

body.crisdan 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.crisdan header.header-bg p.atendimento {
  color: #030304;
  margin: 0;
}

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

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

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

body.crisdan header.header-bg .col-search form {
  position: relative;
  width: 100%;
  margin:0px;
}
body.crisdan header.header-bg .col-search form .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 25px;
  height: 25px;
}
body.crisdan header.header-bg .col-search form .icon svg{
  fill: #8ecae6;
  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.crisdan header.header-bg .col-search form:hover  .icon svg {
  fill: #1e7de3;
}
body.crisdan header.header-bg .col-search form input.input {
  width: 100%;
  height: 50px;
  
  padding: 0 20px;

  border: 2px solid #8ecae6;
  border-radius: 8px;
  text-indent: 30px;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  box-shadow:none;
}
body.crisdan header.header-bg .col-search form input.input:hover {
  border-color: #1e7de3;
}
body.crisdan header.header-bg .col-search form input.input:focus {
  outline: none;
  box-shadow: none;
  border-color: #1e7de3;
  background-color: #ebf4ff;
}

body.crisdan header.header-bg .menu-user{
  display: flex;
  justify-content: center;
  align-items: center;
}
body.crisdan header.header-bg .menu-user span,
body.crisdan header.header-bg .menu-user span a{
  color: #219ebc;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
body.crisdan header.header-bg .menu-user span a {
  text-decoration: underline;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.crisdan header.header-bg .menu-user span a:hover {
  color: #1e7de3;
}

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

  margin-right: 15px;
}
body.crisdan header.header-bg .menu-user .icon svg .circle {
  fill: #219ebc;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.crisdan header.header-bg .menu-user .icon svg {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

body.crisdan header.header-bg .menu-my-cart .botao-carrinho {
  display: flex;
  justify-content: center;
  align-items: center;
  
  background-color: #fb8500;
  width: initial;
  height: 50px;

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

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.crisdan header.header-bg .menu-my-cart:hover .botao-carrinho {
  background-color: #1e7de3;
}
body.crisdan header.header-bg .menu-my-cart .botao-carrinho span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
}
body.crisdan header.header-bg .menu-my-cart .botao-carrinho .icon {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 25px;
  height: 25px;
}
body.crisdan header.header-bg .menu-my-cart .botao-carrinho .icon svg {
  fill: #ffffff;

  width: 100%;
  height: 100%;
}

body.crisdan .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.crisdan header.header-bg .menu-my-cart:hover .shopping-cart {
  border-radius: 20px!important;

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

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

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

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

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

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

body.crisdan .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.crisdan #menu-desktop {
  position: absolute;
  
  top: 150px;
  
  width: 100%;
  
  z-index: 1;
}

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

body.crisdan #menu-desktop .col-menu {
  position: relative;
  
  background: #1e7de3;

  width:100%;
  height: 75px;
  margin-left: auto;
}

body.crisdan #menu-desktop .debug-menu {
  position: absolute;
  content: '';

  top: 0;
  right: 0;

  height: 100%;
  
  background: #1e7de3;
}

body.crisdan #menu-desktop .col-menu .curve {
  position: absolute;
  left: -75px;
  width: 75px;
  height: 75px;
}
body.crisdan #menu-desktop .col-menu .curve svg {
  
  width: 100%;
  height: 100%;
}




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

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

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



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

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

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


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

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

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

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

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

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

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

  width: 100%;
  height: 100%;
  padding-right: 25px;

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

  display: flex;
  align-items: center;

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

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

body.crisdan #menu-desktop .bar-menu li.nav-item:hover a,
body.crisdan #menu-desktop .bar-menu li:hover .dropdown-toggle{
  font-weight: 700;
}

body.crisdan #menu-desktop .bar-menu li .dropdown-toggle::after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: .75rem;
  padding-left: 5px;

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

  color: #ffffff;  
}

body.crisdan #menu-desktop .bar-menu li:hover .dropdown-toggle::after {
  color: #ffffff;
}

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

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

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

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

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

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

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

  margin-top: 0px;
  
  width: auto;

  max-width: 688px;
  min-width: 536px;

  /* height: 230px; */

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

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

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

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

  width: 10px;
  height: 10px;

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

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

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 230px;
  margin-left: -35px;
}

body.crisdan #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a{
  padding: 0;
}
body.crisdan #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner {
  height: 200px;
  overflow: hidden;

  border-radius: 15px;
}
body.crisdan #menu-desktop .first-level .dropdown-hover .second-level.megamenu img {
  position: absolute;
  left: 0;
  top: 0;  

  width: 100%;
  height: 200px;
  object-fit: cover;
}

body.crisdan #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.crisdan #menu-desktop .bar-menu .dropdown-menu li:hover::before{
  width: 25%;
}
body.crisdan #menu-desktop .bar-menu .dropdown-menu a{
  display: block;
  margin: 0;
  color: #25505a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;

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

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.crisdan #menu-desktop .bar-menu .dropdown-menu a:hover{
  color: #1e7de3;
  font-weight: 600;
}






/* BANNERS */

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

body.crisdan #banner .swiperBanner img {
  width: 100%;
  min-height: 500px;

  object-fit: cover;
}

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

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

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

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

  opacity: 1;
}

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

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





/* MINI BANNERS */

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

  padding: 25px 0;
  background-color: #80c2e0;
}

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

  width: 45px;
  height: 45px;

  margin-right: 20px;

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

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

}

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

body.crisdan[data-page="home"] #apoio-banner .card-apoio p{
  color: #022f46;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
}




/* TÍTULO SESSÃO */


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

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

  color: #219ebc;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
body.crisdan .box-title .box-text b {
  color: #022f46;
  font-weight: 700;
}

body.crisdan .box-title.light .box-text a,
body.crisdan .box-title.light .box-text {
  color: #ffffff;
}
body.crisdan .box-title.light .box-text b {
  color: #219ebc;
}

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

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


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

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

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

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



/* LISTA DE PRODUTOS */

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

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

  height: 100%;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.crisdan .product-list .product:hover form {
  border-color: #1e7de3;
  background-color: #f2f9fb;
}

body.crisdan .product-list .product-image .tags .tag-promotion{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 0;
  left: 0;
  padding: 5px 12.5px;
  border-radius: 0;

  background-color: #fb8500;

  z-index: 1;

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

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.crisdan .product-list .product-image .tags .tag-favorito{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 10px;
  right: -20px;

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

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

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

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

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

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

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

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

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

  background-color: #0a0a0a;
  padding: 0;
  overflow: hidden;  
  border-radius: 10px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.crisdan .product-list .product .product-image img{
  width: 100%;  
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;

  transform: scale(1);

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

body.crisdan .product-list .product .product-info {
  padding: 10px;
  text-decoration: none;
}
body.crisdan .product-list .product .product-info .tit{
  color: #25505a;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.crisdan .product-list .product .product-info .container-price {
  text-align: left;
  margin-bottom: 7.5px;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.crisdan .product-list .product .product-info .container-price .col-price:first-child{
  position: relative;
}
body.crisdan .product-list .product .product-info .container-price .col-price:first-child::after{
  position: absolute;
  content: '';

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

  width: .5px;
  height: 75%;

  background-color: #dadada;
}
body.crisdan .product-list .product .product-info .container-price .row-price {
  margin: 6px 0;
}
body.crisdan .product-list .product .product-info .container-price span.price-label del,
body.crisdan .product-list .product .product-info .container-price span.price-label{
  display: block;
  
  font-size: 12px;
  font-weight: 500;
  color: #7d9da4;
  text-align: center;
}
body.crisdan .product-list .product .product-info .container-price span.price-label b{
  font-weight: 600;
  text-decoration: line-through;
}

body.crisdan .product-list .product .product-info .container-price span.price{
  position: relative;
  display: block;
  
  color: #023047;
  font-size: 20px;
  font-weight: 700;
  text-align: center;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.crisdan .product-list .product:hover .product-info .container-price span.price {
  color: #1e7de3;
}

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

  color: #25505a;
  font-size: 15px;
  font-weight: 500;  
  text-align: center;
}
body.crisdan .product-list .product .product-info .container-price span.installment b {  
  color: #023047;
  font-size: 15px;
  font-weight: 700;
}







/* Sobre */

body.crisdan .sobre{
  position: relative;
  padding: 100px 0;

  background-color: #ffffff;
}

body.crisdan .sobre .image {
  position: relative;
  z-index: 0;

  filter: drop-shadow(-50px 0px 0 #e0f1f6);

  animation: rotate_r 3s ease infinite;
}

@keyframes rotate_r {
  0% {
    filter: drop-shadow(-60px 10px 0 #e0f1f6);
  }
  
  25%{
    filter: drop-shadow(0px 0 0 #e0f1f6);
  }  
  
  50%{
    filter: drop-shadow(60px -10px 0 #e0f1f6);
  } 
  
  75%{
    filter: drop-shadow(0 0 0 #e0f1f6);
  }  
  
  100%{
    filter: drop-shadow(-60px 10px 0 #e0f1f6);
  }
}

body.crisdan .sobre .image img {
  width: 100%;
  height: 100%;
}

body.crisdan .sobre .box-title {
  display: flex;
  align-items: center;
}

body.crisdan .sobre .box-title h1.number {
  color: #022f46;
  font-size: 120px;
  font-weight: 800;
  margin: 0 25px 0 0;
}
body.crisdan .sobre .box-title h2.title {
  color: #022f46;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}

body.crisdan .sobre p.desc {
  position: relative;
  
  color: #25505a;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin: 20px 0 0 0;
  padding-left: 40px;
}
body.crisdan .sobre p.desc b {
  color: #1761b1;
  font-weight: 700;
}
body.crisdan .sobre p.desc::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  background-color: #1e7de3;
  border-radius: 100px;
}

body.crisdan .sobre .botao-mais {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: fit-content;
  padding: 0 30px;
  height: 55px;  
  margin-top: 30px;

  background-color: transparent;
  outline: none;
  border: 2px solid #219ebc;
  border-radius: 8px;
  
  color: #219ebc;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.crisdan .sobre .botao-mais:hover {
  background-color: #1e7de3;
  border-color: #1e7de3;
  color: #ffffff;
}





/* Ambientes */
body.crisdan .ambientes {
  position: relative;
  padding: 130px 0;
  background: url("../img/background-ambientes.jpg");
  background-size: cover;
  background-attachment: fixed;
}
body.crisdan .ambientes::before,
body.crisdan .ambientes::after {
  position: absolute;
  content: '';

  top: -.5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;

  width: 250px;
  height: 40px;

  background: url("../img/wave-ambientes.svg") no-repeat;
  background-size: contain;
  
  filter: invert(1);

  z-index: 1;
}
body.crisdan .ambientes::after {
  top: unset;
  bottom: -.5px;
  
  transform: rotate(180deg);
}

body.crisdan .cards-ambientes {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 70px;
}
body.crisdan .cards-ambientes .card-ambiente {
  display: block;

  width: calc(20% - 30px);
  height: 100%;
  padding: 25px 40px;

  border: 3px solid #219ebc;
  border-radius: 10px;
  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.crisdan .cards-ambientes .card-ambiente:hover {
  background-color: #1e7de3;
  border-color: #1e7de3;
}
body.crisdan .cards-ambientes .card-ambiente .icon {
  width: 100%;
  height: 140px;
  max-height: 100%;

  margin: auto;
}
body.crisdan .cards-ambientes .card-ambiente .icon svg {
  fill: #219ebc;
  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.crisdan .cards-ambientes .card-ambiente:hover .icon svg {
  fill: #ffffff;
}
body.crisdan .cards-ambientes .card-ambiente h1.title {
  display: block;
  
  color: #219ebc;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 25px 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.crisdan .cards-ambientes .card-ambiente:hover h1.title {
  color: #ffffff;
}

body.crisdan .ambientes .render {
  position: absolute;
  display: flex;
  justify-content: end;
  
  top: -50px;
  right: 0;
  
  opacity: 0;
  transform: translateX(300px);

  width: 0;
  max-width: 250px!important;
  height: auto;

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





/* Breadcrumbs */

body.crisdan #breadcrumbs {
  position: relative;
  
  background-color: #80c2e0;

  padding: 10px 0;
  
}

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

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

  color: #25505a;
  font-size: 14px;
  font-weight: 500;
}

body.crisdan #breadcrumbs a {
  color: #023047;
  font-size: 14px;
  font-weight: 500;
}

body.crisdan #breadcrumbs ul li::after {
  content: "•";
  color: #023047;
  font-size: 14px;
  font-weight: 500;
  margin: 10px;
}

body.crisdan #breadcrumbs p {
  color: #25505a;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

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

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

body.crisdan[data-page="produto-detalhes"] .about .card-about {
  background-color: #e0f1f6;
  padding: 50px;
  border-radius: 8px;
}
body.crisdan[data-page="produto-detalhes"] .about .nav-tabs {  
  position: relative;
  
  display: flex;
  justify-content: space-between;
  
  border: 0;
}
body.crisdan[data-page="produto-detalhes"] .about .nav-tabs::before {
  position: absolute;
  content: '';

  top: 0;
  left: -100px;

  width: calc(100% + 200px);
  height: 61px;

  background-color: #80c2e0;
  border-radius: 100px;
}

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

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

  display: flex;
  align-items: center;

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

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

  background-color: #80c2e0;

  border-radius: 100px;
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
  

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

body.crisdan[data-page="produto-detalhes"] .about .nav-link:hover {
  background-color: rgba(25, 103, 186, .25);
}

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

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

  background-color: #1e7de3;
  color: #ffffff;

  z-index: 0;

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.crisdan[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 10px;
}
body.crisdan[data-page="produto-detalhes"] #product .gallery .gallery-products img{
  width: 100%;
  height: 0;
  opacity: 0;
  object-fit: cover;
  border-radius: 10px;

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

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

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

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

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

  top: 10px;
  right: 10px;

  width: 30px;
  height: 30px;
}

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

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

body.crisdan[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tag-zoom{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  cursor: pointer;

  bottom: 40px;
  right: 25px;

  width: 30px;
  height: 30px;

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

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

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

body.crisdan[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tag-zoom svg {
  fill: #79797a;

  width: 100%;
  height: 100%;

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

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

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


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

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


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

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

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


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

body.crisdan[data-page="produto-detalhes"] #product .gallery .product-thumbnail .areaimg{
  position: relative;
  
  cursor: pointer;
  background-color: #fff;
  /* border: 3px solid transparent; */
  border-radius: 10px;
  overflow: hidden;
  
  margin-top: 0!important;
  margin-bottom: 25px;
  
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

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

  top: 0;
  left: 0;

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

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

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

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

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}*/
body.crisdan[data-page="produto-detalhes"] #product .gallery .product-thumbnail .areaimg img{  
  opacity: .5;
  border-radius: 10px;

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

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

body.crisdan[data-page="produto-detalhes"] #product .whatsapp {
  display: flex;
  align-items: center;
  
  width: fit-content;
  height: 55px;
  padding: 0 30px;
  background-color: #56ce5b;
  margin-top: 20px;
  
  border-radius: 8px;
  
  text-decoration: none;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.crisdan[data-page="produto-detalhes"] #product .whatsapp:hover {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 255, 0, .15);
}

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

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

body.crisdan[data-page="produto-detalhes"] #product .whatsapp .icon svg{
  fill: #ffffff;
  
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.crisdan[data-page="produto-detalhes"] #product .whatsapp:hover .icon svg {
  fill: #56ce5b;
}

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

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

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

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

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

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

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

body.crisdan[data-page="produto-detalhes"] #product .aval-block .star-rating {
  font-size: 28px;
}
body.crisdan[data-page="produto-detalhes"] #product .aval-block .star-rating.rating-disabled{
  display:none;
}
.rating-link {
  text-decoration: none;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #25505a;
}

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

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

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

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

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

body.crisdan[data-page="produto-detalhes"] #product .aval-ref p.ref {
  text-align: end;
  font-size: 14px;
  font-weight: 500;
  color: #25505a;
  margin: 0;
}

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

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

  background-color: #fb8500;
  padding: 0 10px;
  height: 30px;
  border-radius: 8px;

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

  margin-left: 10px;
}


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

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

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

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

body.crisdan[data-page="produto-detalhes"] #product .select-variations {
  padding: 0 0 1rem 0;
}
body.crisdan[data-page="produto-detalhes"] #product .select-variations .col-variation{
  margin-bottom: 5px;
}
body.crisdan[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #131212;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
body.crisdan[data-page="produto-detalhes"] #product .select-variations .attr-name a {
  color: #219ebc;
  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.crisdan[data-page="produto-detalhes"] #product .select-variations .attr-name a:hover {
  color: #fb8500!important;
}
body.crisdan[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

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

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

  background-size: cover!important;

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

body.crisdan[data-page="produto-detalhes"] #product .select-variations .areacor:hover {
  
  border: 2px solid #1e7de3;
}

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

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

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

  max-height: 40px;
}

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

  background-color: transparent;
  border: 2px solid #8ecae6;
  border-radius: 8px;

  width: 100%!important;
  height: 50px;
  color: #219ebc;
  font-weight: 500;

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

body.crisdan[data-page="produto-detalhes"] #product .select-variations select:hover,.select2-container:hover {
  border-color: #023047;
}
body.crisdan[data-page="produto-detalhes"] #product .select-variations select:focus,.select2-container:focus{
  box-shadow: none;
}

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

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

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

  width: 100%;
  height: 100%;
  padding: 10px;
  
  border: 2px solid #8ecae6;
  border-radius: 8px;
  cursor: pointer;

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

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

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

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

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

  opacity: 0;
  transform: scale(0.5);

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

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

  width: 100%;
  height: 100%;
}

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

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

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

body.crisdan[data-page="produto-detalhes"] #product .price-final {
  padding: 30px;
  background-color: #e0f1f6;
  border-radius: 8px;
}
body.crisdan[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #25505a;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}

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

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

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

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

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

  border: 1px solid #fb9000;
  border-radius: 8px;
  
  background: rgb(251,133,0);
  background: -moz-linear-gradient(0deg, rgba(251,133,0,1) 0%, rgba(251,195,0,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(251,133,0,1) 0%, rgba(251,195,0,1) 100%);
  background: linear-gradient(0deg, rgba(251,133,0,1) 0%, rgba(251,195,0,1) 100%);
  box-shadow: inset 0 2px 0 0 #ffe536;

  z-index: 0;

  overflow: hidden;

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

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

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

  margin: 0;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  line-height: 20px;
}

body.crisdan[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart{
  filter: drop-shadow(0 10px 30px rgba(251, 236, 0, .4));
}

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

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

body.crisdan[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.crisdan[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart .icon svg{
  fill: #ef7d2d;
} */

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

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

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

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

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

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

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

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

body.crisdan[data-page="produto-detalhes"] #product #box-frete .border-box {
  width: 100%
}

body.crisdan[data-page="produto-detalhes"] #product #box-frete h1.title {
  color: #484848;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem
}

body.crisdan[data-page="produto-detalhes"] #box-frete {
  position: relative;
  margin: 2rem 0 0
}

body.crisdan[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box span.info-text {
  color: #484848;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  text-align: left
}

body.crisdan[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box small {
  color: #333996;
  font-size: 1rem;
  font-weight: 400;
  margin: 0
}

body.crisdan[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group-addon {
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  margin-left: 10px
}

body.crisdan[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group {
  margin-bottom: 0
}

body.crisdan[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-cep {
  margin-top: 0
}

body.crisdan[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group .mask-cep {
  box-shadow: none;
  border: 0;
  font-size: 1.1rem;
  color: #1b1918;
  background-color: #fff;
  border-radius: 5px;
  outline: 0;
  width: 100%;
  max-width: 100%;
  height: 35px;
  margin-bottom: 0;

}
body.crisdan[data-page="produto-detalhes"] #box-frete .btn,
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group textarea,
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group textarea.form-control,
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group input.form-control,
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group input[type=text],
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group input[type=password],
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group input[type=email],
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group input[type=number],
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group [type=text].form-control,
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group [type=password].form-control,
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group [type=email].form-control,
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group [type=tel].form-control,
body.crisdan[data-page="produto-detalhes"] #box-frete .input-group [contenteditable].form-control {
  box-shadow: none!important;
}
body.crisdan[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group .mask-cep:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

body.crisdan[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .btn-cep-prod {
  background: #333996;
  border: 0;
  border-radius: 5px;
  width: 100%;
  max-width: 300px;
  height: 35px;
  box-shadow: none;
  text-align: center;
  line-height: 35px;
  padding: 0;
  box-shadow: none;
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

body.crisdan[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .btn-cep-prod:hover {
  color: #333996;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

body.crisdan[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box form .input-group .btn-cep-prod:hover svg {
  fill: #de3c3a
}



body.crisdan[data-page="produto-detalhes"] .share {
  margin-top: 30px;  
  border-top: 1px solid #d3eaf1;
}
body.crisdan[data-page="produto-detalhes"] .share h4.share-title{
  color: #25505a;
  font-size: 15px;
  font-weight: 500;
  margin: 30px 0 0 0;
}





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

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

  background-color: #56ce5b;
  outline: none;
  border: none;
  border-radius: 8px;
  
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
section#newsletter .botao-wpp:hover {
  background-color: #ffffff;
  color: #56ce5b;
}
section#newsletter .botao-wpp .icon {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 25px;
  height: 25px;

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

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

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

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow:none;
}
section#newsletter .form-newsletter input:hover {
  background-color: #1967ba;
}
section#newsletter .form-newsletter input:focus{
  background-color: #ffffff;
  color: #1e7de3;
  box-shadow: none;
}
section#newsletter .form-newsletter input::placeholder {
  color: #ffffff;
  opacity: 1;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
section#newsletter .form-newsletter input:-ms-input-placeholder {
 color: #ffffff;

 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
section#newsletter .form-newsletter input::-ms-input-placeholder {
 color: #ffffff;

 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
section#newsletter .form-newsletter button.botao {
  background-color: #fb8500;
  outline: none;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 0 25px;
  
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  right: -10px;
  z-index: 999;
  height: 100%;
}
section#newsletter .form-newsletter button.botao:hover {
  background-color: #ffffff;
  color: #1e7de3;
}





/* Footer */


body.crisdan .footer {
  position: relative;
  background-color: #ffffff;
  
  border: 0;
  padding: 70px 0 0 0;
}

body.crisdan .footer h4.tit {
  color: #1e7de3;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

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

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

body.crisdan .footer ul.list-item li a:hover {
  color: #1e7de3;
  font-weight: 600;
}

body.crisdan .footer .logo {
  width: 100%;
  max-width: 190px;
}
body.crisdan .footer .logo img {
  width: 100%;
  height: 100%;

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

  object-position: left center;
  object-position: left center;
}
body.crisdan .footer p.desc {
  color: #25505a;
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0;
}

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

body.crisdan .footer ul.redes li {
  margin-right: 15px;  
}

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

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

  background-color: #25505a;
  opacity: 1;
  border-radius: 7px;

  width: 45px;
  height: 45px;

  z-index: 0;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.crisdan .footer ul.redes li a:hover {
  background-color: #1e7de3;
}
body.crisdan .footer ul.redes li.blog a,
body.crisdan .footer ul.redes li.blog a:hover {
  background-color: transparent;
}

body.crisdan .footer ul.redes li.ig svg {
  position: absolute;

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

  fill: #ffffff;
  width: 25px;
  height: 25px;

  z-index: 1;
}

body.crisdan .footer ul.redes li.fb svg {
  position: absolute;

  right: 0;
  bottom: 0;

  fill: #ffffff;
  width: 35px;
  height: 35px;

  z-index: 1;
}

body.crisdan .footer ul.redes li.blog svg {
  position: absolute;
  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
  fill: #25505a;
  width: 100%;
  height: 100%;
  
  z-index: 1;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.crisdan .footer ul.redes li.blog a:hover svg {
  fill: #1e7de3;
}

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

  width: 100%;
  
  margin-top: 30px;
  padding: 30px 0;
  background-color: #ffffff;
  border: 1px solid #dee6ee;
  border-radius: 15px;
}

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

body.crisdan .basefooter {
  background: #ffffff;
  padding-bottom: 30px;
  padding-top: 30px;
}

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

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

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

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


@media(max-width:991px) {
  body.crisdan header.header-bg .menu-cart svg{
    fill: #030304;
  }

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

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

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

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

  /* Navbar */

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

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


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


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

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

    border-right: 0;
  }

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

  /* Listagem produto */
  body.crisdan .section-product {
    padding: 30px 0;
  }

  body.crisdan .product-list .product-image .tags .tag-promotion {
    font-size: 22px;
  }

  body.crisdan .product-list .product .product-info .tit {
    font-size: 20px;
    text-align: center;
  }

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

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


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


  /* Sobre */
  body.crisdan .sobre {
    padding: 30px 0;
  }
  body.crisdan .sobre .box-title {
    display: block;
  }
  body.crisdan .sobre .botao-mais {
    margin-left: auto;
    margin-right: auto;
  }


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




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

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

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

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

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

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

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

  body.crisdan .footer .formas {
    width: 90%;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
  }

  body.crisdan .footer .site-map {
    padding: 0;
  }

  body.crisdan .basefooter {
    padding-top: 0;
  }




  /* Página produto */
  body.crisdan #breadcrumbs {
    margin: 10px 0 0 0!important;
  }

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

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

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

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

  body.crisdan[data-page="produto-detalhes"] #product .select-variations .attr-group {
    max-height: 65px;
  }

  body.crisdan[data-page="produto-detalhes"] #product .price-container .prices {
    justify-content: center;
  }  

  body.crisdan[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc,
  body.crisdan[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b {
    font-size: 16px;
  }

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

  body.crisdan[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart {
    margin-top: 15px;

    width: 100%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
  
  body.crisdan[data-page="produto-detalhes"] #product #box-frete {
    margin-top: 20px;
  }

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

  body.crisdan[data-page="produto-detalhes"] .about .card-about {
    padding: 20px;
  }

  body.crisdan[data-page="produto-detalhes"] .nav-tabs {
    display: flex;
    justify-content: space-around;
  }

  body.crisdan[data-page="produto-detalhes"] .about .nav-tabs .nav-item {
    width: calc(50% - 5px);
    height: 50px;
    margin-bottom: 10px;
  }

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

  body.crisdan[data-page="produto-detalhes"] .about .nav-tabs::before {
    display: none;
  }
  
}





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