/*** agrega aqui los estilos necesarios para modificar el template ***/


/**Cabcera*/

.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
    box-shadow: 0 -4px inset #ef3992;
    color: #c4c4c4;
}

.bs-header {
    background-image: url(fondop5.png);
    background-position-y: bottom;
}

.bs-header-navbar {
    background: #00000000;
}
@media (max-width: 992px) {
img[data-bs="header.logo"] {
    max-width: 150px;
}}

.logo-header {
    max-width: 70%;
    }

.categoriasbsale .row {
    place-content: center;
}    

.announcement-bar {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.chat-widget__btn {
    background: #faf8f8;
    color: var(--primary-color);
}

.chat-widget__btn:hover {
    background: var(--secondary-color);
}


.bs-header .bs-social-media a {
    padding: .5rem;
    color: #ffffff;
    background-color: var(--secondary-color);
    border-radius: 50rem;
    width: 2em;
    height: 2em;
    margin: 1rem .125rem .125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.bs-header .bs-social-media a:hover {
    background-color: var(--primary-color);
    text-decoration: none;
}

.input-group-append .btn {
    color: #ffffff;
}

.bs-header-search .form-control {
    color: #ffffff;
}

.badge.badge-secondary {
    background: #ed2789;
}

/**Colección*/

.bs-title, .bs-title a, .bs-title:hover {
    color: #464646;
}

.bs-collection__title {
    color: var(--primary-color);
    text-transform: uppercase;
}

.bs-collection__product-final-price {
    color: #535353;
}

/**Producto*/

.bs-product__title {
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #b6b6b6;
}

.bs-collection__product-title {
    font-size: 1.3rem;
    color: #000000;
}

.btn-primary:not(:disabled):not(.disabled)::before {
    background: transparent;
}

.page-item-e .page-link{
    border: 0px none;
    border-radius: var(--default-border-radius);
    margin: 0 .25rem;
    background: var(--secondary-color);
    color:white;
}

.bs-product .bs-img-square picture {
    width: 70%;
    height: 70%;
}

/**Carro*/

.btn-danger, .badge-danger {
    background: #be2937;
    border-color: #be2937;
    color: var(--danger-contrast);
}

.tyc{
color:var(--secondary-color);
}

/**Parallax*/

.bs-parallax__image {
    filter: drop-shadow(2px 4px 6px black);
}

.bs-parallax__title {
    filter: drop-shadow(2px 4px 6px black);
}


.bs-footer__title {
    font-weight: 500;
}

.bs-footer__link {
    color: #dbdbdb;
    font-size: 14px;
}

.bs-footer__link.bs-footer__link:hover {
    color: #ffffff;
}

.bs-footer {
    background-image: url(fondop5.png);
}

.img-fluid-logop{
max-width: 65%;
}


/**Chat Cookie*/

@media screen and (min-width: 768px) {
    .chat-widget {
        align-self: anchor-center;
                bottom: 0% !important;
    }
}

 @media only screen and (max-width : 992px) {
    .chat-widget {
        align-self: anchor-center;
                bottom: 0% !important;
    }
}

 @media only screen and (max-width : 992px) {
.textwsp  {
        color: white;
        background: #000000a8;

        font-size: 0.7rem;
      
        padding: .25em .4em;

        font-weight: 700;
        line-height: 1;
        text-align: right;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;

        position: fixed;
            align-self: anchor-center;
        right: 5rem;
        flex-direction: column;
        z-index: 9000;
        filter: drop-shadow(2px 4px 6px grey);
      }
 }

@media screen and (min-width: 768px) {
    .textwsp {

        position: fixed;
             align-self: anchor-center;
        right: 6rem;
        flex-direction: column;
        z-index: 9000;
        font-size: .9rem !important;
        width: 160px;
        color: white;
        background: #000000a8;
           padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        filter: drop-shadow(2px 4px 6px grey);
    }
}