

/* Start:/local/templates/shampoo63/components/bitrix/catalog/catalog_list/style.css?157716882410087*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

/*FILTET*/
.bx_filter_vertical span.disabled {
	color: #9b9b9b !important;
	text-shadow: none !important;
}

.bx_filter_vertical {
}

.bx_filter_vertical .bx_filter_section {
	padding: 2.6%;
	border-radius: 2px;
	position: relative;
}

.bx_filter_vertical .bx_filter_title {
	font-weight: bold;
	color: #000;
	padding: 0 10px;
	font-size: 16px;
	margin-bottom: 10px;
}

.bx_filter_vertical .bx_filter_container {

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;

	position: relative;
	padding-bottom: 7px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	margin-bottom: 12px;
	background-color: #4c4c4c;

}

.bx_filter_vertical .bx_filter_container:after {

	content: '';
	width: 7px;
	height: 12px;
	position: absolute;
	top: 11px;
	right: 13px;
	background: url(/bitrix/templates/shampoo63/images/filter-mark.png);
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.bx_filter_vertical .bx_filter_container_title {
	display: block;
	cursor: pointer;
	padding: 7px 25px 0 25px;
	cursor: pointer;
}

.bx_filter_vertical .bx_filter_block {
	display: none
}

.bx_filter_vertical .bx_filter_container.active .bx_filter_block {
	display: block;
}

.bx_filter_vertical .bx_filter_block span {
	display: block;
	min-height: 30px;
	padding-bottom: 5px
}

.bx_filter_vertical .bx_filter_block span input[type=checkbox] {
	position: relative;
	bottom: -4px;
	display: none;
}

.bx_filter_vertical .bx_filter_block input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.bx_filter_vertical .bx_filter_block input[type=checkbox] + label {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}

.bx_filter_vertical .bx_filter_block input[type=checkbox] + label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
	transition: .2s;
}

.bx_filter_vertical .bx_filter_block input[type=checkbox] + label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 16px;
	height: 16px;

}

.bx_filter_vertical .bx_filter_block input[type=checkbox]:checked + label:before {
	background: url(/bitrix/templates/shampoo63/images/check.png) no-repeat 2px 4px
}

.bx_filter_vertical .bx_filter_block input[type=checkbox]:checked + label:after {
	left: 26px;
}

.bx_filter_vertical .bx_filter_block input[type=checkbox]:focus + label:before {
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 0 3px rgba(255, 255, 0, .7);
}

.bx_filter_vertical .bx_filter_block input[type=checkbox] + label:before {
	content: '';
	width: 16px;
	height: 16px;
	background: none;
	border: 2px solid #949494;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
}

.bx_filter_vertical .bx_filter_block span label {
	line-height: 11px;
	font-size: 12px;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}

.bx_filter_vertical .bx_filter_param_area {
	margin-bottom: 20px
}

.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block {
	width: 50%;
	float: left;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #3f3f3f;
	font-size: 11px;
}

.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block .bx_input_container {
	max-width: 70px;
	display: inline-block;
	padding: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	height: 35px;
	background: #8ca3ae;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ca3ae), color-stop(100%, #b6c8d2));
	background: -webkit-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	background: -moz-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	background: -ms-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	background: -o-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	background: linear-gradient(to bottom, #8ca3ae 0%, #b6c8d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ca3ae', endColorstr='#b6c8d2', GradientType=0);
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .75)
}

.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input {
	border: none;
	border-radius: 2px;
	max-width: 70px;
	width: 100%;
	height: 33px;
	display: inline-block;
	margin: 0;
	padding: 0 4px;
	background: #fff;
	box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, .75);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block:first-child {
	text-align: left
}

.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block {
	float: left
}

.bx_filter_vertical .bx_ui_slider_track {
	margin: 15px 10px 10px;
	background: #bbd8e0;
	height: 6px;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .35), inset 0 1px 1px 0 rgba(0, 0, 0, .15);
	border-radius: 3px;
}

.bx_filter_vertical .bx_ui_slider_range {
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/local/templates/shampoo63/components/bitrix/catalog/catalog_list/images/range_bg.png);
}

