@charset "utf-8";
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; }
.clear-container {
  overflow:hidden;
  line-height:0;
  font-size:0;
  clear:both;
  width:100%;
  height:0;
}
.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;
  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(/d/761871/t/v425/images/arrows.png) no-repeat;
}
.shop2-block .block-title strong {
  padding:9px 0 6px 20px;
  font:normal 30px 'MarckScriptRegular', cursive;
}
.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;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.shop2-block.opened .block-body { display:block; }
.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;
  top:22px;
  right:12px;
}
.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:#fff;
  background-color:#f63038;
  background-image:-moz-linear-gradient(top,#f7434b,#f5131d);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f7434b),to(#f5131d));
  background-image:-webkit-linear-gradient(top,#f7434b,#f5131d);
  background-image:-o-linear-gradient(top,#f7434b,#f5131d);
  background-image:linear-gradient(to bottom,#f7434b,#f5131d);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7434b', endColorstr='#f5131d', GradientType=0);
  -webkit-box-shadow:#e8282e 1px 1px 0 inset, #e8282e -1px -1px 0 inset, #e8282e -1px 1px 0 inset, #e8282e 1px -1px 0 inset;
  -moz-box-shadow:#e8282e 1px 1px 0 inset, #e8282e -1px -1px 0 inset, #e8282e -1px 1px 0 inset, #e8282e 1px -1px 0 inset;
  box-shadow:#e8282e 1px 1px 0 inset, #e8282e -1px -1px 0 inset, #e8282e -1px 1px 0 inset, #e8282e 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-block.cart-preview .order-btn:hover {
  background-color:#f74049;
  background-image:-moz-linear-gradient(top,#f74a52,#f6323a);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f74a52),to(#f6323a));
  background-image:-webkit-linear-gradient(top,#f74a52,#f6323a);
  background-image:-o-linear-gradient(top,#f74a52,#f6323a);
  background-image:linear-gradient(to bottom,#f74a52,#f6323a);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74a52', endColorstr='#f6323a', GradientType=0);
}
.shop2-block.cart-preview .order-btn:active {
  background-color:#f6212a;
  background-image:-moz-linear-gradient(top,#f5121c,#f7373f);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5121c),to(#f7373f));
  background-image:-webkit-linear-gradient(top,#f5121c,#f7373f);
  background-image:-o-linear-gradient(top,#f5121c,#f7373f);
  background-image:linear-gradient(to bottom,#f5121c,#f7373f);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5121c', endColorstr='#f7373f', 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 { 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;
  top:40px;
  right:12px;
}
.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(/d/761871/t/v425/images/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(/d/761871/t/v425/images/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.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;
  top:40px;
  right:12px;
}
.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 { margin-top:10px; }
.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;
}
.shop2-product .product-side-r .form-add .shop2-product-btn {
  border:none;
  padding:0;
  margin:0;
  font-family:inherit;
  font-size:13px;
  color:#ffffff;
  cursor:pointer;
  background-color:#f63038;
  background-image:-moz-linear-gradient(top,#f7434b,#f5131d);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f7434b),to(#f5131d));
  background-image:-webkit-linear-gradient(top,#f7434b,#f5131d);
  background-image:-o-linear-gradient(top,#f7434b,#f5131d);
  background-image:linear-gradient(to bottom,#f7434b,#f5131d);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7434b', endColorstr='#f5131d', GradientType=0);
  -webkit-box-shadow:#e8282e 1px 1px 0 inset, #e8282e -1px -1px 0 inset, #e8282e -1px 1px 0 inset, #e8282e 1px -1px 0 inset;
  -moz-box-shadow:#e8282e 1px 1px 0 inset, #e8282e -1px -1px 0 inset, #e8282e -1px 1px 0 inset, #e8282e 1px -1px 0 inset;
  box-shadow:#e8282e 1px 1px 0 inset, #e8282e -1px -1px 0 inset, #e8282e -1px 1px 0 inset, #e8282e 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  vertical-align:middle;
}
.shop2-product .product-side-r .form-add .shop2-product-btn:hover {
  background-color:#f74049;
  background-image:-moz-linear-gradient(top,#f74a52,#f6323a);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f74a52),to(#f6323a));
  background-image:-webkit-linear-gradient(top,#f74a52,#f6323a);
  background-image:-o-linear-gradient(top,#f74a52,#f6323a);
  background-image:linear-gradient(to bottom,#f74a52,#f6323a);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74a52', endColorstr='#f6323a', GradientType=0);
}
.shop2-product .product-side-r .form-add .shop2-product-btn:active {
  background-color:#f6212a;
  background-image:-moz-linear-gradient(top,#f5121c,#f7373f);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5121c),to(#f7373f));
  background-image:-webkit-linear-gradient(top,#f5121c,#f7373f);
  background-image:-o-linear-gradient(top,#f5121c,#f7373f);
  background-image:linear-gradient(to bottom,#f5121c,#f7373f);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5121c', endColorstr='#f7373f', 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 .product-side-r .form-add .shop2-product-btn span {
  display:block;
  overflow:hidden;
  margin:0 auto;
  background:url("/d/761871/t/v425/images/icons-btn.png") no-repeat;
  font-size:15px;
  font-weight:bold;
  color:#ffffff;
}
.shop2-product .product-side-r .form-add .shop2-product-btn span::-moz-selection {
  background:none;
  text-shadow:none;
}
.shop2-product .product-side-r .form-add .shop2-product-btn span::selection {
  background:none;
  text-shadow:none;
}
.shop2-product .product-side-r .form-add .shop2-product-btn.disabled, .shop2-product .product-side-r .form-add .shop2-product-btn.disabled:hover, .shop2-product .product-side-r .form-add .shop2-product-btn.disabled:active, .shop2-product .product-side-r .form-add .shop2-product-btn.notavailable, .shop2-product .product-side-r .form-add .shop2-product-btn.notavailable:hover, .shop2-product .product-side-r .form-add .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 .product-side-r .form-add .shop2-product-btn.disabled span, .shop2-product .product-side-r .form-add .shop2-product-btn.disabled:hover span, .shop2-product .product-side-r .form-add .shop2-product-btn.disabled:active span, .shop2-product .product-side-r .form-add .shop2-product-btn.notavailable span, .shop2-product .product-side-r .form-add .shop2-product-btn.notavailable:hover span, .shop2-product .product-side-r .form-add .shop2-product-btn.notavailable:active span {
  font-size:12px;
  color:#a4a4a4;
}
.shop2-product .product-side-r .form-add .shop2-product-btn.type-3 {
  width:150px;
  height:34px;
  text-align:left;
}
.shop2-product .product-side-r .form-add .shop2-product-btn.type-3 span {
  height:34px;
  line-height:34px;
  padding-left:50px;
}
.shop2-product .product-side-r .form-add .shop2-product-btn.type-3.buy span { background-position:0 0; }
.shop2-product .product-side-r .form-add .shop2-product-btn.type-3.onrequest span { background-position:0 -40px; }
.shop2-product .product-side-r .form-add .shop2-product-btn.type-3.notavailable span { background-position:0 -80px; }
.cell-r .shop2-btn {
  padding:0;
  margin:0;
  vertical-align:middle;
  border:none;
  cursor:pointer;
  font-family:inherit;
  font-size:13px;
  color:#fff;
  background-color:#f63038;
  background-image:-moz-linear-gradient(top,#f7434b,#f5131d);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f7434b),to(#f5131d));
  background-image:-webkit-linear-gradient(top,#f7434b,#f5131d);
  background-image:-o-linear-gradient(top,#f7434b,#f5131d);
  background-image:linear-gradient(to bottom,#f7434b,#f5131d);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7434b', endColorstr='#f5131d', GradientType=0);
  -webkit-box-shadow:#e8282e 1px 1px 0 inset, #e8282e -1px -1px 0 inset, #e8282e -1px 1px 0 inset, #e8282e 1px -1px 0 inset;
  -moz-box-shadow:#e8282e 1px 1px 0 inset, #e8282e -1px -1px 0 inset, #e8282e -1px 1px 0 inset, #e8282e 1px -1px 0 inset;
  box-shadow:#e8282e 1px 1px 0 inset, #e8282e -1px -1px 0 inset, #e8282e -1px 1px 0 inset, #e8282e 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.cell-r .shop2-btn:hover {
  background-color:#f74049;
  background-image:-moz-linear-gradient(top,#f74a52,#f6323a);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f74a52),to(#f6323a));
  background-image:-webkit-linear-gradient(top,#f74a52,#f6323a);
  background-image:-o-linear-gradient(top,#f74a52,#f6323a);
  background-image:linear-gradient(to bottom,#f74a52,#f6323a);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74a52', endColorstr='#f6323a', GradientType=0);
}
.cell-r .shop2-btn:active {
  background-color:#f6212a;
  background-image:-moz-linear-gradient(top,#f5121c,#f7373f);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5121c),to(#f7373f));
  background-image:-webkit-linear-gradient(top,#f5121c,#f7373f);
  background-image:-o-linear-gradient(top,#f5121c,#f7373f);
  background-image:linear-gradient(to bottom,#f5121c,#f7373f);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5121c', endColorstr='#f7373f', 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;
}
.cell-r .shop2-btn.disabled, .cell-r .shop2-btn.disabled:hover, .cell-r .shop2-btn.disabled:active, .cell-r .shop2-btn.notavailable, .cell-r .shop2-btn.notavailable:hover, .cell-r .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;
}
a.shop2-btn {
  display:inline-block;
  text-decoration:none;
  padding:5px 11px;
}
.cell-r .shop2-btn, input[type="button"].shop2-btn, input[type="submit"].shop2-btn { padding:4px 8px; }
.shop2-block.tag-cloud .block-body { padding:14px 0; }
.shop2-block.tag-cloud .block-body a {
  white-space:normal;
  font-size:12px;
}
.shop2-panel { background:#cf5f2c !important; }
.shop2-panel-count {
  border:2px solid #fff;
  color:#fff;
}
.shop2-panel-compare a.shop2-panel-link-disabled, .shop2-panel-cart a.shop2-panel-link-disabled { color:#fff; }

/*
     */
/*
*/