.top-aviso{
    background-color: #1b1b1b;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
}
.top-aviso .titulo{
    font-size: 14px;
    font-weight: 700;
    color: #233565;
    margin-right: 5px;
}
@media (max-width: 1200px){
    .top-aviso,
    .top-aviso .titulo{
        font-size: 12px;
    }
}
.page {
    background: #f5f5f5;
    /* background: url("../images/fundo-internas.jpg") no-repeat; */
}
.cms-index-index .page {
    background: #fff;
    /* background: url("../images/fundo.jpg") no-repeat; */
}
.top-links-container {
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid #f5f5f5;
    padding: 10px 0;
}
#header {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.top-links a:hover {
    color: #233565;
}
.links-topo .frete-gratis{
    color: #233565;
    font-weight: 700;
    display: inline-block;
    margin-left: 15px;
}
.links-topo .frete-gratis i{
    font-size: 12px;
}
.header-minicart a,
.link-login a{
    font-size: 14px;
    color: #1b1b1b;
    line-height: 1.3;
    text-transform: none;
    text-align: left;
}
.header-minicart a:hover,
.link-login a:hover{
    color: #233565;
}
#header-nav {
	background: #fff;
}
div.menu a:link, div.menu a:visited {
    color: #1b1b1b;
    padding: 0 4px;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
div.menu a:hover {
    background: #fff;
}
div.menu a span {
    position: relative;
    font-family: "Proxima Nova Rg";
    font-size: 14px;
    letter-spacing: 0px;
    padding: 4px 0;
    display: inline-block;
}
@media (max-width: 992px){
    div.menu a span {
        font-size: 12px;
    }
}
div.menu a span:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #233565;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}
div.menu a:hover span:before{
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.skip-cart .icone-circle {
    background: #233565;
    color: #ffffff;
}
.skip-cart .count {
    background: #233565;
}
.header-minicart .fa-shopping-cart:before {
    font-size: 30px;
    color: transparent;
    background: url(../images/ufo.png) no-repeat center center;
}
#bnrSlider-1 {
    margin-bottom: 0px;
}
.barra-info {
    border: 0;
    background: #fff;
    display: block;
}
@media (max-width: 992px){
    .barra-info .text-area{
        display: block;
        text-align: center;
    }
    .barra-info img{
        display: block;
        margin: 0 auto 5px;
    }
}
.icone-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border: 0px solid #ffffff;
    background: #ffffff;
    color: #233565;
}
.barra-informacoes {
    margin-top: -7.5px;
}
.barra-informacoes .col-md-3 {
    padding: 7.5px;
}
.product-slider-block .slider-title:before {
    width: 19px;
}
.product-slider-block .slider-title {
	color: #233565;
}
.product-slider-block .slider-title:after {
    background: #1b1b1b;
}
.product-slider .product-name a {
    color: #1b1b1b;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-family: "Proxima Nova Rg";
}
.item:hover .product-name a {
    color: #1b1b1b !important;
}
.slick-prev:before, .slick-next:before {
    color: #fff !important;
    background: #233565;
    border: 0px solid #1b1b1b;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.slick-prev:hover:before, .slick-next:hover:before {
    background: #233565;
    -webkit-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}
.special-price .price, .regular-price .price {
    color: #233565 !important;
    font-weight: bold;
}
.parcelado-2 {
    color: #1b1b1b;
    font-weight: normal;
}
.parcelado-2 b {
    color: #1b1b1b !important;
}
a.link-wishlist i, a.link-wishlist em {
	color: #233565;
}
a.link-wishlist:hover i, a.link-wishlist:hover em {
	color: #233565 !important;	
}
.itens-meio .item-link > a {
    display: block;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 34px;
    margin: 0 auto;
    background: #fff;
    transition: all .3s ease;
}
.itens-meio .item-link p {
	color: #1b1b1b;
}
.itens-meio .item-link >a:hover {
    background: #233565;
    border-color: #233565;
}
.itens-meio .item-link >a:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter:  brightness(0) invert(1);
}
.newsletter-home h2 {
	font-weight: normal;
}
.newsletter-home .btn.cadastrar {
    background: #233565;
    color: #fff;
}
.newsletter-home .btn.cadastrar:hover {
    background: #233565;
    color: #ffffff;
}
/*.homepage-bar .text-area {
    border: 1px solid #233565;
}*/
.homepage-bar.rodape em {
	color: #233565 !important;
}
.homepage-bar a.button.btn-cart, .btn-cart, .product-info .button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
    color: #233565;
    border: 2px solid #233565;
}
.homepage-bar a.button.btn-cart:hover, .btn-cart:hover, .product-info .button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover {
	background: #233565;
}
.rodape {
	/*background: url("../images/fundo-rodape.jpg");*/
    background: #fff;
}
.footer .block-title, .footer address {
	color: #233565;
}
.footer .block-title h2, .footer .block-title h3, .footer .block-title strong {
	color: #233565;
}
.footer .block-content {
    color: #1b1b1b;
}
.footer a,
.footer .links a {
    color: #1b1b1b;
}
.footer a:hover,
.footer .links a:hover {
    color: #233565;
}
.sociais em {
	color: #233565;
}
address.copyright{
    margin: 0;
    padding: 30px 0;
    background: #fff;
}
address.copyright a{
    display: inline-block;
}
address.copyright img {
    display: inline-block;
    margin: 15px;
    /*display: none;*/
    max-width: 100%;
}
address.copyright, address.copyright a {
	color: #1b1b1b;
}

@media (max-width: 768px) {
	#header #header-search {
		background: transparent;
	}
}
