#header-main .header-1 {
    border-bottom: 1px solid #084761;
    background: #084761;
    padding: 5px 0 !important;
    color: white;
}


.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: capitalize;
}

body.pagina-produto #content-main .header-box-content .title-secundary{
    text-transform: capitalize;
}

#cart-email .cart-email-wrapper .btn,
.wrapper-btn-product .btn,
.btn.btn-cart-submit,
.btn.btn-next-step {
	overflow: hidden;
	position: relative;
}

#cart-email .cart-email-wrapper .btn:after,
.wrapper-btn-product .btn:after,
.btn.btn-cart-submit:after,
.btn.btn-next-step:after {
	background: #fff;
	bottom: -5px;
	content: "";
	left: 0;
	position: absolute;
	top: -5px;
	width: 25px;
	animation: move 5s infinite ease-in-out;
	filter: blur(5px);
	opacity: .5;
	transform: skewX(15deg);
}

#cart-email .cart-email-wrapper .btn {
	position: absolute !important;
}

@keyframes move {
	20%,100% {
		opacity: 0;
		transform: translate(250px,0)
	}

	0% {
		opacity: 0
	}

	10% {
		opacity: .4
	}
}

body {
    font-family: 'open_sans_regular',Sans-serif;
    font-size: 11px;
    line-height: 18px;
}

.product-rating .product-rating-stars-wrapper {
    background: #c5c5c5 !important;

}

.product-rating .product-rating-stars-wrapper .product-rating-stars-bg {
    background: #e2bf13;
}

body.aparenciapaginas-depoimentos .element-content img,
.attr-desc img,
.modal-content img,
.page-content img,
.element-product-description img,
.element-product-info img {
	display: inline-block;
}

#modal-on-exit-popup .modal-content .modal-form {
	display: none !important;
}



