<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg_review{
	padding: 0 0 10px;
	border-bottom: 1px solid #D9D9D9;
	margin: 10px 0 25px;
}
.bg_info{
	width: 100%;
	margin: 10px 0;
	height: 16px;
}
.bg_rating{
	float: left;
	width: 50%;
}
.bg_date{
	float: right;
	width: 50%;
	text-align: right;
}
.star_yellow{
	background: url(img/star.png) 0px bottom no-repeat;
	width: 18px;
	height: 15px;
	display: block;
	float: left;
}
.star_grey{
	background: url(img/star.png) 0px top no-repeat;
	width: 18px;
	height: 15px;
	display: block;
	float: left;
}
.bg_rating_title{
	color: #666;
	margin-left: 5px;
}
.bg_review .bg_comment_hidden{
	display: none;
}
.bg_review .bg_comment_open{
	display: block;
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 8px;
	border-left: 3px solid #FFBA00;
	
}
.bg_comment_link{
	display: inline-block;
	margin-top: 5px;
	text-decoration: none;
	border-bottom: 1px dotted;
}


#products_wrap {  padding: 5px 10px 10px 0px; background-color:#f4f4f4; margin: 10px 0 0; }
#products_wrap ul {
    list-style: outside none none;
    overflow: hidden;
}
#products_wrap ul li:before {
    content: "";
margin:0;
}
#products_wrap ul li {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
    padding: 6px 6px 3px;
    position: relative;
    
}
#products_wrap img {
    max-height: 70px;
}
#products_wrap .zoomer {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/eshop_yellow/images/zoom-plus16_02.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 16px;
    left: 40%;
    opacity: 0.7;
    position: absolute;
    top: 40%;
    width: 16px;
}
#products_wrap label {
    display: inline-block;
    margin-bottom: 7px;    
}

#photo_wrap {  padding: 5px 10px 10px 0px; background-color:#f4f4f4; margin: 10px 0 0; }
#photo_wrap ul {
    list-style: outside none none;
    overflow: hidden;
}
#photo_wrap ul li:before {
    content: "";
}
#photo_wrap ul li {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
    padding: 6px 6px 3px;
    
    position: relative;
}
#photo_wrap img {
    max-height: 70px;
}
#photo_wrap .zoomer {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/eshop_yellow/images/zoom-plus16_02.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 16px;
    left: 40%;
    opacity: 0.7;
    position: absolute;
    top: 40%;
    width: 16px;
}
#photo_wrap label {
    display: inline-block;
    margin-bottom: 7px;    
}</pre></body></html>