/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-header-top {
    background: var(--primary-color);
    color: #ffffff;
}

.btn-cart, .btn-login {
    color: black;
}

.floating-menu__cart .cart-items {
    background: #ff6101;
}

.btn-cart:hover, .btn-login:hover {
    background: #000000;
}

.bs-menu__lv1:hover, .show>.bs-menu__lv1 {
    color: var(--primary-color);
}

.bs-menu__lv2:hover, .dropdown__lv2.show .bs-menu__lv2 {
    background: var(--lv2-hover-bg-color);
    color: var(--primary-hover-color);
}

.bs-menu__lv1 {
    font-size: 17px;
}

.cart-items {
    background: var(--primary-hover-color);
}

img.perroc {
   max-width: 300px;
}

.bs-collection__title {
    text-transform: uppercase;
    font-weight: 500;
}

.bs-collection__product-title {
    font-weight: 600;
}

.bs-banner__image:hover img {
    transform: none;
}

.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);
}

.tyc{
font-weight:700;
}

.bs-promo-2__info.bs-promo-2__info {
        color: white;
        border: 2px solid #ffffff;
}

.bs-promo img {
    object-fit: fill;
}

.pregunta{
text-align:center;
}

.bs-promo-1__img {
    background-image: none;
}

@media (max-width: 992px) {
.bs-promo-2__info.bs-promo-2__info {
    color: #000000;
    border: 2px solid #000000;
}
}

@media (max-width: 992px) {
    .bs-footer__containt {
    padding-bottom: none;
    }
}

.estiloperro .col-12
{
    text-align: center;
}

.ml-3 {
    margin-left: unset !important;
}

@media (max-width: 992px) {
.bs-promo-2__img{
    object-fit: contain !important;
    margin-top: 30px !important;
}
}
