

/* Start:/local/templates/yulisbook.shop/components/bitrix/catalog.section/books/style.css?17824558949364*/
.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 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;
}
/***** список книг *****/
.listBook{
	float: left;
	width: calc(100% - 260px); /*940px;*/
	position: relative;
	margin: 10px 0 40px 20px;
}

.listBook .elemCnt{
	font-size: 16px;
	color: #b5a58c;
	float: left;
	margin: 11px 0 0 15px;
}
.listBook .description{
	margin: 0 0 20px 25px;
}

.listBook .book{
	float: left;
	width: 235px;
	height: 535px;
	cursor: pointer;
	padding: 5px 0;
	position: relative;
}

.listBook .book>a{
	width: 200px;
	margin: 0 20px;
	float: left;
}
.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;
}

.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{
/*
	bottom: 0px;
	position: absolute;
*/
	clear: left;
	font-size: 18px;
	font-family: 'DINPro-Medium';
}
.listBook .price span{
	font-size: 14px;
	color: #aaaaaa;
	margin-left: 10px;
	text-decoration:line-through
}

.listBook .mark{
	float: right;
	width: 55px;
	height: 38px;
	color: #FFFFFF;
	margin: 0 15px 1px 0;
 	font-family: 'DINPro-Medium';
/* кроссбраузерное скругление "верхних" углов (25 пиксел) */
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-top-left-radius: 25px;
	-moz-border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.listBook .hit{
	color: #f3ebd4;
	font-size: 14px;
	text-align: center;
	padding-top: 13px;
	/* градиент (первое числи от какого цвета, второй до которого) */
	background: #9c8c07;
	background: -moz-linear-gradient(top, #9c8c07 0%, #675c02 100%);
	background: -webkit-gradient(linear, top, color-stop(0%,#9c8c07), color-stop(100%,#675c02));
	background: -webkit-linear-gradient(top, #9c8c07 0%,#675c02 100%);
	background: -o-linear-gradient(top, #9c8c07 0%,#675c02 100%);
	background: -ms-linear-gradient(top, #9c8c07 0%,#675c02 100%);
	background: linear-gradient(top, #9c8c07 0%,#675c02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c8c07', endColorstr='#675c02',GradientType=0 );
}
.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;
}

/*
.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;
	/*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 );*/
}
/* End */


/* Start:/local/templates/yulisbook.shop/components/bitrix/breadcrumb/yulisbook/style.css?17779059031393*/
.breadcrumb {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 28px;
}
.bx-breadcrumb-item {
	padding: 10px 20px 15px 0;
	font-size: 14px;
	color: #b5a58c;
}
.breadcrumb li:last-child {
    width: 550px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #373737;
    font-size: 14px;
}
@media only screen and (max-width: 720px) {
	.bx-breadcrumb-item {
		padding: 0px 0px 0px 0px;
	}
	.bx-breadcrumb-item .arrowFa {
		margin-right: 10px !important;
		margin-left: 10px;
	}  
}    
.bx-breadcrumb-item .arrowFa {
	margin-right: 25px;
}
.bx-breadcrumb-item  a {
    color: #b5a58c;
    transition: 0.3s;
}
.bx-breadcrumb-item  a:hover {
	color: #373737;
}
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
/*.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}*/
/*.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}*/
.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
}
/* End */
/* /local/templates/yulisbook.shop/components/bitrix/catalog.section/books/style.css?17824558949364 */
/* /local/templates/yulisbook.shop/components/bitrix/breadcrumb/yulisbook/style.css?17779059031393 */
