.market {
	margin-top: 30px;
	text-align: center;
}
#main .products-slider-name {
	background: #C2DEF0;
}
#main .products-slider-name h2 {
	background: #3397db;
	color: white;
}
#main .jcarousel-prev-disabled i,
#main .jcarousel-next-disabled i {
	color: white;;
}
.manual {

}
.manual ul {
	padding: 0;
	margin: 0;
}
.manual li {
	list-style: none;
}
.manual i {
	font-size: 30px;
	margin-right: 10px;
	color: #E2251E;
}
.last-review {

}
.last-review h2 {
	color: #3397db;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}
.last-review h2 a {
	font-size: 12px;
	text-transform: none;
	display: block;
	color: #777;
	font-weight: normal;
	font-style: italic;
}
.last-review ul {
	padding: 0;
}
.last-review ul li {
	display: inline-block;
	list-style: none;
	width: 20%;
	box-sizing: border-box;	
	padding: 10px;
	background: 
	transition: all 0.5s;
	border: 1px solid transparent;
	vertical-align: top;
	text-align: center;
}
.last-review ul li:hover {
	border-color: #d4d4d4;
}
.last-review ul li .photo {
	width: 120px;
	height: 120px;
	background-size: cover;
	border-radius: 50%;
	display: inline-block;
	border: 3px solid #3397db;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	margin-bottom: 5px;
}
.last-review ul li .review {

}
.last-review ul li .review .summary {
	line-height: 20px;
}
.last-review ul li .review .summary:after {
	content: '';
	clear: both;
	display: block;
}
.last-review ul li .review .summary .username {
	float: left;
	font-size: 14px;
}
.last-review ul li .review .description {
	text-align: left;
}
.product-tree > ul > li {
	font-size: 14px;
	width: 16%;	
	text-align: center;
}
.product-tree li {
	text-align: left;
}
.product-tree ul li a {
	padding: 10px 0;
}
.product-tree ul li a:before {
	content: '';
	height: 48px;
	width: 48px;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	display: none;
}
.product-tree ul li a.item-558:before {
	background: url('img/piano_keyboard.png') no-repeat;
	background-size: 48px;
}
.product-tree ul li a.item-563:before {
	background: url('img/synth-menu.png') no-repeat;
	background-size: 48px;
}
.product-tree ul li a.item-768:before {
	background: url('img/stand-menu.png') no-repeat;
	background-size: 48px;	
}
.product-tree ul li a.item-784:before {
	background: url('img/piano-menu.png') no-repeat;
	background-size: 48px;	
}
.product-tree ul li a.item-768:before {
	background: url('img/stand-menu.png') no-repeat;
	background-size: 48px;	
}
.how-we-work {

}
.how-we-work h2 {
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3397db;
}
.how-we-work ul {
	padding: 0;	
}
.how-we-work ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 19.5%;
	box-sizing: border-box;	
}
.how-we-work ul li .img {
    border: 3px solid #d4d4d4;
	width: 120px;
	height: 120px;
	display: inline-block;
	border-radius: 50%;
	background-size: cover;
	position: relative;
	margin-bottom: 10px;
	background-position: 50% 50%;
	transition: all 0.3s;
}
.how-we-work ul li:hover .img {
	border-color: #3397db;
}
.how-we-work ul li.order .img {
	background-image: url('img/order.png');
}
.how-we-work ul li.agent .img {
	background-image: url('img/agent.png');
}
.how-we-work ul li.confirm .img {
	background-image: url('img/handshake.jpg');
}
.how-we-work ul li.deliv .img {
	background-image: url('img/delivery.jpg');
}
.how-we-work ul li.fun .img {
	background-image: url('img/funny.jpg');
}
.element {
    position: relative;
}
.how-we-work ul li:not(:last-child) .img {
	position: relative;
}
.how-we-work ul li:not(:last-child) .img:after {
    content: "\f178";
    font-family: FontAwesome;
    color: #d4d4d4;
    font-size: 18px;
    position: absolute;
    top: 50px;
    right: -46px;
}
.how-we-work ul li .img .number {
	position: absolute;
	right: -12px;
	top: 10px;
	font-size: 18px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	background: white;
	color: #3397db;
	border: 3px solid #d4d4d4;
	border-radius: 50%;
	transition: all 0.3s;
}
.how-we-work ul li:hover .img .number {
	color: white;
	background: #3397db;	
	border-color: #3397db;
}
.how-we-work ul li .info {
	font-size: 14px;
	color: #777;
	padding: 0 10px;
}
.feedback {
	float: right;
	width: 300px;
	/*background: #f5f2ed;
    border: 1px solid #d4d4d4;*/
	background: url('img/casio-back-2.jpg');
	border-radius: 10px;
	color: white;
    padding: 20px;
    margin: 0 0 20px 20px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.3);
}
.feedback h2 {
	text-transform:uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px 0;
}
.feedback h2 i {
	float: left;
	font-size: 42px;
	margin-right: 10px;
}
.feedback h2 span {

}
.feedback input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	outline: 0;
}
.feedback input:first-child {
	border-bottom: none;
}
.feedback button {
	color: black;
	padding: 10px 20px;	
	margin-top: 15px;
	width: 100%;
	background: #ffa32f;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.3);
}
.feedback .callme-result {
	text-align: center;
}
.feedback .callme-result > * {
	margin-top: 20px;
	font-weight: bold;
}
.howto {
	text-align: center;
}
.howto .item:nth-child(odd) {
	margin-right: 20px;
}
.howto .item:nth-child(even) {
	position: relative;
}
.howto .item:nth-child(even):after {
	position:absolute;
    content: "\f178";
    font-family: FontAwesome;
    color:  #3397db;
    font-size: 20px;
	left: -22px;
	top: 58px;
}
.howto .item {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	background: #f5f2ed;
    border: 1px solid #d4d4d4;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.howto .item .header {
	margin-bottom: 20px;
}
.howto .item .header .number {
	display: inline-block;
	margin-bottom: 20px;
	color: #3397db;
	background: white;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-weight: bold;
	font-size: 40px;
    border: 1px solid #d4d4d4;
}
.howto .item .header .name {
	font-weight: bold;
	font-size: 30px;
	color: #3397db;
}
.howto .item .info {
	text-align: left;	
}
.howto .itog {
	font-size: 30px;
	line-height: 30px;
	padding: 0 100px;
	margin-top: 20px;
}
.subscribe {

}
.subscribe .text {
	font-size: 11px;
	color: #777;
	text-align: left;
}
.subscribe .form {	
	
	padding: 0 20px;
	margin-bottom: 20px;
}
.subscribe .form input {
	margin-bottom: 10px;
	font-size: 16px;
	width: 180px;
}
.subscribe .form button {
	background: #3397db;
	border: 0;
	padding: 10px 20px;
	color: white;
	border-radius: 3px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.2);
}
.subscribe .kmcollectemails {  
	position: relative;
}
.subscribe .kmcollectemails .after {
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	color: #000;
}
.subscribe .kmcollectemails .after > * {
	display: none;
}
.subscribe .kmcollectemails .after .ok {
	color: green;
}
.subscribe .kmcollectemails .after .fail {
	color: red;
}
#goszakaz {

}
#goszakaz .item {
	display: inline-block;
	width: 48%;
	text-align: center;
	vertical-align: top;
	background: #f5f2ed;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
}
#goszakaz .item:nth-child(n+1) {
	margin-right: 10px;
}
#goszakaz .item .img {
	height: 128px;
	background: white;
	padding: 10px 0;
	border-bottom: 1px solid #d4d4d4;
}
#goszakaz .item .img img {
	max-height: 128px;
}
#goszakaz .item h2 {
	text-transform: uppercase;
}
#goszakaz .item p {
	padding: 0 20px;
	height: 10em;
}
#goszakaz .slogan {
	color: #3397db;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
