@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; }
.shop2-filter { border-color:#f2f2f2; }
.shop2-filter a { color:#303030; }
.shop2-filter table.table-filter-param th, .shop2-filter table.table-filter-param td { color:#464646; }
.shop2-filter a.param-val { color:#c6a400; }
.shop2-filter a.param-val.active-val {
  background-color:#efefef;
  color:#464645;
}
.shop2-filter a.param-val.active-val span { background:url(icons-filter-sort.png) -9px 0 no-repeat; }
.shop2-filter .result {
  color:#292929;
  background-color:#fcd601;
}
.shop2-filter .result .result-arrow { border-color:transparent transparent transparent #fcd601; }
.shop2-sorting-panel {
  background:#292929;
  color:#fff;
}
.shop2-sorting-panel a { color:#f3cf03; }
.shop2-sorting-panel .sorting .sort-param span { background:url(icons-filter-sort.png) -38px 0px no-repeat; }
.shop2-sorting-panel .sorting .sort-reset span { background:url(icons-filter-sort.png) -74px 0px no-repeat; }
.shop2-sorting-panel .view-shop a span { background:url(icons-view.png) no-repeat; }
.shop2-sorting-panel .view-shop a.active-view {
  background-color:#bbbbbb;
  background-image:-moz-linear-gradient(top,#c5c5c5,#acacac);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#c5c5c5),to(#acacac));
  background-image:-webkit-linear-gradient(top,#c5c5c5,#acacac);
  background-image:-o-linear-gradient(top,#c5c5c5,#acacac);
  background-image:linear-gradient(to bottom,#c5c5c5,#acacac);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#acacac', GradientType=0);
  -webkit-box-shadow:#ababab 1px 1px 0 inset, #ababab -1px -1px 0 inset, #ababab -1px 1px 0 inset, #ababab 1px -1px 0 inset;
  -moz-box-shadow:#ababab 1px 1px 0 inset, #ababab -1px -1px 0 inset, #ababab -1px 1px 0 inset, #ababab 1px -1px 0 inset;
  box-shadow:#ababab 1px 1px 0 inset, #ababab -1px -1px 0 inset, #ababab -1px 1px 0 inset, #ababab 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-btn {
  padding:0;
  margin:0;
  vertical-align:middle;
  border:none;
  cursor:pointer;
  font-family:inherit;
  font-size:13px;
  color:#333333;
  background-color:#f0f0f0;
  background-image:-moz-linear-gradient(top,#fafafa,#e1e1e1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#e1e1e1));
  background-image:-webkit-linear-gradient(top,#fafafa,#e1e1e1);
  background-image:-o-linear-gradient(top,#fafafa,#e1e1e1);
  background-image:linear-gradient(to bottom,#fafafa,#e1e1e1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e1e1e1', GradientType=0);
  -webkit-box-shadow:#f8f8f8 1px 1px 0 inset, #ababab -1px -1px 0 inset, #e3e3e3 -1px 1px 0, #eaeaea 1px -1px 0 inset;
  -moz-box-shadow:#f8f8f8 1px 1px 0 inset, #ababab -1px -1px 0 inset, #e3e3e3 -1px 1px 0, #eaeaea 1px -1px 0 inset;
  box-shadow:#f8f8f8 1px 1px 0 inset, #ababab -1px -1px 0 inset, #e3e3e3 -1px 1px 0, #eaeaea 1px -1px 0 inset;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.shop2-btn:hover {
  background-color:#f8f8f8;
  background-image:-moz-linear-gradient(top,#fdfdfd,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#fdfdfd,#f1f1f1);
  background-image:-o-linear-gradient(top,#fdfdfd,#f1f1f1);
  background-image:linear-gradient(to bottom,#fdfdfd,#f1f1f1);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f1f1f1', GradientType=0);
}
.shop2-btn:active {
  background-color:#e8e8e8;
  background-image:-moz-linear-gradient(top,#e0e0e0,#f3f3f3);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#e0e0e0),to(#f3f3f3));
  background-image:-webkit-linear-gradient(top,#e0e0e0,#f3f3f3);
  background-image:-o-linear-gradient(top,#e0e0e0,#f3f3f3);
  background-image:linear-gradient(to bottom,#e0e0e0,#f3f3f3);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f3f3f3', 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;
}
.product-item-simple { border-color:#f2f2f2; }
.product-item-simple .product-side-r {
  border-color:#f2f2f2;
  width:145px;
  padding-left:25px;
  min-height:100%;
  padding-right:16px;
}
.product-item-simple .product-amount .amount-title { color:#000; }
.product-item-simple .product-price .price-current { color:#313131; }
.shop2-product-btn span {
  color:#fff;
  background:url(icons-btn.png) no-repeat;
}
.shop2-pricelist .th {
  background:#292929;
  color:#fff;
}
.shop2-pricelist .product-label div.product-spec {
  background:#2d2d2d;
  color:#f2d733;
  font:normal 11px/20px arial;
  text-transform:lowercase;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.product-item-thumb .product-label div.product-spec {
  background:#2d2d2d;
  color:#f2d733;
  font:normal 11px/20px arial;
  text-transform:lowercase;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.product-item-simple .product-label div.product-spec {
  background:#2d2d2d;
  color:#f2d733;
  font:normal 11px/20px arial;
  text-transform:lowercase;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.shop2-product .product-spec {
  background:#2d2d2d;
  color:#f2d733;
  font:normal 11px/20px arial;
  text-transform:lowercase;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.shop2-product .product-new {
  background:#f2d733;
  color:#2d2d2d;
  font:normal 11px/20px arial;
  text-transform:lowercase;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.shop2-pricelist .product-label div.product-new {
  background:#f2d733;
  color:#2d2d2d;
  font:normal 11px/20px arial;
  text-transform:lowercase;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.product-item-thumb .product-label div.product-new {
  background:#f2d733;
  color:#2d2d2d;
  font:normal 11px/20px arial;
  text-transform:lowercase;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.product-item-simple .product-label div.product-new {
  background:#f2d733;
  color:#2d2d2d;
  font:normal 11px/20px arial;
  text-transform:lowercase;
  -webkit-border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  border-radius:3px 3px 0 0;
}
.shop2-pricelist .td { border-color:#f2f2f2; }
.product-item-thumb { border-color:#f2f2f2; }
.shop2-pagelist li {
  border:none;
  height:29px;
  width:34px;
  text-align:center;
}
.shop2-pagelist li a {
  font-size:15px;
  color:#303030;
}
.shop2-pricelist .td.column-price { color:#313131; }
.product-item-thumb .product-price {
  font:11px robotoregular;
  color:#313131;
}
.product-item-thumb .product-price .price-current { color:#313131; }
.shop2-pagelist li.page-first a, .shop2-pagelist li.page-last a, .shop2-pagelist li.page-prev a, .shop2-pagelist li.page-next a { background:url("pagelist-arrows.png") no-repeat; }
.shop2-pagelist li.page-next a { background-position:0 -84px; }
.shop2-pagelist li.page-prev a { background-position:0 -56px; }
.shop2-pagelist li.page-last a { background-position:0 -28px; }
.shop2-pagelist li.page-first a { background-position:0 0; }
.shop2-pagelist li.page-num a span, .shop2-pagelist li.page-num span { color:#000; }
.shop2-pagelist li.page-num.active-num {
  background:url(page_active.png) 0 0 no-repeat;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.shop2-pagelist li.page-num.active-num span { color:#363636; }
.shop2-product .form-add { border-color:#f2f2f2; }
.shop2-product .product-details {
  border-color:#f2f2f2;
  background:#fff;
}
table.shop2-product-options tr.odd { background:#fff; }
table.shop2-product-options th { color:#454545; }
.shop2-product-desc {
  border-color:#fff;
  background:#fff;
  border-top:solid 5px #fbe10d;
}
.shop2-product-tags { background:#efefef; }
.shop2-product-tags a { color:#454545; }
.shop2-product-tags > span {
  color:#454545;
  background:url(icon-tags.png) 0 4px no-repeat;
}
.shop2-kind-item { border-color:#f2f2f2; }
.shop2-product-folders a {
  background:#ccc;
  color:#000;
}
.shop2-product-folders a:hover { color:#010101; }
.shop2-product-folders a span { border-color:transparent transparent transparent #ccc; }
table.shop2-cart-table th {
  background:#2d2d2d;
  color:#fff;
}
table.shop2-cart-table td.cart-delete a { background:url(delete-cart-product.png) 0 0 no-repeat; }
table.shop2-cart-table td.cart-delete a img { display:none; }
table.shop2-cart-table td { border-color:#f2f2f2; }
.shop2-coupon {
  background:#fae900;
  color:#323232;
}
.shop2-coupon .coupon-arrow { border-color:transparent transparent transparent #fae900; }
table.shop2-cart-total th, table.shop2-cart-total td { border-color:#f2f2f2; }
.shop2-cart-registration table.table-registration td.cell-l {
  background:#fae900;
  color:#5e5e5e;
}
.shop2-cart-registration table.table-registration td.cell-r {
  background:#efefef;
  color:#4c4c4c;
}
.shop2-order-options .option-type.active-type {
  background:#fff;
  color:#626262;
}
table.shop2-product-params tr.even {
  background:#f2f2f2;
  color:#454545;
}
.shop2-product-tabs li {
  background:#e1e1e1;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-topright:4px;
  border-top-right-radius:4px;
  -webkit-border-top-left-radius:4px;
  -moz-border-radius-topleft:4px;
  border-top-left-radius:4px;
}
.shop2-product-tabs li a {
  color:#1e1e1e;
  font-size:13px;
  font-weight:normal;
  font-family:robotoblack;
  text-transform:uppercase;
}
.shop2-product-tabs li.active-tab {
  background:#fbe10d;
  border-color:#fbe10d;
}
.shop2-product-tabs li { border-color:#e1e1e1; }
table.shop2-product-options th, table.shop2-product-options td { border-color:#f2f2f2; }
.shop2-filter .result { margin-right:14px; }
.shop2-filter .result .result-arrow {
  border-width:13px 0 13px 9px;
  top:0;
  margin-top:0;
}
.shop2-sorting-panel .sorting .sort-reset ins {
  color:#fff;
  border-color:#fff;
}
.shop2-sorting-panel {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  position:relative;
  z-index:1;
}
.shop2-sorting-panel:after {
  content:"";
  position:absolute;
  right:0;
  top:0;
  height:29px;
  z-index:-1;
  bottom:0;
  width:114px;
  background:url(pan-r.png) 0 0 no-repeat;
}
.shop2-sorting-panel .view-shop { padding:2px 10px; }
.shop2-sorting-panel .view-shop strong { font-size:0; }
.shop2-sorting-panel .view-shop .shop2-btn {
  background:none;
  border:none;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.shop2-sorting-panel .view-shop .shop2-btn:hover {
  background:none;
  border:none;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.shop2-sorting-panel .view-shop .shop2-btn:active {
  background:none;
  border:none;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.shop2-sorting-panel .sorting { padding:6px 10px; }
.shop2-sorting-panel .view-shop a.active-view {
  background:none;
  border:none;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.product-item-simple {
  background:#f2f2f2;
  border:none;
  padding-left:22px;
  padding-top:21px;
  padding-bottom:25px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  margin-top:30px;
}
.product-item-simple .product-image > a > img, .product-item-simple .product-image > a:hover > img {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.product-item-simple .product-label {
  top:-45px;
  left:-23px;
  right:-20px;
}
.product-name a {
  text-decoration:none;
  font-family:robotoregular;
}
.product-name a:hover { text-decoration:underline; }
.product-item-simple .product-article {
  font:10px robotoregular;
  color:#747474;
}
.product-item-simple .product-side-r {
  border:none;
  z-index:1;
}
.shop2-product-btn {
  border:none;
  padding:0;
  margin:0;
  font-family:inherit;
  font-size:15px;
  color:#fff;
  cursor:pointer;
  font-family:robotoregular;
  background:url(buy-3.png) 0 0 no-repeat;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  vertical-align:middle;
  background-repeat:no-repeat;
}
.shop2-product-btn:hover {
  background-color:transparent;
  background-image:url(buy-3.png);
  background-position:0 -39px;
  background-repeat:no-repeat;
}
.shop2-product-btn:active {
  background-color:transparent;
  background-image:url(buy-3.png);
  background-position:0 -79px;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background-repeat:no-repeat;
}
.shop2-product-btn span {
  text-transform:lowercase;
  display:block;
  overflow:hidden;
  margin:0 auto;
  background:url("icons-btn.png") no-repeat;
  font-family:robotoregular;
  font-weight:normal;
  color:#fff;
}
.shop2-product-btn span::-moz-selection {
  background:none;
  text-shadow:none;
}
.shop2-product-btn span::selection {
  background:none;
  text-shadow:none;
}
.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 {
  background-position:0 -120px;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background-image:url(buy-3.png);
  background-color:none;
  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:12px;
  color:#fff;
  font-family:robotobold;
}
.shop2-product-btn.type-1 {
  width:36px;
  height:25px;
  text-align:left;
  background-image:url(buy-1.png);
}
.shop2-product-btn.type-1 span {
  height:25px;
  line-height:34px;
  text-indent:-1000px;
}
.shop2-product-btn.type-1.buy span { background-position:50% -120px; }
.shop2-product-btn.type-1.onrequest span { background-position:50% -150px; }
.shop2-product-btn.type-1.notavailable { background-image:url(buy-1.png); }
.shop2-product-btn.type-1.notavailable span { background-position:50% -180px; }
.shop2-product-btn.type-1.more span { background-position:50% -210px; }
.shop2-product-btn.type-2 {
  background-image:url(buy-2.png);
  width:101px;
  height:37px;
  text-align:left;
}
.shop2-product-btn.type-2 span {
  height:34px;
  line-height:34px;
  text-indent:-1000px;
}
.shop2-product-btn.type-2.buy span { background-position:50% 0; }
.shop2-product-btn.type-2.onrequest span { background-position:50% -40px; }
.shop2-product-btn.type-2.notavailable span {
  font-size:11px;
  color:#fff;
  font-family:robotobold;
  background-position:50% -80px;
}
.shop2-product-btn.type-3 {
  width:144px;
  height:37px;
  text-align:left;
  background-image:url(buy-3.png);
}
.shop2-product-btn.type-3 span {
  height:37px;
  line-height:33px;
  padding-left:50px;
  font-size:16px;
}
.shop2-product-btn.type-3.buy span { background-position:0 0; }
.shop2-product-btn.type-3.onrequest span { background-position:0 -40px; }
.shop2-product-btn.type-3.notavailable span {
  font-size:12px;
  color:#fff;
  font-family:robotobold;
  background-position:0 -80px;
}
.product-amount .amount-title { display:none; }
.product-item-simple .product-price .price-current { font:11px robotoregular; }
.product-item-simple .product-price .price-current strong {
  font-size:18px;
  font-family:robotoblack;
  font-weight:normal;
}
.product-item-simple .product-price .price-old { font:11px robotoregular; }
.product-item-simple .product-price .price-old span { font-size:11px; }
.product-item-thumb {
  width:170px;
  margin-top:30px;
  margin-right:15px;
  padding:20px 20px 0;
  border:none;
  background:#f2f2f2;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.product-item-thumb .shop2-product-actions { display:none; }
.product-item-thumb .product-label {
  left:-35px;
  top:-44px;
}
.product-item-thumb .product-image img {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.product-item-thumb .product-article { font-family:robotoregular; }
.product-item-thumb .product-anonce {
  font-size:11px;
  color:#797979;
}
.product-item-thumb table.shop2-product-options tr th { padding-left:5px; }
.product-item-thumb table.shop2-product-options tr td { padding-right:5px; }
.product-item-thumb table.shop2-product-options tr.even th {
  -webkit-border-radius:2px 0 0 2px;
  -moz-border-radius:2px 0 0 2px;
  border-radius:2px 0 0 2px;
  background:#fff;
}
.product-item-thumb table.shop2-product-options tr.even td {
  -webkit-border-radius:0 2px 2px 0;
  -moz-border-radius:0 2px 2px 0;
  border-radius:0 2px 2px 0;
  background:#fff;
}
table.shop2-product-options th, table.shop2-product-options td { border:none; }
.product-item-thumb table.shop2-product-options tr.odd, .product-item-thumb table.shop2-product-options tr.odd {
  background:none;
  font-size:11px;
}
table.shop2-product-options td {
  font-weight:bold;
  color:#454545;
}
.product-item-thumb .product-bot {
  position:relative;
  margin-top:20px;
  border:none;
  z-index:1;
}
.product-item-thumb .product-bot:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-20px;
  right:-20px;
  -webkit-border-radius:0 0 3px 3px;
  -moz-border-radius:0 0 3px 3px;
  border-radius:0 0 3px 3px;
  z-index:-1;
  background:#fcd802;
}
.product-item-thumb .product-price {
  width:85px;
  float:left;
}
.product-item-thumb .product-price .price-current {
  font-size:11px;
  color:#2d2d2d;
  font-family:robotoregular;
}
.product-item-thumb .product-price .price-current strong {
  font-family:robotoblack;
  font-size:18px;
  font-weight:normal;
}
.shop2-product-amount {
  text-align:center;
  line-height:0;
  font-size:0;
  width:54px;
  white-space:nowrap;
  position:relative;
  font-size:0;
}
.shop2-product-amount button {
  position:absolute;
  z-index:10;
  width:11px;
  height:14px;
  line-height:14px;
  font-size:0;
  overflow:hidden;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.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.amount-minus {
  background:url(am-minus.png) 0 0 no-repeat;
  top:16px;
  left:2px;
}
.shop2-product-amount button.amount-minus:hover { background:url(am-minus.png) 0 0 no-repeat; }
.shop2-product-amount button.amount-plus {
  background:url(am-plus.png) 0 0 no-repeat;
  top:2px;
  left:2px;
}
.shop2-product-amount button.amount-plus:hover { background:url(am-plus.png) 0 0 no-repeat; }
.shop2-product-amount button::-moz-focus-inner {
  padding:0;
  border:0;
}
.shop2-product-amount button:hover { opacity:0.8; }
.shop2-product-amount button:active {
  opacity:1;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.shop2-product-amount input[type="text"] {
  vertical-align:middle;
  width:34px;
  padding:0 0 0 18px;
  height:29px;
  margin:0;
  font-family:inherit;
  border:solid 1px #dbdbdb;
  background:#fff;
  font-size:18px;
  text-align:center;
  color:#2d2d2d;
}
.shop2-product-amount.disabled button, .shop2-product-amount.disabled button:hover, .shop2-product-amount.disabled button: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;
  color:#fff;
  cursor:default;
  font-size:10px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  position:absolute;
}
.shop2-product-amount.disabled button.amount-minus, .shop2-product-amount.disabled button:hover.amount-minus, .shop2-product-amount.disabled button:active.amount-minus {
  top:16px;
  left:2px;
}
.shop2-product-amount.disabled button.amount-plus, .shop2-product-amount.disabled button:hover.amount-plus, .shop2-product-amount.disabled button:active.amount-plus {
  top:2px;
  left:2px;
}
.shop2-product-amount.disabled input {
  cursor:default;
  color:#959595;
}
.shop2-product-amount.disabled input::-moz-selection {
  background:none;
  text-shadow:none;
}
.shop2-product-amount.disabled input::selection {
  background:none;
  text-shadow:none;
}
.product-item-thumb .product-amount {
  border:none;
  padding-top:0;
  margin:0 !important;
}
.product-item-thumb .product-amount .amount-title { display:none; }
.product-item-thumb .product-bot {
  padding-bottom:11px;
  padding-top:11px;
}
.shop2-product .form-add {
  width:100px;
  padding:20px 15px 15px 19px;
  background:#fcd802;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  float:right;
  border:none;
  text-align:center;
}
.shop2-product .form-add .shop2-product-btn.type-3 {
  background-image:url(buy-2.png);
  width:101px;
  height:37px;
  text-align:left;
}
.shop2-product .form-add .shop2-product-btn.type-3 span {
  padding-left:42px;
  font-size:14px;
}
.shop2-product .form-add .shop2-product-btn.type-3.notavailable span { font-size:0; }
.shop2-product .form-add .product-price {
  min-width:100%;
  margin:0 0 13px;
}
.shop2-product .form-add .product-price .price-current {
  font:11px robotoregular;
  color:#2d2d2d;
}
.shop2-product .form-add .product-price .price-current strong {
  font-size:28px;
  font-family:robotoblack;
  font-weight:normal;
}
.shop2-product .form-add .product-amount .amount-title {
  display:block;
  font-size:10px;
  color:#2d2d2d;
  font-family:arial;
}
.shop2-product .form-add .product-amount { margin:0 0 15px; }
.shop2-product .product-details {
  width:270px;
  float:right;
  margin-right:19px;
  border:none;
}
.shop2-product .product-thumbnails li {
  border:solid 3px transparent;
  margin-right:4px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.shop2-product .product-thumbnails li a img {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.shop2-product .product-thumbnails li.active-image { border-color:#c7c7c7; }
.shop2-kind-item { margin-right:5px; }
.shop2-kind-item .kind-name a { color:#c5af00; }
.shop2-order-options.shop2-delivery .option-type .option-label:hover { background:#f2d532; }
table.shop2-cart-table td.cart-product .cart-product-name a { color:#ba9e00; }
table.shop2-cart-table td.cart-product .cart-product-param { color:#9a9a9a; }
table.shop2-cart-table td { border-color:#dfdfdf; }
table.shop2-cart-total th, table.shop2-cart-total td { border-color:#dfdfdf; }
table.shop2-cart-total th { color:#666666; }
table.shop2-cart-total td { color:#303030; }
.shop2-color-pick li.active-color { border-color:#f9c002; }
.product-item-thumb .product-amount { float:right; }
.product-item-thumb .product-label div {
  padding-left:8px;
  padding-right:8px;
}
.product-compare {
  border:none;
  font-size:11px;
  color:#797979;
}
.product-item-simple .pr-s { margin-top:110px; }
.product-item-simple .pr-s .product-amount {
  float:right;
  margin:0;
}
.product-item-simple .pr-s .product-price {
  margin:0;
  font:11px robotoregular;
  color:#313131;
  float:left;
  width:80px;
}
.product-item-simple {
  position:relative;
  z-index:1;
}
.product-item-simple:after {
  content:"";
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  z-index:-1;
  width:188px;
  background:#fcd802;
  -webkit-border-radius:0 3px 3px 0;
  -moz-border-radius:0 3px 3px 0;
  border-radius:0 3px 3px 0;
}
.product-item-simple .product-side-l { min-width:140px; }
.product-item-simple .product-side-c { padding-left:25px; }
.product-item-simple table.shop2-product-options tr th { padding-left:5px; }
.product-item-simple table.shop2-product-options tr td { padding-right:5px; }
.product-item-simple table.shop2-product-options tr.even th {
  -webkit-border-radius:2px 0 0 2px;
  -moz-border-radius:2px 0 0 2px;
  border-radius:2px 0 0 2px;
  background:#fff;
}
.product-item-simple table.shop2-product-options tr.even td {
  -webkit-border-radius:0 2px 2px 0;
  -moz-border-radius:0 2px 2px 0;
  border-radius:0 2px 2px 0;
  background:#fff;
}
.shop2-product .product-details table.shop2-product-options tr th { padding-left:10px; }
.shop2-product .product-details table.shop2-product-options tr td { padding-right:10px; }
.shop2-product .product-details table.shop2-product-options tr.even th {
  -webkit-border-radius:2px 0 0 2px;
  -moz-border-radius:2px 0 0 2px;
  border-radius:2px 0 0 2px;
  background:#f2f2f2;
  padding-top:2px;
  padding-bottom:2px;
}
.shop2-product .product-details table.shop2-product-options tr.even td {
  -webkit-border-radius:0 2px 2px 0;
  -moz-border-radius:0 2px 2px 0;
  border-radius:0 2px 2px 0;
  background:#f2f2f2;
  padding-top:2px;
  padding-bottom:2px;
}
table.shop2-product-options tr.even th, table.shop2-product-options tr.even td {
  padding-top:2px;
  padding-bottom:2px;
}
.shop2-product .pr_t {
  position:absolute;
  left:0;
  right:0;
  top:-22px;
}
.shop2-product .pr_t div {
  display:inline-block;
  position:relative;
}
.product-details .product-compare { border:none; }
.shop2-product-actions dt span.icon-action { background-image:url("icons-actions.png"); }
.shop2-product-actions dt { background:none; }
.shop2-product .shop2-product-actions dt span.name-action {
  border:none;
  font-weight:normal;
  font:11px arial;
  color:#2d2d2d;
}
.shop2-product .form-add .product-price {
  font:11px robotoregular;
  color:#2d2d2d;
  text-align:left;
}
.yl-b {
  background:url(zakaz.png) 0 0 no-repeat;
  width:175px;
  text-align:center;
  font:15px/38px robotoblack;
  color:#2d2d2d;
  text-transform:uppercase;
  padding:0 !important;
  box-shadow:none;
  border:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.yl-b:hover {
  background:url(zakaz.png) 0 0 no-repeat;
  box-shadow:none;
  border:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  opacity:0.8;
}
.yl-b:active {
  background:url(zakaz.png) 0 0 no-repeat;
  box-shadow:none;
  border:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  opacity:0.9;
}
.product-item-thumb .shop2-product-btn { margin-left:12px; }
