/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-footer_section_logo.bs-footer_section_logo {
    max-width: 200px;
}

.bs-header {
    background: #000;
}
.bs-grid-header__logo {
    max-width: 200px;
}
.bs-title {
    color: #000;
}
.bs-title:hover {
    color: #bebebe;
}

.announcement-bar {
    background: #3194a2;
    border-color: #3194a2;
    }

.btn-success, .badge-success {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: rgb(69 69 69);
}

.btn-primary:hover
{
color: white;
}

.bs-header .bs-social-media a {
    color: #ffffff;
    font-size: 22px;
}

.bs-header .bs-social-media a:hover
{
    color: #ffffff;
    font-size: 22px;
    opacity: .7;
}

.input-group-append .btn
{
    color: white;
}

.btn-primary:disabled {
    color: #ffffff;
}


.btn-cart, .btn-login {
    font-size: 18px;
}

.badge-secondary {
    background: #3194a2;
    }


.bs-form-inline button {
    background: #3194a2;
    border-color: #3194a2;
    color: white;
}

.bs-footer__title {
    color: #42adbc;
}

.bs-footer__social .btn-social {
    border: 1px solid #3194a2;
    color: white;
    background-color: #3194a2;
}

.bs-footer__social .btn-social:hover {
    border: 1px solid #42adbc;
    color: white;
    background-color: #42adbc;
}

.chat-widget__btn {
    background: #3194a2;
    border: solid 1px #3194a2;
}

.chat-widget__btn:hover {
    background: #3194a2;
    border: solid 1px #3194a2;
    opacity: .7;
}

.ir-arriba {
    background: #3194a2;
    }

.bs-collection__product-title {
    font-size: 1.1rem;
    color: #000000;
}

.bs-collection__product-final-price {
    color: #575757;
}

.bs-collection__product-brand {
      background: #f2f2f2;
    color: #303030;
    }

a {
    color: #3194a2;
}

.bs-parallax__title {
    filter: drop-shadow(2px 4px 6px grey);
}

.bs-parallax__image {
    filter: drop-shadow(2px 4px 6px black);
}

.bs-header-search .form-control {
    color: white;
}
@media screen and (max-width: 992px){
.bs-footer .row {
    justify-content: center;
}}

@media screen and (max-width: 992px){
    img[data-bs="header.logo"] {
        width: 150px !important;
}}

.logo-header
{
    width: 180px;
}

.bs-header-search .form-control::placeholder
{
color: white;
}

.page-link {
    background: #e0e0e0;
    }

.fa-arrow-alt-circle-left {
    color: white;
}