body.pagina-produto .header-box-content .title-secundary {
  text-transform: uppercase;
}

.header-box-content h1, .header-box-content h2, .header-box-content h3, .header-box-content h4, .header-box-content h5, .header-box-content h6, .header-box-content .title-primary, .header-box-content .title-secundary {
    text-transform: uppercase;
}

/*Aumentar campo telefone dados pessoais*/
input#final-telefone {
  width: 120px;
}

/*Aumentar campos editar dados pessoais*/
input#ClienteTelefone {
  width: 130px;
}
input#ClienteTelefoneComercial {
  width: 130px;
}
input#ClienteCelular {
  width: 130px;
}
a.btn.btn-mini.btn-excluir {
  background: #fff;
  border: 1px solid #000;
}
a.btn.btn-mini.btn-excluir .btn-text {
  color: #000;
}

.btn-toolbar a[href="/clientes/dashboard"] {
  background: #fff;
  border: 1px solid #000;
}
.btn-toolbar a[href="/clientes/dashboard"] .btn-text {
  color: #000;
}
/*Espaçamento detalhes pedido dados pessoais*/
.box.customer-info.alpha {
  padding-left: 10px !important;
}
/*Espaçamento entre linhas senha usuário*/
form#ClienteFirstPasswordForm .row:nth-child(2) {
  padding-top: 10px;
}

/* BARRA DE ROLAGEM FILTROS */
/*===============================================*/
.filter-container-sidebar .filter-content .filter-list {
  overflow: auto;
  max-height: 400px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 16px;
}

::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #d6d3d3;
  -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #d6d3d3;
  -webkit-border-radius: 3px;
}
/* PRODUTOS */
/*===============================================*/
#product-list-sidebar .product-list-item .label-launch,
#product-list .product-list-item .label-launch {
  background: #ff9da2;
}
.element-product-detail .label-stamp-wrapper .label-stamp.label-launch {
  background: #ff9da2;
}
#product-list-sidebar .product-list-item .label-promo,
#product-list .product-list-item .label-promo {
  background: #ff7422;
}
.element-product-detail .label-stamp-wrapper .label-stamp.label-promo {
  background: #ff7d84;
}
#product-list-sidebar .product-list-item .product-info p.product-price,
#product-list .product-list-item .product-info p.product-price {
  color: #000000;
}

.element-product-description .product-view-content,
.element-product-info .product-view-content {
  word-break: break-word;
  font-size: 16px;
}

/* NEWSLETTER **/
/*===============================================*/
#nav-bottom
  .element-newsletter-bottom
  .newsletter-header
  .header-box-content
  .title-secundary {
  font-size: 24px;
}

#nav-bottom .element-newsletter-bottom .newsletter-header .desc-newsletter {
  font-size: 16px;
}

/*ALERTA DE PRIVACIDADE*/
.btn-option-yes{
     background: #585858;
}

#cart-data .cart-info .cart-data-alert-freeshipping {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: fantasy;
}

.link-home:before{
    display:none;
}

#nav-main .element-menu-category #menu-category .menu-category-list {
    text-transform: uppercase;
}

#product-list-sidebar .product-list-item .product-info p.product-price .product-price, #product-list .product-list-item .product-info p.product-price .product-price, #product-list-sidebar .product-list-item .product-info p.product-price .product-big-price, #product-list .product-list-item .product-info p.product-price .product-big-price {
    font-size: 20px;
}


.element-product-detail .label-stamp-wrapper .label-stamp.label-promo {
    background: #2b2b2b;
}

.element-product-detail .wrapper-product-price .product-price .product-new-price span.product-big-price {
    font-size: 40px;
        color: #000;

}
#footer-main .copyright {
    background: #333;
    color: #fff;
    padding: 5px 0;    
}
#footer-main .copyright img {
    max-height: 24px;
}


.element-banner-stripe {
    border-top: 0;
    background-color: #cd9496;
}

#product-list .product-list-item .wrapper-btn-product .btn.btn-buy-kit {
        text-transform: uppercase;
}

#nav-bottom .element-newsletter-bottom {
    background: #c5885c;
}
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy, .element-product-detail .wrapper-product-price .wrapper-btn-buy .btn.btn-buy-kit {
    text-transform: uppercase;
}
#nav-bottom .element-newsletter-bottom .newsletter-form .newsletter-submit .btn {
    background: #795548;
    text-transform: UPPERCASE;
}