.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: 'Work Sans', sans-serif;
    font-weight: 500;
  }
  
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 0;
  }
  
  
  main {
    background: #fbf9f9;
    position: relative;
    z-index: 1;
  }
  .mm-slideout{
    z-index: 2 !important;
  }
  
  body.dona-flor[data-page="home"] .background-texture {
    background: url("../img/background_home.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 25%;
    padding-bottom: 2rem;
  }
  
  /* NAVBAR MOBILE */
  
  nav#menu {
    font-size: 18px;
  }
  
  body.dona-flor .mm-menu {
    z-index: 100000;
  }
  
  body.dona-flor .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;
  }
  
  
  
  #block-shipping-load #frete-cep{
    height:55px;
  }
  
  
  
  /* NAVBAR */
  
  body.dona-flor .barra-topo {
    background-color: #fbfbfb;
    border-bottom: 2px solid #dfdfdf;;
    padding: 5px 0;
  }
  
  body.dona-flor .barra-topo img{
    width: 2rem;
    height: 2rem;
    margin-right: 5px;
  }
  
  body.dona-flor .barra-topo p{
    width: 100%;
    color: #5f4d2e;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0;
  }
  
  
  
  body.dona-flor header.header-bg {
    background-color: #fbfbfb;
  }
  body.dona-flor 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: 123;
  }
  body.dona-flor header.header-bg.fixo .logo-base {
    padding: 20px;
  }
  
  body.dona-flor header.header-bg .logo-base {
    padding: 30px;
    text-align: center;
  }
  body.dona-flor header.header-bg #nav-mobile .logo-base {
    padding: 10px;
  }
  
  body.dona-flor header.header-bg .logo-base img{
    width: 50%;
  }
  body.dona-flor header.header-bg #nav-mobile .logo-base img{
    width: 100%;
  }
  
  body.dona-flor header.header-bg .search{
    width: 100%;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor header.header-bg #nav-mobile a {
    color: #b4b828;
  }
  body.dona-flor header.header-bg #nav-mobile a.collapsed {
    color: #fff;
  }
  
  body.dona-flor header.header-bg .search-mob-style .search-full{
    padding: 0;
  }
  
  body.dona-flor header.header-bg .search-mob-style .search-full input{
    border: 0;
    border-radius: 0;
    padding: 20px 10px;
  }
  
  body.dona-flor 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: #de3c3a;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor header.header-bg .search-mob-style .search-full .btn-search:hover{
    background-color: #56b638;
  }
  
  body.dona-flor header.header-bg .search {
    
    width: 100%;
    display: flex;
    align-items: center;
  }
  body.dona-flor header.header-bg .search form{
    width: 100%;
  }
  body.dona-flor header.header-bg .search button{
    position: absolute;
    right: 22px;
    top: 7px;
  }
  
  body.dona-flor header.header-bg .search a {
    display: flex;
    align-items: center;
  }
  body.dona-flor header.header-bg .search svg{
    fill: #de3c3a;
    float: left;
    width: 25px;
    height: 25px;  
    margin-right: 4px;
  }
  body.dona-flor header.header-bg .search p{
    color: #51343c;
    float: left;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  body.dona-flor header.header-bg .search form.d-search .input{
    position: relative;
  
    /*top: calc(50% - 20px);
    left: 0;*/
  
    width: 100%;
    height: 40px;
    border-radius: 100px;
    /*opacity: 0;*/
    padding: 10px;
  
    color: #51343c;
    font-weight: 400;
    border: 1px solid #de3c3a;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  /*body.dona-flor header.header-bg .search:hover form.d-search .input{
    opacity: 1;
    width: 100%;
  }*/
  
  body.dona-flor header.header-bg .search form.d-search .input:focus {
    border-color: #56b638;
  }
  body.dona-flor header.header-bg .search form.d-search .input:focus{
    outline: none;
  }
  
  body.dona-flor header.header-bg .phone a {
    display: flex;
    align-items: center;
  }
  body.dona-flor header.header-bg .phone svg{
    fill: none;
    stroke: #de3c3a;
    stroke-miterlimit: 10;
    stroke-width: 120px;
    
    float: left;
    width: 25px;
    height: 25px;  
    margin-right: 4px;
  }
  body.dona-flor header.header-bg .phone p{
    color: #de3c3a;
    float: left;
    font-weight: 700;
    margin-bottom: 0;
  }
  
  body.dona-flor header.header-bg .menu-user {
    cursor: pointer;
  }
  
  body.dona-flor header.header-bg .menu-user a{
    text-decoration: none;
  }
  
  body.dona-flor header.header-bg .menu-user svg{
    fill: #de3c3a;
    width: 25px;
    margin-right: 5px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor header.header-bg .menu-user:hover svg{
    fill: #56b638;
  }
  
  body.dona-flor header.header-bg .menu-user p{
    color: #51343c;
    font-size: .9rem;
    line-height: .95rem;
    font-weight: 400;
    margin: 0;
  
    text-align: left;
  }
  
  body.dona-flor header.header-bg .menu-user p b{
    color: #de3c3a;
    font-size: .9rem;
    line-height: .95rem;
    font-weight: 700;
    margin: 0;
    text-decoration: underline;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor header.header-bg .menu-user:hover p b{
    color: #56b638;
  }
  
  body.dona-flor header.header-bg .menu-favorite {
    cursor: pointer;
  }
  body.dona-flor header.header-bg .menu-favorite svg{
    fill: #de3c3a;
    width: 25px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor header.header-bg .menu-favorite:hover svg{
    fill: #56b638;
  }
  body.dona-flor header.header-bg .menu-favorite span.tag{
    position: absolute;
    top: 0;
    right: 10px;
    
    display: flex;  
    background-color: #de3c3a; 
    min-width: 20px;
    padding: 0 5px;
    height: 20px;
  
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 20px;
  
    font-size: .9rem;
    font-weight: 600;
    color: #ffffff;
  
    border-radius: 15px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor header.header-bg .menu-favorite:hover span.tag {
    background-color: #56b638;
  }
  body.dona-flor header.header-bg .menu-cart {
    cursor: pointer;
    text-align: center;
  
    background-color: #56b638;
    border-radius: 100px;
    padding: 10px 0;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor header.header-bg .menu-cart svg{
    fill: #fff;
    width: 20px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor header.header-bg .menu-cart:hover {
    background-color: #de3c3a;
  }
  body.dona-flor header.header-bg .menu-cart span.tag{
    position: absolute;
    top: 10px;
    right: 10px;
    
    display: flex;  
    background-color: #de3c3a; 
    min-width: 20px;
    padding: 0 5px;
    height: 20px;
  
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 20px;
  
    font-size: .9rem;
    font-weight: 600;
    color: #ffffff;
  
    border-radius: 15px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor header.header-bg .menu-cart:hover span.tag {
    background-color: #56b638;
  }
  body.dona-flor header.header-bg .col-search-mobi {
    cursor: pointer;
  }
  body.dona-flor header.header-bg .col-search-mobi svg{
    fill: #de3c3a;
    width: 25px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor header.header-bg .col-search-mobi svg:hover{
    fill: #de3c3a;
  }
  
  body.dona-flor 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.dona-flor header.header-bg .menu-account {
    cursor: pointer;
  }
  body.dona-flor header.header-bg .menu-account svg{
    fill: #de3c3a;
    width: 25px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor 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.dona-flor header.header-bg .menu-my-cart {
    position: relative;
  }
  body.dona-flor header.header-bg .menu-my-cart p{
    margin: 0;
  
    color: #6d6f70;
  }
  
  body.dona-flor header.header-bg .menu-my-cart b{
    font-size: 1.3rem;
    font-weight: 700;
    color: #de3c3a;
  }
  
  body.dona-flor .shopping-cart {
    width: 500px;
    padding: 0 20px 20px 20px;
    top: 50px;
  }
  
  .shopping-cart {
    background: white;
    width: 420px;
    position: absolute;
    top: 60px;
    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.dona-flor header.header-bg .menu-my-cart:hover .shopping-cart {
    opacity: 1;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(1);
    transform-origin: right top 0;
    transform: scale(1);
    z-index: 12;
  }
  
  body.dona-flor .shopping-cart .shopping-cart-header-link {
    display: block;
    margin-top: 10px;
  }
  
  body.dona-flor .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd {
    padding-left: 0;
    text-align: center;
    text-transform: uppercase;
  }
  
  body.dona-flor .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd i {
    color: #de3c3a;
    font-size: 1.25rem;
  }
  
  body.dona-flor .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd h4 {
    margin: 0;
    color: #de3c3a;
    font-size: 1.25rem;
  }
  
  body.dona-flor .shopping-cart .shopping-cart-items .table {
    margin-bottom: 0;
  }
  
  body.dona-flor .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.dona-flor #menu-desktop {
    background-color: #de3c3a;
  }
  body.dona-flor #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.dona-flor #menu-desktop .bar-menu li.dropdown-list {
    position: relative;
    float: left;
    height: 60px;
    align-items: center;
    display: flex;
    cursor: pointer;
  }
  body.dona-flor #menu-desktop .bar-menu li.nav-item {
    position: relative;
    float: left;
    height: 60px;
    align-items: center;
    display: flex;
    cursor: pointer;
  }
  
  body.dona-flor #menu-desktop li.dropdown-hover{
    position: relative;
    float: left;
  }
  
  body.dona-flor #menu-desktop .bar-menu li:last-child:after{
    content: initial;
  }
  
  body.dona-flor #menu-desktop .bar-menu li.nav-item a,
  body.dona-flor #menu-desktop .bar-menu li .dropdown-toggle,
  body.dona-flor #menu-desktop .bar-menu li .dropdown-notoggle{
    padding-right: 25px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
  
    display: flex;
    align-items: center;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor #menu-desktop .bar-menu li.nav-item:last-child a,
  body.dona-flor #menu-desktop .bar-menu li:last-child .dropdown-toggle,
  body.dona-flor #menu-desktop .bar-menu li:last-child .dropdown-notoggle{
    padding-right: 0;
  }
  
  body.dona-flor #menu-desktop .bar-menu li.nav-item:hover a,
  body.dona-flor #menu-desktop .bar-menu li:hover .dropdown-toggle,
  body.dona-flor #menu-desktop .bar-menu li:hover .dropdown-notoggle{
    font-weight: 700;
  }
  
  body.dona-flor #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;
  }
  
  body.dona-flor #menu-desktop .bar-menu .dropdown-menu{
    background-color: #fff;  
    border: 0;
    border-radius: 0;  
    margin: 0;
    padding: 0;
    width: 300px;
    height: auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, .3);  
    
  }
  
  body.dona-flor #menu-desktop .bar-menu .dropdown-menu li{  
    position: relative;
    margin-left: 0;  
    cursor: pointer;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor #menu-desktop .bar-menu .dropdown-menu li::before{
    position: absolute;
    content: '';
  
    bottom: 5px;
    left: 10px;
  
    width: 0%;
    height: 4px;
  
    background-color: #de3c3a;
    border-radius: 100px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor #menu-desktop .bar-menu .dropdown-menu li:hover::before{
    width: 25%;
  }
  body.dona-flor #menu-desktop .bar-menu .dropdown-menu a{
    display: block;
    margin: 0;
    color: #51343c;
    text-decoration: none;
  
    padding: 10px;
    width: 100%;
    height: 100%;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor #menu-desktop .bar-menu .dropdown-menu a:hover{
    color: #de3c3a;
    background-color: #fbf9f9;
  }
  
  
  
  
  
  
  /* BANNERS */
  body.dona-flor #carousel-caracteristicas {
    display: block;
  }
  body.dona-flor #carousel-banner{
    position: relative;
    padding: 0;
    margin: 0;
  }
  
  body.dona-flor #carousel-banner .owl-item img {
    display: block;
    width: 100%;
  }
  body.dona-flor #banner .navs #navbar-prev{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  
    cursor: pointer;
  
    top: calc(50% - 25px);
    left: 5%;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100px;  
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor #banner .navs #navbar-prev svg{
    width: 15px;
    height: 15px;
    fill: #fff;
  }
  body.dona-flor #banner .navs #navbar-prev:hover{
    background-color: #de3c3a;
    transform: scale(.9);
    
    -webkit-box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
    box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
  }
  
  body.dona-flor #banner .navs #navbar-next{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    
    cursor: pointer;
  
    top: calc(50% - 25px);
    right: 5%;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100px;  
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor #banner .navs #navbar-next svg{
    width: 15px;
    height: 15px;
    fill: #fff;
  }
  body.dona-flor #banner .navs #navbar-next:hover{
    background-color: #de3c3a;
    transform: scale(.9);
    
    -webkit-box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
    box-shadow: 0 10px 30px rgba(40, 40, 40, .35);
  }
  
  
  /* CARACTERISTICAS */
  
  body.dona-flor .caracteristicas {
    padding: 2rem 0;
    background-color: #ffffff;
  }
  
  body.dona-flor .caracteristicas .icon {
    width: 75%;
    height: auto;
  
    display: flex;
    align-items: center;
  }
  body.dona-flor .caracteristicas .icon svg{
    fill: #de3c3a;
  }
  body.dona-flor .caracteristicas h1.title {
    color: #51343c;
    font-size: .9rem;
    font-weight: 600;
    margin: 0;
  }
  
  body.dona-flor .caracteristicas p.desc {
    color: #7a6067;
    font-size: .9rem;
    font-weight: 400;
    margin: 0;
  }
  
  body.dona-flor .caracteristicas p.desc a{
    color: #7a6067;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline;
  }
  
  body.dona-flor .caracteristicas p.desc a:hover{
    color: #51343c;
  }
  
  
  
  /* MINI BANNERS */
  
  body.dona-flor[data-page="home"] #apoio-banner {
    padding: 2rem 0;
  }
  
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item {
    position: relative;  
    border-radius: 5px;
    overflow: hidden;
  
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item:hover{
    box-shadow: 0 10px 30px rgba(242, 41, 78, .3);
  }
  
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item .image {  
    background-color: #000000;
  }
  
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item .image img{
    display: block;
    margin: 0 auto;
    width: 100%;    
    opacity: .7;
  
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
    
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item:hover .image img{
    opacity: 1;
  }
  
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item .shape {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    
    top: 0;
    left: 0;
  
    width: 100%;
    height: 100%;
  
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item:hover .shape {
    transform: scale(.75);
    opacity: 0;
  }
  
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item .shape svg{
    width: 75%;
    fill: #ffffff;  
  }
  
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item .text {
    position: absolute;
  
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  
    width: fit-content;
    height: fit-content;
    margin: auto;
    text-align: center;
  }
  
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item .text h2.subtitle {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
  }
  
  body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item .text h1.title{
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 600;
    margin: 0;
  }
  
  
  
  /* TÍTULO SESSÃO */
  
  body.dona-flor .box-title {
      text-align: left;
      margin-bottom: 20px;
  }
  body.dona-flor .box-title .box-text {
    position: relative;
    color: #51343c;
    font-size: 1.75rem;
    font-weight: 600;
  }
  body.dona-flor .box-title .box-text::before{
    position: absolute;
    content: '';
  
    bottom: -10px;
    left: 0;
  
    width: 25px;
    height: 5px;
    border-radius: 100px;
  
    background-color: #de3c3a;
  }
  body.dona-flor .box-title a{
    text-decoration: none;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor .box-title a:hover{
    text-shadow: 0 0 30px rgba(40, 40, 40, .3);
  }
  
  
  
  
  /* LISTA DE PRODUTOS */
  
  body.dona-flor .section-product .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  
  body.dona-flor .section-product .owl-carousel .owl-stage-outer .owl-stage {
    cursor: none;
    pointer-events: none;
  }
  
  body.dona-flor .section-product .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    cursor: none;
    pointer-events: none;
    visibility: hidden;
  
    transform: scale(.9);
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor .section-product .owl-carousel .owl-stage-outer .owl-item.active{
    opacity: 1;
    transform: scale(1);
    cursor: pointer;
    pointer-events: auto;
    visibility: visible;
  }
  
  body.dona-flor .section-product {
    margin-top: 30px;
  }
  
  body.dona-flor .nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 10px;
  
    background-color: #de3c3a;
    opacity: .5;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor .nav-btn:last-child{
    margin: 0;
  }
  
  body.dona-flor .nav-btn.active:hover {
    box-shadow: 0 0 20px rgba(242, 41, 78, .5);
  }
  
  body.dona-flor .nav-btn.active {
    opacity: 1;
  }
  
  body.dona-flor .nav-btn svg{
    fill: #ffffff;
    height: 20px;
  }
  
  body.dona-flor .product-list{
    position: relative;
  }
  body.dona-flor .product-list .product a{
    text-decoration: none;
  }
  body.dona-flor .product-list .product{
    margin: 15px 0;  
    border-radius: 5px;
  }
  body.dona-flor .product-list .product form{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor .product-list .product form:hover {
    box-shadow: 0 5px 30px rgba(242, 41, 78, .2);
  }
  body.dona-flor .product-list .product-image .tags {
    position: absolute;
  
    top: 10px;
    left: 0;
    width: 100%;
  
    z-index: 1;
  }
  body.dona-flor .product-list .product-image .tags .tag-promotion{
    color: #51343c;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    background-color: #f2bbc5;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 5px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor .product-list .product:hover .product-image .tags .tag-promotion{
    padding: 5px 15px;
    box-shadow: 5px 5px 10px rgba(242, 41, 78, .25);
  }
  body.dona-flor .product-list .product-image .tags .tag-frete{
  
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    background-color: #56b638;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 0 4px 4px 0;
    margin-bottom: 5px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor .product-list .product:hover .product-image .tags .tag-frete{
    padding: 5px 15px;
    box-shadow: 5px 5px 10px rgba(86, 182, 56, .25);
  }
  body.dona-flor .product-list .product-image .tags .tag-favorito{
    top: 3%;
    right: 10px;
    position: absolute;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor .product-list .product .product-image .tags .tag-favorito:hover{
    color: #f2bbc5;
  }
  
  body.dona-flor .product-list .product-image .tags .tag-favorito.active{
    top: 3%;
    right: 10px;
    position: absolute;
    font-size: 20px;
    color: #f2bbc5;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor .product-list .product .product-image .tags .tag-favorito.active:hover{
    color: #fff;
    text-shadow: 2px 0 0 #f2bbc5, -2px 0 0 #f2bbc5, 0 2px 0 #f2bbc5, 0 -2px 0 #f2bbc5, 1px 1px #f2bbc5, -1px -1px 0 #f2bbc5, 1px -1px 0 #f2bbc5, -1px 1px 0 #f2bbc5;
  }

  body.dona-flor .product-list a{
    width: 100%;
  }
  body.dona-flor .product-list .product .product-image {
    padding: 0;
    overflow: hidden;
  }
  body.dona-flor .product-list .product .product-image img{
    width: 100%;  
    background-color: #fff;
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor .product-list .product form:hover .product-image img{
    transform: scale(1.1);
  }
  body.dona-flor .product-list .product .product-info {
    text-decoration: none;
    padding-bottom: 5px;
  }
  body.dona-flor .product-list .product .product-info .tit{
    color: #7a6067;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    margin: 8px 0 5px;
    min-height: 35px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor .product-list .product .product-info .container-price {
    text-align: left;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor .product-list .product .product-info .container-price span.price-label{
    display: block;
    text-align: left;
    font-size: .9rem;
    font-weight: 400;
    color: #c7b0b6;
  }
  body.dona-flor .product-list .product .product-info .container-price span.price-label del{
    font-size: .9rem;
  }
  body.dona-flor .product-list .product .product-info .container-price span.price{
    font-size: 1.5rem;
    font-weight: 600;
    color: #de3c3a;
  
    display: inline-block;
  }
  body.dona-flor .product-list .product .product-info .container-price span.installment {
    display: block;
    margin-top: 0;
  
    color: #7a6067;
    font-size: .8rem;
    font-weight: 500;  
  }
  body.dona-flor .product-list .product .product-info .container-price span.installment b {
    color: #51343c;
    font-size: .8rem;
    font-weight: 700;
  }
  
  
  
  
  
  
  
  /* Sobre Empresa */
  
  body.dona-flor .sobre {
    padding: 2rem;
  }
  
  body.dona-flor .sobre h1.title {
    position: relative;
    color: #51343c;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 2rem;
  }
  body.dona-flor .sobre h1.title::before{
    position: absolute;
    content: '';
  
    bottom: -10px;
    left: 0;
  
    width: 25px;
    height: 5px;
    border-radius: 100px;
  
    background-color: #de3c3a;
  }
  
  body.dona-flor .sobre p.desc {
    color: #7a6067;
    font-size: 1rem;
    font-weight: 400;
  }
  
  body.dona-flor .sobre .image {
    position: relative;
  }
  
  body.dona-flor .sobre .image img {
    width: 100%;
    border-radius: 10px;
  }
  
  body.dona-flor .sobre .image .icon {
    position: absolute;
    background-color: #56b638;
  
    top: 0;
    bottom: 0;
    margin: auto;
    right: -30px;
  
    width: 70px;
    height: 70px;
    padding: 12.5px;
  
    border: 4px solid #ffffff;
    border-radius: 100px;
  }
  body.dona-flor .sobre .image .icon img {
    width: 100%;
    height: 100%;  
  }
  
  
  body.dona-flor .btn{
    border-radius: 100px;
    padding: 10px 20px;
    box-shadow: none;
  }
  body.dona-flor .btn.green{
    background-color: #56b638;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    width: max-content;
  }
  body.dona-flor .btn.green:hover{
    background-color: #ffffff;
    color: #56b638;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  }
  
  body.dona-flor .btn:active,
  body.dona-flor .btn:focus{
    outline: none;
    box-shadow: 0;
  }
  
  
  /* Redes Sociais */
  
  body.dona-flor .redes {
    margin-top: 40px;
  }
  body.dona-flor .redes a{
    text-decoration: none;
  }
  body.dona-flor .redes .card-ig{
    position: relative;
    padding: 3rem 2rem;
    text-align: center;
    
    background: rgb(230,73,95);
    background: -moz-linear-gradient(33deg, rgba(230,73,95,1) 15%, rgba(148,48,195,1) 100%);
    background: -webkit-linear-gradient(33deg, rgba(230,73,95,1) 15%, rgba(148,48,195,1) 100%);
    background: linear-gradient(33deg, rgba(230,73,95,1) 15%, rgba(148,48,195,1) 100%);
  
    border-radius: 20px;
  
    cursor: pointer;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor .redes .card-ig:hover{
    box-shadow: 0 10px 30px rgba(230, 73, 95, .3);
    transform: translateY(-10px);
  }
  
  body.dona-flor .redes .card-ig h1{
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
  }
  
  body.dona-flor .redes .card-ig .icon {
    position: absolute; 
  
    top: -45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  
    width: 70px;
    height: 70px;
  }
  
  body.dona-flor .redes .card-ig .icon svg{
    fill: #b2399f;  
  }
  
  body.dona-flor .redes .card-ig .icon svg .stroke{
    fill: #fbf9f9;  
  }
  
  body.dona-flor .redes .card-ig .icon .logo {
    position: absolute;
  
    top: 0;
    left: 0;
  
    width: 100%;
    height: 100%;  
  
    padding: 17.5px;
  }
  
  body.dona-flor .redes .card-ig .icon .logo svg{
    background-color: #fbf9f9;
    padding: 5px;
    border-radius: 100px;
    fill: #b2399f;
    width: 100%;
  }
  
  body.dona-flor .redes .card-fb{
    position: relative;
    padding: 3rem 2rem;
    text-align: center;
    background: #1671e6;
    border-radius: 20px;
  
    cursor: pointer;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor .redes .card-fb:hover{
    box-shadow: 0 10px 30px rgba(22, 113, 230, .3);
    transform: translateY(-10px);
  }
  
  body.dona-flor .redes .card-fb h1{
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
  }
  
  body.dona-flor .redes .card-fb .icon {
    position: absolute; 
  
    top: -45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  
    width: 70px;
    height: 70px;
  }
  
  body.dona-flor .redes .card-fb .icon svg{
    fill: #1671e6;  
  }
  
  body.dona-flor .redes .card-fb .icon svg .stroke{
    fill: #fbf9f9;  
  }
  
  body.dona-flor .redes .card-fb .icon .logo {
    position: absolute;
  
    top: 0;
    left: 0;
  
    width: 100%;
    height: 100%;  
  
    padding: 17.5px;
  }
  
  body.dona-flor .redes .card-fb .icon .logo svg{
    background-color: #fbf9f9;
    padding: 5px;
    border-radius: 100px;
    fill: #1671e6;
    width: 100%;
  }
  
  body.dona-flor .redes .card-wpp{
    position: relative;
    padding: 3rem 2rem;
    text-align: center;
    background: #56b638;
    border-radius: 20px;
  
    cursor: pointer;  
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor .redes .card-wpp:hover{
    box-shadow: 0 10px 30px rgba(86, 182, 56, .3);
    transform: translateY(-10px);
  }
  
  body.dona-flor .redes .card-wpp h1{
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
  }
  
  body.dona-flor .redes .card-wpp .icon {
    position: absolute; 
  
    top: -45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  
    width: 70px;
    height: 70px;
  }
  
  body.dona-flor .redes .card-wpp .icon svg{
    fill: #56b638;  
  }
  
  body.dona-flor .redes .card-wpp .icon svg .stroke{
    fill: #fbf9f9;  
  }
  
  body.dona-flor .redes .card-wpp .icon .logo {
    position: absolute;
  
    top: 0;
    left: 0;
  
    width: 100%;
    height: 100%;  
  
    padding: 17.5px;
  }
  
  body.dona-flor .redes .card-wpp .icon .logo svg{
    background-color: #fbf9f9;
    padding: 0;
    border-radius: 100px;
    fill: #56b638;
    width: 100%;
  }
  
  
  
  /* Breadcrumbs */
  
  body.dona-flor #breadcrumbs {
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
  }
  
  body.dona-flor #breadcrumbs ul,
  body.dona-flor #breadcrumbs li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  
  body.dona-flor #breadcrumbs ul li {
    float: left;
    line-height: 10px;
  }
  
  body.dona-flor #breadcrumbs a {
    color: #51343c;
    font-weight: 500;
    font-size: 1rem;
  }
  
  body.dona-flor #breadcrumbs ul li::after {
    content: "»";
    color: #51343c;
    font-weight: 700;
    margin: 10px;
  }
  
  body.dona-flor #breadcrumbs p {
    color: #7a6067;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 1rem;
  }
  
  body.dona-flor #breadcrumbs ul li:last-child:after {
    content: '';
  }
  
  /* SOBRE O PRODUTO */
  body.dona-flor[data-page="produto-detalhes"] .about {
    padding-bottom: 3rem;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .col-about{
    background-color: #ffffff;
    box-shadow: 0 20px 30px rgba(10, 10, 40, .1);
  }
  
  body.dona-flor[data-page="produto-detalhes"] .nav-tabs {
    border: 0;
    background-color: #fdfdfd;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .nav-tabs .nav-item{
    width: 100%!important;
    float: none;
    margin: 0;
    display: inherit;
    box-shadow: none;
  }  
  
  body.dona-flor[data-page="produto-detalhes"] .nav-tabs .nav-link {
    display: flex;
    align-items: center;
  
    color: #51343c;
    box-shadow: none;
    font-weight: 700;
    font-size: 1.25rem;
  
    width: 100%;
    height: 100%;
    padding: 30px;
  
  
    border: 0;
    border-bottom: 1px solid #e7e6e6;
    border-radius: 0;
    
    
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .nav-tabs .nav-item:last-child .nav-link {
    border-color: transparent;
  }
  @media(max-width:991px) {
    body.dona-flor[data-page="produto-detalhes"] .nav-tabs .nav-item:last-child .nav-link {
      border-bottom: 1px solid #e7e6e6;
    } 
  }
  
  
  
  body.dona-flor[data-page="produto-detalhes"] .nav-tabs .nav-item:hover .nav-link{
    color: #de3c3a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-color: transparent;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .nav-item.active .nav-link {
    position: relative;
  
    background-color: #de3c3a;
    color: #ffffff!important;
    padding: 30px;
  
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 0;
  
    z-index: 0;
  
    overflow: hidden;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .nav-link.active:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -10px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
  
    transform: rotate(45deg);
  }
  body.dona-flor[data-page="produto-detalhes"] .tab-content{
    
    height: 100%;
    border-radius:0;
    
  
  }
  @media(max-width:992px){
    #depoimentos h2{
      text-align: center;
    }
  }
  body.dona-flor[data-page="produto-detalhes"] .tab-content p{
    max-width: 100%;
    word-break: break-word;
  }
  body.dona-flor[data-page="produto-detalhes"] .tab-content .tab-pane{
    padding: 2rem;
  }
  body.dona-flor[data-page="produto-detalhes"] .tab-content .tab-pane .tabpanel-title {
    font-size: 2rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 10px;
  }
  body.dona-flor[data-page="produto-detalhes"] .tab-content .tab-pane .card-header{
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .tab-content .tab-pane .card-header h2{
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
  }
  
  body.dona-flor[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: #eff6f9;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
  
    margin-bottom: 10px;  
  }
  
  body.dona-flor[data-page="produto-detalhes"] .card:last-child {
    margin-bottom: 0;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 0;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .card-header button{
    color: #b4b828;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
  }
  body.dona-flor[data-page="produto-detalhes"] .card-header button.collapsed{
    color: #2f373e;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .card-body{
    background-color: #f8f8f8;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .about #boxs{
    padding: 3rem 0 0 15px;
  }
  body.dona-flor[data-page="produto-detalhes"] .about #boxs a{
    text-decoration: none;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about{
    background-color: #fff;
    border-radius: 0;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor[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.dona-flor[data-page="produto-detalhes"] .about .box-about .text {
    display: flex;
    align-items: center;
    height: 75px;  
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about .text p{
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about .text span{
    font-size: 1.25rem;
    font-weight: 800;
    color: gray;
    margin: 0;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about.pdf{
    position: relative;
    background-color: #5f4d2e;
    border-radius: 100px;
    padding-left: 85px;
    height: 75px;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about .icon-pdf{
    position: absolute;
    left: -3px;
    background-color: #fff;
    border-radius: 100px;
    width: 75px;
    height: 75px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about .icon-pdf svg{
    fill: #5f4d2e;
    width: 2.5rem;
    height: 2.5rem;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .about .box-about:hover.pdf{
    background-color: #fff;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about:hover .icon-pdf{
    background-color: #5f4d2e;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about:hover .icon-pdf svg{
    fill: #fff;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about:hover.pdf p{
    color: #5f4d2e;
  }
  
  body.dona-flor[data-page="produto-detalhes"] .about .box-about.whatsapp{
    position: relative;
    background-color: #b4b828;
    border-radius: 100px;
    padding-left: 85px;
    height: 75px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about .icon-whatsapp{
    position: absolute;
    left: -3px;
    background-color: #fff;
    border-radius: 100px;
    width: 75px;
    height: 75px;
    
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about .icon-whatsapp svg{
    fill: #b4b828;
    width: 2.5rem;
    height: 2.5rem;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about:hover.whatsapp{
    background-color: #fff;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about:hover .icon-whatsapp{
    background-color: #b4b828;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about:hover .icon-whatsapp svg{
    fill: #fff;
  }
  body.dona-flor[data-page="produto-detalhes"] .about .box-about:hover.whatsapp p{
    color: #b4b828;
  }
  
  
  body.dona-flor[data-page="produto-detalhes"] #product {
    margin-top: 3rem;
    padding-bottom: 2rem;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumbnails .arrow-up{
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumbnails .arrow-up svg{
    fill: #687a8a;
    opacity: .5;
    transform: rotate(90deg);
  
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumbnails .arrow-up svg:hover{
    fill: #de3c3a;
    opacity: 1;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumbnails .arrow-down{
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumbnails .arrow-down svg{
    fill: #687a8a;
    opacity: .5;
    transform: rotate(270deg);
  
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumbnails .arrow-down svg:hover{
    fill: #de3c3a;
    opacity: 1;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumb-image img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    opacity: .5;
    border: 3px solid transparent;
    border-radius: 1px;
    cursor: pointer;
    object-fit: cover;
  
    margin: 0;
  
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumb-image:hover img{
    opacity: 1;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumb-image.active img{
    opacity: 1;
    border-color: #de3c3a;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .product-image {
    position: relative;
    height: 100%;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .product-image img{
    display: block;
    position: absolute;
  
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
  
    object-fit: contain;
    border-radius: 10px;
  
    opacity: 1;
  
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .gallery .product-image .active img{
    
    z-index: 1!important;
    opacity: 1;
    
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 2.75rem;
    color: #51343c;
    font-weight: 800;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c3c3c3;  
    margin-bottom: 2rem;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .price-container {
    padding-bottom: 2rem;
    border-bottom: 1px solid #c3c3c3;  
    margin-bottom: 2rem;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .price-container .old-price{
    color: #c7b0b6;
    font-size: 1rem;
    font-weight: 400;  
  }
  body.dona-flor[data-page="produto-detalhes"] #product .price-container .old-price span{
    color: #c7b0b6;
    font-size: 1rem;
    font-weight: 400;  
    text-decoration: line-through;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .price-container .price{
    color: #de3c3a;
    font-size: 2.75rem;
    font-weight: 700;  
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .price-container .price-info img{
    width: 100%;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc{
    color: #7a6067;
    font-size: 1rem;
    font-weight: 500;  
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .value,
  body.dona-flor[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc b{
    color: #51343c;
    font-size: 1rem;
    font-weight: 700;  
  }
  body.dona-flor[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .pay{
    color: #de3c3a;
    font-size: 1.4rem;
    font-weight: 700;  
  }
  
  
  body.dona-flor[data-page="produto-detalhes"] #product .select-title{
    color: #737f89;
    font-size: 1rem;
    font-weight: 500;  
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product select{
    border: 0px solid #ced4da;
    height: 50px;
    color: #5f4d2e;
    font-weight: 500;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product select option{
    color: #424752;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .buy .tag{
    color: #424752;
    font-size: .8rem;
    font-weight: 500;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .buy .bx-qtd,
  body.dona-flor[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    background-color: #ffffff;
    border-radius: 100px;
    padding: 0 15px;
    height: 50px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
  }
  body.dona-flor[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down, body.dona-flor[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
    height: 30px;
    width: 30px;
    line-height: 0;
    border-radius: 50%;
    font-size: 16px;
    text-shadow: none;
    color: #494948;
    background: #e6e6e6;
    border: 1px solid #d6d6d6;
    font-weight: 900;
    margin-top: 10px;
}
body.dona-flor[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .touch-spin{
  font-size: 1.5rem;
}
body.dona-flor[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  padding-top: 8px;
}
body.dona-flor[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down{
  padding-top: 8px;
  margin-left: 12px;
}
  body.dona-flor[data-page="produto-detalhes"] #product .buy .bx-qtd .input-group {
    display: flex;
    align-items: center;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .buy .bx-qtd .bootstrap-touchspin-down {
    background-color: #e6e6e6;
    width: 30px!important;
    height: 30px;
    padding: 0;
  
    border: 1px solid transparent;
    border-radius: 100px;
  
    color: #9f9f9f;
    font-weight: 800;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .buy .bx-qtd .bootstrap-touchspin-down:focus{
    box-shadow: none;
    border-color: #56b638;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .buy .bx-qtd .touch-spin {
    
    padding: 0;
    border-radius: 0 ;
    border: none;
  
    color: #51343c;
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .buy .bx-qtd .touch-spin:focus{
    outline: none;
    box-shadow: none;
  }
  
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  }
  /* Firefox */
  input[type=number] {
  -moz-appearance: textfield;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .buy .bx-qtd .bootstrap-touchspin-up {
    background-color: #e6e6e6;
    width: 30px!important;
    height: 30px;
    padding: 0;
  
    border: 1px solid transparent;
    border-radius: 100px;
  
    color: #9f9f9f;
    font-weight: 800;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .buy .bx-qtd .bootstrap-touchspin-up:focus{
    box-shadow: none;
    border-color: #56b638;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart{
    position: relative;
    display: block;
    
    width: 100%;
    height: 50px;
  
    font-size: 1.5rem;
    font-weight: 700;
    
    text-align: center;
    text-transform: uppercase;
    color: #fff;  
  
    border: 0;
    border-radius: 200px;
    background-color: #56b638;
  
    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.dona-flor[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:hover{
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    color: #56b638;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart svg {
    fill: #fff;
    width: 1.5rem;
    margin-right: 10px;
      
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:hover svg{
    fill: #56b638;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #product .box-frete-share {
    margin: 2rem 0 0 0;
    border-top: 1px solid #dfdfdf;
    padding: 2rem 0;
  }
  body.dona-flor[data-page="produto-detalhes"] #product .box-frete-share .box-primary{
    border:none;
  }
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box span.info-text{
    color: #51343c;
    margin: 0;
    line-height: 12px;
  }
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box small{
    color: #51343c;
    font-size: .75rem;
    font-weight: 700;
    margin: 0;
  }
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box .input-group-addon {
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box .input-group {
    margin-bottom: 5px;
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    width: calc(100% - 75px);
  
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  }
  
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box .input-cep{
    margin-top: 10px;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box .input-group .mask-cep {  
    box-shadow: none;
    border: 0;
    font-size: .85rem;
    color: #1b1918;
    background-color: transparent;
    border-radius: 10px 0 0 10px;
    outline: 0;
    max-width: 100%;
    height: 50px;
    border: 3px solid transparent;
    border-right: 0;
  }
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box .input-group .mask-cep:focus{
    border: 3px solid #de3c3a;
    border-right: 0;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box .input-group .btn-cep-prod {
    position: absolute;
    right: -75px;
    top: 0;
  
    background: #de3c3a;  
    border: 0;
    border-radius: 0 10px 10px 0;
    width: 75px;
    height: 50px;
    box-shadow: none;
    text-align: center;
    line-height: 50px;
    padding: 0;
    box-shadow: none;
  
    z-index: 0;
    overflow: hidden;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box .input-group .btn-cep-prod:hover {
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  }
  
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box .input-group .btn-cep-prod svg{
    fill: #ffffff;
    width: 25px;
    height: 25px;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor[data-page="produto-detalhes"] #box-frete .box-primary .panel-body .border-box .input-group .btn-cep-prod:hover svg{
    fill: #de3c3a;
  }
  
  
  body.dona-flor[data-page="produto-detalhes"] .share p{
    color: #51343c;
    margin: 0;
    margin-top: 15px;
  }
  @media(max-width:992px){
    body.dona-flor[data-page="produto-detalhes"] .share p{
      text-align: center;
    }
    body.dona-flor[data-page="produto-detalhes"] #product .price-container{
      text-align: center;
    }
  }
  body.dona-flor[data-page="produto-detalhes"] .section-product {
    padding-bottom: 2rem;
  }
  
  
  
  
  
  
  /* Footer */
  
  body.dona-flor .footer svg{
    float: right;
  }
  @media(max-width:992px){
    body.dona-flor .footer svg{
      float: none;
    }
  }
  body.dona-flor .footer .site-map.desktop {
    background: 0;
    border: 0;
  }
  body.dona-flor .footer .site-map {
    background: 0;
    border: 0;
    padding: 50px 0 40px 0;
  }
  body.dona-flor .footer .site-map .address-link img {
    max-width: 225px;
    width: 100%
  }
  body.dona-flor .footer .site-map .address-link address {
    color: #fff;
    font-size: 14px;
    text-align: -webkit-left;
    text-align: -moz-left;
    text-align: left;
    line-height: 1.2;
    padding-top: 40px
  }
  body.dona-flor .footer .site-map .tit {
    font-weight: 700;
    color: #de3c3a;
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
  }
  body.dona-flor .footer .site-map .col-address .logo {
    width: 100%;
    margin-bottom: 2rem;
  }
  body.dona-flor .footer .site-map .col-address .selo {
    width: 50%;
  }
  body.dona-flor .footer .site-map .col-address p{
    color: #6d6f70;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    margin: 0 0 10px 0;
  }
  body.dona-flor .footer .site-map .col-address li {
    width: 100%;
  }
  body.dona-flor .footer .site-map .col-address li svg{
    width: 1.5rem;
    fill: #fff;
  }
  body.dona-flor .footer .site-map .col-address li:first-child svg{
    width: 1rem;
    fill: #fff;
  }
  body.dona-flor .footer .site-map .col-address li{
    color: #fff;
    font-size: 1rem;
  }
  body.dona-flor .footer .site-map li{
    padding-bottom: 5px;
    text-align: left;
  }
  body.dona-flor .footer .site-map li:last-child{
    padding-bottom: 0px;
  }
  body.dona-flor .footer .site-map li a {
    color: #7a6067;
    font-size: 1rem;
    font-weight: 400;
  }
  body.dona-flor .footer .site-map li p {
    padding-bottom: 0;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0
  }
  body.dona-flor .footer .col-address{
    padding-right: 0px;
    display: inline-block;
  }
  
  
  body.dona-flor .footer .basefooter {
    background: #de3c3a;
    padding: 20px 0;
  }
  body.dona-flor .footer .basefooter span {
    font-size: 12px;
    color: #ffffff
  }
  body.dona-flor .footer .basefooter strong {
    font-weight: 400;
    cursor: pointer
  }
  body.dona-flor .footer .basefooter .wtek svg {
    width: 100px;
    fill: #ffffff;
  
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  body.dona-flor .footer .basefooter .wtek:hover svg {
    transform: translateY(-5px);
  }
  
  body.dona-flor .footer .basefooter .wtek svg .w-wtek {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.dona-flor .footer .basefooter .wtek:hover svg .w-wtek {
    fill: #fedf00;
  }
  
  body.dona-flor .footer-checkout .contact {
    background-color: #1b1918;
    font-weight: 500;
    color: #fff
  }
  body.dona-flor .footer-checkout .contact .contact-phone {
    padding-bottom: 0
  }
  body.dona-flor .footer-checkout .contact .icon-contact {
    align-items: flex-end
  }
  body.dona-flor .footer-checkout .contact a {
    color: #fff
  }
  
  .input-group-btn > .btn,
  .input-group .btn,
  .input-group .form-control,
  .bootstrap-touchspin .input-group-btn {
    z-index: unset;
  }
  
  @media(max-width:992px) {
    body.dona-flor header.header-bg .menu-cart {
      background-color: transparent;
    }
    
    body.dona-flor header.header-bg .menu-cart:hover{
      background-color: transparent;
    }
    body.dona-flor header.header-bg .menu-cart {
      background-color: transparent;
    }
  
    body.dona-flor header.header-bg .menu-cart svg{
      fill: #de3c3a;
    }
  
    body.dona-flor .footer .social a+a {
      margin-left: 0!important;
    }
    
    body.dona-flor .category .gt-30{
      margin-top: 0!important;
    }
  
    body.dona-flor[data-page="home"] #apoio-banner .apoio-banner-item {
      border-right: 0!important;
    }
  
    body.dona-flor[data-page="home"] #apoio-banner .row{
      margin-left: unset!important;
      margin-right: unset!important;
    }
  
    body.dona-flor header.header-bg .search-mob-style .search-full input {
      width: calc(100% - 71px)!important;
      height: 50px!important;
      margin-left: 35px!important;
      box-shadow: none!important;
    }

    body.dona-flor header.header-bg .search-mob-style .search-full .input-group-btn {
      right: 35px;
    }
    body.dona-flor header.header-bg .search-mob-style .search-full .btn-search {
      box-shadow: none!important;
    }
    
    body.dona-flor[data-page="produto-detalhes"] .about .box-about.whatsapp{
      position: relative;
      margin-left: 0!important;
      background-color: #29d166;
    }
  
    body.dona-flor .footer .site-map .col-address .logo {
      width: 75%;
    }
  
    body.dona-flor .footer .site-map .col-address .selo {
      width: 40%;
    }
  
    body.dona-flor .footer .site-map li{
      padding-bottom: 15px;
      text-align: center;
    }
    body.dona-flor .footer .site-map li:last-child{
      padding-bottom: 0px;
    }
    body.dona-flor .footer .site-map li a {
      font-weight: 400!important;
    }
    body.dona-flor .footer .site-map li a::after {
      display: none;
    }
    body.dona-flor .footer .site-map li a.horario {
      cursor: unset;
      text-decoration: none
    }
  
    body.dona-flor .footer .col-formas img{
      width: 100%!important;
    }
  
    body.dona-flor .footer .col-redes{
      padding-top: 0!important;
    }
  
      body.dona-flor header.header-bg .link #hamburger{
      position: relative;
    }
      body.dona-flor header.header-bg .link #hamburger:before {
          background: #de3c3a;
          border-radius: 12px;
          height: 3px;
          left: 0;
          width: 30px
      }
      body.dona-flor header.header-bg .link #hamburger:after {
          background: #de3c3a;
          border-radius: 12px;
          height: 3px;
          left: 0;
          width: 30px
      }
      body.dona-flor header.header-bg .link #hamburger span {
          background: #de3c3a;
          border-radius: 12px;
          height: 3px;
          left: 0;
          width: 30px
      }

    /* Caracteristicas */

    body.dona-flor .caracteristicas {
      background-color: transparent;
      padding-bottom: 0;
      margin-top: 0;
    }
    
    body.dona-flor .caracteristicas #carousel-caracteristicas .col-carac{
      background-color: #fff!important;
      padding: 2rem 0;
      border-radius: 10px;
    }

    body.dona-flor[data-page="home"] #apoio-banner {
      padding-top: 1rem;
    }

    #apoio-banner {
      margin-top: 0!important;
    }

    #apoio-banner .col-12:first-child .apoio-banner-item {
      margin-top: 0!important;
    }

    body.dona-flor .caracteristicas .icon {
      position: relative;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }
    body.dona-flor .caracteristicas .icon svg{
      position: absolute;
      width: 40px;
    }
  
    /* Produto */
    body.dona-flor[data-page="produto-detalhes"] #product {
      margin-top: 0;
    }

    body.dona-flor[data-page="produto-detalhes"] #product .product-title .product-name {
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      margin-top: 0;
    }
    
    body.dona-flor[data-page="produto-detalhes"] #product .gallery .product-image img{
      position: relative!important;      

      width: 100%!important;
      height: auto!important;

      -o-object-fit: cover!important;
      object-fit: cover!important;      
    }
  
    body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumbnails .arrow-down {
      transform: rotateZ(270deg);
    }
    
    body.dona-flor[data-page="produto-detalhes"] #product .gallery .thumbnails .arrow-up{
      transform: rotateZ(270deg);
    }
  
    /* Listagem produtos */
    body.dona-flor .section-product .owl-carousel .owl-stage-outer .owl-item {
      opacity: 1;
      transform: scale(1);
      visibility: visible;
    }

    body.dona-flor .box-title .box-text {
      padding-left: 10px;
    }

    body.dona-flor .box-title .box-text::before {
      left: 10px;
    }

    body.dona-flor .product-list .product form{
      padding-bottom: 10px;
      border: 1px solid transparent;
    }
    body.dona-flor .product-list .product form:hover {
      box-shadow: none;
      border: 1px solid #de3c3a;
    }

    body.dona-flor .product-list .product .product-info .tit {
      font-size: 1.25rem;
      font-weight: 500;
      text-align: center;
    }

    body.dona-flor .product-list .product .product-info .container-price span.price-label{
      text-align: center;
    }

    body.dona-flor .product-list .product .product-info .container-price span.price {
      display: block;
      font-size: 1.8rem;
      text-align: center;
      margin: 5px 0;
    }

    body.dona-flor .product-list .product .product-info .container-price span.installment,
    body.dona-flor .product-list .product .product-info .container-price span.installment b{
      font-size: 1rem;
      text-align: center;
    }
  
    body.dona-flor .section-product .owl-carousel .owl-stage-outer {
      overflow: hidden;
    }
  
    /* Redes Sociais */
    body.dona-flor .redes .card-fb {
      margin-top: 60px;
    }
  
  
    /* Barra footer */
    body.dona-flor .bar-footer .line p{    
      margin-bottom: 15px!important;
    }
  
    body.dona-flor .bar-footer .line{
      border: none!important;
    }
  }
  @media(max-width:992px){    
    body.dona-flor[data-page="produto-detalhes"] #product .product-title .product-name {
      font-size: 2.25rem;
    }

    body.dona-flor[data-page="produto-detalhes"] #product .gallery .product-image{
      height: auto!important;
    }
    body.dona-flor[data-page="produto-detalhes"] #product .gallery .product-thumbnail{
      height: 105px!important;
    }

    body.dona-flor[data-page="produto-detalhes"] .nav-item.active .nav-link {
      max-height: 55px!important;
    }

    body.dona-flor[data-page="produto-detalhes"] .nav-tabs .nav-link,
    body.dona-flor[data-page="produto-detalhes"] .nav-item.active .nav-link{
      padding: 12px;
    }
    .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move{
      max-width: calc(100% - 30px);
      left: 15px !important;
      top: 20px !important;
      transform: none !important;
      right: 15px !important;
      margin: 0 auto;
    }    
  }