/* BOTÕES */
.btn {
	background: #32cd32 !important;
}

.btn:hover {
	background: #5cb85c !important; 
}
#header-main .element-search .btn.btn-search .btn-icon {
    color: #fff;
}
/* FIM BOTÕES */

/* FONTE BLACK */
.header-box-content h1, .header-box-content h2, .title-secundary {
    font-family: 'roboto_regular', sans-serif !important;
    font-weight: 900 !important;
}
/* FIM FONTE BLACK */

#header-main .header-1 {
    background: #000;
    color: #eed8ae;
}
::-webkit-input-placeholder	{ color: #000; }
#nav-main .element-menu-category #menu-category .menu-category-list>li a {
    font-family: 'roboto_regular', sans-serif !important;
    font-size: 17px;    
}
#nav-main .element-menu-category ul[class$="list"] > li > a {
    color: #eed8ae;    
}
.btn .btn-text {
    font-family: 'roboto_regular', sans-serif !important;
    color: #fff;
}
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn .btn-text {
    color: #fff;
}
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn .btn-icon {
    color: #fff;
}
#cart-data .cart-info .cart-data-alert-freeshipping a {
    color: #ff0000;
    font-weight: bold;
}
#footer-main {
    background: #000;
    color: #eed8ae;
}
#footer-main .element-menu-footer .menu-footer-list > li ul li a  {
    color: #eed8ae;
}

#footer-main .title-footer {
    color: #eed8ae;
}

#footer-main .info-phone a {
    -webkit-text-fill-color: #eed8ae;    
}
#footer-main .info-email a {
    -webkit-text-fill-color: #eed8ae;    
}
#footer-main input {
    background: #cdb38b !important;
    color: #fff;
}

#footer-main input::-webkit-input-placeholder   { color: #fff; }
#footer-main input::-moz-placeholder            { color: #fff; }
#footer-main input:-ms-input-placeholder        { color: #fff; }
#footer-main input:-moz-placeholder             { color: #fff; }

#product-list .product-list-item .product-image a:not(.label-unavailable) {
    padding-top: 125%;
}

#footer-main .element-name-cnpj {
    color: #999;
}

/*Botão Cupom Desconto*/
.cart-data-coupon-holder .link {
	background: #32cd32;
	border: 0;
	color: #000 !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 25px !important;
	padding: 10px 15px;
	text-decoration: bold;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
}
/*FIM - Botão Cupom Desconto*/