.hide {
  display: none; }

.block-user {
  float: right;
  margin: 8px 20px 0 0; }
  .block-user a {
    display: inline-block;
    margin-left: 10px;
    padding-left: 18px;
    vertical-align: top;
    text-decoration: underline;
    color: #fff;
    background: url(/g/templates/shop2/2.15.2/css/user-icons.png) 0 3px no-repeat; }
    .block-user a:hover {
      text-decoration: none; }
    .block-user a.user-login {
      color: #ec7584; }
    .block-user a.user-registration {
      background-position: 0 -17px; }
  .block-user .user_name {
    color: #fff; }

.search-line {
  min-height: 33px;
  margin-bottom: 6px;
  padding: 10px 10px 0;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 1px rgba(147, 102, 130, .2);
  -webkit-box-shadow: 0 1px 1px rgba(147, 102, 130, .2);
  box-shadow: 0 1px 1px rgba(147, 102, 130, .2); }
  .search-line:before, .search-line:after {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0; }
  .search-line:after {
    clear: both; }

.site-search {
  float: left;
  width: 345px;
  padding-bottom: 11px; }
  .site-search form {
    width: 330px;
    height: 31px;
    margin: 0;
    padding: 0;
    border: 1px solid #d7d0c9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 -2px 3px rgba(84, 77, 70, .07);
    -webkit-box-shadow: inset 0 -2px 3px rgba(84, 77, 70, .07);
    box-shadow: inset 0 -2px 3px rgba(84, 77, 70, .07);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e4e0), color-stop(100%, #f8f5f1));
    background-image: -o-linear-gradient(top, #e8e4e0 0%, #f8f5f1 100%);
    background-image: -moz-linear-gradient(top, #e8e4e0 0%, #f8f5f1 100%);
    background-image: -webkit-linear-gradient(top, #e8e4e0 0%, #f8f5f1 100%);
    background-image: -ms-linear-gradient(top, #e8e4e0 0%, #f8f5f1 100%);
    background-image: linear-gradient(to bottom, #e8e4e0 0%, #f8f5f1 100%);
    -pie-background: linear-gradient(to bottom, #e8e4e0 0%, #f8f5f1 100%); }
  .site-search input[type="text"] {
    position: relative;
    float: left;
    width: 284px;
    height: 14px;
    margin: 0 0 0 10px;
    padding: 9px 0;
    color: #a38095;
    border: none;
    outline-style: none;
    background: transparent;
    font-size: 12px; }
    .site-search input[type="text"]::-webkit-input-placeholder {
      color: #a38095;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; }
    .site-search input[type="text"]:moz-placeholder {
      color: #a38095;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; }
    .site-search input[type="text"]::-moz-placeholder {
      color: #a38095;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; }
    .site-search input[type="text"]:-ms-input-placeholder {
      color: #a38095;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; }
  .site-search button[type="submit"] {
    float: left;
    width: 33px;
    height: 31px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    background: url(/g/templates/shop2/2.15.2/css/ico-search.png) 5px 7px no-repeat; }

.shop-search {
  position: relative;
  z-index: 10;
  float: left;
  width: 200px;
  padding-bottom: 11px; }
  .shop-search .shop-search-title {
    width: 197px;
    height: 31px;
    cursor: pointer;
    border: 1px solid #d7d0c9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 -2px 3px rgba(84, 77, 70, .07);
    -webkit-box-shadow: inset 0 -2px 3px rgba(84, 77, 70, .07);
    box-shadow: inset 0 -2px 3px rgba(84, 77, 70, .07);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e4e0), color-stop(100%, #f8f5f1));
    background-image: -o-linear-gradient(top, #e8e4e0 0%, #f8f5f1 100%);
    background-image: -moz-linear-gradient(top, #e8e4e0 0%, #f8f5f1 100%);
    background-image: -webkit-linear-gradient(top, #e8e4e0 0%, #f8f5f1 100%);
    background-image: -ms-linear-gradient(top, #e8e4e0 0%, #f8f5f1 100%);
    background-image: linear-gradient(to bottom, #e8e4e0 0%, #f8f5f1 100%);
    -pie-background: linear-gradient(to bottom, #e8e4e0 0%, #f8f5f1 100%); }
    .shop-search .shop-search-title span {
      padding-left: 10px;
      text-transform: uppercase;
      color: #B31C2B;
      font-size: 12px;
      line-height: 31px;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none; }
    .shop-search .shop-search-title ins {
      position: absolute;
      top: 14px;
      right: 8px;
      display: block;
      width: 12px;
      height: 7px;
      background: url(/g/templates/shop2/2.15.2/css/site-arrows.png) 0 0 no-repeat; }
    .shop-search .shop-search-title.open {
      -webkit-border-radius: 2px 2px 0 0;
      -moz-border-radius: 2px 2px 0 0;
      -ms-border-radius: 2px 2px 0 0;
      -o-border-radius: 2px 2px 0 0;
      border-radius: 2px 2px 0 0; }
      .shop-search .shop-search-title.open ins {
        background-position: 0 -20px; }

.dropdown-search {
  position: absolute;
  top: 33px;
  left: 0;
  display: none;
  width: 197px;
  border: 1px solid #d7d0c8;
  border-top: none;
  background-color: #e8e5e0;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e5e0), color-stop(100%, #f8f5f1));
  background-image: -o-linear-gradient(top, #e8e5e0 0%, #f8f5f1 100%);
  background-image: -moz-linear-gradient(top, #e8e5e0 0%, #f8f5f1 100%);
  background-image: -webkit-linear-gradient(top, #e8e5e0 0%, #f8f5f1 100%);
  background-image: -ms-linear-gradient(top, #e8e5e0 0%, #f8f5f1 100%);
  background-image: linear-gradient(to bottom, #e8e5e0 0%, #f8f5f1 100%);
  -pie-background: linear-gradient(to bottom, #e8e5e0 0%, #f8f5f1 100%); }

.shop-search-container {
  padding: 10px 14px 26px 18px;
  font-size: 13px; }
  .shop-search-container .row-title {
    padding-bottom: 2px; }
  .shop-search-container .from-to {
    padding-bottom: 10px; }
    .shop-search-container .from-to input[type="text"] {
      width: 54px; }
      .shop-search-container .from-to input[type="text"].tx-pole {
        width: 163px; }
  .shop-search-container input[type="text"] {
    padding: 0;
    margin: 0;
    border: 1px solid #c9c9c9;
    outline-style: none;
    background-color: #fff;
    font-size: 12px;
    height: 18px; }
  .shop-search-container select {
    width: 165px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #c9c9c9;
    background-color: #fff; }
  .shop-search-container .field {
    padding-bottom: 7px; }
    .shop-search-container .field input[type="text"] {
      width: 163px; }
    .shop-search-container .field .from-to input[type="text"] {
      width: 70px; }
  .shop-search-container .search-btn {
    padding-top: 7px; }
    .shop-search-container .search-btn input[type="submit"] {
      width: 61px;
      height: 25px;
      margin: 0;
      padding: 0;
      border: none; }
#shop2-cart-preview {
    position: absolute;
    bottom: 44px;
    right: 20px;
}

.shop-basket {
  float: right;
  height: 31px;
  margin-bottom: 11px;
  color: #fff;
    border: 1px solid #FFF8DC;
    background-color: #B31C2B;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
 }
  .shop-basket .basket-amount {
    float: left;
    min-width: 13px;
    height: 15px;
    margin: 6px 0 0 9px;
    padding: 4px 3px 0;
    text-align: center;
    background-color: #B31C2B;
    font-size: 11px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .shop-basket .basket-total {
    float: left;
    min-height: 29px;
    padding: 2px 9px 0 48px;
    background: url(/g/templates/shop2/2.15.2/css/bg-cart.png) 8px 4px no-repeat;
    font-size: 12px; }
    .shop-basket .basket-total span {
      font-size: 18px;
      padding: 0 7px 0 5px; }
    .shop-basket .basket-total a {
      text-decoration: underline;
      text-transform: uppercase;
      color: #fff; }
      .shop-basket .basket-total a:hover {
        text-decoration: none; }

.bx-wrapper {
  margin-top: 3px; }
  .bx-wrapper ul, .bx-wrapper .bx-controls {
    font-size: 0;
    line-height: 0; }
  .bx-wrapper .bx-controls a {
    outline: 0;
    text-indent: -9999px;
    text-align: left;
    display: block; }
  .bx-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .bx-wrapper ul img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle;
      font-size: 12px; }

.slider-wrap {
  margin-bottom: 26px;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  height: 372px;
  width: 709px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  .slider-wrap a img {
    border: none; }
  .slider-wrap li {
    height: 372px;
    line-height: 372px; }
  .slider-wrap .bx-viewport {
    background: #fff; }
  .slider-wrap .bx-pager, .slider-wrap .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 60; }
  .slider-wrap .bx-loading {
    min-height: 50px;
    background: #fff url(/g/templates/shop2/2.15.2/css/bx_loader.gif) 50% 50% no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80; }
  .slider-wrap .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 34px;
    height: 60px;
    z-index: 70;
    background-color: #fff; }
    .slider-wrap .bx-controls-direction a:after {
      display: block;
      content: "";
      width: 12px;
      height: 18px;
      position: absolute;
      top: 21px;
      left: 8px;
      background: url(/g/templates/shop2/2.15.2/css/bx_controls.png) no-repeat 0 0; }
    .slider-wrap .bx-controls-direction a.bx-prev {
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -ms-border-radius: 0 4px 4px 0;
      -o-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
      left: 0; }
      .slider-wrap .bx-controls-direction a.bx-prev:hover:after {
        background-position: 0 -30px; }
    .slider-wrap .bx-controls-direction a.bx-next {
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      -ms-border-radius: 4px 0 0 4px;
      -o-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      right: 0; }
      .slider-wrap .bx-controls-direction a.bx-next:after {
        left: 14px;
        background-position: -26px 0; }
      .slider-wrap .bx-controls-direction a.bx-next:hover:after {
        background-position: -26px -30px; }
    .slider-wrap .bx-controls-direction a.disabled {
      display: none; }
  .slider-wrap .bx-caption {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%; }
    .slider-wrap .bx-caption .bx-caption-bg {
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      background-color: #2c283a;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; }
    .slider-wrap .bx-caption .bx-caption-in {
      padding: 11px 28px 9px;
      text-align: left;
      font-size: 14px;
      line-height: 1.44;
      color: #fff;
      position: relative;
      z-index: 4; }
      .slider-wrap .bx-caption .bx-caption-in a {
        color: #fff;
        text-decoration: none; }
        .slider-wrap .bx-caption .bx-caption-in a:hover {
          text-decoration: underline; }
      .slider-wrap .bx-caption .bx-caption-in p {
        margin: 0; }

.edit-block-body-wr {
  width: 208px;
  margin-bottom: 20px;
  color: #fff;
  border: 1px solid #7f5870;
  background-color: #B31C2B;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
 }
  .edit-block-body-wr a {
    color: #fff; }
  .edit-block-body-wr .edit-block-title {
    padding: 7px 8px 6px;
    text-transform: uppercase;
    border-bottom: 1px solid #B31C2B;
    font-size: 17px;
    font-weight: bold; }
  .edit-block-body-wr .edit-block-body {
    padding: 8px 8px 14px;
    border-top: 1px solid #7f5870; }
    .edit-block-body-wr .edit-block-body p:first-child {
      margin: 0; }

.show {
  display: block; }

.gr-form {
  margin: 20px 0;
  border: 1px solid #c69fbd !important; }

.shop2-main-after p, .shop2-main-before p {
  margin: 2px 0; }

.tpl-block-header {
  margin: 14px 0 12px !important; }

.shop2-group-kinds-wr {
  margin: 14px 0 0; }

.color-1, .shop2-btn, .tpl-button {
  cursor: pointer;
  color: #fff;
  border: 1px solid #7f5870;
  background: #B31C2B;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .color-1:hover, .shop2-btn:hover, .tpl-button:hover {
    border-color: #af7898;
    background-color: #9c708c;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c099b5), color-stop(90%, #986c87), color-stop(100%, #9c708c));
    background-image: -o-linear-gradient(top, #c099b5 0%, #986c87 90%, #9c708c 100%);
    background-image: -moz-linear-gradient(top, #c099b5 0%, #986c87 90%, #9c708c 100%);
    background-image: -webkit-linear-gradient(top, #c099b5 0%, #986c87 90%, #9c708c 100%);
    background-image: -ms-linear-gradient(top, #c099b5 0%, #986c87 90%, #9c708c 100%);
    background-image: linear-gradient(to bottom, #c099b5 0%, #986c87 90%, #9c708c 100%);
    -pie-background: linear-gradient(to bottom, #c099b5 0%, #986c87 90%, #9c708c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .color-1:active, .shop2-btn:active, .tpl-button:active {
    border: none;
    background-color: #614356;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .70);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .70);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .70);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #865d76), color-stop(90%, #5d4052), color-stop(100%, #614356));
    background-image: -o-linear-gradient(top, #865d76 0%, #5d4052 90%, #614356 100%);
    background-image: -moz-linear-gradient(top, #865d76 0%, #5d4052 90%, #614356 100%);
    background-image: -webkit-linear-gradient(top, #865d76 0%, #5d4052 90%, #614356 100%);
    background-image: -ms-linear-gradient(top, #865d76 0%, #5d4052 90%, #614356 100%);
    background-image: linear-gradient(to bottom, #865d76 0%, #5d4052 90%, #614356 100%);
    -pie-background: linear-gradient(to bottom, #865d76 0%, #5d4052 90%, #614356 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .color-1[disabled="disabled"], .shop2-btn[disabled="disabled"], .tpl-button[disabled="disabled"] {
    cursor: default;
    border: 1px solid #c7c7c7;
    background-color: #bfbfbf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #bfbfbf));
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: -moz-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: -ms-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bfbfbf 100%);
    -pie-background: linear-gradient(to bottom, #dfdfdf 0%, #bfbfbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }

.color-2, .shop2-product-amount button {
  cursor: pointer;
  color: #fff;
  border: 1px solid #ec7584;
  background-color: #ec7584;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6b0c2), color-stop(100%, #ec7584));
  background-image: -o-linear-gradient(top, #f6b0c2 0%, #ec7584 100%);
  background-image: -moz-linear-gradient(top, #f6b0c2 0%, #ec7584 100%);
  background-image: -webkit-linear-gradient(top, #f6b0c2 0%, #ec7584 100%);
  background-image: -ms-linear-gradient(top, #f6b0c2 0%, #ec7584 100%);
  background-image: linear-gradient(to bottom, #f6b0c2 0%, #ec7584 100%);
  -pie-background: linear-gradient(to bottom, #f6b0c2 0%, #ec7584 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .color-2:hover, .shop2-product-amount button:hover {
    border: 1px solid #f19aa5;
    background-color: #f0919d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c8ce), color-stop(100%, #f0919d));
    background-image: -o-linear-gradient(top, #f7c8ce 0%, #f0919d 100%);
    background-image: -moz-linear-gradient(top, #f7c8ce 0%, #f0919d 100%);
    background-image: -webkit-linear-gradient(top, #f7c8ce 0%, #f0919d 100%);
    background-image: -ms-linear-gradient(top, #f7c8ce 0%, #f0919d 100%);
    background-image: linear-gradient(to bottom, #f7c8ce 0%, #f0919d 100%);
    -pie-background: linear-gradient(to bottom, #f7c8ce 0%, #f0919d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .color-2:active, .shop2-product-amount button:active {
    border: none;
    background-color: #e8596b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 2px #ba0c29;
    -webkit-box-shadow: inset 0 1px 2px #ba0c29;
    box-shadow: inset 0 1px 2px #ba0c29;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f07992), color-stop(90%, #e75567), color-stop(100%, #e8596b));
    background-image: -o-linear-gradient(top, #f07992 0%, #e75567 90%, #e8596b 100%);
    background-image: -moz-linear-gradient(top, #f07992 0%, #e75567 90%, #e8596b 100%);
    background-image: -webkit-linear-gradient(top, #f07992 0%, #e75567 90%, #e8596b 100%);
    background-image: -ms-linear-gradient(top, #f07992 0%, #e75567 90%, #e8596b 100%);
    background-image: linear-gradient(to bottom, #f07992 0%, #e75567 90%, #e8596b 100%);
    -pie-background: linear-gradient(to bottom, #f07992 0%, #e75567 90%, #e8596b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .color-2[disabled="disabled"], .shop2-product-amount button[disabled="disabled"] {
    cursor: default;
    border: 1px solid #c7c7c7;
    background-color: #c0c0c0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #c0c0c0));
    background-image: -o-linear-gradient(top, #e0e0e0 0%, #c0c0c0 100%);
    background-image: -moz-linear-gradient(top, #e0e0e0 0%, #c0c0c0 100%);
    background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #c0c0c0 100%);
    background-image: -ms-linear-gradient(top, #e0e0e0 0%, #c0c0c0 100%);
    background-image: linear-gradient(to bottom, #e0e0e0 0%, #c0c0c0 100%);
    -pie-background: linear-gradient(to bottom, #e0e0e0 0%, #c0c0c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }

.color-3 {
  cursor: pointer;
  color: #303030;
  border: 1px solid #cdcdcd;
  background-color: #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dedede));
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: -ms-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #dedede 100%);
  -pie-background: linear-gradient(to bottom, #f8f8f8 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .color-3:hover {
    background-color: #e3e3e3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e3e3e3));
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #e3e3e3 100%);
    background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e3e3e3 100%);
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e3e3e3 100%);
    background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e3e3e3 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #e3e3e3 100%);
    -pie-background: linear-gradient(to bottom, #f9f9f9 0%, #e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .color-3:active {
    background-color: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ededed), color-stop(100%, #ccc));
    background-image: -o-linear-gradient(bottom, #ededed 0%, #ccc 100%);
    background-image: -moz-linear-gradient(bottom, #ededed 0%, #ccc 100%);
    background-image: -webkit-linear-gradient(bottom, #ededed 0%, #ccc 100%);
    background-image: -ms-linear-gradient(bottom, #ededed 0%, #ccc 100%);
    background-image: linear-gradient(to top, #ededed 0%, #ccc 100%);
    -pie-background: linear-gradient(to top, #ededed 0%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }

a.shop2-btn {
  padding: 3px 12px 4px; }
  a.shop2-btn:active {
    padding: 4px 13px 5px; }

.shop2-filter-wrap {
  border: 1px solid #e3d7df;
  background-color: #f1efe7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.shop2-filter {
  margin: 0;
  padding: 10px 14px 21px 10px;
  border: none; }
  .shop2-filter a {
    color: #ec7584;
    text-decoration: underline; }
    .shop2-filter a:hover {
      text-decoration: none; }
  .shop2-filter .result {
    height: 25px;
    line-height: 25px;
    background-color: #ec7584;
    margin-right: 9px; }
    .shop2-filter .result .result-arrow {
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 6px 0 6px 5px;
      border-left-color: #ec7584; }
  .shop2-filter table.table-filter-param th {
    padding-right: 25px; }
    .shop2-filter table.table-filter-param label {
      padding-left: 5px; }
    .shop2-filter table.table-filter-param input[type="text"] {
      border: 1px solid #cfcfcf;
      background-color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -webkit-background-clip: padding;
      -moz-background-clip: padding;
      background-clip: padding-box; }
  .shop2-filter table.table-filter-param th, .shop2-filter table.table-filter-param td {
    color: #464646; }
  .shop2-filter table.table-filter-param input[type="text"] {
    padding: 2px 4px;
    border-color: #cfcfcf;
    width: 51px; }
  .shop2-filter a.param-val {
    outline-style: none;
    padding: 2px 10px 3px 5px;
    margin-right: 1px; }
  .shop2-filter a.param-val.active-val {
    background-color: #ec7584;
    color: #fff;
    padding: 2px 15px 3px 5px;
    position: relative; }
  .shop2-filter .shop2-btn2 {
    outline-style: none;
    color: #303030;
    text-decoration: none;
    font-size: 13px;
    line-height: normal;
    display: inline-block;
    padding: 4px 12px 3px;
    margin-right: 10px; }
    .shop2-filter .shop2-btn2:hover {
      text-decoration: none; }
    .lt-ie9 .shop2-filter .shop2-btn2:active {
      padding: 4px 12px 3px; }

.shop2-sorting-panel-wr {
  overflow: hidden;
  margin: 0;
  position: relative;
  border: 1px solid #7f5870;
  background-color: #B31C2B;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
 }
  .shop2-sorting-panel-wr .sorting {
    float: left;
    color: #fff;
    padding: 9px 15px 9px;
    line-height: 0;
    font-size: 0; }
    .shop2-sorting-panel-wr .sorting .sort-title {
      float: left;
      font-size: 12px;
      line-height: normal;
      padding-right: 5px; }
    .shop2-sorting-panel-wr .sorting a {
      color: #fff;
      float: left;
      font-size: 12px;
      line-height: normal; }
    .shop2-sorting-panel-wr .sorting a.sort-param {
      float: left;
      margin-left: 10px; }
    .shop2-sorting-panel-wr .sorting a.sort-param.sort-param-desc span {
      background: none;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-top-color: #fff; }
    .shop2-sorting-panel-wr .sorting a.sort-param.sort-param-asc span {
      background: none;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0 4px 4px 4px;
      border-bottom-color: #fff; }
    .shop2-sorting-panel-wr .sorting .sort-reset {
      color: #fff;
      text-decoration: none;
      margin-left: 22px; }
    .shop2-sorting-panel-wr .sorting .sort-reset ins {
      border-bottom: 1px dashed #fff;
      text-decoration: none; }
    .shop2-sorting-panel-wr .sorting .sort-reset span {
      background: url(/g/templates/shop2/2.15.2/css/icons-filter-sort.png) 0 0 no-repeat;
      height: 13px;
      width: 12px;
      vertical-align: top;
      margin-top: 1px; }
    .shop2-sorting-panel-wr .sorting span {
      display: inline-block;
      margin-left: 6px;
      vertical-align: middle; }

.shop2-filter a.param-val.active-val span, .shop2-filter a.param-val.active-val:hover span {
  background: url(/g/templates/shop2/2.15.2/css/icons-filter-sort.png) -22px 0 no-repeat; }

.view-shop {
  padding: 5px 8px 0 0;
  float: right;
  line-height: 0;
  font-size: 0; }
  .view-shop strong {
    display: inline-block;
    padding: 6px 16px 0 0;
    color: #fff;
    font-size: 12px;
    line-height: normal; }
  .view-shop a {
    width: 28px;
    height: 27px;
    display: inline-block;
    vertical-align: top;
    background: url(/g/templates/shop2/2.15.2/css/shop-view.png) 0 0 no-repeat;
    background-size: 85px 67px;
    outline-style: none; }
    .view-shop a.simple {
      background-position: 0 0; }
    .view-shop a.simple.active-view, .view-shop a.simple:active {
      background-position: 0 -40px; }
    .view-shop a.thumbs {
      width: 29px;
      background-position: -28px 0; }
    .view-shop a.thumbs.active-view, .view-shop a.thumbs:active {
      background-position: -28px -40px; }
    .view-shop a.pricelist {
      background-position: -57px 0; }
    .view-shop a.pricelist.active-view, .view-shop a.pricelist:active {
      background-position: -57px -40px; }

.product-label-wr {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: lowercase;
  padding: 2px 10px 6px; }
  .product-label-wr.product-new {
    background-color: #ec7584; }
  .product-label-wr.product-spec {
    background-color: #B31C2B; }
    .product-label-wr.product-spec.product-new-wr {
      top: auto;
      bottom: 0; }

.product-amount, .column-amount, div.shop2-product-amount {
  line-height: 0;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .product-amount .amount-minus, .column-amount .amount-minus, div.shop2-product-amount .amount-minus, .product-amount .amount-plus, .column-amount .amount-plus, div.shop2-product-amount .amount-plus {
    padding: 0;
    margin: 0;
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    position: relative;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none; }
    .product-amount .amount-minus .ui-text-shadow-copy-1, .column-amount .amount-minus .ui-text-shadow-copy-1, div.shop2-product-amount .amount-minus .ui-text-shadow-copy-1, .product-amount .amount-plus .ui-text-shadow-copy-1, .column-amount .amount-plus .ui-text-shadow-copy-1, div.shop2-product-amount .amount-plus .ui-text-shadow-copy-1 {
      visibility: visible;
      color: inherit;
      filter:  ;
      left: none - 0;
      top: 0; }
      .ie-8 .product-amount .amount-minus .ui-text-shadow-copy-1, .ie-8 .column-amount .amount-minus .ui-text-shadow-copy-1, .ie-8 div.shop2-product-amount .amount-minus .ui-text-shadow-copy-1, .ie-8 .product-amount .amount-plus .ui-text-shadow-copy-1, .ie-8 .column-amount .amount-plus .ui-text-shadow-copy-1, .ie-8 div.shop2-product-amount .amount-plus .ui-text-shadow-copy-1 {
        top: 1px; }
    .product-amount .amount-minus:active, .column-amount .amount-minus:active, div.shop2-product-amount .amount-minus:active, .product-amount .amount-plus:active, .column-amount .amount-plus:active, div.shop2-product-amount .amount-plus:active {
      width: 19px;
      height: 20px; }
  .product-amount .amount-minus, .column-amount .amount-minus, div.shop2-product-amount .amount-minus {
    line-height: 16px; }
  .product-amount .amount-plus, .column-amount .amount-plus, div.shop2-product-amount .amount-plus {
    line-height: 16px; }
  .product-amount input[type="text"], .column-amount input[type="text"], div.shop2-product-amount input[type="text"] {
    color: #666;
    font-size: 12px;
    line-height: normal;
    width: 30px;
    height: 18px;
    border: 1px solid #ced2da;
    padding: 0;
    margin: 0 4px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    text-align: center; }
    .product-amount input[type="text"][disabled="disabled"], .column-amount input[type="text"][disabled="disabled"], div.shop2-product-amount input[type="text"][disabled="disabled"] {
      color: #fff;
      background-color: #d9d9d9; }

.product-item-thumb .product-price {
  margin-top: 10px; }

.product-item-thumb .product-price, .product-simple-add .product-price, .product-card-right .form-add .product-price {
  padding: 0 0 12px; }
  .product-item-thumb .product-price .price-old, .product-simple-add .product-price .price-old, .product-card-right .form-add .product-price .price-old {
    display: inline-block;
    text-decoration: line-through;
    font-size: 15px;
    color: #ce514f; }
    .product-item-thumb .product-price .price-old span, .product-simple-add .product-price .price-old span, .product-card-right .form-add .product-price .price-old span {
      color: #999;
      font-size: 15px; }
    .product-item-thumb .product-price .price-old span strong, .product-simple-add .product-price .price-old span strong, .product-card-right .form-add .product-price .price-old span strong {
      font-size: 13px;
      font-style: normal;
      font-weight: normal; }
    .product-item-thumb .product-price .price-old.question, .product-simple-add .product-price .price-old.question, .product-card-right .form-add .product-price .price-old.question {
      padding-right: 18px;
      background: url(/g/templates/shop2/2.15.2/css/question-price.png) right 4px no-repeat; }
  .product-item-thumb .product-price .price-current, .product-simple-add .product-price .price-current, .product-card-right .form-add .product-price .price-current {
    color: #6c6a76;
    font-size: 18px;
    line-height: 1; }
    .product-item-thumb .product-price .price-current span, .product-simple-add .product-price .price-current span, .product-card-right .form-add .product-price .price-current span {
      font-size: 14px; }

.shop2-product-btn-wr .shop2-product-btn {
  width: 146px;
  text-align: center;
  margin: 0;
  padding: 3px 0;
  line-height: normal; }
  .shop2-product-btn-wr .shop2-product-btn:active {
    padding: 4px 1px; }
  .shop2-product-btn-wr .shop2-product-btn span {
    display: inline-block;
    padding: 0 19px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    background: url(/g/templates/shop2/2.15.2/css/ico-buy.png) right 2px no-repeat; }
  .shop2-product-btn-wr .shop2-product-btn.notavailable span {
    padding: 0;
    font-size: 12px;
    color: #fff;
    background: none; }
  .shop2-product-btn-wr .shop2-product-btn.notavailable:hover, .shop2-product-btn-wr .shop2-product-btn.notavailable:active {
    border-color: #c7c7c7;
    background-color: #bfbfbf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #bfbfbf));
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: -moz-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: -ms-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bfbfbf 100%);
    -pie-background: linear-gradient(to bottom, #dfdfdf 0%, #bfbfbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .shop2-product-btn-wr .shop2-product-btn.notavailable:active {
    padding: 3px 0; }

.shop2-product-options-wr {
  border-top: 1px solid #f2efe7; }

.shop2-product-options {
  display: table;
  width: 100%;
  padding: 0;
  font-size: 12px; }
  .shop2-product-options .product-options-tr {
    display: table-row; }
  .shop2-product-options .product-option-title {
    display: table-cell;
    padding: 6px 8px 7px 0;
    vertical-align: top;
    border-bottom: 1px solid #f2efe7; }
  .shop2-product-options .product-option-title.tx_middle {
    vertical-align: middle; }
  .shop2-product-options .product-option-val {
    display: table-cell;
    padding: 6px 0 7px;
    vertical-align: top;
    border-bottom: 1px solid #f2efe7; }
  .shop2-product-options .product-option-val.tx_middle {
    vertical-align: middle; }
  .shop2-product-options .product-option-val a {
    text-decoration: none;
    color: #6c6a76; }
  .shop2-product-options .product-option-val a:hover {
    text-decoration: underline; }
  .shop2-product-options .product-option-val select {
    font-family: Arial, Helvetica, sans-serif; }

.shop2-color-pick {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0; }
  .shop2-color-pick li {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 2px 2px 0;
    cursor: pointer; }
  .shop2-color-pick li span {
    width: 16px;
    height: 16px; }
  .shop2-color-pick li.active-color {
    border-color: #ec7584; }

.product-item-thumb .product-top .shop2-product-options {
  display: block; }

.product-item-thumb .product-top .shop2-product-options .product-options-tr {
  display: block;
  border-bottom: 1px solid #f2efe7;
  padding: 6px 0 7px; }

.product-item-thumb .product-top .shop2-product-options .product-option-title {
  display: inline-block;
  border-bottom: none;
  padding: 0 8px 0 0;
  min-width: 55px; }

.product-item-thumb .product-top .shop2-product-options .product-option-val {
  display: inline-block;
  border-bottom: none;
  padding: 0; }

.product-item-thumb .shop2-product-actions dt, .product-simple-details .shop2-product-actions dt, .product-card-right .shop2-product-actions dt, .column-name .shop2-product-actions dt {
  border-top: 1px solid #f2efe7;
  background: none;
  margin-bottom: 1px;
  padding: 2px 0 2px 3px; }
  .product-item-thumb .shop2-product-actions dt span.icon-action, .product-simple-details .shop2-product-actions dt span.icon-action, .product-card-right .shop2-product-actions dt span.icon-action, .column-name .shop2-product-actions dt span.icon-action {
    width: 27px;
    height: 27px;
    background: url(/g/templates/shop2/2.15.2/css/product-bonuses.png) -34px 0 no-repeat; }
  .product-item-thumb .shop2-product-actions dt span.name-action, .product-simple-details .shop2-product-actions dt span.name-action, .product-card-right .shop2-product-actions dt span.name-action, .column-name .shop2-product-actions dt span.name-action {
    border: none;
    color: #6c6a76;
    font-size: 11px;
    font-weight: normal;
    margin-left: 5px;
    max-width: 110px; }
  .product-item-thumb .shop2-product-actions dt.gift-action span.icon-action, .product-simple-details .shop2-product-actions dt.gift-action span.icon-action, .product-card-right .shop2-product-actions dt.gift-action span.icon-action, .column-name .shop2-product-actions dt.gift-action span.icon-action {
    background: url(/g/templates/shop2/2.15.2/css/product-bonuses.png) 0 0 no-repeat; }

.shop2-pagelist-wr {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
  line-height: 0;
  font-size: 0; }
  .shop2-pagelist-wr li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 0 2px;
    text-align: center;
    border: 1px solid #e3d7df;
    background-color: #f1efe7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box; }
  .shop2-pagelist-wr li a, .shop2-pagelist-wr li span {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    color: #303030;
    text-decoration: none;
    width: 27px;
    height: 21px;
    padding-top: 5px; }
  .shop2-pagelist-wr li.active-num {
    cursor: default;
    color: #fff;
    border: 1px solid #7f5870;
    background-color: #B31C2B;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
 }
  .shop2-pagelist-wr li.active-num span {
    color: #fff; }
  .shop2-pagelist-wr li.page-first a {
    background: url(/g/templates/shop2/2.15.2/css/pagelist-arrows.png) 0 0 no-repeat; }
  .shop2-pagelist-wr li.page-prev a {
    background: url(/g/templates/shop2/2.15.2/css/pagelist-arrows.png) 0 -56px no-repeat; }
  .shop2-pagelist-wr li.page-next a {
    background: url(/g/templates/shop2/2.15.2/css/pagelist-arrows.png) 1px -84px no-repeat; }
  .shop2-pagelist-wr li.page-last a {
    background: url(/g/templates/shop2/2.15.2/css/pagelist-arrows.png) 1px -28px no-repeat; }

.product-thumb-view {
  margin: 0 0 20px;
  padding-top: 20px;
  position: relative;
  min-width: 720px;
  line-height: 0;
  font-size: 0; }

.product-item-thumb {
  border: none;
  padding: 0;
  margin: 20px 17px 20px 12px;
  width: 150px; }
  .product-item-thumb .product-top {
    padding: 0; }
  .product-item-thumb .product-top .product-image {
    width: 150px;
    min-height: 230px;
    line-height: 250px;
    text-align: center;
    margin: 0 0 6px;
    position: relative; }
  .product-item-thumb .product-top .product-name {
    font-size: 14px;
    margin: 0 0 3px; }
  .product-item-thumb .product-top .shop2-product-actions {
    margin: 8px 0 4px; }
  .product-item-thumb .product-top .product-article {
    font-size: 11px;
    margin: 0;
    padding: 0 0 6px; }
  .product-item-thumb .product-top .product-article span {
    color: #6c6a76; }
  .product-item-thumb .product-top .product-note {
    font-size: 11px;
    margin: 0;
    padding: 8px 0 8px;
    border-top: 1px solid #f2efe7; }
  .product-item-thumb .product-amount {
    border: none;
    padding: 0; }
  .product-item-thumb .product-amount button, .product-item-thumb .product-amount input[type="text"] {
    display: none; }
  .product-item-thumb .product-bot {
    padding: 0 1px 0;
    margin: 0;
    border: none;
    min-height: 10px; }

.product-simple-view {
  padding: 30px 0 5px; }

.product-simple-item {
  margin: 0 0 30px;
  position: relative; }

.product-simple-image {
  width: 202px;
  height: 202px;
  padding: 0 24px 0 0;
  display: table-cell;
  vertical-align: top;
  text-align: left; }
  .product-simple-image .product-image {
    position: relative; }
  .product-simple-image .product-image img {
    vertical-align: top; }
  .product-simple-image .no-image {
    width: 202px;
    height: 202px;
    background: #e7e7e7 url(/g/shop2v2/default/images/noimage.png) 50% 50% no-repeat; }

.product-simple-details {
  width: 235px;
  display: table-cell;
  vertical-align: top;
  padding: 0 30px 10px 0; }
  .product-simple-details .product-name {
    font-size: 14px;
    padding-bottom: 2px; }
  .product-simple-details .product-article {
    font-size: 11px;
    padding-bottom: 14px; }
  .product-simple-details .product-note {
    font-size: 12px;
    padding-bottom: 12px; }
  .product-simple-details .shop2-product-actions dt span.name-action {
    max-width: 198px; }

.product-simple-add {
  width: 183px;
  border-left: 1px solid #d6d6d6;
  padding: 14px 0 10px 35px;
  display: table-cell;
  vertical-align: top; }
  .product-simple-add .product-amount {
    padding: 0 0 22px; }
  .product-simple-add .product-price {
    min-height: 90px; }

.shop2-product {
  margin: 0;
  padding: 4px 0 28px;
  display: table; }
  .shop2-product .product-thumbnails li {
    background: none;
    border: none;
    height: 36px;
    width: 48px;
    margin: 0;
    padding: 0; }
  .shop2-product .product-thumbnails li a {
    outline-style: none; }

.product-card-left {
  width: 350px;
  padding: 0 11px 0 0;
  display: table-cell; }
  .product-card-left .product-image {
    margin: 0;
    width: 350px;
/*     height: 245px; */
    height: auto;
    line-height: 350px;
    position: relative;
    margin-bottom: 13px;
    text-align: center; }
  .product-card-left .product-image img {
    vertical-align: middle; }
  .product-card-left .product-image .product-label-wr {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 2px 10px 6px; }
  .product-card-left .product-image .product-label-wr.product-new {
    bottom: auto; }

.product-card-right {
  width: 347px;
  padding: 0 0 0;
  vertical-align: top;
  display: table-cell; }
  .product-card-right .shop2-product-actions-wr {
    padding: 9px 0; }
  .product-card-right .shop2-product-actions dt {
    width: 330px;
    border: none; }
  .product-card-right .shop2-product-actions dt span.name-action {
    max-width: 296px;
    white-space: normal; }
  .product-card-right .shop2-product-options-wr {
    border: 1px solid #e3d7df;
    background-color: #f1efe7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 12px 6px; }
  .product-card-right .shop2-product-options-wr .shop2-product-options {
    font-size: 13px; }
  .product-card-right .shop2-product-options-wr .shop2-product-options .even {
    background-color: #fff; }
  .product-card-right .shop2-product-options-wr .shop2-product-options .product-option-title {
    color: #ec7584;
    width: 49%;
    padding: 3px 10px; }
  .product-card-right .shop2-product-options-wr .shop2-product-options .product-option-val {
    width: 49%;
    padding: 3px 10px 3px 0; }
  .product-card-right .form-add {
    border: 1px solid #e3d7df;
    background-color: #f1efe7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 15px 8px 15px 16px;
    margin: 0; }
  .product-card-right .form-add .shop2-product-btn-wr {
    float: right; }
  .product-card-right .form-add .shop2-product-btn-wr .shop2-product-btn {
    margin: 18px 0 0; }
  .product-card-right .form-add .product-price {
    display: block;
    padding: 11px 0 0;
    margin: 0;
    min-width: 164px; }
  .product-card-right .form-add .product-amount {
    display: block;
    padding: 0;
    margin: 0; }

.yashare-wr {
  padding: 11px 0 0 17px; }
  .yashare-wr .yashare-title {
    padding-bottom: 5px;
    font-size: 12px;
    margin-left: -1px; }

.thumbnails-image-wr {
  position: relative;
  margin: 0 0 0 0;
  width: 347px;
  height: 75px;
  border: 1px solid #e3d7df;
  background-color: #f1efe7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; margin-bottom:10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  .thumbnails-image-wr .product-thumbnails li {
    width: 84px;
    height: 55px;
    border: 3px solid #d6d6d6; }
  .thumbnails-image-wr .bx-wrapper {
    margin: 8px 0 9px 27px; }
  .thumbnails-image-wr .bx-controls-direction a {
    position: absolute;
    top: 32px;
    outline: 0;
    z-index: 70;
    width: 11px;
    height: 16px;
    background: url(/g/templates/shop2/2.15.2/css/bx_controls.png) no-repeat 0 -60px; }
  .thumbnails-image-wr .bx-controls-direction a.bx-prev {
    left: 10px;
    background-position: 0 -60px; }
  .thumbnails-image-wr .bx-controls-direction a.bx-prev:hover {
    background-position: 0 -84px; }
  .thumbnails-image-wr .bx-controls-direction a.bx-next {
    right: 10px;
    background-position: -26px -60px; }
  .thumbnails-image-wr .bx-controls-direction a.bx-next:hover {
    background-position: -26px -84px; }
  .thumbnails-image-wr .bx-controls-direction a.disabled {
    display: none; }

.shop2-product-data {
  margin: 0; }
  .shop2-product-data.shop2-product-data-mb {
    margin-bottom: 20px; }

.shop2-product-tabs {
  margin: 0;
  padding: 0;
  list-style: none; }
  .shop2-product-tabs li {
    position: relative;
    top: 6px;
    border: 1px solid #ec7584;
    background-color: #ec7584;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6b0c2), color-stop(100%, #ec7584));
    background-image: -o-linear-gradient(top, #f6b0c2 0%, #ec7584 100%);
    background-image: -moz-linear-gradient(top, #f6b0c2 0%, #ec7584 100%);
    background-image: -webkit-linear-gradient(top, #f6b0c2 0%, #ec7584 100%);
    background-image: -ms-linear-gradient(top, #f6b0c2 0%, #ec7584 100%);
    background-image: linear-gradient(to bottom, #f6b0c2 0%, #ec7584 100%);
    -pie-background: linear-gradient(to bottom, #f6b0c2 0%, #ec7584 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .shop2-product-tabs li a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    height: 24px;
    padding: 6px 20px 0;
    outline-style: none; }
  .shop2-product-tabs li.active-tab {
    border: none;
    top: 0;
    border: 1px solid #e3d7df;
    background-color: #f1efe7;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .shop2-product-tabs li.active-tab a {
    color: #ec7584;
    height: 23px;
    padding: 12px 40px 0 20px;
    position: relative; }
    .shop2-product-tabs li.active-tab a ins {
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      bottom: -6px;
      left: 0;
      z-index: 4;
      background-color: #f1efe7; }
    .shop2-product-tabs li.active-tab a:after {
      display: block;
      content: "";
      width: 13px;
      height: 7px;
      position: absolute;
      top: 19px;
      right: 13px;
      background: url(/g/templates/shop2/2.15.2/css/shop_tab_active.png) 0 0 no-repeat; }

.shop2-product-desc {
  padding: 6px 20px 12px;
  border: 1px solid #e3d7df;
  background-color: #f1efe7;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -ms-border-radius: 0 6px 0 0;
  -o-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  .shop2-product-desc #shop2-tabs-1 table.shop2-product-params tr.even {
    background-color: #e3e0d7; }
  .shop2-product-desc .shop2-kind-item table.shop2-product-params th {
    border-color: #d2cec2; }
  .shop2-product-desc .shop2-kind-item table.shop2-product-params td {
    border-color: #d2cec2; }

.shop2-product-tags-wr {
  border-top: 4px solid #835b74;
  margin-bottom: 16px; }

.shop2-product-tags {
  padding: 12px 30px;
  background-color: #B31C2B;
  font-family: Arial, Helvetica, sans-serif;
  color: #ec7584; }
  .shop2-product-tags .product-tags-tit {
    font-size: 13px;
    color: #fff;
    padding: 0 9px 0 23px;
    background: url(/g/templates/shop2/2.15.2/css/tags-ico.png) 0 4px no-repeat; }
  .shop2-product-tags a {
    color: #ec7584;
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px; }

.shop2-group-kinds-wr h4 {
  color: #303030;
  font-size: 18px;
  padding: 0 12px 5px;
  margin: 0; }

.shop2-group-kinds {
  margin-top: 6px; }

.shop2-kind-item {
  width: 200px;
  margin-right: 20px;
  border: none;
  border: 1px solid #dfdfdf;
  background-color: #fff; }
  .shop2-kind-item .kind-price .price-current {
    font-weight: bold; }
  .shop2-kind-item .kind-price .price-old.question {
    background: url(/g/templates/shop2/2.15.2/css/question-price.png) 100% 3px no-repeat; }
  .shop2-kind-item .kind-price .price-old em {
    font-style: normal; }

.shop2-product-folders {
  padding-top: 9px;
  font-family: Arial, Helvetica, sans-serif; }
  .shop2-product-folders a {
    color: #303030;
    text-decoration: none;
    background-color: #f2efe7; }
  .shop2-product-folders a span {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 13px 0 13px 10px;
    border-left-color: #f2efe7; }
  .shop2-product-folders a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #ec7584; }
  .shop2-product-folders a:hover span {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 13px 0 13px 10px;
    border-left-color: #ec7584; }

.block-tov {
  position: relative;
  min-height: 100px;
  margin: 16px 0 20px;
  padding: 9px 0 9px 27px;
  border: 1px solid #e3d7df;
  background-color: #f1efe7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 1px rgba(147, 102, 130, .2);
  -webkit-box-shadow: 0 1px 1px rgba(147, 102, 130, .2);
  box-shadow: 0 1px 1px rgba(147, 102, 130, .2); }
  .block-tov .shop2-main-header {
    background: none;
    color: #ec7584;
    font-size: 17px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0; }
  .block-tov .bx-wrapper {
    margin: 0; }
  .block-tov .product-item-thumb {
    margin: 0 18px 0 0; }
  .block-tov .product-image {
    position: relative;
    width: 150px;
    height: 250px;
    margin-bottom: 3px; }
  .block-tov .product-name {
    text-align: left;
    font-size: 14px;
    line-height: normal;
    padding-bottom: 4px; }
  .block-tov .product-price {
    text-align: left;
    padding-bottom: 11px; }
  .block-tov .product-price .price-old {
    text-decoration: line-through;
    font-size: 15px;
    color: #ce514f;
    line-height: normal; }
  .block-tov .product-price .price-old span {
    color: #999;
    font-size: 15px; }
    .block-tov .product-price .price-old span em {
      font-size: 13px;
      font-style: normal; }
  .block-tov .product-price .price-current {
    font-size: 18px;
    line-height: 1; }
  .block-tov .product-price .price-current span {
    font-size: 14px; }
  .block-tov .bx-controls-direction a {
    position: absolute;
    top: 145px;
    outline: 0;
    z-index: 70;
    width: 11px;
    height: 16px;
    background: url(/g/templates/shop2/2.15.2/css/bx_controls.png) no-repeat 0 -60px; }
  .block-tov .bx-controls-direction a.bx-prev {
    left: 6px;
    background-position: 0 -60px; }
  .block-tov .bx-controls-direction a.bx-prev:hover {
    background-position: 0 -84px; }
  .block-tov .bx-controls-direction a.bx-next {
    right: 6px;
    background-position: -26px -60px; }
  .block-tov .bx-controls-direction a.bx-next:hover {
    background-position: -26px -84px; }
  .block-tov .bx-controls-direction a.disabled {
    display: none; }

.shop2-main-header {
  background: none;
  color: #6c6a76;
  font: normal 24px Tahoma, Geneva, sans-serif;
  padding: 0;
  margin: 0; }

.tpl-button, a.tpl-button {
  padding: 4px 8px; }
  .tpl-button:active, a.tpl-button:active {
    padding: 5px 9px; }

.tpl-comment .tpl-header {
  background: #f2efe7; }

.tpl-block-header {
  color: #303030; }

table.shop2-cart-table th {
  background-color: #ec7584; }
  table.shop2-cart-table th.first {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; }
  table.shop2-cart-table th.last {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0; }

.shop2-cart-registration {
  margin-right: 2px; }
  .shop2-cart-registration h2 {
    color: #6c6a76;
    font-size: 21px;
    margin-bottom: 10px; }

.shop2-coupon .coupon-arrow {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 20px 0 20px 12px;
  border-left-color: #B31C2B; }

.shop2-cart-registration table.table-registration td.cell-l {
  width: 229px;
  padding: 24px 37px 33px 29;
  background-color: #B31C2B; }
  .shop2-cart-registration table.table-registration td.cell-l form.form-registration button {
    margin-top: 8px;
    padding: 3px 12px;
    font-size: 13px; }

.shop2-cart-registration table.table-registration td.cell-r {
  vertical-align: top;
  width: 288px;
  padding: 49px 106px 25px 55px;
  color: #4d4d4d;
  background: #efefef; }
  .shop2-cart-registration table.table-registration td.cell-r p {
    margin: 0; }
  .shop2-cart-registration table.table-registration td.cell-r p.first {
    padding-bottom: 17px; }
  .shop2-cart-registration table.table-registration td.cell-r p a.shop2-btn2 {
    color: #303030;
    padding: 3px 12px;
    text-decoration: none; }

.shop2-cart-registration form.form-registration div {
  color: #fff; }

.shop2-cart-registration form.form-registration div.first {
  margin-bottom: 4px; }

.shop2-coupon {
  background-color: #B31C2B;
  width: 330px; }
  .shop2-coupon .coupon-label {
    color: #fff;
    margin-right: 9px; }
  .shop2-coupon .coupon-field {
    height: 24px;
    margin-top: 1px; }
  .shop2-coupon .coupon-field input[type="text"] {
    padding: 4px 0; }
  .shop2-coupon .coupon-btn {
    font-size: 13px;
    padding: 3px 12px;
    margin-top: 2px; }
  .shop2-coupon .coupon-id span {
    color: #323232; }
  .shop2-coupon .coupon-id span.coupon-code {
    color: #797878 !important; }

.shop2-coupon .coupon-id .coupon-delete {
  background: url(/g/templates/shop2/2.15.2/css/delete-coupon.png) 0 0 no-repeat; }

.shop2-order-options .option-type {
  border-color: #f0d8bd; }

.shop2-order-options .option-type.active-type {
  background-color: #f1efe7;
  color: #fff; }

table.shop2-cart-table th {
  padding: 8px 10px; }

table.shop2-cart-table td {
  border-color: #e7e2db; }
  table.shop2-cart-table td.cart-delete {
    padding: 10px 20px 10px 10px; }

table.shop2-cart-total th, table.shop2-cart-total td {
  border-color: #dfdfdf;
  white-space: initial; }

table.shop2-cart-total th {
  color: #666; }

.shop2-cart-registration form.form-registration .registration-field, .shop2-coupon .coupon-field {
  margin-top: 1px;
  height: 25px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box; }

table.shop2-cart-table td.cart-product .cart-product-name {
  margin-bottom: 5px; }

table.shop2-cart-table td.cart-product .cart-product-article {
  font-size: 12px; }
  table.shop2-cart-table td.cart-product .cart-product-article span {
    color: #6c6a76; }

table.shop2-cart-table td.cart-product .cart-product-param {
  color: #6c6a76; }
  table.shop2-cart-table td.cart-product .cart-product-param .param-title, table.shop2-cart-table td.cart-product .cart-product-param .param-value {
    font-size: 13px; }

fieldset.shop2-order-data {
  border-color: #ddcdb4; }

fieldset.shop2-order-data td, fieldset.shop2-order-data th {
  border-color: #f0d8bd; }

table.shop2-table-order tr:first-child th {
  background-color: #dcceb9; }

table.shop2-table-order th, table.shop2-table-order td {
  border-color: #ddcdb4; }

.shop2-pricelist-wr {
  margin: 20px 2px 20px 0;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  .shop2-pricelist-wr .shop2-pricelist-in {
    position: relative;
    margin: -1px; }

.shop2-pricelist {
  margin: 0; }
  .shop2-pricelist .even {
    background: transparent; }
  .shop2-pricelist .th {
    padding: 10px;
    background-color: #B31C2B; }
  .shop2-pricelist .th.column-name {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
  .shop2-pricelist .th.column-add {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
  .shop2-pricelist .th a.shop2-options-btn {
    margin-top: 3px; }
  .shop2-pricelist .price-old.question {
    background: url(/g/templates/shop2/2.15.2/css/question-price.png) 0 4px no-repeat; }
  .shop2-pricelist .product-amount-in {
    width: 88px; }
  .shop2-pricelist .td {
    padding: 8px 10px;
    border-top: 1px solid #d6d6d6;
    border-bottom: none; }
  .shop2-pricelist .td .shop2-options-btn {
    color: #B31C2B;
    border-color: #B31C2B; }
  .shop2-pricelist .td.column-amount {
    width: 86px; }
  .shop2-pricelist .td .shop2-product-options-wr {
    display: none;
    border: none; }
  .shop2-pricelist .td .shop2-product-options-wr .product-option-title {
    border: none;
    color: #fe7f6f; }
  .shop2-pricelist .td .shop2-product-options-wr .product-option-val {
    border: none;
    color: #886766; }
    .shop2-pricelist .td .shop2-product-options-wr .product-option-val a {
      color: #886766; }
  .shop2-pricelist .td.column-name {
    width: 240px; }
  .shop2-pricelist .td.column-name a {
    color: #e1484c; }
  .shop2-pricelist .td.column-name .shop2-product-actions dt {
    border: none; }
  .shop2-pricelist .shop2-product-item.first .td {
    border-top: none; }
  .shop2-pricelist .product-name {
    font-size: 15px; }
  .shop2-pricelist .product-name a {
    text-decoration: none; }
  .shop2-pricelist .product-name a:hover {
    text-decoration: underline; }
  .shop2-pricelist .product-article {
    font-size: 12px;
    color: #886766; }
  .shop2-pricelist .product-article span {
    color: #886766; }
  .shop2-pricelist .product-label-wrap {
    height: 22px;
    position: relative; }
  .shop2-pricelist .product-label-wrap div {
    display: inline-block;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    padding: 2px 10px 0;
    min-height: 20px; }
  .shop2-pricelist .product-label-wrap div.product-new {
    background: #ec7584; }
  .shop2-pricelist .product-label-wrap div.product-spec {
    background: #B31C2B; }
  .shop2-pricelist .td.column-add {
    width: 36px; }
  .shop2-pricelist .td.column-add .shop2-product-btn {
    display: block;
    width: 36px;
    height: 27px;
    position: relative;
    z-index: 4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .shop2-pricelist .td.column-add .shop2-product-btn:active {
    padding: 1px; }
  .shop2-pricelist .td.column-add .shop2-product-btn span {
    height: 27px;
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -99999px;
    background: url(/g/templates/shop2/2.15.2/css/icons-btn.png) 0 0 no-repeat; }
  .shop2-pricelist .td.column-add .buy span {
    background-position: 6px 4px; }
  .shop2-pricelist .td.column-add .onrequest span {
    background-position: -38px 3px; }
  .shop2-pricelist .td.column-add .notavailable {
    position: relative; }
  .shop2-pricelist .td.column-add .notavailable:hover, .shop2-pricelist .td.column-add .notavailable:active {
    padding: 0;
    border: 1px solid #c7c7c7;
    background-color: #bfbfbf;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #bfbfbf));
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: -moz-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: -ms-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bfbfbf 100%);
    -pie-background: linear-gradient(to bottom, #dfdfdf 0%, #bfbfbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false'); }
  .shop2-pricelist .td.column-add .notavailable span {
    background-position: -83px 4px; }

.shop2-group-kinds {
  margin-right: 0; }

.shop2-pricelist .th .shop2-options-btn .shop2-options-arrow {
  height: 5px;
  width: 8px;
  background: url(/g/templates/shop2/2.15.2/css/arrs_price.png) no-repeat right top;
  margin-left: 6px;
  display: inline-block;
  border: none !important;
  border-style: none !important; }

.shop2-pricelist .th .shop2-options-btn .shop2-options-arrow-revert {
  background: url(/g/templates/shop2/2.15.2/css/arrs_price.png) no-repeat left top; }

.shop2-order-options .option-type.active-type {
  color: #000; }

div.clear {
  clear: both;
  font-size: 0;
  line-height: 0; }

.no-move-close .highslide-header .highslide-move, .no-move-close .highslide-header .highslide-close {
  display: none; }

.buy-one-click {
  float: right;
  padding: 15px 10px 0 0; }

div.yashare {
  display: inline-block; }

.shop2-main-header, .shop2-main-before {
  padding-left: 28px; }

.product-item-thumb .shop2-product-actions dt, .product-simple-details .shop2-product-actions dt, .product-card-right .shop2-product-actions dt, .column-name .shop2-product-actions dt {
  border-top: none; }

.product-item-thumb .product-top .product-article {
  /*border-bottom: 1px solid #F2EFE7;*/
  margin: 0 0 6px; }
/* compare */
.shop2-compare-page {
  padding: 35px;
  color: #464646;
  font: normal 14px Arial, Helvetica, sans-serif;
  position: relative; }
  .shop2-compare-page h1 {
    color: #303030;
    font-size: 22px; }
  .shop2-compare-page a img, .shop2-compare-page a:hover img {
    border: none; }

.shop2-compare-logo {
  position: absolute;
  top: 35px;
  left: 35px; }

.shop2-compare-table {
  border-collapse: collapse; }
  .shop2-compare-table td {
    vertical-align: top;
    padding: 0 45px 0 0;
    border-bottom: 1px solid #dfdfdf; }

.shop2-compare-header td {
  border-bottom: none; }
  .shop2-compare-header td:first-child {
    vertical-align: bottom; }

.shop2-compare-header2 td {
  border-bottom-width: 2px; }
  .shop2-compare-header2 form {
    display: inline-block; }

.shop2-compare-data td {
  padding: 10px 10px 10px 0;
  width: 230px; }
  .shop2-compare-data td:first-child {
    padding-left: 10px;
    font-weight: bold;
    width: 300px; }

.shop2-compare-product-image {
  width: 128px;
  height: 128px;
  text-align: center; }
  .shop2-compare-product-image.shop2-compare-product-not-image {
    background: #e7e7e7 url("@{imagesDir}/noimage.png") 50% 50% no-repeat; }
  .shop2-compare-product-image a {
    display: inline-block;
    vertical-align: middle; }
  .shop2-compare-product-image .verticalMiddle {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }

.shop2-compare-product-name {
  padding: 10px 0 5px;
  font-size: 12px; }

.shop2-compare-product-name a, .shop2-compare-data a {
  color: #0089d0;
  text-decoration: underline; }
  .shop2-compare-product-name a:hover, .shop2-compare-data a:hover {
    text-decoration: none; }

.shop2-compare-product-price {
  color: #090909;
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 6px 0; }

a.shop2-compare-delete {
  color: #9a9a9a;
  display: inline-block;
  margin: 0 0 0 16px;
  text-decoration: none;
  border-bottom: 1px dotted #9a9a9a;
  position: relative; }
  a.shop2-compare-delete:hover {
    text-decoration: none;
    border-color: transparent; }
  a.shop2-compare-delete ins {
    display: block;
    width: 11px;
    height: 11px;
    background: url("@{imagesDir}/compare-delete.png") 0 0 no-repeat;
    position: absolute;
    left: -16px;
    top: 50%;
    margin: -5px 0 0 0; }

.shop2-compare-switch a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  text-decoration: none;
  margin: 6px 0 0; }
  .shop2-compare-switch a span {
    color: #0089d0;
    border-bottom: 1px dotted #0089d0; }
  .shop2-compare-switch a:hover span {
    border-color: transparent; }
  .shop2-compare-switch a.shop2-compare-switch-active {
    background: #dfdfdf; }
  .shop2-compare-switch a.shop2-compare-switch-active span {
    color: #303030;
    border-color: transparent; }

.shop2-compare-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc; }

.product-compare {
  padding: 8px 0;
  border-top: 1px solid #bbb; }
  .product-compare input {
    vertical-align: middle; }
  .shop2-pricelist .product-compare {
    border-top: none; }
  .product-details .product-compare {
    font-size: 12px;
    border-top: none;
    border-bottom: 1px solid #bbb; }
  .shop2-kind-item .product-compare {
    border-top: none;
    border-bottom: 1px solid #bbb; }

.product-compare {
  border: none !important;
  padding: 6px 0 6px !important;
  border-bottom: 1px solid #f2efe7 !important; }

.product-card-right .product-compare, .column-options .product-compare {
  border: none !important; }