/**
 ************************************
 * 		rgba(28, 85, 224, 1) / blue 				*
 ************************************
 */
.cor-progresso {
    border-top-color: rgba(204,  0,  0, 1) !important;
}
.bg-header-top {
    background-color: rgba(204,  0,  0, 1);
}

.border-bottom-header {
    border-bottom: 1px solid rgba(184, -20, -20, 1);
}

.bg-nav-header {
    background-color: rgba(204,  0,  0, 1);
}

.bg-footer {
    background-color: rgba(204,  0,  0, 1);
}
.bg-footer-credito {
    background-color: rgba(184, -20, -20, 1);
}

.bg-white {
	background-color: #fff;
}

[class*='card-product'] a.title:hover {
	color: rgba(28, 85, 224, 1);
}

.notify {
    background-color: #4CAF50;
}

.menu_conta_topo.show a:hover, .menu_conta_topo.show a:focus, .menu_conta_topo.show a:active, .menu_conta_topo.show a:hover i, .menu_conta_topo.show a:focus i, .menu_conta_topo.show a:active i {
	color: rgba(28, 85, 224, 1) !important;
	background-color: #fff;
}

.ti_icon_md.ti_blue {
    color: rgb(255, 255, 255) !important;
}

.ti_icon_md.ti_white {
	color: #fff !important;
}

.ti_icon_sm.ti_blue, .ti_icon_sm.ti_blue:focus, .ti_icon_sm.ti_blue:active {
    color: rgba(204,  0,  0, 1) !important;
}

.ti_icon_sm.ti_white, .ti_icon_sm.ti_white:hover, .ti_icon_sm.ti_white:focus {
	color: #fff !important;
}

.btn-custom-primary {
    color: #fff !important;
    background-color: rgba(204,  0,  0, 1);
    border-color: rgba(204,  0,  0, 1);
}

    .btn-custom-primary:hover {
        background-color: rgba(184, -20, -20, 1);
        border-color: rgba(184, -20, -20, 1);
    }

.lista_menu > .list-group-item.active {
    color: #fff !important;
    background-color: rgba(204,  0,  0, 1) !important;
    border-color: rgba(184, -20, -20, 1) !important;
}

.text-custom {
    color: rgba(204,  0,  0, 1);
}

.tracking-wrap .step.active:before {
    background: rgba(204,  0,  0, 1) !important;
}

.tracking-wrap .step.active .icon {
    background: rgba(204,  0,  0, 1) !important;
}

.text-footer {
	color: rgba(255, 255, 255, 1);
}

.text-title-footer {
	text-transform: uppercase;
	font-weight: 400;
	color: #fff !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgba(204,  0,  0, 1) !important;
}

.nav-custom.nav-link.active {
    color: #fff !important;
    background-color: rgba(204,  0,  0, 1) !important;
    border-color: rgba(184, -20, -20, 1) !important;
}


@media (max-width : 991px) {
    .widget-header .notify {
        color: rgba(204,  0,  0, 1);
        background-color: #fff;
    }
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: rgba(204,  0,  0, 1) !important;
    background-color: rgba(204,  0,  0, 1) !important;
}

.header-card-item-destaque {
    background: rgba(204,  0,  0, 1);
}

.titulo-bloco-destaque-produto {
    color: rgba(204,  0,  0, 1);
}

/**
 ************************************
 * 		rgba(28, 85, 224, 1) / blue 				*
 ************************************
 */