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

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


/* Ширина лого  */

.header-logo {
    max-width: 360px;
}

.header-block__item.header-block__item-logo.col-sm-6.col-md-3.col-lg-3.col-xxl-4 {
    width: 350px;
}

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

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

/* Блок с цветами под календарем */

.blockcolor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.color-inner {
    display: flex;
    gap: 6px;
}

/* Стена категорий */

li.category-wall__title.child-empty a {
    font-size: 15px!important;
}

/* Текст в карзине */

.checkout-cart__name a {
    color: #1b3940;
}

.unicheckout-sticky__total-a {
    font-weight: 500;
    color: #ff2606 !important;
    text-decoration: underline dotted !important;
}

a, .dropdown-menu li > a i {
    color: #ff2606!important;
}

.far, .fa-regular {
    font-weight: 400;
    color: #ff2606!important;
}

.header-cart__name a {
    color: #1b3940!important;
}

i.far.fa-trash-alt {
    color: #ff2606!important;
}