#footer-main .element-menu-footer .menu-footer-list a, #footer-main .title-footer{
    color: #FFF !important;
}

#product-list .product-list-item .product-list-item-inner{
    border-radius: 10px;
    box-shadow: 5px 5px #d3c2ae;
}

#product-list .product-list-item .product-list-item-inner:hover{
  border:solid 10px #d3c2ae;
  border-radius: 10px;
  box-shadow: 0px 0px #d3c2ae;
}

.header-box-content{
    text-transform:uppercase;
    padding: 10px 0 10px;
    border-radius: 10px;
    animation:slide 3s ease-in-out infinite alternate;
    background: linear-gradient(-60deg, #dad5b7 0%, #c2b79b 41.4%, #dad5b7 41.4%, #c2b79b 58.85%, #dad5b7 58.85%, #c2b79b 100%);


}

.menu-right:hover , .menu-left:hover{
      background: #d3c2ae;
     -webkit-transition: 1s;
}

.element-banner-stripe {
    color: #000;
    background: #c2b79b;
    padding: 5px;
    margin-top: -20px;
}

.product-sharing{
  display: none;  
}


#header-main .list-shopping-cart > li div[class$="inner"].info-inner {
    margin-left: -200px;
    width: 400px !important;
}


.chamada-pg-internas{
    text-transform:uppercase;
    padding: 10px 0 10px;
    border-radius: 10px;
    animation:slide 3s ease-in-out infinite alternate;
    background: linear-gradient(-60deg, #dad5b7 0%, #c2b79b 41.4%, #dad5b7 41.4%, #c2b79b 58.85%, #dad5b7 58.85%, #c2b79b 100%);
    font-weight: bold;
    text-align: center;
   width: 40%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 18px;
}

body.pagina-produto #content-main .header-box-content .title-secundary {
    text-transform: uppercase;
    margin-left: 30px;
}

.element-product-detail .wrapper-product-price {
    border: 0px;
}