/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-header-search {

    border-bottom: 2px solid #4e526d;
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1 {

box-shadow: 0 -3px inset #797e8c;
    color: #CCCED9;
}



.page-item.active .page-link {
    background-color: #474C59;
    border-color: #474C59;
}

.page-link {
    color: white;
    background: #9ea1a8;
}

.bs-header .img-fluid
{
        width: 150px;
}

.btn-cart:hover, .btn-login:hover {
    color: #4e526d;
    opacity: .7;
}

.bs-title::before, .bs-title::after {

    background: #CCCED9;
}

.bs-collection__product-stock {

    background: #979CA6;
    color: #fff;
}

.bs-parallax__image {
  
    filter: drop-shadow(2px 4px 6px #474C59);
}

.bs-parallax__title {

    text-shadow: 2px 2px 2px #474c59;
}

.bs-footer {
   
    background-position: left;

}

.bs-footer::before {
   
       filter: blur(1px);
       
}

.bs-footer .img-fluid
{
        max-width: 180px;
}

.breadcrumb, .bs-breadcrumb {
    background: #fdfdfd;
}

.badge-secondary
{
        background: #474c59;
    color: #ffffff;
}

.fa-bars:before {

    color: #474c59;
}

.bs-header-search .form-control {

    color: #474c59;
}

@media screen and (max-width: 992px){
.bs-footer__social .chat-whatsapp {
    border: 1px solid #ffffff;
    color: #1c232d;
    background-color: #ffffff;
}}

@media screen and (max-width: 992px){
.bs-footer__social .chat-whatsapp:hover {
    background: #606f84;
    color: #ffffff;
}
}

@media screen and (max-width: 992px){
.bs-collection__product-stock
{
           padding: 4px;
}}

.bs-footer__link.bs-footer__link
{
        text-shadow: 2px 2px 2px #000000;
}

.bs-footer__title
{
      text-shadow: 2px 2px 2px #000000;
}

.bs-footer__link.bs-footer__link:hover {
    color: #ffffff;
    opacity: .7;
}

.detailItemCart .infoItemCart {

    color: #474c59;
}

.containerSubtotal {
    color: #474c59;
}

.bs-footer .btn-link
{
    color: white;
}