.bx_filter_vertical .bx_ui_slider_handle {
	width: 20px;
	height: 21px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog/catalog_list/images/handle.png) no-repeat center;
}

.bx_filter_vertical .bx_ui_slider_handle.left {
	margin-left: -10px
}

.bx_filter_vertical .bx_ui_slider_handle.right {
	margin-right: -10px
}

.bx_filter_vertical .bx_filter_control_section {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px
}

.bx_filter_vertical .bx_filter_search_button {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 10px;
	padding: 0 10px;
	height: 35px;
	border-radius: 3px;
	background: #4c4c4c;
	color: white;
	text-decoration: none;
	text-shadow: 0 1px 1px 0 rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .15);
}

.bx_filter_vertical .bx_filter_search_button:hover {
	background: #b8d9e3
}

.bx_filter_vertical .bx_filter_search_button:active {
	position: relative;
	bottom: -1px;
	background: #4c4c4c;
	color: white;
	box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, .2);
}

.bx_filter_vertical span.icon_lupe {
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height: 15px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog/catalog_list/images/searchicon.png) no-repeat center;
	vertical-align: middle;
}

.bx_filter_vertical .bx_filter_popup_result {
	position: absolute;
	display: none;
	height: 33px;
	border-top: 1px solid #c0d6dc;
	border-right: 1px solid #c0d7dd;
	border-bottom: 1px solid #c0d6dc;
	border-left: 1px solid #c0d7dd;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	color: #3f3f3f;
	font-weight: normal;
	font-size: 13px;
	line-height: 33px;
	padding: 0 10px;
	margin-left: 10px;
	margin-top: -7px;
	z-index: 1100;
	white-space: nowrap;
}

.bx_filter_vertical .bx_filter_popup_result .arrow {
	width: 8px;
	height: 14px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog/catalog_list/images/arr_left.png) no-repeat center;

}

.bx_filter_vertical .bx_filter_popup_result.right {
	left: 102%
}

.bx_filter_vertical .bx_filter_popup_result.left {
	right: 102%
}

.bx_filter_vertical .bx_filter_popup_result.right .arrow {
	left: -8px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog/catalog_list/images/arr_left.png) no-repeat center
}

.bx_filter_vertical .bx_filter_popup_result.left .arrow {
	right: -8px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog/catalog_list/images/arr_right.png) no-repeat center
}

.bx_filter_vertical .bx_filter_popup_result a {
	color: #0073a3
}

.bx_filter_vertical .bx_filter_popup_result a:hover {
	text-decoration: none
}

.bx_filter_vertical .bx_filter_popup_result_close {
	display: none
}

@media (max-width: 530px) {

	.bx-touch .bx_filter_vertical .bx_filter_popup_result {
		position: fixed !important;
		height: auto;
		line-height: 14px;
		font-size: 12px;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		z-index: 1001;
		padding: 10px;
		width: auto;
		border-radius: 0;
		box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, .1);
	}

	.bx-touch .bx_filter_vertical .bx_filter_popup_result_close {
		display: block;
		position: absolute;
		width: 22px;
		height: 22px;
		right: 10px;
		top: 50%;
		margin-top: -11px;
		background: url(/local/templates/shampoo63/components/bitrix/catalog/catalog_list/images/x.png) no-repeat center;
		background-size: 16px;
	}
}

/* End */


/* Start:/local/templates/shampoo63/components/bitrix/breadcrumb/.default/style.css?15771688241347*/
.shampoo_breadcrumbs {
    padding-top: 0;
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    .shampoo_breadcrumbs {
        display: none;
    }
}

.shampoo_breadcrumbs ul {
    margin: 0;
    padding: 0
}

.shampoo_breadcrumbs ul li {
    display: inline-block;
    line-height: 20px
}

.shampoo_breadcrumbs ul li a {
    display: block;
    color: #222222;
    text-decoration: none;
    padding: 1em 0 1em 1em;
    transition-property: color;
    transition-duration: 0.2s;
}

.shampoo_breadcrumbs ul li a:after {
    content: "\\";
    color: #008ace;
    margin: 0 0 0 1em;
    -moz-user-select: none; /* Mozilla Firefox */
    -ms-user-select: none; /* Internet Explorer (не поддерживается) */
    -webkit-user-select: none; /* Google Chrome, Opera Next, Safari */
}

