/* rs-breadcrumbs */
.rs-breadcrumbs{
    margin-top: 35px;
}
.breadcrumb {
    border: 1px solid #DDDDDD;
    background: none;
}
.breadcrumb a {
    font-size: 13px;
    color: #454545;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: #4ec67f;
    text-decoration: none;
}

.success {
    color: green!important;
    font-weight: bold;
	margin-top: 10px;
}
.bg-success{
	padding: 15px;
	border-radius: 4px;
}

/*Выбрано*/
.select2-container--default .select2-results__option[aria-selected=true]{
    font-weight:bold;
}

/*Наведено*/
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #ddd!important;
    color: #424242!important;
}

.entry-thumbnail {
	position: relative;
	display: block;
}
.entry-thumbnail:before {
	content: '';
	width: 100%;
	padding-bottom: 50%;
	display: block;
}
.entry-thumbnail img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}
.search-article .entry-header .entry-title {
	font-weight: 700;
	font-size: 1.5em;
}
.entry-header,.entry-summary,.entry-thumbnail {
	margin-bottom: 15px;
}
.search-article hr {
	margin-top: 5px;
    margin-bottom: 20px;
}
.search-article:last-child {
	margin-bottom: 50px;
}
.search-article:last-child hr {
	display: none;
}

.rs-category__footer {
    margin-top: 40px;
	margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767.98px) {
    .rs-category__footer {
        display: none;
	}
}
.rs-category__footer[data-count="0"] {
	display: none;
}
/* ==========================================
   ВЫДЕЛЕНИЕ ПУНКТА ЯРМАРКА КРЕСЕЛ КНОПКОЙ
   ========================================== */

/* Находим ссылку на ярмарку и превращаем в кнопку */
.page-animate a[href*="yarmarka-kresel"] {
    display: inline-block !important;
    background-color: #D36E45 !important; /* Терракотовый цвет */
    color: #ffffff !important;           /* Белый текст */
    padding: 8px 24px !important;        /* Внутренние отступы для объема */
    border-radius: 25px !important;      /* Округлые края */
    text-align: center !important;
    text-decoration: none !important;
    font-weight: bold !important;
    margin-bottom: 12px !important;      /* Чтобы не слипалась с пунктом «Мебель» */
}

/* Эффект при наведении курсора мышки */
.page-animate a[href*="yarmarka-kresel"]:hover {
    background-color: #b3895c !important; /* Чуть темнее при наведении */
    color: #ffffff !important;
    opacity: 0.95 !important;
}