/* Цвет кнопок слайдера */

.owl-carousel .owl-dots .owl-dot.active {
    background: #444444!important;
    cursor: default;
}

/* Карточки категорий */

.category-wall__item.type2 {
    display: flex;
    padding: 15px;
    background: #f7f7f7;
    border: none;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    border-radius: 10px;
}


/* Карточки товара */

.category-wall__item {
    position: relative;
    width: 100%;
    margin: 0 0 20px !important;
    padding: 15px;
    background: #507a1c;
}



.category-wall__item.type2 {
    display: flex;
    padding: 15px;
    background: #507a1c;
    border: none;
    flex-wrap: nowrap;
}

/* Отключение отзывов в карточке товара */

a.tab-review {
    /* display: none !important; */
}

/* цвет в хдебных крошках */

ul.breadcrumb.mobile a {
    color: #507a1c;
}



li.category-wall__title.child-empty.type2 a {
    color: white;
}