.bs-header-navbar {
    background: #8ED6E8;
}
.bs-menu__lv2, .bs-header .dropdown-item {
    color: #000000;
}
.slider-count-1 .slide-1 {
    background: #8ED6E8;
}
.btn-cart:hover, .btn-login:hover {
color: #F7F7F7;
}
.announcement-bar {
    color: black;
}
.bs-header .bs-social-media a {
    padding: 1rem;
    font-size: 2rem;
    color: black;
}
.bs-header .bs-social-media a:hover {
    color: #8ED6E8;
}

.bs-title::before, .bs-title::after {
    background: white;
}
.floating-menu__cart .cart-items {
    background: #8ED6E8;
}
a {
    color: #000000;
}
.page-link:hover {
    color: #ffffff;
    background-color: #B0B8B7;
}
.small, small {
    font-size: 1rem;
}
@media only screen and (max-width : 900px) {
.bs-menu__lv3 {
    color: #757D7B;
}
}
.btn-secondary, .badge-secondary {
    border-width: 2px;
}
@media only screen and (max-width : 900px) {
.bs-banner__title {
    font-size: medium;
}
}
@media only screen and (max-width : 900px){
.bs-parallax__title {
    font-size: 1rem;
}
}

/*
@media only screen and (max-width : 900px){
.img-fluid {
    max-width: 10rem;
}
} */

.bs-footer .img-fluid {
    max-width: 10rem;
    }

.badge-secondary {
    background: #000000;
}

.termresalta
{
    font-weight: bold;
}

.bs-footer__social .btn-social {
    border: 1px solid #26a3c7;
    color: white;
    background: #26a3c7;
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social{
        font-size: 1.5rem;
    }
}

.mobile-contact-banner .container {
    background: #8ed6e8;
}

.floating-menu__cart .cart-items {
    background: #000000;
}

.bs-collection__product-final-price.has-discount {
    color: #64a4b4;
}


.floating-menu__item {
    color: #808d8b;
}

@media (max-width: 992px) {
    img[data-bs="header.logo"] {
        width: 150px !important;
        }}

@media screen and (min-width: 1200px){
.slick-prev
{
    top: 25rem;
    position: relative;
    z-index: 999999;

}
}

@media screen and (min-width: 1200px){
.slick-next {
    bottom: 21rem;
    position: relative;
    z-index: 999999;
    left: 41rem;
}}

@media screen and (max-width: 1199px){
.slick-prev
{
    display: none !important;

}
}

@media screen and (max-width: 1199px){
.slick-next {
    display: none !important;
}}