.shampoo_breadcrumbs ul li:first-child a {
    padding-left: 0
}

.shampoo_breadcrumbs ul li:last-child a {
    background: none
}

.shampoo_breadcrumbs ul li a:hover {
    color: #008ace;
    opacity: 1
}

.shampoo_breadcrumbs ul li span {
    display: block;
    padding: 0 15px;
    color: #aaa;
    text-decoration: none;
}

.shampoo_breadcrumbs,
.shampoo_breadcrumbs ul li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* End */


/* Start:/local/templates/shampoo63/components/bitrix/catalog.smart.filter/vertical_filter/style.css?160335812610756*/
.bx_filter_vertical{}
.bx_filter_vertical .bx_filter_section{
	background: #e8f7fc;
	padding: 2.6%;
	border-radius: 2px;
	border: 1px solid #e7edf1;
}
.bx_filter_vertical .bx_filter_title{
	font-weight: bold;
	color: #000;
	padding: 0 10px;
	font-size: 16px;
	margin-bottom: 10px;
}
.bx_filter_vertical .bx_filter_container{
	padding: 0 6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
}
.bx_filter_vertical .bx_filter_container_title{
	color: #000;
	font-size: 15px;
	display: inline-block;
	border-bottom: 1px dashed #000;
	margin-bottom: 20px;
	cursor: pointer;
}
.bx_filter_vertical .bx_filter_block{
	padding: 0;
	display:none
}
.bx_filter_vertical .bx_filter_container.active .bx_filter_block{display:block}
.bx_filter_vertical .bx_filter_block span{
	display: block;
	min-height: 30px;
	padding-bottom: 5px;
}
.bx_filter_vertical .bx_filter_block span input[type=checkbox]{
	position: relative;
	bottom:-4px;
}
.bx_filter_vertical .bx_filter_block span label{
	line-height: 11px;
	font-size: 12px;
	vertical-align: bottom;
}

