/*** agrega aqui los estilos necesarios para modificar el template ***/

/*** cabecera ***/

.cart-items {
    background: linear-gradient(to bottom, #FFD700, #DAA520);
    color: black;
    font-weight: 600;
}

.bs-menu__lv1:hover, .show>.bs-menu__lv1 {
    color: #B8860B;
}

.bs-menu__lv1.bs-login:hover {
    background: linear-gradient(to bottom, #daa520, #B8860B);
}

/*** Colecciones ***/

.bs-breadcrumb {
    background: #404040;
    border-radius:0;
}

.breadcrumb {
    background: #404040;
}

.breadcrumb-item.active {
    color: white;
}

.breadcrumb-item a {
    color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.bs-collection__addToCart .btn {
    background-color: #0D000D;
    color: white;
    border-color: #0D000
}

.bs-collection__addToCart .btn:hover {
    background-color: #404040;
    color: white;
    border-color: #404040;
}


.bs-collection__title {
    text-transform: uppercase;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
}

.bs-categories__title {
  background: linear-gradient(to bottom, #daa520de, #7c5b00de);
}

.col-12 h3 d-none d-lg-block{
color:white;
}

.tyc{
    color: #856404;
}

.icon__svg {
    fill: white;
}

/*** Marcas ***/

.bs-title-home::before, .bs-title-home::after {
    background: linear-gradient(to bottom, #DAA520, #7C5B00);
}

.bs-title-home {
    color: #f5f5f5;
}

.bs-brands__item.grilla {
    background: #ffffff;
}

.bs-title, .bs-title:hover {
    color: #ffffff;
}

.btn-primary:disabled {
    background: #2b2b2b;
    border-color: #2b2b2b;
}

.modal-suscripcion .boton-suscripcion .button_form {
background: linear-gradient(to bottom, #DAA520, #7C5B00);
}




/*** Pie ***/

.bs-footer {
    color:white;
    background-image: url(fondop3.png);
    background-size: cover;
}

.bs-footer__description, .bs-footer__link {
    color: #a0a0a0;
}

.bs-footer__link__icon {
    color: #e6b516;
}

.bs-footer__top-section {
    background: #404040;
}

.bs-footer__top-section {
color: white;
}

/*** Generales ***/


.btn-primary, .badge-primary {
    background: linear-gradient(to bottom, #DAA520, #7c5b00);
    border-color: #7c5b00;
}

.btn-primary:hover, .badge-primary:hover {
    background: linear-gradient(to bottom, #7c5b00, #DAA520);
    border-color: #7c5b00;
}

.bs-main
{
background: BLACK;
}

.bs-main .bs-collection
 {
    background: white;
}

.bs-main .bs-product
{
  background: white;
}


.bs-main .bs-cart {
    background: white;
    height: 26rem;
    border-radius: .5rem;
}

.bs-construction-page .text-center {
    color: white;
}

.bs-construction-page a.btn{
color:#c2931a;
}