#header2 {
    background-color: #004b9c;
    padding-bottom: 10px;
    padding-top: 10px;
}

/*Altera cor do menu Black friday*/
.link-destaque {
	color: red !important;
}
/*Ajuste tamanho do video banner*/
.video-banner{
	width: 100%;
    height: 415px;
}
/*Ajuste Texto Formas de Envio Indisponivel*/
.shipping-unavaliable {
    color: red;
    font-weight: bold;
}

.header-box-content.ofertas-exclusivas {
    border-bottom: 1px solid #eee;
    color: #000;
    display: block;
    font-family: 'lato_bold';
    font-size: 22px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;

}

#cart-products > .row-actions > .link {
    background: #b9d9c2;
    width: 154px;
    /* height: 20px !important; */
    /* line-height: 20px !important; */
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    transition: 0.3s;
    text-decoration: none;
}

#cart-products > .row-actions > .link:hover {
    background: #9dd3ac;
}