

/* Start:/local/templates/yulisbook.shop/components/bitrix/catalog.section/books/style.css?17830784729842*/
.listDown {
	background: url("/local/templates/yulisbook.shop/components/bitrix/catalog.section/books/images/iconDown.png") no-repeat left top 7px;
}

/***** фильтр книг *****/
.filter {
	float: left;
	width: 240px;
	margin-top: 15px;
	position: relative;
	background: #fff;
	z-index: 10;
}
.filter .mob {
	width: 100%;
	display: none;
	line-height: 45px;
	padding: 0 30px;
	margin-bottom: 20px;
	font-family: "DINPro-Medium";
	background: #f3ebd4;
}
.filter span {
	cursor: pointer;
}
.filter .mob span {
    position: relative;
    padding-right: 20px; /* Отступ для стрелки */
    cursor: pointer;
    user-select: none;
}

.filter .mob span::after {
    content: '▼'; /* Или '▾' */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 12px;
}

/* Состояние "открыто" - стрелка вверх */
.filter .mob span.open::after {
    transform: translateY(-50%) rotate(180deg);
}
.filter span + span {
	float: right;
}
.filter .row {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.filter .title {
	float: left;
	color: #b5a58c;
	font-size: 18px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.filter .row .title {
	margin: 0;
	color: #373737;
	cursor: pointer;
	font-family: "DINPro-Medium";
}
.filter .elemCnt {
	/*	font-size: 16px;*/
	color: #b5a58c;
	float: left;
	margin: 2px 0 0 15px;
}

.filter ul {
	clear: left;
	float: left;
	width: 100%;
	display: none;
	margin-top: 5px;
	max-height: 240px;
	overflow-y: auto !important;
}
.filter .listShow {
	display: block;
}

.filter li {
	clear: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	/*
	height: 30px;
	line-height: 30px;
*/
	cursor: pointer;
	padding-left: 30px;
}
.filter li span {
	float: left;
	/*	font-size: 18px;*/
}

.filter li .elemCnt {
	margin-top: 0;
}

.filter li:hover {
	color: #ffffff;
	background: #7e6f58;
}
.filter li:hover .elemCnt {
	color: #ffffff;
}
.filter .active {
	background: #f3ebd4;
	/*	background: url('/local/templates/yulisbook.shop/components/bitrix/catalog.section/books/images/delItem.png') no-repeat right 10px center #f3ebd4!important;*/
}
/*
.filter .active .elemCnt{
	color: #373737;
}
*/
.clearFilter {
	float: left;
	color: #eb9704;
	cursor: pointer;
	height: 18px;
	line-height: 16px;
	padding-left: 25px;
	margin: 0 0 30px 30px;
	font-family: "DINPro-Medium";
	background: url("/local/templates/yulisbook.shop/components/bitrix/catalog.section/books/images/clearFilter.png") no-repeat left center;
}

.clearFilter:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eb9704;
}

.filter .viewAll {
	float: left;
	color: #791900;
	cursor: pointer;
	line-height: 16px;
	padding-bottom: 5px;
	margin: 14px 0 0 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #791900;
}
.sorting {
	float: right;
}
/***** список книг *****/
.booksList {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
	align-items: stretch
}

.listBook {
	/* float: left; */
    /* width: calc(100% - 260px); */
    position: relative;
    margin: 10px 0 40px 20px;
	display: flex;
    flex-direction: column;
}

.listBook .elemCnt {
	font-size: 16px;
	color: #b5a58c;
	float: left;
	margin: 11px 0 0 15px;
}
.listBook .description {
	margin: 0 0 20px 25px;
	text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    word-spacing: -0.05em;
    -webkit-hyphens: auto;
	padding-right: 15px;
}
.listBook .description p {
    margin-bottom: 12px;
}
.listBook .book {
	/*float: left;*/
	width: 235px;
	margin-bottom: 20px;
	cursor: pointer;
	padding: 5px 0;
	position: relative;
	margin: 5px;
    border-radius: 7px;
    box-shadow: 0px 0px 3px 1px #eee9e4;
	display: flex;
    align-items: end;
    flex-direction: column;
}

.listBook .bookNew::after {
    content: 'Новинка';
    position: absolute;
    right: 0;
    top: -5px;
    width: 60px;
    height: 20px;
    margin: 0 15px 1px 0;
    font-family: 'DINPro-Medium';
    color: var(--yu-light-yellow);
    font-size: 14px;
    text-align: center;
    background: #243c51;
}

.catalogItemLink {
	width: 200px;
    margin: 0 20px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: self-end;
    height: 100%;
}

.listBook .book .part {
	float: left;
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #ff9800;
	font-family: "DINPro-Medium";
}

.listBook .book:hover {
	/*box-shadow: 0px 0px 3px 1px #d2bba7;*/
	box-shadow: 0px 0px 3px 1px #eee9e4;
}

.listBook .book:hover a {
	color: #373737; /* цвет при hover, т.к. это ссылка */
}

.listBook .book .photo {
	clear: left;
	float: left;
	width: 100%;
	height: 260px;
	position: relative;
}
/*
.listBook .book .shadow{
	border: 1px solid #eeeeee;
	background-position: top center;
	box-shadow: 0px 0px 3px 1px #dddddd;
}
*/
.listBook .book .title {
	float: left;
	line-height: 19px;
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 15px;
}
.listBook .book:hover .title {
	color: var(--yu-bordo);
}

.listBook .author {
	float: left;
	margin: 20px 0 5px;
	width: 100%;
	height: 21px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listBook .price {
    font-size: 18px;
    font-family: "DINPro-Medium";
    margin-right: 15px;
    margin-bottom: 5px;
}
.listBook .price span {
	font-size: 14px;
	color: #aaaaaa;
	margin-left: 10px;
	text-decoration: line-through;
}

.listBook .markNew {
	color: var(--yu-light-yellow);
    font-size: 14px;
    text-align: center;
    background: #243c51;
    float: right;
    width: 60px;
    height: 20px;
    color: var(--yu-white);
    margin: 0 15px 1px 0;
    font-family: 'DINPro-Medium';
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.listBook .discount {
	color: #f3ebd4;
	font-size: 18px;
	padding-top: 8px;
	text-align: center;
	/* градиент (первое числи от какого цвета, второй до которого) */
	background: #7c1a00;
	background: -moz-linear-gradient(top, #7c1a00 0%, #521100 100%);
	background: -webkit-gradient(
		linear,
		top,
		color-stop(0%, #7c1a00),
		color-stop(100%, #521100)
	);
	background: -webkit-linear-gradient(top, #7c1a00 0%, #521100 100%);
	background: -o-linear-gradient(top, #7c1a00 0%, #521100 100%);
	background: -ms-linear-gradient(top, #7c1a00 0%, #521100 100%);
	background: linear-gradient(top, #7c1a00 0%, #521100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1a00', endColorstr='#521100',GradientType=0 );
}

.listBook .priceOld {
	color: #f3ebd4;
	font-size: 18px;
	padding-top: 8px;
}

.listBook .catalogItemImg {
	height: 100%;
	width: 100%;
	transition: .3s;
	border-radius: 7px;
}
.listBook .catalogItemImg:hover {
	transform: scale(1.02);
}
/*
.quote{
	top: 33%;
	left: 40px;
	width: 25px;
	height: 15px;
	position: absolute;
}
*/

/* звезды */
.star_cont {
	clear: left;
	float: left;
	margin: 0 0 10px;
}
.listBook .star {
	width: 15px;
	height: 14px;
	float: left;
	margin: 6px 6px 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/local/templates/yulisbook.shop/components/bitrix/catalog.section/books/images/star.png");
	/*	background-position: 0px -20px;*/
}
.listBook .star.yellow {
	background-position: 0 0;
}
.star_info {
	float: left;
	font-size: 18px;
	color: #b4a48b;
}

/* кнопка в корзину */
.listBook .addBasket {
	float: left;
	color: #eb9704;
	font-size: 18px;
	text-align: center;
	font-family: "DINPro-Medium";
	margin: 5px 0 0 5px;
	width: 110px;
	height: 40px;
	line-height: 40px;
	/* радиус */
	-webkit-border-radius: 50px; /* Safari и Chrome */
	-moz-border-radius: 50px; /*для Firefox */
	border-radius: 50px; /* Opera 10.5+, а также версии других браузеров в будущем */
}
.listBook .book:hover .addBasket {
	/*.listBook .basket:hover{*/
	color: #ffffff;
	background: #e0920b;
	background: -moz-linear-gradient(left, #e0920b 0%, #cca01b 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #e0920b),
		color-stop(100%, #cca01b)
	);
	background: -webkit-linear-gradient(left, #e0920b 0%, #cca01b 100%);
	background: -o-linear-gradient(left, #e0920b 0%, #cca01b 100%);
	background: -ms-linear-gradient(left, #e0920b 0%, #cca01b 100%);
	background: linear-gradient(left, #e0920b 0%, #cca01b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0920b', endColorstr='#cca01b',GradientType=0 );
}

.book .izbrannoe {
	cursor: pointer;
	width: 20px;
	height: 18px;
	float: left;
	color: #b4a48b;
	/*	padding-left: 10px;*/
	margin: 15px 30px;
	background: url(/local/templates/yulisbook.shop/components/bitrix/catalog.section/books/images/favorite.png) no-repeat left top 3px;
}

/* заплатка */
.listBook .book a.toCart {
	width: auto;
	padding: 0px 20px 0;
	margin-top: 10px;
	/*float: left;*/
	position: absolute;
	bottom: 5px;
	right: 15px;
	color: #eb9704;
	font-size: 18px;
	text-align: center;
	font-family: "DINPro-Medium";
	margin: 5px 0 0 5px;
	width: 110px;
	height: 35px;
	line-height: 32px;
	/* радиус */
	-webkit-border-radius: 50px; /* Safari и Chrome */
	-moz-border-radius: 50px; /*для Firefox */
	border-radius: 50px; /* Opera 10.5+, а также версии других браузеров в будущем */
}
.listBook .book:hover .toCart {
	color: #ffffff;
	background-color: #dca200;
}

/* End */


/* Start:/local/templates/yulisbook.shop/components/bitrix/breadcrumb/yulisbook/style.css?17830778721886*/
/* ===== Хлебные крошки ===== */
.breadcrumb {
    /*width: 100%;*/
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 28px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    padding-bottom: 2px; /* Для скрытия скролла */
}

.breadcrumb::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.bx-breadcrumb-item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 10px 20px 15px 0;
    font-size: 14px;
    color: #b5a58c;
    white-space: nowrap;
}

.bx-breadcrumb-item a {
    color: #b5a58c;
    transition: 0.3s;
    text-decoration: none;
}

.bx-breadcrumb-item a:hover {
    color: #243c51;
}

.bx-breadcrumb-item .arrowFa {
    margin: 0 10px 0 0;
    flex-shrink: 0;
    font-size: 12px;
    color: #b5a58c;
}

.bx-breadcrumb-item:last-child {
    flex-shrink: 1;
    min-width: 50px;
    padding-right: 0;
    overflow: hidden;
}

.bx-breadcrumb-item:last-child span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

/* ===== Адаптив ===== */
@media screen and (max-width: 820px) {
    .breadcrumb {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .bx-breadcrumb-item {
        padding: 8px 15px 10px 0;
        font-size: 12px;
    }

    .bx-breadcrumb-item .arrowFa {
        margin: 0 8px 0 0;
        font-size: 10px;
    }

    .bx-breadcrumb-item:last-child span {
        max-width: 400px;
    }
}

@media screen and (max-width: 480px) {
    .bx-breadcrumb-item {
        padding: 6px 10px 8px 0;
        font-size: 11px;
    }

    .bx-breadcrumb-item .arrowFa {
        margin: 0 5px 0 0;
    }
}

/* End */
/* /local/templates/yulisbook.shop/components/bitrix/catalog.section/books/style.css?17830784729842 */
/* /local/templates/yulisbook.shop/components/bitrix/breadcrumb/yulisbook/style.css?17830778721886 */