.filter_content .bx_filter_param_area{margin: 0 10px 20px;}
.filter_content .bx_filter_param_area .bx_filter_param_area_block{
	width: 50%;
	float: left;
	text-align: right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color: #3f3f3f;
	font-size: 11px;
}
.filter_content .bx_filter_param_area .bx_filter_param_area_block .bx_input_container{
	max-width:70px;
	display: inline-block;
	padding: 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius: 3px;
	height: 30px;
	background: #8ca3ae;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3ae), color-stop(100%,#b6c8d2));
	background:-webkit-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:   -moz-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:    -ms-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:     -o-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:        linear-gradient(to bottom, #8ca3ae 0%,#b6c8d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
	box-shadow: 0 1px 1px 0 rgba(255,255,255,.75)
}
.filter_content .bx_filter_param_area .bx_filter_param_area_block input{
	border: none;
	border-radius: 2px;
	max-width:70px;
	width: 100%;
	height: 28px;
	display: inline-block;
	margin: 0;
	padding:0 4px;
	background: #fff;
	box-shadow: inset 0 3px 6px 0 rgba(215,215,215,.75);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.filter_content .bx_filter_param_area .bx_filter_param_area_block:first-child{text-align:left}
.filter_content .bx_filter_param_area .bx_filter_param_area_block{float:left}

.filter_content .bx_ui_slider_track{
	margin: 15px 10px 10px;
	background: #e0e0e0;
	height: 6px;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(255,255,255,.35), inset 0 1px 1px 0 rgba(0,0,0,.15);
	border-radius: 3px;
}
.filter_content .bx_ui_slider_range{
    background: #4c4c4c;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 0 #333;
}
.filter_content .bx_ui_slider_handle{
	width: 20px;
	height: 21px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog.smart.filter/vertical_filter/images/handle.png) no-repeat center;
}
.filter_content .bx_ui_slider_handle.left {margin-left: -10px}
.filter_content .bx_ui_slider_handle.right{margin-right:-10px}

.bx_filter_vertical .bx_filter_control_section{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px
}
.bx_filter_vertical .bx_filter_search_button{
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 10px;
	padding: 0 10px;
	height: 35px;
	border-top:   1px solid #d3dfe2;
	border-right: 1px solid #c6d3d6;
	border-bottom:1px solid #bac6ca;
	border-left:  1px solid #c6d3d6;
	border-radius: 3px;
	background: #f9fafa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGYxZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafa), color-stop(100%,#e4f1f5));
	background: -webkit-linear-gradient(top, #f9fafa 0%,#e4f1f5 100%);
	background:    -moz-linear-gradient(top, #f9fafa 0%,#e4f1f5 100%);
	background:     -ms-linear-gradient(top, #f9fafa 0%,#e4f1f5 100%);
	background:      -o-linear-gradient(top, #f9fafa 0%,#e4f1f5 100%);
	background:         linear-gradient(to bottom, #f9fafa 0%,#e4f1f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafa', endColorstr='#e4f1f5',GradientType=0 );
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.11);
	color: #4f4f4f;
	text-decoration: none;
	text-shadow: 0 1px 0 0 rgba(255,255,255,.75);
	font-weight: bold;
	font-size:14px;
	line-height:35px;
}
.bx_filter_vertical .bx_filter_search_button:hover{
	background: #f9fafa;
}
.bx_filter_vertical .bx_filter_search_button:active{
	position: relative;
	bottom: -1px;
	background: #e4f1f5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjFmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f5), color-stop(100%,#f9fafa));
	background: -webkit-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:    -moz-linear-gradient(top, #e4f1f5 0%, #f9fafa 100%);
	background:     -ms-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:      -o-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:         linear-gradient(to bottom, #e4f1f5 0%,#f9fafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f5', endColorstr='#f9fafa',GradientType=0 );
	box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.08) ;
}
.bx_filter_vertical span.icon_lupe{
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height:15px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog.smart.filter/vertical_filter/images/searchicon.png) no-repeat center;
	vertical-align: middle;
}
.bx_filter_vertical .bx_filter_popup_result{
	position: absolute;
	display: none;
	height: 33px;
	border-top:   1px solid #c0d6dc;
	border-right: 1px solid #c0d7dd;
	border-bottom:1px solid #c0d6dc;
	border-left:  1px solid #c0d7dd;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	color: #3f3f3f;
	font-weight: normal;
	font-size: 13px;
	line-height: 33px;
	padding: 0 10px;
	margin-left: -158px;
	margin-top: -7px;
	z-index:1100;
}
.bx_filter_vertical .bx_filter_popup_result .arrow{
	width:8px;
	height: 14px;
	position: absolute;
	top:50%;
	margin-top:-7px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog.smart.filter/vertical_filter/images/arr_left.png) no-repeat center;

}
.bx_filter_vertical .bx_filter_popup_result.right .arrow{
	left: -8px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog.smart.filter/vertical_filter/images/arr_left.png) no-repeat center;
}
.bx_filter_vertical .bx_filter_popup_result.left .arrow{
	right: -8px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog.smart.filter/vertical_filter/images/arr_right.png) no-repeat center;
}
.bx_filter_vertical .bx_filter_popup_result a{color: #0073a3}
.bx_filter_vertical .bx_filter_popup_result a:hover{text-decoration: none}
.bx_filter_vertical .bx_filter_popup_result_close{display: none}

#filter-choosed-wrap {
    border: 2px solid #4c4c4c;
    border-radius: 15px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 12px;
    font-size: 0;
}

#filter-choosed-wrap .filter-choosed-title {
	font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
    padding-left: 5px;
}

#filter-choosed-wrap .filter-choosed-clear-all-block {
    border-top: 1px dotted #c8cbcc;
    text-align: right;
    margin: 10px 5px 0px 5px;
}

#filter-choosed-wrap .filter-choosed-clear-all-btn {
	background: none;
    border: none;
    color: #4c4c4c;
    border-bottom: 1px dashed;
    margin: 5px 0px;
    font-size: 13px;
    cursor: pointer;
}

#filter-choosed-wrap .filter-choosed-item {
	display: inline-block;
	padding: 5px;
}

