/*** agrega aqui los estilos necesarios para modificar el template ***/

.announcement-bar {
    color: #000000;
    background: #67d6bc;
    border-color: #67d6bc;
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.bs-header-navbar {
    background: #3fc8df;
}

.bs-menu__lv1 {
    white-space: normal;
    color: #515252;
    background: var(--lv1-bg-color);
    font-size: var(--lv1-size);
    font-weight: var(--font-bold);
    text-align: center;
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
    box-shadow: 0 -3px inset #d2f8ed;
    color: #7d7f7f;
}

.bs-menu__lv2, .bs-header .dropdown-item {
    padding: .5rem 1rem;
    color: #54c8df;
    background: var(--lv2-bg-color);
    font-size: var(--lv2-size);
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .bs-menu__section {
        width: 15%;
    }}
.bs-menu__lv2, .bs-header .dropdown-item {
    color: #000000;
    font-weight: 700;
}
.bs-header-navbar {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(128 197 205) 50%, rgb(149 249 227) 100%);
}
.btn-cart, .btn-login {
    color: #000000;
}
.btn-cart:hover, .btn-login:hover {
    color: #000000;
    opacity:.7;
}
.badge-secondary {
    background: #ffffff;
}

@media screen and (min-width: 1200px) {
    .bs-banner__title {
        opacity: 0;
        color: #ffffff;
        filter: drop-shadow(2px 4px 6px black);
    }
}

.bs-collection__product-stock {
    justify-self: anchor-center;
}

.btn-primary, .badge-primary {
    position: relative;
    background: #43c7de;
    border-width: 2px;
    border-color: #43c7de;
    color: #f2f2f2;
    overflow: hidden;
    border-radius: 4px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary:disabled {
    background: #515252;
    border-color: #515252;
    color: var(--breadcrumb-bg-color);
}

.bs-collection__product-brand {
    font-size: .75rem;
    color: var(--secondary-contrast);
    background: #6cd7bc;
    padding: .25rem;
    text-transform: uppercase;
    font-weight: var(--font-light);
    border-radius: var(--default-border-radius);
}


.btn-share {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    border: 1px solid #6cd7bc;
    border-radius: 2em;
    color: #6cd7bc;
}

.btn-share:hover {
    color: #515252;
    background: #6cd7bc;
    border-color: #515252;
}

.chat-widget__btn {
    background: #98ebdd;
    box-shadow: var(--box-shadow-widget);
    color: #000;
    width: 1.5em;
    height: 1.5em;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: solid 1px #98ebdd;
}

.chat-widget__btn:hover {
    background: #43c7de;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}



.ir-arriba:hover {
    background: #43c7de;
    font-size: 20px;
    cursor: pointer;
    border: solid 0.5px #43c7de;
}

.bs-form-inline button {
    height: 2.5em;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    Color: #515252;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--primary-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.bs-title, .bs-title a, .bs-title:hover {
    font-size: var(--home-title-size);
    color: #515252;
    text-transform: var(--title-transform);
    font-weight: var(--title-weight);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 2rem 0 1rem;
    white-space: nowrap;
}

.bs-collection__title {
    font-weight: 400;
}

.bs-collection__product-title {
    font-size: 1.1rem;
    text-transform: capitalize;
    color: var(--body-txt-default-color);
    font-weight: 400;
}