@charset "utf-8";
.clear:after {
  content:'';
  display:block;
  clear:both;
}
.pa {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
}
.box-sizing {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.pie { behavior:url(/g/libs/pie/1.0.0/pie.htc); }
.justify {
  text-align:justify;
  text-align-last:justify;
  text-justify:newspaper;
  font-size:1px;
  line-height:0;
}
.justify:after {
  content:'';
  display:inline-block;
  width:100%;
}
.vmiddle {
  vertical-align:middle;
  line-height:0;
  font-size:0;
}
.vmiddle:after {
  content:'';
  width:0;
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
ul.reset, ul.reset > li {
  list-style:none;
  line-height:0;
  font-size:0;
  padding:0;
  margin:0;
}
.row-vspace {
  margin-top:20px !important;
  margin-bottom:20px !important;
}
.pull-left { float:left !important; }
.pull-right { float:right !important; }
.text-left { text-align:left !important; }
.text-right { text-align:right !important; }
.text-center { text-align:center !important; }
.hide { display:none !important; }
.show { display:block !important; }
.invisible { visibility:hidden !important; }
.visible { visibility:visible !important; }
.fixed { position:fixed !important; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
  display:table;
  line-height:0;
  content:"";
}
.clearfix:after { clear:both; }
.clear-both { clear:both !important; }
.shop2-block {
  margin:20px 0;
  width:220px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  text-align:left;
}
.shop2-block:first-child { margin-top:0; }
.shop2-block .block-title {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  min-height:34px;
  position:relative;
  cursor:pointer;
}
.shop2-block .block-title span, .shop2-block .block-title strong { display:block; }
.shop2-block .block-title span {
  position:absolute;
  top:12px;
  right:20px;
  line-height:0;
  font-size:0;
  width:12px;
  height:12px;
  background:url(arrows.png) no-repeat;
}
.shop2-block .block-title strong {
  padding:9px 42px 9px 20px;
  font-size:14px;
}
.shop2-block .block-title strong::-moz-selection {
  background:none;
  text-shadow:none;
}
.shop2-block .block-title strong::selection {
  background:none;
  text-shadow:none;
}
.shop2-block .block-body {
  padding:20px;
  display:none;
}
.shop2-block.opened .block-body { display:block; }
.shop2-block.login-form { background-color:#eee; }
.shop2-block.login-form input[type="text"], .shop2-block.login-form input[type="password"] {
  background:none transparent;
  vertical-align:top;
  border:none;
  padding:0;
  margin:0;
  font-size:13px;
  font-family:inherit;
}
.shop2-block.login-form .block-title {
  background-color:#f37442;
  background-image:-moz-linear-gradient(top,#f47f51,#f1632b);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f47f51),to(#f1632b));
  background-image:-webkit-linear-gradient(top,#f47f51,#f1632b);
  background-image:-o-linear-gradient(top,#f47f51,#f1632b);
  background-image:linear-gradient(to bottom,#f47f51,#f1632b);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47f51', endColorstr='#f1632b', GradientType=0);
  color:#fff;
}
.shop2-block.login-form .block-title span { background-position:0 0; }
.shop2-block.login-form.opened .block-title span { background-position:-22px 0; }
.shop2-block.login-form .block-body {
  font-size:12px;
  padding:14px 20px;
  background-color:#eee;
}
.shop2-block.login-form .block-body a, .shop2-block.login-form .block-body span, .shop2-block.login-form .block-body strong {
  display:inline-block;
  vertical-align:middle;
  padding:0 1px;
}
.shop2-block.login-form .block-body p, .shop2-block.login-form .block-body div.row { margin:6px 0; }
.shop2-block.login-form .block-body div.row {
  overflow:hidden;
  font-size:13px;
}
.shop2-block.login-form .block-body label {
  display:block;
  padding:0 1px;
}
.shop2-block.login-form .block-body label.field {
  background:#fff url(../icons-user.png) no-repeat;
  border:1px solid #cecece;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  padding:0 6px 0 24px;
  overflow:hidden;
  height:23px;
}
.shop2-block.login-form .block-body label.field input {
  width:100%;
  padding:4px 0 3px;
}
.shop2-block.login-form .block-body label.field.text { background-position:6px -26px; }
.shop2-block.login-form .block-body label.field.password { background-position:6px -58px; }
.shop2-block.login-form .block-body .signin-btn {
  float:right;
  display:inline;
  border:none;
  cursor:pointer;
  padding:4px 8px;
  margin:0 0 0 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#333333;
  background-color:#eeeeee;
  background-image:-moz-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#dfdfdf));
  background-image:-webkit-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-o-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:linear-gradient(to bottom,#f8f8f8,#dfdfdf);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-block.login-form .block-body .signin-btn:hover {
  background-color:#f6f6f6;
  background-image:-moz-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#efefef));
  background-image:-webkit-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-o-linear-gradient(top,#fbfbfb,#efefef);
  background-image:linear-gradient(to bottom,#fbfbfb,#efefef);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}
.shop2-block.login-form .block-body .signin-btn:active {
  background-color:#e6e6e6;
  background-image:-moz-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#dedede),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-o-linear-gradient(top,#dedede,#f1f1f1);
  background-image:linear-gradient(to bottom,#dedede,#f1f1f1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
}
.shop2-block.login-form .block-body .user-name {
  font-size:14px;
  color:#333333;
  margin-right:10px;
  min-width:74px;
}
.shop2-block.login-form .block-body .settings {
  line-height:0;
  font-size:0;
  width:12px;
  height:12px;
  background:url(../icons-user.png) 0 0 no-repeat;
  text-decoration:none;
}
.shop2-block.login-form .block-body .register {
  color:#eb3c3c;
  margin-right:4px;
}
.shop2-block.login-form .block-body .my-orders {
  margin-right:10px;
  min-width:74px;
}
.shop2-block.cart-preview {
  background-color:#f1632b;
  color:#fff;
}
.shop2-block.cart-preview .block-title {
  background-color:#ec4848;
  background-image:-moz-linear-gradient(top,#ed5151,#eb3c3c);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ed5151),to(#eb3c3c));
  background-image:-webkit-linear-gradient(top,#ed5151,#eb3c3c);
  background-image:-o-linear-gradient(top,#ed5151,#eb3c3c);
  background-image:linear-gradient(to bottom,#ed5151,#eb3c3c);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5151', endColorstr='#eb3c3c', GradientType=0);
  color:#fff;
}
.shop2-block.cart-preview .block-title span { background-position:0 0; }
.shop2-block.cart-preview.opened .block-title span { background-position:-22px 0; }
.shop2-block.cart-preview .block-body {
  font-size:12px;
  padding:10px 20px 14px;
  cursor:default;
}
.shop2-block.cart-preview .block-body p { margin:6px 0; }
.shop2-block.cart-preview .block-body span, .shop2-block.cart-preview .block-body strong { display:inline-block; }
.shop2-block.cart-preview .block-body span { min-width:60px; }
.shop2-block.cart-preview .block-body strong {
  font-size:18px;
  font-weight:normal;
  line-height:1;
}
.shop2-block.cart-preview .block-body div {
  font-weight:bold;
  font-size:14px;
  margin:6px 0;
}
.shop2-block.cart-preview .order-btn {
  padding:5px 11px;
  display:inline-block;
  cursor:pointer;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  text-decoration:none;
  color:#333333;
  background-color:#eeeeee;
  background-image:-moz-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#dfdfdf));
  background-image:-webkit-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-o-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:linear-gradient(to bottom,#f8f8f8,#dfdfdf);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-block.cart-preview .order-btn:hover {
  background-color:#f6f6f6;
  background-image:-moz-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#efefef));
  background-image:-webkit-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-o-linear-gradient(top,#fbfbfb,#efefef);
  background-image:linear-gradient(to bottom,#fbfbfb,#efefef);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}
.shop2-block.cart-preview .order-btn:active {
  background-color:#e6e6e6;
  background-image:-moz-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#dedede),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-o-linear-gradient(top,#dedede,#f1f1f1);
  background-image:linear-gradient(to bottom,#dedede,#f1f1f1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
}
.shop2-block.search-form { background-color:#eee; }
.shop2-block.search-form .search-btn {
  border:none;
  cursor:pointer;
  padding:4px 8px;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#333333;
  background-color:#eeeeee;
  background-image:-moz-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#dfdfdf));
  background-image:-webkit-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-o-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:linear-gradient(to bottom,#f8f8f8,#dfdfdf);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-block.search-form .search-btn:hover {
  background-color:#f6f6f6;
  background-image:-moz-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#efefef));
  background-image:-webkit-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-o-linear-gradient(top,#fbfbfb,#efefef);
  background-image:linear-gradient(to bottom,#fbfbfb,#efefef);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}
.shop2-block.search-form .search-btn:active {
  background-color:#e6e6e6;
  background-image:-moz-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#dedede),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-o-linear-gradient(top,#dedede,#f1f1f1);
  background-image:linear-gradient(to bottom,#dedede,#f1f1f1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
}
.shop2-block.search-form .block-title {
  background-color:#cfcfcf;
  background-image:-moz-linear-gradient(top,#d1d1d1,#ccc);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#d1d1d1),to(#ccc));
  background-image:-webkit-linear-gradient(top,#d1d1d1,#ccc);
  background-image:-o-linear-gradient(top,#d1d1d1,#ccc);
  background-image:linear-gradient(to bottom,#d1d1d1,#ccc);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ccc', GradientType=0);
  color:#333333;
}
.shop2-block.search-form .block-title span { background-position:0 -22px; }
.shop2-block.search-form.opened .block-title span { background-position:-22px -22px; }
.shop2-block.search-form .block-body {
  font-size:13px;
  padding:8px 18px 10px;
  background-color:#fff;
  border:2px solid #eee;
  color:#333333;
}
.shop2-block.search-form .block-body div.row {
  margin:10px 0;
  overflow:hidden;
}
.shop2-block.search-form .block-body div.row select {
  width:100%;
  font-family:inherit;
  font-size:13px;
  cursor:pointer;
}
.shop2-block.search-form .block-body div.row input[type="text"] {
  width:97%;
  font-family:inherit;
  font-size:13px;
  text-align:left;
}
.shop2-block.search-form .block-body div.row input[type="text"].small { width:60px; }
.shop2-block.search-form .block-body div.row span { color:#a1a1a1; }
.shop2-block.search-form .block-body div.row-title, .shop2-block.search-form .block-body label.row-title {
  display:block;
  padding-bottom:2px;
}
.shop2-block.tag-cloud .block-title {
  background-color:#008cd2;
  background-image:-moz-linear-gradient(top,#008fd6,#08c);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#008fd6),to(#08c));
  background-image:-webkit-linear-gradient(top,#008fd6,#08c);
  background-image:-o-linear-gradient(top,#008fd6,#08c);
  background-image:linear-gradient(to bottom,#008fd6,#08c);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008fd6', endColorstr='#08c', GradientType=0);
  color:#fff;
}
.shop2-block.tag-cloud .block-title span { background:none; }
.shop2-block.tag-cloud .block-body {
  background-color:#fff;
  border:1px solid #dedede;
  padding:14px;
}
.shop2-block.tag-cloud .block-body a {
  display:inline-block;
  *display:inline;
  *zoom:1;
  margin:0 4px 4px 6px;
  position:relative;
  padding:0 6px 0 8px;
  background:#dedede;
  color:#626262;
  line-height:20px;
  font-size:11px;
  text-decoration:none;
  white-space:pre;
  -webkit-border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  border-top-right-radius:2px;
  -webkit-border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  border-bottom-right-radius:2px;
}
.shop2-block.tag-cloud .block-body a span {
  border-width:10px 6px 10px 0;
  border-color:transparent #dedede transparent transparent;
  line-height:0;
  font-size:0;
  width:0;
  height:0;
  border-style:solid;
  position:absolute;
  left:-6px;
  top:0;
}
.shop2-block.tag-cloud .block-body a ins {
  position:absolute;
  left:0;
  top:50%;
  width:4px;
  height:4px;
  background:#fff;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  margin:-2px 0 0;
}
.shop2-block.tag-cloud .block-body a em {
  color:#08c;
  font-style:normal;
}
.product-item-thumb .product-label div.product-spec, .shop2-product .product-spec, .product-item-simple .product-label div.product-spec, .shop2-pricelist .product-label div.product-spec { background-color:#373334; }
.product-item-thumb .product-label div.product-new, .shop2-product .product-new, .product-item-simple .product-label div.product-new, .shop2-pricelist .product-label div.product-new { background-color:#e9e6da; }
.shop2-filter .result { background-color:#373bcc; }
.shop2-filter .result .result-arrow { border-color:transparent transparent transparent #373bcc; }
.shop2-coupon {
  background-color:#1a1d94;
  width:385px;
}
.shop2-coupon .coupon-label { color:#fff; }
.shop2-coupon .coupon-arrow { border-color:transparent transparent transparent #1a1d94; }
.product-item-thumb, .product-item-thumb .product-amount, .product-item-thumb .product-bot, .product-item-thumb .shop2-product-actions dt, table.shop2-product-options th, table.shop2-product-options td { border-color:transparent; }
.shop2-btn {
  color:#333333;
  background-color:#eeeeee;
  background-image:-moz-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#dfdfdf));
  background-image:-webkit-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-o-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:linear-gradient(to bottom,#f8f8f8,#dfdfdf);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-btn:hover {
  background-color:#f6f6f6;
  background-image:-moz-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#efefef));
  background-image:-webkit-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-o-linear-gradient(top,#fbfbfb,#efefef);
  background-image:linear-gradient(to bottom,#fbfbfb,#efefef);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}
.shop2-btn:active {
  background-color:#e6e6e6;
  background-image:-moz-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#dedede),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-o-linear-gradient(top,#dedede,#f1f1f1);
  background-image:linear-gradient(to bottom,#dedede,#f1f1f1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
}
.shop2-btn.disabled, .shop2-btn.disabled:hover, .shop2-btn.disabled:active, .shop2-btn.notavailable, .shop2-btn.notavailable:hover, .shop2-btn.notavailable:active {
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 0 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 0 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 0 0 inset;
  background:none #eee;
  color:#494949;
  cursor:default;
}
.shop2-product-btn {
  color:#333333;
  background-color:#018acc;
  background-image:-moz-linear-gradient(top,#029cc9,#0070d1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#029cc9),to(#0070d1));
  background-image:-webkit-linear-gradient(top,#029cc9,#0070d1);
  background-image:-o-linear-gradient(top,#029cc9,#0070d1);
  background-image:linear-gradient(to bottom,#029cc9,#0070d1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#029cc9', endColorstr='#0070d1', GradientType=0);
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  -webkit-border-radius:epx;
  -moz-border-radius:epx;
  border-radius:epx;
}
.shop2-product-btn:hover {
  background-color:#0182ce;
  background-image:-moz-linear-gradient(top,#0070d1,#029cc9);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#0070d1),to(#029cc9));
  background-image:-webkit-linear-gradient(top,#0070d1,#029cc9);
  background-image:-o-linear-gradient(top,#0070d1,#029cc9);
  background-image:linear-gradient(to bottom,#0070d1,#029cc9);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070d1', endColorstr='#029cc9', GradientType=0);
}
.shop2-product-btn:active {
  background-color:#018acc;
  background-image:-moz-linear-gradient(top,#029cc9,#0070d1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#029cc9),to(#0070d1));
  background-image:-webkit-linear-gradient(top,#029cc9,#0070d1);
  background-image:-o-linear-gradient(top,#029cc9,#0070d1);
  background-image:linear-gradient(to bottom,#029cc9,#0070d1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#029cc9', endColorstr='#0070d1', GradientType=0);
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
}
.shop2-product-btn span {
  background:url("shop2/images/icons-btn.png") no-repeat;
  color:#fff;
  font:normal 10px 'RobotoSlabBold', Tahoma, Helvetica, sans-serif;
  text-transform:uppercase;
}
.shop2-product-btn.disabled, .shop2-product-btn.disabled:hover, .shop2-product-btn.disabled:active, .shop2-product-btn.notavailable, .shop2-product-btn.notavailable:hover, .shop2-product-btn.notavailable:active {
  -webkit-box-shadow:#eee 0 0 0 inset;
  -moz-box-shadow:#eee 0 0 0 inset;
  box-shadow:#eee 0 0 0 inset;
  background:none #eee;
  cursor:default;
}
.shop2-product-btn.disabled span, .shop2-product-btn.disabled:hover span, .shop2-product-btn.disabled:active span, .shop2-product-btn.notavailable span, .shop2-product-btn.notavailable:hover span, .shop2-product-btn.notavailable:active span {
  font-size:10px;
  color:#a4a4a4;
}
.shop2-product-btn.type-2, .shop2-product-btn.type-3 {
  width:68px;
  height:21px;
  text-align:left;
}
.shop2-product-btn.type-2 span, .shop2-product-btn.type-3 span {
  height:21px;
  line-height:21px;
  text-indent:0;
  padding:0;
  text-align:center;
  background:none;
}
.shop2-product-btn.type-2.buy span, .shop2-product-btn.type-3.buy span { background-position:50% 0; }
.shop2-product-btn.type-2.onrequest span, .shop2-product-btn.type-3.onrequest span { background-position:50% -40px; }
.shop2-product-btn.type-2.notavailable span, .shop2-product-btn.type-3.notavailable span { background-position:50% -80px; }
.shop2-filter a.param-val { color:#0089d0; }
.shop2-filter a.param-val:hover { color:#0089d0; }
.shop2-sorting-panel {
  background-color:#141686;
  color:#fff;
}
.shop2-sorting-panel .sorting .sort-param { color:#fff; }
.shop2-sorting-panel .sorting .sort-param span { background:url("shop2images/icons-filter-sort.png") -1000px -1000px no-repeat; }
.shop2-sorting-panel .sorting .sort-reset ins {
  color:#fff;
  border-color:#fff;
}
.shop2-sorting-panel .sorting .sort-reset span { background:url("shop2/images/icons-filter-sort.png") -74px 0 no-repeat; }
.shop2-product-amount { text-align:left; }
.shop2-product-amount button {
  background-color:#eeeeee;
  background-image:-moz-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#dfdfdf));
  background-image:-webkit-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:-o-linear-gradient(top,#f8f8f8,#dfdfdf);
  background-image:linear-gradient(to bottom,#f8f8f8,#dfdfdf);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -moz-box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow:#ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  color:#626262;
  width:16px;
  height:15px;
  line-height:15px;
  font-size:15px;
}
.shop2-product-amount button::-moz-selection {
  background:none;
  text-shadow:none;
}
.shop2-product-amount button::selection {
  background:none;
  text-shadow:none;
}
.shop2-product-amount button:hover {
  background-color:#f6f6f6;
  background-image:-moz-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbfbfb),to(#efefef));
  background-image:-webkit-linear-gradient(top,#fbfbfb,#efefef);
  background-image:-o-linear-gradient(top,#fbfbfb,#efefef);
  background-image:linear-gradient(to bottom,#fbfbfb,#efefef);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}
.shop2-product-amount button:active {
  background-color:#e6e6e6;
  background-image:-moz-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#dedede),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#dedede,#f1f1f1);
  background-image:-o-linear-gradient(top,#dedede,#f1f1f1);
  background-image:linear-gradient(to bottom,#dedede,#f1f1f1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
  box-shadow:rgba(0,0,0,0.2) 0 1px 1px 0 inset;
}
.shop2-product-amount input[type="text"] {
  width:23px;
  height:12px;
  font-size:10px;
}
.shop2-product-actions dt { background:none; }
.shop2-product-actions dt span.name-action {
  color:#ff0206;
  border:none;
}
.shop2-product-actions dt span.icon-action { background:url("shop2/images/icons-actions.png") 0 -39px no-repeat; }
.product-compare { display:none; }
.tpl-stars { display:none; }
.product-item-thumb {
  width:160px;
  padding:0;
}
.product-item-thumb .product-image {
  width:158px;
  height:188px;
  border:1px solid #999999;
  background-color:#fff;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.product-item-thumb .product-image img {
  max-width:158px;
  max-height:188px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.product-item-thumb .product-label { display:none; }
.product-item-thumb .product-name { font-size:14px; }
.product-item-thumb .product-amount { width:100px; }
.product-item-thumb .product-amount .amount-title {
  color:#2d231b;
  font-size:0;
}
.product-item-thumb .product-amount .amount-title:before {
  content:'Кол-во';
  font-size:9px;
}
.product-item-thumb .product-price { width:92px; }
.product-item-thumb .product-price .price-old { text-decoration:none; }
.product-item-thumb .product-price .price-old span { font-size:11px; }
.product-item-thumb .product-price .price-old span strong {
  font-size:17px;
  font-weight:normal;
  background:url(shop2/images/old-price-lt.png) top left no-repeat;
  -webkit-background-size:100% auto;
  background-size:100% auto;
  font-weight:normal;
}
.product-item-thumb .product-price .price-current { font:normal 14px Tahoma; }
.product-item-thumb .product-price .price-current strong {
  font-size:24px;
  font-weight:normal;
}
.product-item-thumb .tpl-rating-block, .product-item-thumb .product-article, .product-item-thumb .shop2-product-options { display:none; }
.product-item-simple .product-image {
  width:158px;
  height:188px;
  border:1px solid #999999;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.product-item-simple .product-image img {
  max-width:158px;
  max-height:188px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.product-item-simple .product-name { font-size:14px; }
.product-item-simple .product-amount .amount-title {
  color:#2d231b;
  font-size:9px;
}
.product-item-simple .product-price { width:92px; }
.product-item-simple .product-price .price-current { font:normal 14px Tahoma; }
.product-item-simple .product-price .price-current strong {
  font-size:24px;
  font-weight:normal;
}
.product-item-simple .tpl-rating-block, .product-item-simple .product-article, .product-item-simple .shop2-product-options { display:none; }
.shop2-pricelist .product-image {
  width:158px;
  height:188px;
  border:1px solid #999999;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.shop2-pricelist .product-image img {
  max-width:158px;
  max-height:188px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.shop2-pricelist .product-name { font-size:14px; }
.shop2-pricelist .product-amount .amount-title {
  color:#2d231b;
  font-size:9px;
}
.shop2-pricelist .product-price { width:92px; }
.shop2-pricelist .product-price .price-current { font:normal 14px Tahoma; }
.shop2-pricelist .product-price .price-current strong {
  font-size:24px;
  font-weight:normal;
}
.shop2-pricelist .tpl-rating-block, .shop2-pricelist .product-article, .shop2-pricelist .shop2-product-options { display:none; }
.shop2-pagelist { text-align:right; }
.shop2-pagelist li.page-num.active-num {
  background-color:#018acc;
  background-image:-moz-linear-gradient(top,#029cc9,#0070d1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#029cc9),to(#0070d1));
  background-image:-webkit-linear-gradient(top,#029cc9,#0070d1);
  background-image:-o-linear-gradient(top,#029cc9,#0070d1);
  background-image:linear-gradient(to bottom,#029cc9,#0070d1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#029cc9', endColorstr='#0070d1', GradientType=0);
  border-color:#0070d1;
}
.shop2-pagelist li.page-num.active-num span { color:#fff; }
.shop2-product { margin-bottom:30px; }
.shop2-product .product-side-l { width:364px; }
.shop2-product .product-side-r { width:360px; }
.shop2-product .product-side-r .prod-name {
  color:#2d231b;
  font:normal 22px 'RobotoSlabBold', Tahoma, Helvetica, sans-serif;
  text-transform:uppercase;
  margin:0 0 10px;
  padding-left:20px;
}
.shop2-product .product-side-r .prod-anonce {
  color:#2d231b;
  font:normal 16px/17px 'RobotoSlabBold', Tahoma, Helvetica, sans-serif;
  text-transform:uppercase;
  padding-left:20px;
  margin:0 0 20px;
}
.shop2-product .product-image {
  width:362px;
  height:379px;
  border:1px solid #9e9e9e;
}
.shop2-product .product-image img {
  max-width:362px;
  max-height:379px;
}
.shop2-product .form-add { border:none; }
.shop2-product .form-add .product-price {
  margin:0;
  width:155px;
  float:left;
  padding-top:5px;
}
.shop2-product .form-add .product-price .price-old {
  text-decoration:none;
  color:#2d231b;
}
.shop2-product .form-add .product-price .price-old:before {
  content:'Старая цена:';
  display:block;
  font-size:9px;
}
.shop2-product .form-add .product-price .price-old span {
  font-size:11px;
  color:#2d231b;
}
.shop2-product .form-add .product-price .price-old span strong {
  font-size:17px;
  font-weight:normal;
  background:url(shop2/images/old-price-lt.png) top left no-repeat;
  -webkit-background-size:100% auto;
  background-size:100% auto;
}
.shop2-product .form-add .product-price .price-current {
  color:#2d231b;
  font-size:14px;
}
.shop2-product .form-add .product-price .price-current strong {
  font-weight:normal;
  font-size:24px;
}
.shop2-product .form-add .right { float:left; }
.shop2-product .form-add .product-amount { display:block; }
.shop2-product .form-add .product-amount .amount-title { font-size:0; }
.shop2-product .form-add .product-amount .amount-title:before {
  content:'Кол-во';
  font-size:9px;
  color:#2d231b;
}
.shop2-product .form-add .shop2-product-btn { margin:0; }
.shop2-product .product-details {
  border:none;
  padding-left:20px;
}
.shop2-product .product-details .yashare {
  float:left;
  width:160px;
}
.shop2-product .product-details .shop2-product-actions {
  float:right;
  width:145px;
}
.shop2-product .product-details .shop2-product-actions dt span.name-action {
  max-width:110px;
  white-space:normal;
}
.shop2-product .shop2-product-options { margin:0 0 40px; }
.shop2-product .shop2-product-options .tr {
  border-bottom:1px solid #cdcac8;
  padding:5px 0;
}
.shop2-product .shop2-product-options .tr >div {
  display:inline-block;
  vertical-align:middle;
}
.shop2-product .shop2-product-options .tr >div.th {
  color:#2d231b;
  font:normal 14px 'RobotoSlabBold', Tahoma, Helvetica, sans-serif;
  padding-right:15px;
}
.shop2-product .shop2-product-options .tr >div.td {
  color:#2d231b;
  font:normal 14px 'RobotoSlabRegular', Tahoma, Helvetica, sans-serif;
}
.shop2-product .product-thumbnails, .shop2-product .tpl-rating-block, .shop2-product .product-spec, .shop2-product .product-new { display:none; }
.prod-desc { color:#2d231b; }
.prod-desc .title { font:normal 14px 'RobotoSlabBold', Tahoma, Helvetica, sans-serif; }
.prod-desc .body { font:normal 14px 'RobotoSlabRegular', Tahoma, Helvetica, sans-serif; }
.shop2-product-data { display:none; }
.shop2-collection-header { font-size:18px; }
.shop2-kind-item {
  border-color:#1a1d94;
  margin-right:20px;
}
.tpl-block-header, .tpl-info, .tpl-form, .tpl-comment { display:none; }
.shop2-product-folders-header, .shop2-product-folders { display:none; }
table.shop2-cart-table th {
  background-color:#17198c;
  text-align:center;
}
table.shop2-cart-table th:first-child { text-align:left; }
table.shop2-cart-table td.cart-product { width:385px; }
table.shop2-cart-table td.cart-product .cart-product-details { width:250px; }
table.shop2-cart-table td.cart-product .cart-product-image {
  width:105px;
  height:105px;
}
table.shop2-cart-table td.cart-product .cart-product-name {
  height:105px;
  vertical-align:middle;
  line-height:0;
  font-size:0;
}
table.shop2-cart-table td.cart-product .cart-product-name:after {
  content:'';
  width:0;
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
table.shop2-cart-table td.cart-product .cart-product-name a {
  display:inline-block;
  vertical-align:middle;
  color:#2d231b;
  font:normal 15px Arial;
}
table.shop2-cart-table td.cart-product .cart-product-article, table.shop2-cart-table td.cart-product .cart-product-action, table.shop2-cart-table td.cart-product .cart-product-param { display:none; }
table.shop2-cart-table td.cart-price {
  color:#1a1d94;
  text-align:center;
}
table.shop2-cart-table td.cart-delete img { visibility:hidden; }
table.shop2-cart-table td.cart-delete a {
  width:19px;
  height:19px;
  background:url(shop2/images/cart-delete.png) top left no-repeat;
}
table.shop2-cart-table td.cart-amount .shop2-product-amount {
  margin:0 auto;
  text-align:center;
}
.shop2-cart-update .shop2-cart-update {
  background-color:#272bc8;
  background-image:-moz-linear-gradient(top,#2f34ea,#1a1d96);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#2f34ea),to(#1a1d96));
  background-image:-webkit-linear-gradient(top,#2f34ea,#1a1d96);
  background-image:-o-linear-gradient(top,#2f34ea,#1a1d96);
  background-image:linear-gradient(to bottom,#2f34ea,#1a1d96);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f34ea', endColorstr='#1a1d96', GradientType=0);
  color:#fff;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
.shop2-cart-update .shop2-cart-update:hover {
  background-color:#2226b8;
  background-image:-moz-linear-gradient(top,#1a1d96,#2f34ea);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#1a1d96),to(#2f34ea));
  background-image:-webkit-linear-gradient(top,#1a1d96,#2f34ea);
  background-image:-o-linear-gradient(top,#1a1d96,#2f34ea);
  background-image:linear-gradient(to bottom,#1a1d96,#2f34ea);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1d96', endColorstr='#2f34ea', GradientType=0);
  color:#fff;
}
.shop2-cart-update .shop2-cart-update:active {
  background-color:#272bc8;
  background-image:-moz-linear-gradient(top,#2f34ea,#1a1d96);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#2f34ea),to(#1a1d96));
  background-image:-webkit-linear-gradient(top,#2f34ea,#1a1d96);
  background-image:-o-linear-gradient(top,#2f34ea,#1a1d96);
  background-image:linear-gradient(to bottom,#2f34ea,#1a1d96);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f34ea', endColorstr='#1a1d96', GradientType=0);
  color:#fff;
}
table.shop2-cart-total th { color:#2024ae; }
table.shop2-cart-total td { color:#2024ae; }
table.shop2-cart-total span.question {
  background:url(shop2/images/quest-icon.png) top left no-repeat;
  padding-left:20px;
}
table.shop2-cart-total span.question img { display:none; }
.shop2-coupon .coupon-id .coupon-delete {
  background:url("shop2/images/coupon-clear.png") 0 0 no-repeat;
  width:19px;
  height:19px;
}
.shop2-coupon .coupon-id span {
  color:#1a1d94;
  font:normal 15px Arial;
}
.shop2-coupon .coupon-id .coupon-code {
  color:#1a1d94;
  font-size:14px;
}
.shop2-cart-registration h2 {
  font:normal 24px 'RobotoSlabRegular', Tahoma, Helvetica, sans-serif;
  color:#000;
}
.shop2-cart-registration table.table-registration { width:730px; }
.shop2-cart-registration form.form-registration div { color:#fff; }
.shop2-cart-registration table.table-registration td.cell-l { background-color:#1a1d94; }
.shop2-cart-registration table.table-registration td.cell-r { background-color:#0080d1; }
.shop2-cart-registration table.table-registration td.cell-r p:first-child { color:#fff; }
.shop2-cart-registration table.table-registration td.cell-r p:first-child a {
  color:#00afe1;
  display:block;
}
.shop2-order-options .option-type.active-type {
  background-color:#fff;
  color:#333;
}
.shop2-panel-content, .shop2-panel-btn.disabled, .shop2-panel-btn.disabled:hover, .shop2-panel-btn.disabled:active, .shop2-panel-compare a.shop2-panel-link-disabled, .shop2-panel-cart a.shop2-panel-link-disabled, .shop2-panel-total { color:#fff; }
.shop2-panel-count {
  color:#fff;
  border-color:#fff;
}
.shop2-panel-compare { background-image:url(shop2/images/panel-icons.png); }
.shop2-panel-cart { background-image:url(shop2/images/panel-icons.png); }