#filter-choosed-wrap .filter-choosed-item-label {
	background: url("/local/templates/shampoo63/components/bitrix/catalog.smart.filter/vertical_filter/images/filter-item-remove-bg.png") 10px 10px no-repeat;
	font-size: 14px;
    border: 2px solid #4c4c4c;
    border-radius: 15px;
    width: 100%;
    color: #4c4c4c;
    padding: 5px 10px 5px 25px;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: normal;
}

@media (max-width:530px){


	.bx-touch .bx_filter_vertical .bx_filter_popup_result{
		position: fixed !important;
		height: auto;
		line-height: 14px;
		font-size: 12px;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		z-index: 1001;
		padding: 10px;
		width: auto;
		border-radius: 0;
		box-shadow: 0 -2px 5px 0 rgba(0,0,0,.1);
	}
	.bx-touch .bx_filter_vertical .bx_filter_popup_result_close{
		display: block;
		position: absolute;
		width: 22px;
		height: 22px;
		right: 10px;
		top: 50%;
		margin-top: -11px;
		background: url(/local/templates/shampoo63/components/bitrix/catalog.smart.filter/vertical_filter/images/x.png) no-repeat center;
		-webkit-background-size:16px;
		background-size:16px;
	}
}
/* End */


/* Start:/local/templates/shampoo63/components/bitrix/catalog.section.list/section_list/style.css?15771688245639*/
.bx_catalog_line{margin-bottom: 30px}
.bx_catalog_line .bx_catalog_line_category_title{
	font-size: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0}
.bx_catalog_line .bx_catalog_line_ul li{
	list-style: none;
	margin-bottom: 20px;
}

.bx_catalog_line .bx_catalog_line_img{
	display: block;
	position: relative;
	border:1px solid #ccc;
	width: 125px;
	height: 125px;
	border-radius: 2px;
	overflow: hidden;
	float: left;
	margin-right: 40px;
	-webkit-background-size: auto 99% ;
			background-size: auto 99% ;
	background-position: center;
	background-repeat: no-repeat;
}

.bx_catalog_line .bx_catalog_line_title{
	padding: 0;
	vertical-align: top;
	line-height: 18px;
	margin-bottom: 10px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 14px;
}


@media (max-width:639px) {
	.bx_catalog_line .bx_catalog_line_img{
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.bx_catalog_line .bx_catalog_line_title{
		line-height: 14px;
		margin-bottom: 5px;
	}
	.bx_catalog_line .bx_catalog_line_title a{font-size: 14px}
	.bx_catalog_line .bx_catalog_line_description{font-size: 11px}
}



	.bx_catalog_line .bx_catalog_line_img,
	.bx_catalog_line .bx_catalog_line_title,
	.bx_catalog_line .bx_catalog_line_title a,
	.bx_catalog_line .bx_catalog_line_description{
-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 		transition: all 0.3s ease;
}

.bx_catalog_text{margin-bottom: 30px}
.bx_catalog_text .bx_catalog_text_category_title{
	font-size: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0}
.bx_catalog_text .bx_catalog_text_ul li{
	list-style: none;
	margin: 0 10px 10px;
	float: left;
}
.bx_catalog_text .bx_catalog_text_title{
	padding: 0;
	margin: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	font-size: 14px;
	white-space: nowrap;
}
.bx_catalog_text .bx_catalog_text_title a:hover{
	text-decoration: none;
}

@media (max-width:639px) {
	.bx_catalog_text .bx_catalog_line_title{
		line-height: 12px;
		margin-bottom: 5px;
	}
	.bx_catalog_text .bx_catalog_line_title a{font-size: 12px}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}

.bx_catalog_tile{margin-bottom: 30px}
.bx_catalog_tile .bx_catalog_tile_category_title{
	font-size: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0}
.bx_catalog_tile .bx_catalog_tile_ul li{
	list-style: none;
	margin-bottom: 20px;
	float: left;
	width:12.5%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	display: block;
	background: #fff;
	position: relative;
	border:1px solid #ccc;
	width: 78px;
	height: 78px;
	border-radius: 2px;
	overflow: hidden;
	margin: 0 auto;
}
.bx_catalog_tile .bx_catalog_tile_img span{
	display: block;
	width: 500px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -250px;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_img span img{
	height: 100%;
	width: auto;
}
.bx_catalog_tile .bx_catalog_tile_title{
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none}


/*3*/
@media (max-width:639px) {
	.bx_catalog_tile .bx_catalog_tile_title{
		line-height: 14px;
		margin-bottom: 5px;
	}
	.bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px}
}


/*2*/
@media (min-width:640px) and (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_catalog_tile .bx_catalog_tile_ul li{width:25%}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}
	.bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/local/templates/shampoo63/components/bitrix/catalog.section/section/style.css?166353426225983*/
/* catalog.section */
.bx_catalog_list_home{
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.down_text ul,.down_text ol
{
	list-style-position: inside;
}
.down_text h2
{margin-top:10px;}
.down_text h3
{margin-top:7px;}
.down_text {

    margin-bottom: 35px;
}
@media (max-width:640px) {.bx_catalog_list_home {border-bottom: 1px solid #e5e5e5;}}

.bx_catalog_list_home .bx_catalog_item{
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	background: #fff;
	-webkit-transition:none;
	   -moz-transition:none;
	    -ms-transition:none;
	     -o-transition:none;
	 		transition:none;
	margin-bottom: 30px;
}
@media (min-width:960px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;width: 100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 26px;width: 50%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 26px;width: 33.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col4 .bx_catalog_item{padding:1px 26px;width: 25%}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 26px;width: 20%}
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}

@media (min-width:760px) and (max-width:960px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;width: 100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;width: 50%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;width: 33.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;width: 25%}
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
	.bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 16px;width: 100%}

	.bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;width: 50%}
	.bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 16px;width: 33.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

	.bx_catalog_list_home.col3 .bx_catalog_item,
	.bx_catalog_list_home.col4 .bx_catalog_item,
	.bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;width: 33.333333%}
	.bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
	.bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;width: 100%}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;width: 50%}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 16px;width: 50%;clear:none}

	.bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1){clear:both}
}

