/* Certive Baby brand overrides */

.site-btn,
.primary-btn {
    background: #37AEE2;
}

.site-btn:hover,
.primary-btn:hover {
    background: #2a9fd4;
}

.header__menu ul li a:after {
    background: #37AEE2;
}

.header__menu ul li:hover a:after {
    background: #37AEE2;
}

.filter__controls li.active {
    color: #37AEE2;
}

.filter__controls li:hover {
    color: #37AEE2;
}

.filter__controls li.active:after {
    background: #37AEE2;
}

.filter__controls li:hover:after {
    background: #37AEE2;
}

.product__item.sale .product__item__text .product__price {
    color: #37AEE2;
}

.product__price-from {
    font-style: italic;
    color: #37AEE2;
    font-weight: 400;
    font-size: 14px;
    margin-right: 4px;
}

.product__item.sale .product__item__pic .label,
.product__item__pic .label.sale {
    background: #37AEE2;
}

.product__hover li:hover a {
    background: #37AEE2;
}

.categories__text a:after,
.discount__text a:after {
    background: #37AEE2;
}

.banner__text span {
    color: #37AEE2;
}

.banner__slider.owl-carousel .owl-dots button.active {
    background: #37AEE2;
}

.loader {
    border-top-color: #37AEE2;
}

.discount__text__title span {
    color: #6D5A4B;
}
