/* Misc layout and elements */
.breadcrumbs { padding: 5px 0 15px; }

.image { position: relative; display: inline-block; max-width: 100%; }
/* Product info and lists */
.image .corner { position: absolute; z-index:10; }
.image .corner.top { top:-5px; }
.image .corner.bottom { bottom: 50px; }
.image .corner.left { left: 0px; }
.image .corner.right { right:-8px; }
.image .loading { opacity: 0.7; }

.badge { position: relative; padding: 5px 15px 5px 10px; /**/ max-width: 165px; }
    .badge:after { position: absolute; content: ""; top: 0px; right: -10px; border-color: transparent; border-style: solid; border-width: 14px 0px 14px 10px; height: 0; width: 0; }
.badge span { font-weight: bold; text-transform: uppercase; /**/ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; }
.badge.new {  }
.badge.bestseller {  }
.badge.low-price {  }

/*rating*/
.icon12{ position:relative; font-family: FontAwesome; font-weight: normal; font-style: normal; line-height:normal; font-size:12px; -webkit-font-smoothing: antialiased; margin-right: 3px; color: #e5e5e5; }
.icon12.star-hover:before,
.icon12.star:before,
.icon12.star-full:before{ content: "\f005"; color: #fd0; }
.icon12.star-half:before{ content: "\f089"; position: absolute; top:0; color: #fd0; }
.icon12.star-half:after{ content: "\f005"; }
.icon12.star-empty:before{ content: "\f005"; }

.compare-at-price { text-decoration: line-through; margin-right: 3px; }
.compare-at-price span.ruble { display: none; }

/* banner.slider.prd.html */
.da-slider{
    border-bottom: 1px solid;
    width: 100%; 
    min-width: 520px; 
    height: 400px; 
    position: relative; 
    overflow: hidden; 
    margin: 0 0 50px 0;
    
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}
.da-slide { position: absolute;	width: 100%; height: 100%; top: 0px; left: 0px; text-align: left; }
.da-slide-current{ z-index: 500; }
.da-slider-fb .da-slide{ left: 100%; }
.da-slider-fb .da-slide.da-slide-current { left: 0px; }
.da-slide h2, .da-slide p, .da-slide .da-link, .da-slide .da-img { position: absolute; opacity: 0; left: 110%; margin: 0; padding: 0; }
.da-slider-fb .da-slide h2, .da-slider-fb .da-slide p, .da-slider-fb .da-slide .da-link { left: 10%; opacity: 1; }
.da-slider-fb .da-slide .da-img { left: 60%; opacity: 1; }
.da-slide h2 { font-size: 46px; width: 80%; top: 60px; white-space: nowrap; z-index: 10; font-weight: 700; font-family: 'PT Serif', serif; overflow: hidden; text-overflow: ellipsis; text-shadow: 1px 1px 4px #fff; }
.da-slide .compare-at-price { font-size: 18px; }
.da-slide .price { font-size: 24px; }
.da-slide p { width: 45%; top: 140px; font-size: 14px; line-height: 22px; overflow: hidden;	font-weight: 400; text-overflow: ellipsis; }
    .da-slide p[itemprop="description"] { top: 181px; height: 90px; }
.da-slide>a { text-decoration: none; }
.da-slide .da-img {	text-align: center;	width: 30%;	top: 50px; height: 300px; /*line-height: 320px;*/ left: 110%; }
.da-slide .da-link { top: 285px; padding: 0px 20px; font-size: 18px; line-height: 46px; text-align: center; text-decoration: none; }
.da-slide .da-link:hover {  }
.da-dots { width: 100%; position: absolute; text-align: center; left: 0px; bottom: 20px; z-index: 600; -moz-user-select: none; -webkit-user-select: none; }
.da-dots span { display: inline-block; position: relative; width: 12px; height: 12px; border-radius: 50%; margin: 3px; cursor: pointer; box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1); }
.da-dots span.da-dots-current:after { content: ''; width: 8px; height: 8px;	position: absolute;	top: 2px; left: 2px; border-radius: 50%; }
.da-arrows { -moz-user-select: none; -webkit-user-select: none; }
.da-arrows span { 
    position: absolute; top: 50%; font-size: 45px; margin-top: -25px; cursor: pointer; z-index: 600; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); opacity: 1; }
.da-arrows span.da-arrows-prev { left: 15px; }
.da-arrows span.da-arrows-next { right: 15px; }
.da-slide-current h2, .da-slide-current p, .da-slide-current .da-link { left: 10%; opacity: 1; }
.da-slide-current .da-img { left: 60%; opacity: 1; }
.da-slider .image .corner.bottom { bottom: 85px; }
/*.da-slider .image .badge { line-height: 18px; }*/

/* products.slider.html */
.products-slider-name .like-h2 { font-size: 20px; padding: 0 20px; display: inline-block; line-height: 48px; margin: 0; min-width: 280px; width: 280px; }
.products-slider { position:relative; margin-bottom: 50px; }
.products-slider-name { position: relative; margin-bottom: 30px; }
    .products-slider-name h2,
    .products-slider-name h3, .products-slider-name .h3 { font-size: 24px; padding: 0 20px; display: inline-block; line-height: 48px; margin: 0; min-width: 280px; width: 280px; }
.products-slider ul { margin:0; padding:0; list-style: none; }
.products-slider .product-block { padding:20px 10px; border: 2px solid; }
.no-touch .products-slider li:hover .cb-addition-add { display: inline-block; }
.products-slider a { text-decoration: none; outline: none; border: none; }
.products-slider .image { display: table; width: 100%; }
.products-slider .image a { display:table-cell; vertical-align: middle; text-align: center; height:200px; }
.products-slider .image img { max-width: 200px; max-height: 200px; vertical-align: middle; }
.products-slider .name h5 { font-size: 14px; margin: 0.5em 0; height: 33px; overflow: hidden; }
.products-slider .product-price { height: 22px; }
.products-slider .description { display:none; }
.products-slider .compare-at-price { font-size: 14px; }
.products-slider .price { font-size: 18px; }
.products-slider .addtocart { margin-top: 1em; float: left; }

.products-slider .product-block a.button { float: left; margin-top: 1em; }

.prd_addition { text-align: right; margin-top: 1em; height: 36px; }
.prd_addition .product-block { display: none !important; }
    .prd_addition span { padding: 9px 0 8px; width: 36px; margin-left:2px; text-align:center; cursor:pointer; }
    .prd_addition span i, .prd_addition span span.like-i { font-size: 18px; vertical-align: -2px; }
    .touch .prd_addition span.active, .touch .prd_addition span:hover,
    .no-touch .prd_addition span.active, .no-touch .prd_addition span:hover { background: #13cd00; }
    .touch .prd_addition span.active:hover, .no-touch .prd_addition span.active:hover { background: #fd0000; }
.touch .cb-addition-add { display: inline-block; }
.no-touch .cb-addition-add { display: none; }
.no-touch .cb-addition-add.active { display: inline-block; }

.products-slider .jcarousel-clip-horizontal {  }
.products-slider li,
.products-slider .jcarousel-item { width: 224px; margin-right: 21px; }
.content.left230px .jcarousel-item { margin-right: 19px; }
.products-slider .jcarousel-prev, .products-slider .jcarousel-next { top:-78px; right: 20px; }
.products-slider .jcarousel-prev { right: 50px; }

/* home.html */
/*.bonus { background: #ceb; padding: 2px 4px 1px; }*/
.plugin { margin-bottom: 20px; } /* shipping and payment plugins ouput */
.home-block {
	display: flex;
	width: 100%;
	margin-bottom: 50px;
}
@media(min-width: 769px){
	.home-block {
	flex-direction: row;
}
}
@media(max-width: 768px){
	.home-block {
	flex-direction: column;
}
}
.home-block>div {
	width: 33.33%;
}
.home-block a {
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
}
.home-block a i,
.home-block a span.like-i {
	font-size: 36px;
	width: 50px;
	float: left;
	margin-left: -50px;
	margin-top: -2px;
}
.home-block a span {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.home-block p {
	margin: 0;
}
.home-block p.padding-right {
	padding-right: 10px;
}
.home-block__item {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	padding-right: 20px;
}
.home-block__item > a > img {
	display: block;
	margin-bottom: 20px;
}
.home-block__item:nth-child(2) {
	padding-left: 20px;
}
.home-block__item > a > span {
	display: block;
	height: 38px;
}
@media (max-width: 767px) {
	.home-block__item > a {
		align-items: center;
		display: flex;
		margin-bottom: 20px;
	}
	.home-block__item > a > img {
		margin-bottom: 0;
		margin-right: 20px;
		width: 75px;
	}
	.home-block__item > a > span {
		height: auto;
	}
.home-block__item:nth-child(2) {
	padding-left: 0;
}
}
/* sidebar.html */
/*filters*/
.filters { /*border: 1px solid;*/ margin-bottom: 30px; }
.filters input[type="text"] { font-size: 0.9em; width: 48px; text-align: right; }
.filters input[type="radio"], .filters input[type="checkbox"] { vertical-align: -1px; }
.filters input[type="submit"] { margin-top: 10px; width: 100%; text-transform: uppercase; border: 1px solid; }
.filters div { padding: 0 15px; border-width: 0 1px 1px; border-style: solid; }
.filters div.caption { font-size: 24px; padding: 10px 15px; margin: 0; border-top-width: 1px; }
.filters b, .filters span.like-b { display: block; position: relative; padding: 12px 10px 12px 0; font-size: 14px; cursor: pointer; }
.filters b i, .filters b span.like-i, .filters span.like-b span.like-i { position: absolute; right: 0; top: 50%; margin-top: -7px; }
.filters p { margin: 0; padding: 0px 5px 15px; }
.filters i.icon16, .filters span.like-i.icon16 { vertical-align: -3px; margin: 0 0.25em 0 0; border: 1px solid; }

.filter-slider, #slider-price { display: block; }
.filter-slider:before, .filter-slider:after,
#slider-price:before, #slider-price:after { position: absolute; content: ""; left: -1px; top: -5px; height: 10px; border-left: 1px solid; }
.filter-slider:after,
#slider-price:after { left: auto; right: -1px; }
.filters .ui-slider { position: relative; text-align: left; }
.filters .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.filters .ui-slider-horizontal .ui-slider-range-max { right: 0; }
.filters .ui-slider-horizontal { border: 1px solid; margin: 10px 0; height: 4px; }
.filters .ui-slider .ui-slider-range { height: 4px; position: absolute; top: 0px; padding: 0; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.filters .ui-slider .ui-slider-handle { cursor: default; position: absolute; z-index: 2; display: block; height: 8px; width: 6px; margin-left: -3px; top: 6px; background: #473b39; }
.filters .ui-slider .ui-slider-handle:before { position: absolute; content: ""; height: 0; width: 0; left: 0; top: -8px; border: 3px solid; border-width: 4px 3px; border-color: transparent transparent #473b39 transparent; }
/*category.html*/
.category-name { margin-top: 0; }
.sub-categories{max-height: 290px;overflow:hidden;}
#category-description,
.sub-categories { margin-bottom: 20px; }
.sub-categories table{ width:100%; }
.sub-categories table td { padding-right: 40px; }
.sub-categories table tr td{
display: inline-block;
width: 27%;
padding: 15px 8%;
vertical-align: top;
background:url(/wa-data/public/site/themes/comfortbuy/img/klubok.png) center left no-repeat;
}
.sub-categories table tr td a{
	color:#777170;
	text-decoration:none;
	cursor:pointer;
}
.sub-categories table tr td a:hover{
	color:#000;
}
.show-all{
	width: 100%;
	text-align: center;
	padding: 0px 0px 20px;	
}
.href-show{
	color: #9b59b5;
	text-decoration: none;
	border-bottom: 1px solid #9b59b5;
	padding: 4px 30px;
	position: relative;
	cursor:pointer;
}
#href-close-all{
	display:none;
}
.caret {
	width: 0;
	height: 0;
	text-indent: -99999px;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #9b59b5;
	opacity: 1;
	content: "\2193";
	right: 10px;
	top: 10px;
	position: absolute;
}
#href-close-all .caret {
	transform: rotate(180deg);
	}
ul.thumbs .product-block.block {
    border-color: #eeeeee;

}
@media only screen and (max-width: 767px) {
.sub-categories table tr td {
    display: block;
    width: auto;
    padding: 15px 45px;
 }
}
/*toggle description*/
#category-description { margin-bottom: 20px; position: relative; overflow: hidden; }
#category-description.cutter:before { content:""; position: absolute; height: 50%; width: 100%; bottom: 0; left: 0; background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 ); }
#category-description .btn-cutter { position: absolute; text-align: right; font-weight:bold; cursor: pointer; right: 0; bottom: 0; font-style: normal; background: #f5f5f5; padding: 0 5px 2px; border-radius: 3px; }
/*products.list.html*/
.sort-and-view { line-height: 40px; }
div.sorting { float: left; }
div.sorting>span { display: inline-block; font-weight: bold; padding: 0 10px; }
div.sorting ul { display: none; }
div.sorting select { vertical-align: middle; }

#products-per-page { float: left; margin-left: 40px; }
#products-per-page.no-margin { margin: 0; }
#products-per-page a.selected { font-weight: bold; text-decoration: none; }
#products-per-page>span { font-weight: bold; padding: 0 10px; }
#products-per-page a.selected span.like-i, .view-select span.selected span.like-i {color: #9b59b5;}

.view-select { text-align: right; margin-right: 18px; }
.view-select>span { font-size: 24px; margin: 0 2px; display: inline-block; cursor: pointer; vertical-align: middle; }
.view-select>span.selected { cursor: default; }

ul.thumbs { padding: 0; margin: 0 -10px 40px 0; list-style: none; }
ul.thumbs .product-block { border: 2px solid; }
ul.thumbs .product-block.block { padding: 13px; }
.no-touch ul.thumbs li:hover .cb-addition-add { display: inline-block; }
ul.thumbs li { display:inline-block; vertical-align:top; padding: 0; margin: 20px 10px 0px 0px; position: relative; }
ul.thumbs li { width: 230px; }
ul.thumbs a { text-decoration: none; outline: none; border: none; }
ul.thumbs .image { display: table; width: 100%; }
ul.thumbs .image a { display:table-cell; vertical-align: middle; text-align: center; height:200px; }
ul.thumbs .image img { max-width: 200px; max-height: 200px; vertical-align: middle; }
ul.thumbs .name h5 { font-size: 14px; margin: 0.5em 0; height: 33px; overflow: hidden;}
ul.thumbs .product-rating { display: none; }
ul.thumbs .product-price {/* height: 22px; */font-size: 24px;color: #9b59b5;margin:15px 0;font-size: 18px;}
.price__for__text {font-size: 18px;}
ul.thumbs .description { display:none; }
ul.thumbs .addtocart { margin-top: 1em; float: left; }
ul.thumbs .compare-at-price { font-size: 14px; }
ul.thumbs .price { /*font-size: 18px; */font-weight:bold;color: #9b59b5;}
ul.thumbs .available { display: none; }
ul.thumbs .image .corner.bottom { bottom: 30px; }

ul.list { padding: 0; margin: 0 0 40px; list-style: none; }
ul.list .product-block { display: table; width: 100%; }
    ul.list .product-block.block { padding: 0; }
.no-touch ul.list li:hover .cb-addition-add { display: inline-block; }
ul.list li { position: relative; border: 2px solid; margin-top: 20px; }
ul.list a { text-decoration: none; outline: none; border: none; }
ul.list .image { display: table-cell; vertical-align: middle; text-align: center; padding: 10px; width: 200px; }
ul.list .image a { position: relative; display: block; }
ul.list .image img { max-width: 200px; max-height: 200px; vertical-align: middle; }
ul.list .other { display: table-cell; padding: 15px 15px 15px 10px; }
ul.list .name h5 { font-size: 14px; margin: 2px 0 10px; float: left; width: 62%; }
ul.list .name h5.no-rating { width: 100%; }
ul.list .product-rating { text-align: right; }
ul.list .offers { clear: both; }
ul.list .description { min-height: 58px; }
ul.list .description.no-available { min-height: 84px; }
ul.list .description p { margin-bottom: 0; }
ul.list .product-price { margin-bottom: 10px; }
ul.list .compare-at-price { font-size: 14px; }
ul.list .price { font-size: 18px; }
ul.list .available { margin-top: 8px; min-height: 18px; }
ul.list .addtocart { margin-top: 1em; float: left; }
ul.list .image .corner.bottom { bottom: 20px; }

/* product.html */
.related .products-slider .jcarousel-item { margin-right: 19px; }
.related .products-slider-name h3, .related .products-slider-name .h3 { font-size: 16px; line-height: 40px; }
.related .products-slider .jcarousel-prev, .related .products-slider .jcarousel-next { top: -74px; }

.stocks { margin-bottom: 10px; margin-bottom: 20px;
margin-top: 15px;}
.stocks .stock-critical { color: #fd0000; /*#e74c3c main*/ }
.stocks .stock-low { color: #f2c909; /*#fd0 main*/ }
.stocks .stock-high { color: #13cd00; /*#40cb2e main*/ }
.stocks .stock-none { color: #bababa; /*#aaa main*/ }
/*product-tab*/
ul.product-tab { margin: 0 0 25px; padding: 0; list-style: none; }
ul.product-tab li { display: inline-block; padding: 12px 20px; position: relative; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; cursor: pointer; }
ul.product-tab li.selected:before { content: ""; position: absolute; border-width: 10px 7px; border-style: solid; bottom: -20px; left: 50%; margin-left: -7px; width: 0; height: 0; }
ul.product-tab li h2, ul.product-tab li .h2 { margin: 0; font-size: 14px; font-weight: normal; }
.product-tab-content { margin-bottom: 40px; }
.product-tab-content .tab-content { display: none; }
.tab-name-print { display: none; }

h1.product-name { width: 100%; position: relative; margin: 0 0 1.2em; }
h1.product-name>span { position: absolute; right: 0; }
#product-categories, #product-tags, #product-social { margin-bottom: 15px; }
#product-social .yashare-auto-init { display: inline-block; vertical-align: 1px; }
@media only screen and (max-width: 414px){#product-social  {height: 26px;}}
.product-table { display: table; width: 100%; margin-bottom: 40px; }
.product-image, .product-cart { display: table-cell; vertical-align: top; }
.product-image { width: 1%; padding-right: 15px; /*min-width: 310px;*/ }
.image.general { padding: 4px; border: 1px solid; }
.image.general img { max-width: 300px; vertical-align: top; }
@media only screen and (max-width: 767px){.image.general img {height: 175px;width: auto;display: block;max-width: 100%;margin: 0 auto;}}
@media only screen and (min-width: 1101px){.product-image {width:310px;}}
@media only screen and (max-width: 414px){.product-image  {height: 185px;}}
.image.general .corner { z-index: 0; }
.image.general .corner.bottom { bottom: 75px; }
.image.general .corner.left { left: 4px; }
.image.general .badge { padding: 8px 15px 6px; max-width: 255px; }
    .image.general .badge:after { top: 0px; right: -15px; border-width: 17px 0px 17px 15px; }
.image.general .badge span { font-size: 18px; padding-bottom: 2px; }

.product-info .reviews>ul { margin: 0; padding: 0; }
/*image-gallery*/
#product-gallery { margin-top: 10px; }
#product-gallery a { border: 1px solid; display: block; padding: 2px; position: relative; }
#product-gallery a img { vertical-align: top; width: 76px; height: 76px; }

#product-gallery .jcarousel-container { width: 310px; }
#product-gallery .jcarousel-clip-horizontal { width: 266px; margin: 0 auto; }
#product-gallery .jcarousel-item { width: 82px; margin-right: 10px; }
#product-gallery .jcarousel-prev, #product-gallery .jcarousel-next { top: 50%; margin-top: -24px; right: 4px; }
#product-gallery .jcarousel-prev { right: auto; left: 4px; }
/*fancybox*/
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('img/fancybox_sprite.png'); }
#fancybox-loading div { width: 44px; height: 44px; background: url('img/fancybox_loading.gif') center center no-repeat; }
.fancybox-nav {	background: transparent url('img/blank.gif'); /* helps IE */ }
.fancybox-overlay {	background: url('img/fancybox_overlay.png'); }
#fancybox-buttons a { background-color: transparent; background-image: url('img/fancybox_buttons.png'); background-repeat: no-repeat; }
/*services*/
.services { margin-bottom: 15px; }
.services div { margin-top: 8px; }
.services input { vertical-align: -2px; margin-right: 8px; }
.services>span { display: block; }

#cart-flyer { margin-bottom: 20px; margin-top: -15px;}
.dialog-window .cart .compare-at-price, #cart-flyer .compare-at-price { font-size: 18px; }
.dialog-window .cart .price, #cart-flyer .price { font-size: 24px; }
#cart-flyer .product-price { margin-bottom: 2px; }
/*addition*/
#cart-flyer .prd_addition { text-align: left; margin: 16px 0 0; }
        #cart-flyer .prd_addition a.active { text-decoration: none; color: #13cd00; }
    #cart-flyer .prd_addition a i, #cart-flyer .prd_addition a span.like-i { font-size: 18px; vertical-align: -2px; text-decoration: none; color: #13cd00; }
    #cart-flyer .cb-addition-add b { display: none; margin-left: 3px; font-weight: normal; }
    #cart-flyer .cb-addition-add b.add { display: inline; }
    #cart-flyer .cb-addition-add.active b.in { display: inline; color: #fd0000; }
    #cart-flyer .cb-addition-add.active b.add { display: none; }
#cart-flyer .cb-addition-add { display: inline; }
#cart-flyer .prd_addition a{ margin:0 10px 0 0; }
.dialog-window .cart.product input[type="submit"], #cart-flyer input[type="submit"] { vertical-align: middle; font-size: 18px; padding: 12px 10px; text-transform: uppercase; }
#cart-flyer input[type="submit"] {background:#13cd00;}
#cart-flyer input[type="submit"]:hover{background:#9b59b5;}
.dialog-window .quickorder-custom-button.default a.quickorder-button{ padding: 12px 10px; }
.quantity-wrap { display: inline-block; vertical-align: middle; margin-right: 15px; }
.quantity-wrap input[type="text"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height: 46px; width: 40px; font-size: 18px; text-align: center; border: 1px solid; }
.quantity-wrap .quantity-btn { display: inline-block; vertical-align: top; border: 1px solid; border-left: none; }
.quantity-wrap .quantity-btn a { display: block; width: 24px; height: 22px; text-decoration: none; text-align: center; font-size: 20px; }
.quantity-wrap .quantity-btn a.minus { border-top: 1px solid; height: 21px; }

ul.skus { padding-left: 0; margin: 0 0 20px; list-style: none; }
ul.skus li { list-style: none; margin-top: 8px; }
ul.skus input { vertical-align: -1px; }
ul.skus [itemprop="name"] { font-size: 14px; }

.selectable-articul { margin-bottom: 20px; }
.selectable-articul>div {  }
.skus-select-text { display: block; }
.options { margin-bottom: 15px; }
.options .option-item { margin-top: 8px; }
.options select { padding: 3px; outline: none; border: 1px solid; }
.options .option-name { margin-right: 15px; }

/*
#product-print { padding: 0 0 10px 10px; }
#product-print i { text-decoration: none; font-size: 18px; margin-right: 5px; vertical-align: -2px; }
.product-cart .cart h4 { display: none; }
*/
/* compare.html */
table.compare { width: 100%; margin-bottom: 0px; }
table.compare td { text-align: center; line-height: 1em; padding: 10px 2px; }
table.compare th { text-align: left; padding-left: 10px; }
table.compare th ul { margin: 0; padding: 0; }
table.compare td img { display: block; margin: 0 auto 10px; }
.compare-wrap { overflow-x: auto; margin-bottom: 40px; }
/* my.html */
.table-cabinet { display: table; width: 100%; margin: 20px 0; }
.table-cabinet p { display: table-cell; text-align: center; vertical-align: top; }
.table-cabinet p a { display: block; }
.table-cabinet span.picture { display: block; border-radius: 50%; width: 60px; height: 60px; margin: 0 auto 25px; position: relative; background: #473b39; }
.table-cabinet span.picture i { font-size: 32px; position: absolute; left: 50%; top: 50%; margin: -15px 0 0 -13px; }
/* my.orders.html */
table.table { margin: 20px 0; width: 100%; }
table.table th { font-weight: bold; padding: 0 7px 10px; }
table.table td { padding: 15px 7px; }
table.table td.min-width { width: 1%; }
table.table td.align-middle { vertical-align: middle; }
table.table tr.border { border-bottom: 1px solid; }
table.table tr.coll-name,
table.table tr.border.basicBG { border-bottom: 2px solid; }
h3.header-name { font-weight: bold; padding: 0 0 5px; margin: 1em 0 0.5em 0; border-bottom: 1px solid; }
.order-status { padding: 4px 7px; color: #fff; }

table.table.table-total tr:hover { background: none; }
table.table.table-total td { padding-bottom: 0; }

.bonus-balance { border: 2px solid; padding: 10px; }
/* cart.html */
table.cart { margin-bottom: 40px; }
table.cart td { vertical-align: top; padding: 20px 7px 25px; }
table.cart td input.qty { max-width: 50px; text-align: right; }
table.cart td.total { font-size: 1.3em; }
table.cart td.picture { vertical-align: middle; }
table.cart .services { margin: 0; }
table.cart img { vertical-align: middle; }
a.compare-remove,
table.cart a.delete { text-decoration: none; font-size: 14px; line-height: 26px; }
a.compare-remove:hover,
table.cart a.delete:hover { font-size: 24px; }
.affiliate { font-size: 18px; }
.affiliate i { font-size: 30px; vertical-align: -2px; margin-right: 8px; }
table.cart tr.cart-total-price { border-width: 2px 0 2px; border-style: solid; }
table.cart tr.cart-total-price td {  padding-bottom: 20px; font-size: 18px; }
/* checkout.html */
.checkout-header h3 a { text-transform: uppercase; text-decoration: none; }
.checkout { margin: 20px 0 50px; border-top: 1px solid; }
.checkout ul.checkout-options { padding-left: 25px; list-style: none; }
.checkout ul.checkout-options li { list-style: none; position: relative; margin-bottom: 50px; clear: both; }
.checkout ul.checkout-options li h3 { font-weight: bold; margin-bottom: 10px; }
.checkout ul.checkout-options li h3 label { margin-right: 10px; }
.checkout ul.checkout-options li .rate { float: right; text-align: center; width: 250px; }
.checkout ul.checkout-options li p { width: 70%; }
.checkout ul.checkout-options li input[type="radio"] { position: absolute; top: 4px; left: -25px; }
.checkout ul.checkout-options li img.method-logo { position: relative; float: left; margin-right: 10px; top: -6px; left: 0px; }
.checkout ul.checkout-options li .wa-form { margin-top: 0px; margin-bottom: 30px; }
.checkout .checkout-result { padding: 80px 0 60px; text-align: center; }
.checkout .checkout-result h1 { font-size: 4em; margin-bottom: 50px; }
.checkout .checkout-result.error h1 { color: red; }
.checkout .checkout-result .wa-form { margin: 10px auto 20px; width: 400px; float: none; text-align: left; }
.checkout .checkout-result .back { margin-top: 50px; }
.checkout .checkout-step { padding: 0; border: 1px solid; border-top: 0; }
.checkout .checkout-step h2 { padding: 17px 20px 15px; text-transform: uppercase; font-weight: bold; margin: 0; }
.checkout .checkout-step h2 a { text-decoration: none; }
.checkout .checkout-step h2.upcoming a:hover { cursor: default; }
.checkout .checkout-step h2 a.hint { font-size: 0.5em; text-decoration: underline; }
.checkout .checkout-step h2 a.hint:hover { text-decoration: none; }
.checkout .checkout-step-content { padding: 20px; }
.checkout .checkout-step ul.menu-v { margin-left: 0; margin-top: 20px; list-style: none; padding: 0; }
.checkout .checkout-step #login-form h1 { display: none; }
.checkout .checkout-step input.large { font-size: 1.4em; }
.checkout .comment { width: 100%; height: 100px; margin-bottom: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.checkout blockquote img { margin-right: 20px; float: left; }
.checkout blockquote p { margin-bottom: 10px; }
.checkout table.table td { padding-bottom: 0; }
.checkout table.table tr.service td { padding-top: 0; padding-bottom: 0; }
.checkout table.table tr.service td.name { padding-left: 20px; }
/*icons*/
.icon16.remove { background-image: url("img/icons.png"); background-position:-96px 0; }
.icon16.saved { background-image: url("img/icons.png");  background-position:-112px 0; }
.icon16.loading { background-image: url("img/loading16.gif"); background-position:0 0; }

/*features*/
table.features { width: 100%; }
table.features td { padding: 5px 10px 6px; }
table.features tr { border-bottom: 1px solid; }
table.features tr.no-border { border: none; }
table.features td.name { width: 50%; vertical-align: top; border-right: 1px solid; font-weight: bold; }
table.features i.icon16, table.features span.like-i.icon16, { margin: 0 0.25em 0.2em 0; border: 1px solid; }
/* Product reviews */
.write-review h3, .write-review h4 { margin: 25px 0 15px; font-size: 1em; display: inline-block; }
#rew-link { border-top: 6px solid; padding-top: 20px; text-align: center; padding-bottom: 20px; }

.review { margin-bottom: 30px; }
.review .summary .credential { border-bottom: 1px solid; padding-bottom: 5px; clear: right; }
.review .summary h6 { font-size: 12px; margin: 15px 0; clear: right; }
.review .summary .review-name { font-weight: bold; text-transform: uppercase; }
.review .summary .review-rating { float: right; }
.review .summary .username i { text-decoration: none; margin-right: 5px; vertical-align: 0; font-size: 14px; }
.review .summary a { display: inline; padding: 0; }
.review .summary .date { float: right; }
.review .summary .date i { text-decoration: none; margin-right: 5px; vertical-align: 0; font-size: 14px; }
.review p { margin-top: 5px; margin-bottom: 5px; line-height: 1.3em; }
.review .actions a { padding: 0 !important; }

.reviews { margin-bottom: 40px; }
.reviews ul { margin-left: 0; list-style: none; }
.reviews ul.menu-h {text-align: center;}
.reviews ul.menu-h li { margin: 0 10px; list-style: none; display: inline-block; }
.reviews>ul { padding-left: 0; }
.reviews ul li ul { padding-left: 25px; }
.reviews ul li .review-form textarea { min-height: 100px; }
.reviews ul.menu-h.auth-type { padding: 0; min-height: 16px; margin: 1em 0 20px; }
.reviews ul.menu-h.auth-type li { list-style: none; float: left; padding: 0 15px 0 0; }
.reviews ul.menu-h.auth-type li.selected a { text-decoration: none; font-weight: bold; }
.reviews ul.menu-h.auth-type li a { display: block; padding: 0px 5px; }
.reviews ul.menu-h.auth-type li a img { float: left; margin-right: 3px; position: relative; top: 2px; left: -3px; }
.reviews textarea { height: 100px; min-height: 100px; margin-top: 0; }

.review-form { padding: 0; margin-bottom: 30px; }
.review-form h4 { margin: 0 0 20px; font-weight: normal; }
.review-form h4.form-caption { border-bottom: 1px solid; padding-bottom: 5px; margin-top: 20px; font-weight: bold; text-transform: uppercase; }
.review-form-fields p { margin: 0 0 10px; }
.review-form-fields p.review-field a { display: inline; padding: 0; text-decoration: none; }
.review-form-fields label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; }
.review-form-fields input[type="text"] { width: 20em;}
.review-form textarea { min-width: 70%; min-height: 160px; }
.review-form .review-submit { padding:0 0 20px 170px;}
.review-form .userpic { width: 20px; height: 20px; float: left; margin-right: 5px; }
.review-form label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; }
.reviews span.rate { line-height: 1.3em; display: block; margin: 0.5em 0; }
.reviews span.rate a { text-decoration: none !important; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }

/* Dialog */
.dialog-window .cart.product { width: 420px; padding: 20px 20px 30px; /*bottom: 15%;*/ }
.dialog-window .cart.product .added2cart { font-size: 1.1em; font-style: italic; }
.dialog-window>h4 { position: fixed; width: 374px; top: 15%; left: 0; right: 0; margin: 0 auto; z-index: 3002; padding: 15px 20px 15px 66px; font-size: 20px; border-width: 1px; border-style: solid; box-shadow: 0 3px 15px #ddd; }
.dialog-window>h4 .dialog-image-product { width: 96px; position: absolute; left: -48px; bottom: -10px; border: 1px solid; box-shadow: 0px 3px 15px #ddd; }
.dialog-image-product img { max-width: 96px; vertical-align: middle; max-height: 96px; }
.dialog-window .add2cart>span.gray,
.dialog-window .prd_addition,
.dialog-window #cart-form>p.float-right { display: none; }
.dialog-window .selectable-articul>div { float: none; }
.dialog-window .cart h4 { font-size: 24px; border-bottom: 1px solid; margin: -20px -20px 1em; padding: 15px 20px; }
.dialog-window .cart .product-price { margin: 24px 0; }
.dialog-window .cart .compare-at-price, .dialog-window .cart .price {  }
.dialog-window .quantity-wrap{ margin-right: 10px; }
.dialog-window .quickorder-custom-button.default a.quickorder-button{ margin-left: 10px; }
/*feature button*/
.feature-btn { padding: 5px 10px; border: 1px solid; display: inline-block; margin: 0 5px 5px 0; cursor: pointer; }
.feature-btn.selected { cursor: default; }
.feature-btn i.icon16 { border: 1px solid; margin-top: 0; }
.options .invisible { visibility: hidden; position: fixed; right: -1000px; }
/*vk & facebook comments widget*/
.s-share-icon { display: inline-block; overflow: hidden; width: 16px; height: 16px; padding: 0!important; vertical-align: -4px; border: 0; margin: 0 0 0 5px;
    background: url(img/s-share-icon.png) 0 99px no-repeat;
}
.s-share-icon_vkontakte { background-position: 0 0; }
.s-share-icon_facebook { background-position: 0 -68px; }
/*plugin referrals*/
table.referral-channels-report td { padding: 5px 7px; }
table.referral-channels-report td>div { width: 280px !important; vertical-align: middle; }
table.referral-channels-report td>strong { background: transparent !important; }

/* plugins
-----------*/
.fiwex-feat, .fiwex-feat-val { position: relative; }
.fiwex-feat .fiwex-popup-hint, .fiwex-feat-val .fiwex-popup-hint { position: absolute; line-height: normal; top: 3px; }
.fiwex-feat-val .fiwex-popup-hint { top: 2px; }
.fiwex-feat .loading, .fiwex-feat-val .loading { position: absolute !important; top: -1px; right: -22px; }
.fiwex-feat-val .loading { top: -2px; }

.sub-categories.with-pictures { margin: 0 0 20px; display: table; padding: 0; width: 100%; }
.sub-categories.with-pictures > li { display: table-row; }
.sub-categories.with-pictures > li > a:hover { }
.sub-categories.with-pictures > li > a { text-align: center; display: table-cell; text-decoration: none; font-size: 1.2em; font-weight: bold; width: 33%; border: 1px dashed #ccc; border-color: transparent #ccc #ccc transparent; padding: 5px; }
.sub-categories.with-pictures.home > li > a { width: 25%; }
.sub-categories.with-pictures > li > a div { overflow: hidden; display: inline-block; }
.sub-categories.with-pictures > li > a img { transition: all .8s ease-in-out 0s; }
.sub-categories.with-pictures > li > a:hover img { transform: scale(1.2) rotate(-2deg); }
.sub-categories.with-pictures > li:first-child a { border-top-color: #ccc; }
.sub-categories.with-pictures > li > a:first-child { border-left: 1px dashed #ccc; }
.sub-categories.with-pictures > li > a span { display: block; }
.sub-categories.with-pictures > li > a:hover { box-shadow: 0 0 10px #999; border-color: #ccc; }

.option-item.color { margin-top: 5px; }
.option-item.color .feature-btn { position: relative; height: 20px; width: 12px; vertical-align: middle; margin-top: 8px; }
.feature-btn .color_name { display: none; position: absolute; bottom: -19px; left: 50%; font-size: 0.8em; color: #000; margin-left: -40px; width: 80px; text-align: center; line-height:1; }
.feature-btn.selected .color_name { display: block; }
.option-item.color .feature-btn.selected { border-color: #000; box-shadow: 0 0 10px #aaa; }

.quickorder-custom-button.default{ display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 44px;
  vertical-align: top; }
.quickorder-custom-button.default a.quickorder-button{ display:inline-block; z-index:0; box-shadow:none; border-radius:0; border:none; padding:12px 16px; margin:0 0 0 15px; position: static; }
.quickorder-custom-button.default .quickorder-button i{ background:none; display:inline; text-transform: uppercase; font-style: normal;  font-size: 18px; padding:0;}

.quickorder-custom-button-cart.default{ display: inline-block; vertical-align: middle; position: relative; height: 44px; vertical-align: top; }
.quickorder-custom-button-cart.default a.quickorder-button-cart{ display:inline-block; z-index:0; box-shadow:none; border-radius:0; border:none; padding: 12px 23px; margin:0 15px 0 0; position: absolute; right:0; }
.quickorder-custom-button-cart.default a.quickorder-button-cart i{ background:none; display:inline; font-style: normal;  font-size: 1.5em; padding:0; font-weight:normal; white-space: nowrap; }

#soaring-cart-total .quickorder-custom-button-cart.default{ position:static; height:auto; }
#soaring-cart-total .quickorder-custom-button-cart.default .quickorder-button-cart{ position:static; padding: 9px 23px; margin: 0 0 10px 10px; }
#soaring-cart-total .quickorder-custom-button-cart.default a.quickorder-button-cart i{ font-size:1em; font-weight: bold; }
#shop .quickorder-overlay{ background:rgba(255,255,255,0.8); }
.quickorder-custom-form.default .quickorder-header { position: fixed; width: 420px; top: 15%; left: 0; right: 0; margin: 0 auto; z-index: 3002; padding: 15px 20px 15px 20px; font-size: 20px; border-width: 1px; border-style: solid; box-shadow: 0 3px 15px #ddd; background: #f5f5f5; border-color: #d4d4d4; font-family: "Verdana"; height:auto; text-shadow:none; font-weight:bold; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)"; }
.quickorder-custom-form.default .quickorder-header span{ padding: 0 0 0 0; }
.quickorder-custom-form.default .quickorder-header span i { font-style: normal; font-weight: bold; }
.quickorder-custom-form.default .quickorder-header i.close { margin:0; position: relative; top: -7px; right: -10px; }
.quickorder-custom-form.default .quickorder-body { width: 420px; padding: 20px 20px 30px; background: #fff; position: fixed; top: 15%; left: 0; right: 0; opacity: 1; z-index: 3001; overflow-x: hidden; box-shadow: 0 3px 15px #ddd; margin: 0 auto; text-align: left; border: 1px solid #d4d4d4; min-height: 100px; margin-top: 45px; }
.quickorder-custom-form.default .quickorder-submit .quickorder-button{ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  border-radius: 0; border: none; display: inline-block; font-size: 18px; padding: 12px 10px; text-transform: uppercase; }
 @media only screen and (max-width: 1000px) and (min-width: 320px) {
    .quickorder-custom-button.default a.quickorder-button{ margin-left:6px; }
    .quantity-wrap { margin-right: 6px; }
}
/* promos
------------*/
.promos{ margin:-10px 0 20px; }
.promos ul { padding: 0; margin: 0; }
.promos ul li { padding: 0; margin: 0; list-style: none; display: inline-block; width: 32%; float: left; margin-right:2%; margin-bottom:12px;} 
.promos ul li:nth-child(3n){ margin-right:0; }
.promos ul li a { display: block; padding: 40px 20px; height: 80px; overflow: hidden; background-size: cover; background-position: center center; color: #000; background-color: rgba(0,0,0,0.05); text-align: center; position: relative; text-decoration: none; }
.promos ul li a .background-color-layer { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; opacity: 0.1; background-color: #000; }
.promos ul li a h5 { font-size: 1.3em; text-shadow: 0 1px 2px #000; position: relative; z-index: 2; }
.promos ul li a p { font-size: 0.9em; text-shadow: 0 1px 1px #000; position: relative; z-index: 2; }
.promos ul li a:hover .background-color-layer { opacity: 0.5; transition: 0.3s; }
.home-block a i, .home-block a span.like-i { color: #473b39; }
.home-block a:hover span { color: #473b39; }
.home-block a:hover i, .home-block a:hover span.like-i { color: #9b59b5; }
.prd_addition span { background: #aaa; }
.prd_addition span.like-i { color: #fff; background: transparent !important; }
.like-b{font-weight: bold;}


.products-slider .multicolthing li:hover .product-block {
    border-color: white;
}
.products-slider .multicolthing li .product-block:hover {
    border-color: #9b59b5;
}

.no-touch .products-slider .multicolthing li:hover .cb-addition-add {
    display: none; 
}
.no-touch .products-slider .multicolthing li .product-block:hover .cb-addition-add {
    display: inline-block;
}
.product-features {font-size: 14px;font-family: Verdana;font-weight: bold;}
.product-features .dlina-ves{margin-top:10px;margin-bottom:5px;font-weight:bold;}
.product-features .f_manufacture {min-height: 40px;}
.product-features .sostav{min-height: 40px;}
.product-features .sostav span{font-weight:bold;}
.product-features .sostav .mat{display:inline;}
.product-features div {font-size: 12px;}
.product-features > div > .mat {font-weight: 300;}
.product-features .sostav .mat:not(:last-child):after{content: ', ';}
input.storequickorder-button[type="button"]{
	background-color: #9b59b5;
	color: white;
}
input.storequickorder-button[type="button"]:hover{
	background-color: #13cd00;
}
.bage-block,.image .corner.bottom{
	position: absolute;
	height: 100%;
	left:0px;
	top:0px;
	bottom: auto;
}
.product-block .image .percent,.product-block .image .hit{
	position: absolute;
	width: 47px;
	height: 47px;
	top: 15px;
    left: 15px;
}
.product-block .image .badge.bestseller,.product-image .percent,.product-image .badge.bestseller,.product-image .badge.low-price,.product-block .image .badge.low-price{
	top: 65%;
    left: 10px;
}
.product-image .percent,.product-image .hit{
	position: absolute;
	width: 47px;
	height: 47px;
	top:15px;
    left: 15px;
}
.percent{
	background: url(/wa-data/public/shop/themes/comfortbuy/img/percent.png) center center no-repeat;
}
.hit{
	background: url(/wa-data/public/shop/themes/comfortbuy/img/hit.png) center center no-repeat;
}
.badge.new span{
	display: none;
}
.badge.new{
	background-color: transparent;
	background: url(/wa-data/public/shop/themes/comfortbuy/img/new.png) center center no-repeat !important;
	width: 50px;
	height: 50px;
}
.badge.new:after{
	display: none;
}
.badge.bestseller{
	display: none;
}






.home__category-wrapper--ks {
	display: flex;
	flex-direction: column;
}
.home__category-row--sk {
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 20px;
	min-height: 80px;
}
.home__category-column--sk {
	width:50%;text-align: center;
}
.home__category-item {
	    margin: 5px auto;
}
.home__category-item a{
	text-decoration: none;
}
.title {
	position: relative;
        max-width: 180px;
    font-size: 15px;
    margin-bottom: 15px;
}



.show_more:hover{
	cursor:pointer;
}
.show_more{
	color: #9b59b5;
    padding: 4px 30px;
    position: relative;
    cursor: pointer;
    width: fit-content;
    margin: 10px auto;
}
.show_more:after{
    width: 0;
    height: 0;
    vertical-align: top;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #9b59b5;
    content: "";
    right: 10px;
    top: 10px;
    position: absolute;
}
.open.show_more:after{
    transform: rotate(180deg);
}
.po-sostavu:before{
	content: "";
    position: absolute;
    left: -42px;
    margin-left: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('img/pryazha-po-sostavu.png');
    background-size: cover;
    top: -10px;
}
.pryazha-po-naznacheniyu:before{
	content: "";
    position: absolute;
    left: -42px;
    margin-left: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('img/pryazha-po-naznacheniyu.png');
    background-size: cover;
    top: -10px;
}

.kryuchki:before{
	content: "";
    position: absolute;
    left: -42px;
    margin-left: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('img/kryuchki.png');
    background-size: cover;
    top: -10px;
}

.spitsy:before{
	content: "";
    position: absolute;
    left: -42px;
    margin-left: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('img/spitsy.png');
    background-size: cover;
    top: -10px;
}

.shnur-dlya-vyazaniya:before{
	content: "";
    position: absolute;
    left: -42px;
    margin-left: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('img/shnur-dlya-vyazaniya.png');
    background-size: cover;
    top: -10px;
}

.shite:before{
	content: "";
    position: absolute;
    left: -42px;
    margin-left: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('img/shite.png');
    background-size: cover;
    top: -10px;
}

.sherst-dlya-valyaniya:before{
	content: "";
    position: absolute;
    left: -42px;
    margin-left: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('img/sherst-dlya-valyaniya.png');
    background-size: cover;
    top: -10px;
}

.bobiny:before{
	content: "";
    position: absolute;
    left: -42px;
    margin-left: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('img/bobiny.png');
    background-size: cover;
    top: -10px;
}

.aksessuary-dlya-vyazaniya:before{
	content: "";
    position: absolute;
    left: -42px;
    margin-left: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('img/aksessuary-dlya-vyazaniya.png');
    background-size: cover;
    top: -10px;
}

.nabory-dlya-vyazaniya-igrushek:before{
	content: "";
    position: absolute;
    left: -42px;
    margin-left: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('img/nabory-dlya-vyazaniya-igrushek.png');
    background-size: cover;
    top: -10px;
}

.show_more:hover{
	cursor:pointer;
}
.show_more{
color: #9b59b5;
  
    padding: 4px 30px;
    position: relative;
    cursor: pointer;
    width: fit-content;
    width: -moz-fit-content;
    margin: 10px auto;
}
.show_more:after{
    width: 0;
    height: 0;
    vertical-align: top;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #9b59b5;
    content: "";
    right: 10px;
    top: 10px;
    position: absolute;
}
.open.show_more:after{
    transform: rotate(180deg);
}

@media(max-width: 968px){
	.home__category-row--sk{
		flex-direction: column;
	}
	.home__category-column--sk {
    	width: 100%;
    	    min-height: 80px;
	}
}
.main__category-title{
    font-size: 24px;
    display: block;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 700;
    margin-left: -8%;
}
.pay_img{
	display: flex;
	flex-direction: row;
}
.pay_img img{
	width:56px;
	margin: 0 5px 0 0;
}

@media(max-width: 968px){
	.content p.pay_text{
		font-size:12px;
	}
}

.logo-wrapper{
	display: flex;
	flex-direction: column;
}
.logo-item{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}
.logo-item a{
	width: 20%;
	margin: 10px;
	text-decoration: none;
}
.logo-item a img{
	width: 100px;
	height: 68px;
	padding: 10px;
	object-fit: contain;
	margin: auto;
	display: block;
}
.logo-title{
	text-align: center;
	color: #9b59b5;
	font-size: 14px;
}

span.icon16, span.like-i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* span.icon16, * span.like-i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.filters span.icon16, .filters span.like-i.icon16 { vertical-align: -3px; margin: 0 0.25em 0 0; border: 1px solid; }
.filters span.icon16 { border-color: #d4d4d4; }

#cart-flyer .cb-addition-add span { display: none; margin-left: 3px; font-weight: normal; }
    #cart-flyer .cb-addition-add span.add { display: inline; }
    #cart-flyer .cb-addition-add.active span.in { display: inline; color: #fd0000; }
    #cart-flyer .cb-addition-add.active span.add { display: none; }


.review .summary .username span {
    text-decoration: none;
    margin-right: 5px;
    vertical-align: 0;
    font-size: 14px;
}
.review .summary .date span {
    text-decoration: none;
    margin-right: 5px;
    vertical-align: 0;
    font-size: 14px;
}
a.button span, a.button span.like-i {
    font-size: 14px;
    margin-right: 8px;
}

.all-color-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.all-color-item{
    width: 18%;
    display: block;
    margin: auto;
}
.all-color-item .image img{
    max-width: 120px;
    max-height: 120px;
}
.all-color-h{
    width: -webkit-fill-available;
}
.all-color-item .name, .all-color-item .product-price{
    text-align: center;
}

	.sub-cat-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 30px auto 15px;
}
.sub-cat-wrapper.c4 .sub_item{
	width:25%;
	text-align: center;
}
.sub_item img{
    width: 115px;
height: 115px;
object-fit: contain;
}
.sub-title{
	font-weight: bold;
	color: #473b39;
	padding: 0px 5px;
}
.sub_item a{
	text-decoration: none;
}
.sub_item a:hover .sub-title{
	color:#9b59b5;
}

.section-sub-title {
	margin: 40px 0 25px;
	font-size: 24px;
	display: block;
	clear: both;
}

.section-sub-title.bold {
	font-size: 20px;
}

@media(max-width: 968px){
	.sub-cat-wrapper.c4 .sub_item{
		width:50%;
	}
}
@media (min-width: 1101px){
	ul.comfortbuy-vertical-tree>li.js-category_production:hover ul{
		width: 500px;
		
	}
	ul.comfortbuy-vertical-tree>li.js-category_production:hover ul>li{
		float: left;
		width: 50%;
	}	
	ul.comfortbuy-vertical-tree>li.js-category_purpose:hover ul{
		width: 500px;
		
	}
	ul.comfortbuy-vertical-tree>li.js-category_purpose:hover ul>li{
		float: left;
		width: 50%;
	}
	ul.comfortbuy-vertical-tree>li.js-category_composition:hover ul{
		width: 640px;
		
	}
	ul.comfortbuy-vertical-tree>li.js-category_composition:hover ul>li{
		float: left;
		width: 33%;
	    height: 54px;
	}
	ul.comfortbuy-vertical-tree>li.js-category_color:hover ul{
		width: 500px;
	}
	ul.comfortbuy-vertical-tree>li.js-category_color:hover ul>li{
		float: left;
		width: 50%;
	}

	ul.comfortbuy-vertical-tree>li:hover{
		position: relative;
	}
	ul.comfortbuy-vertical-tree>li:hover ul{
		min-height: 1px;
	}
	ul.comfortbuy-vertical-tree>li:hover ul>li{
		border: none;
	}
	ul.comfortbuy-vertical-tree>li a[data-icon-id="610"]+ul{
		width: 500px;
	}
	ul.comfortbuy-vertical-tree>li a[data-icon-id="610"]+ul>li{
		float: left;
		width: 50%;	
	}
	ul.comfortbuy-vertical-tree>li a[data-icon-id="655"]+ul{
		width: 500px;
	}
	ul.comfortbuy-vertical-tree>li a[data-icon-id="655"]+ul>li{
		float: left;
		width: 50%;	
	}
}


.faq-list__item{
	color: #fff;
	position: relative;
	width: 680px;
	display: block;
	margin: 3px auto;
}
.faq-list__answer{
	display: none;
}
.faq-list__quastion:after {
    width: 0;
    height: 0;
    vertical-align: top;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    content: "";
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
}
.faq-list__quastion{
	background-color: #9360B1;
    padding: 10px 25px 10px 10px;
    	cursor: pointer;
}
.faq-list__answer{
	color:#000;
	padding: 20px 20px;
}
.faq-list__quastion.open_faq:after{
	transform: rotate(180deg);
	cursor: pointer;
}
.main__category-title.title_faq{
	font-size: 20px;
	margin-left: 0;
    line-height: 30px;
}

@media(max-width: 968px){
	.faq-list{
		margin: 20px auto;
	}
	.faq-list__item{
		width:100%;
	}
	.main__category-title.title_faq{
		font-size: 16px;
		line-height: initial;
	}
	.all-color-item{
		width: 48%;
	}
	.product-block{
		position: relative;
	}
	.prd_addition {
		position: relative;
		top: 0;
		display: flex;
		flex-direction: column;
		right: 0;
	}

	div.sidebar.hide-for-desktop {
		display: block;
	}

	ul.product-list.list .prd_addition {
		left: 0;
		right: auto;
	}

	ul.product-list.list .name p.like-h5 {
		height: auto !important;
	}

	ul.list .product-rating {
		display: table;
	}
	ul.list .product-rating > * {
		display: table-cell;
	}

	ul.list .product-rating span.rating.nowrap {
		margin-top: 0;
	}
}

.column-price > div{
    margin: 5px auto;
}
div:not(products-slider) .product-block{
	
}
.review-block-title{
	font-weight: 700;
	cursor: pointer;
	background: #f5f5f5;
	font-size: 20px;
	display: inline-block;
	line-height: 48px;
	width: 100%;
}
.review-block-title > div{
	padding: 0px 0px 0px 20px;
}
.main-review-wrapper{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	position: relative;
}
.main-review-item{

}
.main-review-item .summary{

}
.main-review-item .username{
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 20px auto;
    height: 30px;
}

.main-review-item .date{
	color: #6e6d6d;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

.main-review-wrapper .owl-nav{
	position: absolute;
	top: -60px;
	right: 16px;
	display: flex;
	flex-direction: row;
}

.main-review-wrapper .icon-caret-left:before {
	content: "\f0d9";
	font-size: 30px;
	color: #aaa;
	margin: 0px 20px 0px 0px;
}
.main-review-wrapper .icon-caret-right:before {
	content: "\f0da";
	font-size: 30px;
	color: #aaa;
	margin: 0px 0px 0px 0px;
}

.main-review-wrapper .icon-caret-left:hover:before, .main-review-wrapper .icon-caret-right:hover:before{
    color: #9b59b5;
}




#category-description.no-mobile-hide .full_text {
	display: block !important;
}

select.select-color {
	width: 270px;
	max-width: 100%;
	background-color: transparent;
	border: 1px solid #cb9ee5;
}

.section.colors .section-title.c1 {
	margin: 20px 0;
	font-size: 22px;
}

.section.colors hr {
	margin: 20px 0 35px;
	border-bottom: 1px solid #d7d7d7;
}

button.btn-color-select {
	margin: 20px 0;
	padding: 6px 15px;
	font-size: 15px;
	color: #fff;
	border: 1px solid #9360b1;
	background-color: #9360b1;
}

button.btn-color-select:hover {
	border: 1px solid #a976c7;
	background-color: #a976c7;
}

select.select-color option {
	padding: 7px;
	min-height: 37px;
}

.color-group-wrap .color-group ul {
	padding: 0;
	list-style: none;
}


.color-group-wrap .color-group {
	width: 33%;
	float: left;
}

.color-group li a {
	text-decoration: none;
}

span.wrp {
	margin-bottom: 4px;
	display: table;
}

span.clr {
	width: 30px;
	height: 30px;
	display: table-cell;
	border: 1px solid lightgray;
}

span.name {
	padding-left: 5px;
	display: table-cell;
	vertical-align: middle;
}
/*
span.name:hover {
	border-bottom: 1px solid;
}
*/
.sub_item.c7 .sub-title {
	text-align: center;
	color: #9b59b5;
	font-size: 14px;
	font-weight: normal;
}

.sub_item.c7 .sub-title:hover {
	text-decoration: underline;
}

span.clr.white {
	background-color: #fff;
}

span.clr.red {
	background-color: red;
}

span.clr.black {
	background-color: #000;
}

span.clr.blue {
	background-color: blue;
}

span.clr.orange {
	background-color: orange;
}

span.clr.yellow {
	background-color: yellow;
}

span.clr.burgundy {
	background-color: #B00000;
}

span.clr.pink {
	background-color: #FFCBEA;
}

span.clr.beige {
	background-color: #EDD692;
}

span.clr.brown {
	background-color: #964B00;
}

span.clr.turquoise {
	background-color: #30D5C8;
}

span.clr.peach {
	background-color: #FFE5B4;
}

span.clr.coral {
	background-color: #FF7F50;
}

span.clr.green {
	background-color: #00FF00;
}

span.clr.light-blue {
	background-color: #00BFFF;
}

span.clr.purple {
	background-color: #8B00FF;
}

span.clr.gray {
	background-color: #808080;
}

span.clr.lilac {
	background-color: #E852FF;
}

span.clr.cream {
	background-color: #FFFB94;
}
span.clr.haki {
	background-color: #7E611B;
}
span.clr.fuksia {
	background-color: #BF2669;
}
span.clr.olive {
	background-color: #938D53;
}

.color-group-wrap.c3 {
	display: block;
	overflow: hidden;
}
.divider.c1 {
	margin: 20px 0 25px;
	height: 15px;
	border: none;
	display: block;
	background-color: #ededed;
}
h2.category-name.like-h1 {
	font-size: 24px;
}

.sub-cat-wrapper.c4 .sub_item.c5.t2:nth-child(n+9) {
	display: none;
}

.sub-cat-wrapper.c4.visible .sub_item.c5.t2:nth-child(n+9) {
	display: block;
}
.sub-cat-wrapper.c4 .show-more-wrp {
	margin: -20px auto 12px;
	text-align: center;
	display: block;
	clear: both;
	width: 100%;
}
.sub-cat-wrapper.c4 .show-more-wrp input {
	min-width: 178px;
	max-width: 100%;
	background-color: #9360B1;
}
.sub-cat-wrapper.c4 .show-more-wrp input:hover {
	background-color: #A980C1;
}

@media(max-width: 420px) {
	.color-group-wrap .color-group {
		width: 120px;
		margin: 0 auto;
		display: table;
		float: none;
		clear: both;
	}
}
.video__wrapper{display: flex;flex-wrap: wrap;}
.video__item{position: relative;width:calc(50% - 10px);margin: 0px 10px 10px 0px;height: 300px;}
.play-button{}

.youtube_model .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
}

.youtube_model .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube_model .play-button:hover{
	background-color: #ff0000;
}
.youtube_model img{position: relative;width: 100%;height: 100%;}
.youtube_model iframe{position: absolute;width: 100%;height: 300px;}
.youtube_model .play-button{position: absolute;}
.youtube_model .play-button:before {position: absolute;}

.youtube_model .play-button, .youtube_model .play-button:before {top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 );}