.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
	position: absolute;
	z-index: 990;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: #fff;
	-webkit-animation: borderview 0.5s;
			animation: borderview 0.5s;
}
@media (min-width:960px){ .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}
@media (max-width:960px){ .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}

		@keyframes borderview {from {border: 1px solid #fdfdfd;box-shadow: 0 0 0 0 rgba(0,0,0,0);} to {border: 1px solid #d3d3d3;box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border: 1px solid #fdfdfd;box-shadow: 0 0 0 0 rgba(0,0,0,0);} to {border: 1px solid #d3d3d3;box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_catalog_list_home .bx_catalog_item_articul{
	color: #a5a5a5;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_title{
	overflow: hidden;
	height: 38px;
}
.bx_catalog_list_home .bx_catalog_item_title a{
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_price{
	color: #3f3f3f;
	font-weight: bold;
}
.bx_catalog_list_home .bx_catalog_item_price span{
    color: #a5a5a5;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    text-decoration: line-through;
}
.bx_catalog_list_home .bx_catalog_item_controls{
	padding-top: 10px;
	text-align: center;
	opacity: 0;
}
@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_catalog_item_controls{height: auto}}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;display: block}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {height: auto}}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
	color: #3f3f3f;
	font-size: 13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
	/*float: left;*/
	width: 100%;
	text-align: center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{margin:5px 3px}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:first-child{margin-left:0}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:last-child{margin-right:0}
