.bs-grid-header__logo img {
    max-width: 60%;
    max-height: 100%;
}

.floating-menu__cart .cart-items {
    background: var(--primary-color);
}

.bs-header .bs-menu__close .btn {
    color: white;
    background: var(--primary-color);
}

.bs-header-top {
    background: #f0f0f0;
    color: #000000;
}

.btn-header-outline {
    color: #000000;
}

.bs-header-top .btn-cart {
    color: #000000;
}

.bs-header-top .cart-items {
    border: var(--cart-items-border, 2px solid #616161);
}

.bs-header {
    background: #ffffff;
}


.bs-menu-hightlight {
    background: var(--secondary-hover-color);
}

.bs-breadcrumb {
    background: #f0f0f0;
}

/*Body inicio*/

.chat-widget__whatsapp{
background: #25D366;
    color: white;
    position: fixed;
    z-index: 5000;
    right: .5em;
    border: 0;
    border-radius: 10rem;
    width: 55px;
    height: 55px;
    margin: .1rem .1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    bottom: 190px;
  }

@media only screen and (max-width : 992px) {
.chat-widget__whatsapp {
      position: fixed;
      bottom: 50%;
      right: 1rem;
      flex-direction: column;
      z-index: 9000;  
      font-size: 2.5rem;
      }
 }

/*Carro*/

.tyc{
font-weight:600;
}

/*Pie*/

.bs-footer {
background: linear-gradient(rgb(23 12 6), rgb(251 251 251 / 3%)), url(fondop1.png);
background-size: cover;
}

.bs-copyright {
    background: transparent;
}

.bs-footer__title::after {
    background: var(--primary-color);
}

.bs-footer__link {
    color: #e5e5e5;
}

.bs-footer__logo img {
    max-width: 80%;
}

.bs-footer__section-menu, .bs-footer__section-contact, .bs-footer__section-policies {
    padding-top: 2rem;
}

.btn-danger, .badge-danger {
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    background: var(--primary-color);
    border-color: var(--primary-color);
}