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

.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;
}


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



a, .dropdown-menu li > a i {
    color: #ffffff;
}

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

/* Отключение отзывов в карточке товара */
/* 
a.tab-review {
    
} */

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

ul.breadcrumb.mobile a {
    color: #1c3840;
}

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

li.category-wall__title.child-empty a {
    color: #1b3940;
    font-size: 20px;
}

/* Новости заголовок */

a.news-thumb__name {
    color: #fd2704;
}




/* Календарь */

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
    color: #1b3940;
}

.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
    color: #1b3940;
}


.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    color: #1b3940;
    font-weight: bold;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
    color: #1b3940;
}

ul.breadcrumb a {
    color: #1b3940;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0;
}

.fc-view-harness.fc-view-harness-active {
    height: 61vh !important;
}