@media (max-width:640px) {
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display: none;}
	.bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float: none;width: 100%;text-align: center;}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border: none;}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{
	opacity: 1;
}
.bx_cnt_desc{
	text-align: left;
	position: absolute;
	right:-45px;
	top: 2px;
	width: 40px;
}
@media (min-width:641px) and (max-width:960px){
/*	.bx_catalog_list_home .bx_catalog_item_controls .bx_medium.bx_bt_white {
		padding: 0 7px;
		height: 15px;
		line-height: 15px;
	}
	.bx_catalog_list_home .bx_catalog_item_controls .bx_bt_white {font-size: 11px}
	.bx_catalog_list_home .bx_catalog_item_controls .bx_small.bx_bt_white {
		display: inline-block;
		min-width: 15px;
		line-height: 15px;
	}*/
}
.bx_catalog_list_home .bx_catalog_item_controls a{margin-bottom: 10px;}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{font-size: 15px;}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images{
	position: relative;
	z-index: 910;
	display: block;
	padding-top: 135%;
	width: 100%;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double{
	z-index: 900;
	margin-top: -135%;
	opacity: 0;
}
.bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images{
	opacity: 0;
	-webkit-animation: rotateimgfirst 0.5s;
			animation: rotateimgfirst 0.5s;
}
.bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double{
	opacity: 1;
	-webkit-animation: rotateimglast 0.5s;
			animation: rotateimglast 0.5s;
}
			@keyframes rotateimgfirst {from {opacity: 1;} to {opacity: 0;}}
	@-webkit-keyframes rotateimgfirst {from {opacity: 1;} to {opacity: 0;}}
			@keyframes rotateimglast  {from {opacity: 0;} to {opacity: 1;}}
	@-webkit-keyframes rotateimglast  {from {opacity: 0;} to {opacity: 1;}}
/*@media (max-width:960px){.bx_catalog_list_home .bx_catalog_item_images img{width:100%;height:auto}}*/

			 .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_controls,
			 .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_articul,
			 .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
			 .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
			 .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home .bx_catalog_item_controls.no_touch{display: none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick{
	position: absolute;
	/*top: 20px;*/
	/*left: -2px;*/
	width: 123px;
	height: 35px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/stick.png) left center no-repeat;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
}
.bx_catalog_list_home .bx_stick.short {font-weight:  bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight:  bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{
	position: absolute;
	/*right: 5px;*/
	/*bottom: 5px;*/
	width: 72px;
	height: 74px;
	background: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/stick_disc.png) no-repeat center;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	font-weight: bold;
	font-size: 23px;
	line-height: 74px;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right{right: 0;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top: 5px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom: 5px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top: 49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_catalog_list_home .bx_stick{
		/*top: 20px;*/
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_catalog_list_home .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_catalog_list_home .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_catalog_list_home .bx_stick_disc{
		width: 64px;
		height: 65px;
		background-size: 100%;
		font-size: 	20px;
		line-height: 65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick{
		/*top: 10px;*/
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}
	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick_disc{
		width: 48px;
		height: 49px;
		background-size: 100%;
		font-size: 	16px;
		line-height: 49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick{
		/*top: 10px;*/
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}
	
	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick_disc{
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}



/* buttons */
.bx_catalog_list_home .bx_bt_blue,
.bx_catalog_list_home .bx_bt_white{
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

.bx_catalog_list_home .bx_bt_white 				{
	border: 1px solid #e9e9e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:    -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:      -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:         linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color: #656565;
	text-shadow:0 1px 0 #fff;
}
.bx_catalog_list_home .bx_bt_white:hover 		{background: #fff;}
.bx_catalog_list_home .bx_bt_white:active 	{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:    -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:      -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:         linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_catalog_list_home .bx_bt_blue  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:  -moz-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:   -ms-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:    -o-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:       linear-gradient(to bottom, #00a2df 0%,#006fcb 100%);
	color:#fff;
	text-shadow:0 1px 0 #006cae;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_blue:hover  		{
	background:#21afe4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#21afe4), color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:  -moz-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:    -o-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:   -ms-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:       linear-gradient(to bottom, #21afe4 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_blue:active  		{
	background:#21afe4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#21afe4), color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:  -moz-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:   -ms-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:    -o-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:       linear-gradient(to bottom, #21afe4 0%,#006fcb 100%);
	box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb',GradientType=0 );
}


.bx_catalog_list_home .bx_small.bx_bt_blue,
.bx_catalog_list_home .bx_small.bx_bt_white{
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
}

.bx_catalog_list_home .bx_small.bx_bt_white 		{}
.bx_catalog_list_home .bx_small.bx_bt_white:hover 	{}
.bx_catalog_list_home .bx_small.bx_bt_white:active 	{}


.bx_catalog_list_home .bx_medium.bx_bt_blue,
.bx_catalog_list_home .bx_medium.bx_bt_white		{
	padding: 0 13px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}

.bx_catalog_list_home .bx_medium.bx_bt_blue,
.bx_catalog_list_home .bx_medium.bx_bt_white 		{font-weight: bold;}
.bx_catalog_list_home .bx_medium.bx_bt_white:hover  {}
.bx_catalog_list_home .bx_medium.bx_bt_white:active {}

.bx_catalog_list_home .bx_col_input{
	display: inline-block;
	width: 40px;
	text-align: center;
}

/* scu_detail_size */
.bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_item_detail_size .bx_size{overflow-x: auto;}
			 .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
			.bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	height: 25px;
}
	.bx_item_detail_size ul li a{
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-touch	.bx_item_detail_size ul li a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border.png) 2 stretch;
	   -moz-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border.png) 2 stretch;
		 -o-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border.png) 2 stretch;
			border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border.png) 2 fill stretch;
}
		  .bx_item_detail_size ul li:hover a{border: 1px solid #006cc0}
		  .bx_item_detail_size ul li:active a,
		  .bx_item_detail_size ul li.bx_active a{
	/*padding: 3px;*/
	border: 2px solid #006cc0;
}
.bx-touch .bx_item_detail_size ul li.bx_active a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border_active.png) 2 stretch;
	   -moz-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border_active.png) 2 stretch;
		 -o-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border_active.png) 2 stretch;
			border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail_size .bx_size ul li.bx_missing a{border: 1px solid #c0cfda !important}
.bx_item_detail_size .bx_size ul li.bx_missing>span{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_item_detail_size.full .bx_slide_left,
.bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
			.bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.bx_item_detail_scu .bx_scu ul li a{
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-touch	.bx_item_detail_scu .bx_scu ul li a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border.png) 2 stretch;
	   -moz-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border.png) 2 stretch;
		 -o-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border.png) 2 stretch;
			border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border.png) 2 fill stretch;
}
		  .bx_item_detail_scu .bx_scu ul li:hover a{border: 1px solid #006cc0}
		  .bx_item_detail_scu .bx_scu ul li:active a,
		  .bx_item_detail_scu .bx_scu ul li.bx_active a{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_item_detail_scu .bx_scu ul li.bx_missing a{border: 1px solid #c0cfda !important}
.bx_item_detail_scu .bx_scu ul li.bx_missing>span{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/missing.png) no-repeat center;
}

.bx-touch .bx_item_detail_scu .bx_scu ul li.bx_active a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border_active.png) 2 stretch;
	   -moz-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border_active.png) 2 stretch;
		 -o-border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border_active.png) 2 stretch;
			border-image: url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail_scu .bx_scu ul li a span{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_item_detail_scu .bx_scu ul li a span img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/shampoo63/components/bitrix/catalog.section/section/images/fade_right.png) repeat-y   right center;background-size: 100% auto}