#client-counter {
    margin: 20px 0;
}
#client-counter li {
	display: inline-block;
	width: 32%;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
}
#client-counter li .icon {
	height: 128px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-bottom: 5px;
}
#client-counter li.clients .icon {
	background-image: url('img/counter-men.png');
}
#client-counter li.orders .icon {
	background-image: url('img/counter-cart.png');
}
#client-counter li.keys .icon {
	background-image: url('img/counter-keys.png');
}
#client-counter li .number {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 10px;
	color: #3397db;
}
#client-counter li span {
	font-size: 16px;
}
.on-sidebar.reviews-branch {
	text-align: left;
	margin: 0;
	padding: 0 10px;
}
.on-sidebar.reviews-branch li {
	list-style: none;
}
.on-sidebar.reviews-branch li {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 10px;
}
.on-sidebar.reviews-branch li .review {
	margin-bottom: 10px;
}
.on-sidebar.reviews-branch li .review .username {
	font-size: 16px;
	color: #3397db;
}
.on-sidebar.reviews-branch li .review .date {
	float: none;
	font-size: 10px;
}
.on-sidebar.reviews-branch .photo {
	float: left;
	width: 50px;
	height: 50px;
	background-size: cover;
	margin-right: 15px;
	border-radius: 50%;
}
.on-sidebar.reviews-branch .summary {
	height: 50px;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
}
.on-sidebar.reviews-branch .description {
	margin-top: 10px;
	font-size: 11px;
	color: #777;
	line-height: 16px;
}
.on-sidebar.reviews-branch .link {
	margin: 20px 0;
}
.otzyvy.reviews-branch {

}
.otzyvy.reviews-branch .review {
	padding: 10px;
	background: #f5f2ed;
    border: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
.otzyvy.reviews-branch .review:after {
	content: '';
	display: block;
	clear: both;
}
.otzyvy.reviews-branch:not(.response) .review .summary {
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.otzyvy.reviews-branch .review .photo {
	float: left;
	width: 150px;
	height: 150px;
	background-size: cover;
	margin-right: 20px;
	border-radius: 50%;
    border: 2px solid #3397db;
}
.otzyvy.reviews-branch .review .info {
	float: right;
	width: calc(100% - 174px);
}
.otzyvy.reviews-branch .review .info p {
	line-height: 18px;
	padding-left: 10px;
}
.otzyvy.reviews-branch .review .info .username {
	font-size: 18px;	
}
.otzyvy.reviews-branch .review .info .date {
	font-style: italic;
	font-size: 11px;
}
.reviews-branch.response .review {
	border-color: #3397db;
}
.reviews-branch.response .review .username {
	color: #3397db;
}
.vip-clients {

}
.vip-clients .client {
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
	margin: 10px;
	padding: 10px;
	background: #f5f2ed;
    border: 1px solid #e2e2e2;
	vertical-align: top;
	border-radius: 5px;
}
.vip-clients .client .photo {
	height: 200px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 10px;
	border-radius: 5px;
}
.vip-clients .client .name {
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.vip-clients .client .about {
	height: 5em;
}
.sideblock {
	text-align: center;
	border: 1px solid #d4d4d4;
	margin-top: 30px;
}
.sideblock .header {
	background: #f5f2ed;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.sideblock .icon.piano {
	background-image: url('img/piano.png');	
}
.sideblock .icon.igor {
	background-image: url('img/igor.jpg');	
	background-position: 40% 0;
}
.sideblock .icon {
	background-repeat: no-repeat;
	background-color: #3397db;
	display: inline-block;
	border-radius: 50%;
	background-size: cover;
	background-position: 50% 0;	
	height: 96px;	
	width: 96px;
	padding: 10px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.sideblock .icon a {
    display: block;
}
.sideblock .text {
	margin: 20px 0;
	padding: 0 20px;	
}
.advantages {
	margin-top: 140px;
	margin-bottom: 30px;
}
.advantages ul {
	padding: 0;
	margin: 0;
}
.advantages li {
	color: white;
	text-align: center;
	display: inline-block;
	list-style: none;
	width: 230px;
	box-sizing: border-box;	
	margin-right: 13px;
	vertical-align: top;
	/* padding: 10px 12px; */
	padding: 10px 5px;
	position: relative;
	border-radius: 5px;
	/* border: 3px solid #0E5A8E; */
    background: url('img/casio-back-2.jpg');
    background-size: cover;      box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.advantages li:last-child {
	margin-right: 0;
}
.advantages li.item .icon {
	width: 96px;
	height: 96px;
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	/* left: calc(50% - 54px); */
	left: 61px;
	top: -98px;
	background-color: white;
	padding: 6px;
	border-radius: 50%;
	background-color: #ffa32f;
	border: 3px solid white;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	transition: all 0.4s ease;
}
.advantages li.item .icon:hover {
	top: -106px;
}
.advantages li.item.discount .icon {
	background-image: url('img/discount-2.png');
}
.advantages li.item.fast .icon {
	background-image: url('img/clock.png');
}
.advantages li.item.garant .icon {
	background-image: url('img/shield.png');
}
.advantages li.item.free .icon {
	background-image: url('img/delivery-box.png');
}
.advantages li.item.assembly .icon {
	background-image: url('img/tools.png');
}
.advantages li.item.moneyback .icon {
	background-image: url('img/moneyback.png');
}
.advantages li.item.continent .icon {
	background-image: url('img/flags.png');
}
.advantages li.item h3 {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
	font-size: 14px;
	margin: 15px 0;
}
.advantages li.item p {
	margin: 0;
}
.contact-us {
	color: white;
	background: url('img/casio-back-2.jpg') 50% 80%;
    background-size: cover;
    padding: 20px;
    margin-bottom: 20px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.contact-us p {
}
.contact-us p span {
	background: #ffa32f;
	color: black;
	/* font-weight: bold; */
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	cursor: pointer;
}
.contact-us h2 {
	text-align: center;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px dotted #A2D1F0;
	display: inline-block;
	padding-bottom: 10px;
}
.contact-us .phones {
	margin-bottom: 20px;
}
.contact-us .phones > div {
	display: inline-block;
	vertical-align: top;
	background: rgba(255,255,255,0.2);
	padding: 10px 20px;
	border-radius: 5px;
	width: 300px;
}
.contact-us .phones > div.cont-msk {
	margin-right: 30px;
}
.contact-us .phones > div h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
}
.contact-us .phones > div span {
	font-size: 20px;
	font-weight: bold;
}
.contact-us .grafic {
	font-size: 16px;
	font-style: italic;
}
.contact-us .grafic br {
	display: none;
}
.casio-protection {
	background: url('img/casio-back-2.jpg') 50% 40%;
	background-size: cover;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
.casio-protection .shield {
	float: left;
	margin-right: 20px;
	font-size: 22px;
	color: #ffa32f;	
}
.casio-protection .text {
	font-size: 16px;
	color: white;
}
/* free-delivery */
.free-delivery {
	border-radius: 0 0 10px 10px;
    text-align: center;
    overflow: hidden;
}
.free-delivery > a {
    line-height: 70px;
	display: block;
    position: relative;
    font-size: 26px;
    color: white;
    text-shadow: 0 2px 3px rgba(0,0,0,0.15);
    text-decoration: none;
    transition: all 0.3s;
}
.free-delivery > a:visited {
	color: white;
}
.free-delivery a:hover {
    font-size: 30px;
    line-height: 50px;
    color: #0D5789;
    text-shadow: 0 2px 3px rgba(255,255,255,0.5);
}
.free-delivery a .more {
	display: inline-block;
	font-size: 12px;	
	position: absolute;
	bottom: -100px;
	color: #0D5789;
	left: 0;
	right: 0;
	font-weight: bold;
	transition: bottom 0.3s;
}
.free-delivery a:hover .more {
	bottom: -28px;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
@-webkit-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
@-ms-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
@-moz-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

.clouds	{ 
	height: 70px; 
	background-image: url('img/bg-clouds.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;

	animation: animatedBackground 40s linear infinite;
	-ms-animation: animatedBackground 40s linear infinite;
	-moz-animation: animatedBackground 40s linear infinite;
	-webkit-animation: animatedBackground 40s linear infinite;
}
/* 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; }
img.alignleft {float: left; margin: 0 10px 10px 0;}

.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 { position:relative; margin-bottom: 50px; border-bottom: 2px dashed #d3d3d3; padding-bottom: 30px;}
.products-slider-name { position: relative; margin-bottom: 30px; }
    .products-slider-name h2,
    .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 { 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: table; width: 100%; margin-bottom: 50px; }
    .home-block>div { display: table-cell; width: 33.33%; }
    .home-block a { text-decoration: none; padding-left: 50px; display: block; }
        .home-block a i { font-size: 36px; width: 50px; float: left; margin-left: -50px; margin-top: -2px; }
        .home-block a span { font-size: 14px; font-weight: bold; }
    .home-block p { padding-left: 50px; margin: 5px 0 0 0; }
        .home-block p.padding-right { padding-right: 10px; }
/* 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 { display: block; position: relative; padding: 12px 10px 12px 0; font-size: 14px; cursor: pointer; }
.filters b i { position: absolute; right: 0; top: 50%; margin-top: -7px; }
.filters p { margin: 0; padding: 0px 5px 15px; }
.filters 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; }
.category-description,
.sub-categories { margin-bottom: 20px; }
.sub-categories .subcat { display: inline-block; margin-right: 15px; font-size: 16px; }
.sub-categories table{ width:100%; }
.sub-categories table td { padding-right: 40px;text-align: center;}
.sub-categories table td a {text-decoration: none; display: block;}
.sub-categories table td .image {width: 128px; height: 128px;}
.sub-categories table td:hover .image {background: #eee;}
.sub-categories table td .image img {}
/*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; }

.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 li .product-block.block { border-color: #eee;}
ul.thumbs .product-block.block { padding: 13px; }
.no-touch ul.thumbs li .cb-addition-add { display: inline-block; }
/*.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%; position: relative; }
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 .image .colors { position: absolute; bottom: 0; font-size: 10px; color: white; width: 180px; padding: 10px;background: rgba(0,0,0,0.6); border-radius: 3px; z-index: 2; left: 0;}
ul.thumbs .image .colors div {font-size: 14px;margin-bottom: 3px;}
ul.thumbs .image .colors span { line-height: 22px; margin-right: 10px; display: inline-block;}
ul.thumbs .image .colors span:nth-child(n+3) {margin-top: 3px;}
ul.thumbs .image .colors span i { border-radius: 50%; border: 2px solid #fff;}
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; }
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; }
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 { font-size: 16px; line-height: 40px; }
.related .products-slider .jcarousel-prev, .related .products-slider .jcarousel-next { top: -74px; }

.stocks { margin-bottom: 25px; }
.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; padding: 0; /* border-bottom: 1px solid #d4d4d4; */background: none;list-style: none; }
ul.product-tab li { display: inline-block; padding: 12px; position: relative; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; cursor: pointer; border-radius: 5px 5px 0 0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	border: 1px solid #eee;
}
ul.product-tab li:not(:last-child) { margin: 0 3px; }
.product-tab li.selected h2 {font-weight: bold;}
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 { margin: 0; font-size: 14px; font-weight: normal; }
.product-tab-content { margin-bottom: 30px; }
.product-tab-content .tab-content { display: none; border: 1px solid #d4d4d4; padding: 20px;}
.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; /* text-align: right; */}
#product-social {
	 margin-top: 20px;
}
.payment.inform {float: left;}
.delivery.inform {float: right;}
.inform { width: 50%; padding: 0 20px;box-sizing: border-box; }
.inform p {margin-bottom: 20px;font-weight: bold;font-size: 16px;}
.inform ul {margin: 0 0 20px 0;padding: 0;}
.inform ul li {list-style: none;}
.inform ul li:not(:last-child) {margin-bottom: 10px;}
.inform ul li img {float: left;max-height: 32px;margin-right: 10px;}
.inform ul li span {line-height: 32px;}
#product-social .yashare-auto-init { display: inline-block; vertical-align: 1px; }
.product-table { display: table; width: 100%; margin-bottom: 40px; }
.product-image, .product-cart { display: table-cell; vertical-align: top; }
.add2cart {
	float: left;
	width: 383px;
}
.product-image { width: 1%; padding-right: 30px; /* min-width: 310px; */ }
.image.general { padding: 4px; border: 1px solid; }
.image.general img { max-width: 500px; vertical-align: top; }
.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: 500px; }
#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: 15px 0;}
.services.product { min-height: 300px; padding: 10px 20px; border: 1px solid #e5e5e5; margin: 0 30px 0 0; width: 165px; float: left; }
.services span.bold { font-size: 16px; display: block; margin-bottom: 10px;}
.services span.info {font-size: 11px;line-height: 13px; color: #666; margin-bottom: 5px;}
.services > div { margin-top: 8px;}
.services.product > div { height: 48px; display: inline-block;  vertical-align: top; }
.services div label {}
.services div .imaga {display: inline-block;  vertical-align: middle; margin-right: 7px;}
.services div .name {display: inline-block;  vertical-align: middle; max-width: 105px; font-size: 11px;line-height: 13px;}
.services input { vertical-align: -2px; margin-right: 8px; }
.services input.hide {display:none;}
.services>span { display: block; }

#cart-flyer { margin-bottom: 20px; /* display: inline-block; */}
#cart-flyer:after { content: ''; display: block; clear: both; }
.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: 20px; }
/*addition*/
#cart-flyer .prd_addition { display: inline-block; vertical-align: middle; height: auto; text-align: left; margin: 0; line-height: 180%; margin-top: 10px;}
 #cart-flyer .prd_addition a {
 	padding: 10px;
 }
        #cart-flyer .prd_addition a.active { text-decoration: none; color: #13cd00; }
    #cart-flyer .prd_addition a i { font-size: 18px; vertical-align: -2px; text-decoration: none; color: #13cd00; }
    #cart-flyer .cb-addition-add b { display: none; margin-left: 5px; 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; }

.dialog-window .cart.product input[type="submit"], #cart-flyer input[type="submit"] { vertical-align: middle; font-size: 18px; padding: 12px 16px; text-transform: uppercase; }
.special-link {    margin: 20px 0; cursor: pointer; }
.special-link span { text-transform: uppercase; font-weight: bold; color: white; background: orange; padding: 10px;display:inline-block; }
.special-link:hover span { background: orangered; }
.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 .services input[type="checkbox"] { display: none;}
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 {}
.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-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 { 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 { 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 { display: inline-block; vertical-align: middle; width: 178px; }
.dialog-window .cart .compare-at-price, .dialog-window .cart .price { display: block; }
/*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; }
/* quick-order */
#product-quick-order {
	margin-top: 20px;
	background: #f5f2ed;      border: 1px solid #e2e2e2;
	padding: 10px;
}
#product-quick-order .quickorder-wrap {
    border: none;
    background: none;
    margin: 10px 0 0 0;
}
.quickorder-custom-form.cancel-popup .quickorder-wrap {
	/* margin: 10px 0 0 0; */
}
#product-quick-order .quickorder-header {
	display: none;
    background: none;
    height: auto;
    margin-bottom: 5px;
}
#product-quick-order .quickorder-header span {
    padding: 0;    
}
#product-quick-order .quickorder-header span i {
    text-shadow: none;
    color: black;
    font-style: normal;
    text-transform: uppercase;
}
#product-quick-order .quickorder-body {
    padding: 0;
}
#product-quick-order .quickorder-body input {
}
#product-quick-order .quickorder-body .quickorder-name {
	display: none;
}
#product-quick-order .quickorder-body .quickorder-value {
	margin: 0;
}
#product-quick-order .quickorder-body .qo-phone {
	float: left;
    width: 150px;
    margin-right: 20px;
}
#product-quick-order .quickorder-body .quickorder-submit {
	float: left;
}
#product-quick-order .quickorder-body .quickorder-submit input {	
	text-transform: none;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	padding: 6px 10px;
	margin: 0;
}


.crosslink-cat ul.thumbs .name h5{
	    font-size: 13px;
}
.tovarov-nal {
	padding-top: 6px;
    padding-left: 10px;
    float: left;
    font-size: 15px;
    color: #02beed !important;
}
.clear {
	clear: both;
}
.float-left {
	float-left
}