/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-header-navbar {
    background: #fdcf34;
}
.bs-footer {
    background: #232b59;

}
.btn-secondary {
   
    color: #000000;
   
}

.bs-collection__product-title {

    text-transform: uppercase;

}
.page-link {
    background: white;
}
.bs-footer__social .btn-social:hover {
    background: #f8ce16c7;
}
.ir-arriba:hover {
    background: #252b5ac7;
}

a.fototerminos {
    font-weight: bold;
}
.ir-arriba {

    background: #f8ce16;

}
.ir-arriba:hover {

    background: #f8ce16c7;

}
button.btn.btn-primary.button_form {
background: #f4cd00;
color: #0B0D1C;
}
.btn-primary:disabled {
    background: #fdcf33;
    border-color: #fdcf33;
    color: black;
}
.btn-secondary {
    color: #0B0D1C;
}
button.btn.btn-primary.button_form {
    background: #f4cd00;
    color: #0B0D1C;
}
.btn-share {
    
    border: 1px solid #252b5a;
    color: #252b5a;
}
.btn-share:hover {
    
    border: 1px solid #252b5ac7;
    color: #252b5ac7;
    background:  #f4cd00c7
}
.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
    box-shadow: 0 -3px inset #252b5a;
    color: #252b5a;
}
.bs-footer__title {

    color: #FDCF33;
}
.bs-paralax .img-fluid {
    max-width: 70%;
}
.bs-collection__product-brand {
    color: #000000;
}
.bs-collection-filter .btn-secondary {
    
    color: #000000;
}
.badge-warning {
    color: #000000;
    background-color: var(--secondary-color);
    font-weight: var(--font-light);
}