/* End */


/* Start:/local/templates/shampoo63/components/bitrix/sale.viewed.product/viewed/style.css?1577168824220*/
div.view-list {
	width: 200px;
	border: 1px solid #CCC;
}
div.view-header {
	height: 20px;
	text-align: center;
	background-color: #CCC;
	margin-bottom:10px;
}
div.view-item {
	text-align: center;
	margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/shampoo63/components/bitrix/catalog.top/viewed/style.css?1577168824101*/
.catalog-price {
	 color:red;
}
div.catalog-top table td {
	padding-right:10px;
	padding-top:10px;
}

/* End */
/* /local/templates/shampoo63/components/bitrix/catalog/catalog_list/style.css?157716882410087 */
/* /local/templates/shampoo63/components/bitrix/breadcrumb/.default/style.css?15771688241347 */
/* /local/templates/shampoo63/components/bitrix/catalog.smart.filter/vertical_filter/style.css?160335812610756 */
/* /local/templates/shampoo63/components/bitrix/catalog.section.list/section_list/style.css?15771688245639 */
/* /local/templates/shampoo63/components/bitrix/catalog.section/section/style.css?166353426225983 */
/* /local/templates/shampoo63/components/bitrix/sale.viewed.product/viewed/style.css?1577168824220 */
/* /local/templates/shampoo63/components/bitrix/catalog.top/viewed/style.css?1577168824101 */
