@charset "utf-8";
/* *** Shop2 Block *** */
.shop2-block {
  margin: 0 0 15px 0;
  width: 217px;
  text-align: left;
  -webkit-border-radius : 3px;
  -moz-border-radius : 3px;
  -ms-border-radius : 3px;
  -o-border-radius : 3px;
  border-radius : 3px; }
  .shop2-block:first-child {
    margin-top: 0; }
  .shop2-block .block-title {
    min-height: 37px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    -ms-border-radius : 3px;
    -o-border-radius : 3px;
    border-radius : 3px; }
    .shop2-block .block-title span, .shop2-block .block-title strong {
      display: block; }
    .shop2-block .block-title span {
      position: absolute;
      top: 15px;
      right: 12px;
      line-height: 0;
      font-size: 0;
      width: 13px;
      height: 8px;
      background: url('../search_arrow.png') no-repeat; }
    .shop2-block .block-title strong {
      padding: 0 0 0 13px;
      font-size: 14px;
      line-height: 37px;
      color: #1533eb;
      -webkit-user-select : none;
      -moz-user-select : none;
      user-select : none;
      -webkit-border-radius : 3px;
      -moz-border-radius : 3px;
      -ms-border-radius : 3px;
      -o-border-radius : 3px;
      border-radius : 3px;
      text-decoration: none;
      background: #eee;
      background-image: -o-linear-gradient(#eee 0%, #d6d6d6 49%, #c5c5c5 50%, #bababa 80%, #e4e4e4 100%);
      background-image: -moz-linear-gradient(#eee 0%, #d6d6d6 49%, #c5c5c5 50%, #bababa 80%, #e4e4e4 100%);
      background-image: -webkit-linear-gradient(#eee 0%, #d6d6d6 49%, #c5c5c5 50%, #bababa 80%, #e4e4e4 100%);
      background-image: -ms-linear-gradient(#eee 0%, #d6d6d6 49%, #c5c5c5 50%, #bababa 80%, #e4e4e4 100%);
      background-image: linear-gradient( #eee 0%, #d6d6d6 49%, #c5c5c5 50%, #bababa 80%, #e4e4e4 100%); }
  .shop2-block .block-body {
    padding: 20px;
    display: none; }
  .shop2-block.opened .block-body {
    display: block; }
/* Shop2 Login */
.shop2-block.login-form {
  margin-bottom: 15px; }
  .shop2-block.login-form input[type="text"], .shop2-block.login-form input[type="password"] {
    background: none transparent;
    vertical-align: top;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: inherit; }
  .shop2-block.login-form .block-title span {
    background-position: 0 0; }
  .shop2-block.login-form.opened .block-title span {
    top: 14px;
    background-position: 0 -10px; }
  .shop2-block.login-form .block-body {
    font-size: 12px;
    padding: 14px 20px;
    background-color: #eee; }
    .shop2-block.login-form .block-body a, .shop2-block.login-form .block-body span, .shop2-block.login-form .block-body strong {
      display: inline-block;
      vertical-align: middle;
      padding: 0 1px; }
    .shop2-block.login-form .block-body p, .shop2-block.login-form .block-body div.row {
      margin: 6px 0; }
    .shop2-block.login-form .block-body div.row {
      overflow: hidden;
      font-size: 13px; }
    .shop2-block.login-form .block-body label {
      display: block;
      padding: 0 1px; }
      .shop2-block.login-form .block-body label.field {
        background: #fff url(../icons-user.png) no-repeat;
        border: 1px solid #cecece;
        padding: 0 6px 0 24px;
        overflow: hidden;
        height: 23px;
        -webkit-border-radius : 3px;
        -moz-border-radius : 3px;
        -ms-border-radius : 3px;
        -o-border-radius : 3px;
        border-radius : 3px; }
        .shop2-block.login-form .block-body label.field input {
          width: 100%;
          padding: 4px 0 3px;
          outline: none; }
        .shop2-block.login-form .block-body label.field.text {
          background-position: 6px -26px; }
        .shop2-block.login-form .block-body label.field.password {
          background-position: 6px -58px; }
    .shop2-block.login-form .block-body .signin-btn {
      float: right;
      display: inline;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 4px 8px;
      margin: 0 0 0 10px;
      outline: none;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #333;
      -webkit-border-radius : 4px;
      -moz-border-radius : 4px;
      -ms-border-radius : 4px;
      -o-border-radius : 4px;
      border-radius : 4px;
      -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
      -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
      box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
      background-image: -o-linear-gradient(#f8f8f8, #dfdfdf);
      background-image: -moz-linear-gradient(#f8f8f8, #dfdfdf);
      background-image: -webkit-linear-gradient(#f8f8f8, #dfdfdf);
      background-image: -ms-linear-gradient(#f8f8f8, #dfdfdf);
      background-image: linear-gradient( #f8f8f8, #dfdfdf); }
      .shop2-block.login-form .block-body .signin-btn:hover {
        background-image: -o-linear-gradient(#fbfbfb, #efefef);
        background-image: -moz-linear-gradient(#fbfbfb, #efefef);
        background-image: -webkit-linear-gradient(#fbfbfb, #efefef);
        background-image: -ms-linear-gradient(#fbfbfb, #efefef);
        background-image: linear-gradient( #fbfbfb, #efefef); }
      .shop2-block.login-form .block-body .signin-btn:active {
        -moz-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
        -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
        box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
        background-image: -o-linear-gradient(#dedede, #f1f1f1);
        background-image: -moz-linear-gradient(#dedede, #f1f1f1);
        background-image: -webkit-linear-gradient(#dedede, #f1f1f1);
        background-image: -ms-linear-gradient(#dedede, #f1f1f1);
        background-image: linear-gradient( #dedede, #f1f1f1); }
    .shop2-block.login-form .block-body .user-name {
      font-size: 14px;
      color: #333;
      margin-right: 10px;
      min-width: 74px; }
    .shop2-block.login-form .block-body .settings {
      line-height: 0;
      font-size: 0;
      width: 12px;
      height: 12px;
      background: url(../icons-user.png) 0 0 no-repeat;
      text-decoration: none; }
    .shop2-block.login-form .block-body .register {
      color: #fe3839;
      margin-right: 4px; }
    .shop2-block.login-form .block-body .my-orders {
      margin-right: 10px;
      min-width: 74px; }
/* Shop2 Cart Preview */
.shop2-block.cart-preview {
  background-color: #f1632b;
  color: #fff; }
  .shop2-block.cart-preview .block-title {
    color: #fff;
    background-image: -o-linear-gradient(#fe4f50, #fe3839);
    background-image: -moz-linear-gradient(#fe4f50, #fe3839);
    background-image: -webkit-linear-gradient(#fe4f50, #fe3839);
    background-image: -ms-linear-gradient(#fe4f50, #fe3839);
    background-image: linear-gradient( #fe4f50, #fe3839); }
    .shop2-block.cart-preview .block-title span {
      background-position: 0 0; }
  .shop2-block.cart-preview.opened .block-title span {
    background-position: -22px 0; }
  .shop2-block.cart-preview .block-body {
    font-size: 12px;
    padding: 10px 20px 14px;
    cursor: default; }
    .shop2-block.cart-preview .block-body p {
      margin: 6px 0; }
    .shop2-block.cart-preview .block-body span, .shop2-block.cart-preview .block-body strong {
      display: inline-block; }
    .shop2-block.cart-preview .block-body span {
      min-width: 60px; }
    .shop2-block.cart-preview .block-body strong {
      font-size: 18px;
      font-weight: normal;
      line-height: 1; }
    .shop2-block.cart-preview .block-body div {
      font-weight: bold;
      font-size: 14px;
      margin: 6px 0; }
  .shop2-block.cart-preview .order-btn {
    padding: 5px 11px;
    display: inline-block;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #333;
    -webkit-border-radius : 4px;
    -moz-border-radius : 4px;
    -ms-border-radius : 4px;
    -o-border-radius : 4px;
    border-radius : 4px;
    -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
    -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
    box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
    background-image: -o-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -moz-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -webkit-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -ms-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: linear-gradient( #f8f8f8, #dfdfdf); }
    .shop2-block.cart-preview .order-btn:hover {
      background-image: -o-linear-gradient(#fbfbfb, #efefef);
      background-image: -moz-linear-gradient(#fbfbfb, #efefef);
      background-image: -webkit-linear-gradient(#fbfbfb, #efefef);
      background-image: -ms-linear-gradient(#fbfbfb, #efefef);
      background-image: linear-gradient( #fbfbfb, #efefef); }
    .shop2-block.cart-preview .order-btn:active {
      -moz-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
      -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
      box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
      background-image: -o-linear-gradient(#dedede, #f1f1f1);
      background-image: -moz-linear-gradient(#dedede, #f1f1f1);
      background-image: -webkit-linear-gradient(#dedede, #f1f1f1);
      background-image: -ms-linear-gradient(#dedede, #f1f1f1);
      background-image: linear-gradient( #dedede, #f1f1f1); }
/* Shop2 Search Form */
.shop2-block.search-form {
  background-color: #eee;
  margin-bottom: 9px; }
  .shop2-block.search-form .search-btn {
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    -webkit-border-radius : 4px;
    -moz-border-radius : 4px;
    -ms-border-radius : 4px;
    -o-border-radius : 4px;
    border-radius : 4px;
    -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
    -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
    box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
    background-image: -o-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -moz-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -webkit-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -ms-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: linear-gradient( #f8f8f8, #dfdfdf); }
    .shop2-block.search-form .search-btn:hover {
      background-image: -o-linear-gradient(#fbfbfb, #efefef);
      background-image: -moz-linear-gradient(#fbfbfb, #efefef);
      background-image: -webkit-linear-gradient(#fbfbfb, #efefef);
      background-image: -ms-linear-gradient(#fbfbfb, #efefef);
      background-image: linear-gradient( #fbfbfb, #efefef); }
    .shop2-block.search-form .search-btn:active {
      -moz-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
      -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
      box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
      background-image: -o-linear-gradient(#dedede, #f1f1f1);
      background-image: -moz-linear-gradient(#dedede, #f1f1f1);
      background-image: -webkit-linear-gradient(#dedede, #f1f1f1);
      background-image: -ms-linear-gradient(#dedede, #f1f1f1);
      background-image: linear-gradient( #dedede, #f1f1f1); }
  .shop2-block.search-form .block-title {
    color: #333;
    background-image: -o-linear-gradient(#d1d1d1, #ccc);
    background-image: -moz-linear-gradient(#d1d1d1, #ccc);
    background-image: -webkit-linear-gradient(#d1d1d1, #ccc);
    background-image: -ms-linear-gradient(#d1d1d1, #ccc);
    background-image: linear-gradient( #d1d1d1, #ccc); }
    .shop2-block.search-form .block-title span {
      background-position: 0 0; }
  .shop2-block.search-form.opened .block-title span {
    top: 14px;
    background-position: 0 -10px; }
  .shop2-block.search-form .block-body {
    font-size: 13px;
    padding: 8px 18px 10px;
    background-color: #fff;
    border: 2px solid #b2b2b2;
    color: #333; }
    .shop2-block.search-form .block-body div.row {
      margin: 10px 0;
      overflow: hidden; }
      .shop2-block.search-form .block-body div.row select {
        width: 100%;
        font-family: inherit;
        font-size: 13px;
        cursor: pointer; }
      .shop2-block.search-form .block-body div.row input[type="text"] {
        width: 97%;
        font-family: inherit;
        font-size: 13px;
        text-align: left; }
        .shop2-block.search-form .block-body div.row input[type="text"].small {
          width: 60px; }
      .shop2-block.search-form .block-body div.row span {
        color: #a1a1a1; }
    .shop2-block.search-form .block-body div.row-title, .shop2-block.search-form .block-body label.row-title {
      display: block;
      padding-bottom: 2px; }
  .shop2-block.search-form button[type="submit"] {
    outline: none; }

.shop2-block.tag-cloud .block-title {
  color: #fff;
  background-image: -o-linear-gradient(#008fd6, #08c);
  background-image: -moz-linear-gradient(#008fd6, #08c);
  background-image: -webkit-linear-gradient(#008fd6, #08c);
  background-image: -ms-linear-gradient(#008fd6, #08c);
  background-image: linear-gradient( #008fd6, #08c); }
  .shop2-block.tag-cloud .block-title span {
    background: none; }
  .shop2-block.tag-cloud .block-body {
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 14px; }
  .shop2-block.tag-cloud .block-body a {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 4px 6px;
    position: relative;
    padding: 0 6px 0 8px;
    background: #dedede;
    color: #626262;
    line-height: 20px;
    font-size: 11px;
    text-decoration: none;
    white-space: pre;
    -webkit-border-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-block.tag-cloud .block-body a span {
      position: absolute;
      left: -6px;
      top: 0;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 10px 6px 10px 0;
      border-right-color: #dedede; }
    .shop2-block.tag-cloud .block-body a ins {
      position: absolute;
      left: 0;
      top: 50%;
      width: 4px;
      height: 4px;
      background: #fff;
      margin: -2px 0 0;
      -webkit-border-radius : 2px;
      -moz-border-radius : 2px;
      -ms-border-radius : 2px;
      -o-border-radius : 2px;
      border-radius : 2px; }
    .shop2-block.tag-cloud .block-body a em {
      color: #08c;
      font-style: normal; }
/* Shop2 Clear Container */
.shop2-clear-container {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  clear: both;
  width: 100%;
  height: 0; }
/* Yandex Shared */
div.yashare {
  font-size: 12px;
  text-align: left; }
  div.yashare span.yashare-header {
    display: block;
    color: #999;
    cursor: default;
    line-height: 1; }
  div.yashare span.b-share {
    padding: 0 !important;
    display: inline-block;
    vertical-align: middle; }
  div.yashare span.b-share a.b-share__handle {
    padding: 5px 5px 0 0 !important;
    width: 16px;
    height: 16px;
    float: left; }
/* Shop2 Buttons */
.shop2-btn {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  background-image: -o-linear-gradient(#f8f8f8, #dfdfdf);
  background-image: -moz-linear-gradient(#f8f8f8, #dfdfdf);
  background-image: -webkit-linear-gradient(#f8f8f8, #dfdfdf);
  background-image: -ms-linear-gradient(#f8f8f8, #dfdfdf);
  background-image: linear-gradient( #f8f8f8, #dfdfdf);
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px;
  -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset; }
  .shop2-btn:hover {
    background-image: -o-linear-gradient(#fbfbfb, #efefef);
    background-image: -moz-linear-gradient(#fbfbfb, #efefef);
    background-image: -webkit-linear-gradient(#fbfbfb, #efefef);
    background-image: -ms-linear-gradient(#fbfbfb, #efefef);
    background-image: linear-gradient( #fbfbfb, #efefef); }
  .shop2-btn:active {
    -moz-box-shadow: rgba(0,0,0,.2) 0 1px 1px 0 inset;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 1px 0 inset;
    box-shadow: rgba(0,0,0,.2) 0 1px 1px 0 inset;
    background-image: -o-linear-gradient(#dedede, #f1f1f1);
    background-image: -moz-linear-gradient(#dedede, #f1f1f1);
    background-image: -webkit-linear-gradient(#dedede, #f1f1f1);
    background-image: -ms-linear-gradient(#dedede, #f1f1f1);
    background-image: linear-gradient( #dedede, #f1f1f1); }
  .shop2-btn.disabled, .shop2-btn.disabled:hover, .shop2-btn.disabled:active, .shop2-btn.notavailable, .shop2-btn.notavailable:hover, .shop2-btn.notavailable:active {
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 0 inset;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 0 inset;
    box-shadow: rgba(0,0,0,.2) 0 0 0 inset;
    background: none #eee;
    color: #494949;
    cursor: default; }
  a.shop2-btn {
    display: inline-block;
    text-decoration: none;
    padding: 5px 11px; }
  button.shop2-btn, input[type="button"].shop2-btn, input[type="submit"].shop2-btn {
    padding: 4px 8px;
    outline: none; }
/* Product Amount */
.shop2-product-amount {
  text-align: center;
  line-height: 0;
  font-size: 0;
  width: 86px;
  white-space: nowrap; }
  .shop2-product-amount button {
    display: inline-block;
    overflow: hidden;
    width: 22px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #626262;
    border: 0;
    outline: none;
    text-shadow: #fff 0 1px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 21px;
    background-image: -o-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -moz-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -webkit-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -ms-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: linear-gradient( #f8f8f8, #dfdfdf);
    -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
    -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
    box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
    -webkit-border-radius : 4px;
    -moz-border-radius : 4px;
    -ms-border-radius : 4px;
    -o-border-radius : 4px;
    border-radius : 4px;
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : none; }
  .shop2-product-amount button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .shop2-product-amount button:hover {
    background-image: -o-linear-gradient(#fbfbfb, #efefef);
    background-image: -moz-linear-gradient(#fbfbfb, #efefef);
    background-image: -webkit-linear-gradient(#fbfbfb, #efefef);
    background-image: -ms-linear-gradient(#fbfbfb, #efefef);
    background-image: linear-gradient( #fbfbfb, #efefef); }
  .shop2-product-amount button:active {
    background-image: -o-linear-gradient(#dedede, #f1f1f1);
    background-image: -moz-linear-gradient(#dedede, #f1f1f1);
    background-image: -webkit-linear-gradient(#dedede, #f1f1f1);
    background-image: -ms-linear-gradient(#dedede, #f1f1f1);
    background-image: linear-gradient( #dedede, #f1f1f1);
    -moz-box-shadow: rgba(0,0,0,.2) 0 1px 1px 0 inset;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 1px 0 inset;
    box-shadow: rgba(0,0,0,.2) 0 1px 1px 0 inset; }
  .shop2-product-amount input[type="text"] {
    width: 28px;
    margin: 0 4px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-family: inherit;
    font-size: 13px; }
  .shop2-product-amount.disabled button, .shop2-product-amount.disabled button:hover, .shop2-product-amount.disabled button:active {
    background: none #eee;
    color: #959595;
    cursor: default;
    -moz-box-shadow: #eee 0 0 0 inset;
    -webkit-box-shadow: #eee 0 0 0 inset;
    box-shadow: #eee 0 0 0 inset; }
  .shop2-product-amount.disabled input {
    cursor: default;
    color: #959595;
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : none; }
/* Product Actions */
.shop2-product-actions, .shop2-product-actions dl, .shop2-product-actions dt, .shop2-product-actions dd {
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0; }

.shop2-product-actions {
  clear: both; }
  .shop2-product-actions dl {
    overflow: hidden; }
  .shop2-product-actions dt {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAMAAACeL25MAAAABlBMVEUAAADu7u6BVFV4AAAAAXRSTlMAQObYZgAAABdJREFUeNpdw7ENAAAAgjD5/2mYbdKFKwA8AAUsxv4oAAAAAElFTkSuQmCC) 0 0 repeat;
    cursor: pointer;
    min-height: 29px;
    text-align: left; }
  .shop2-product-actions dt span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : none; }
    .shop2-product-actions dt span.icon-action {
      background: url("/g/shop2v2/default/images/icons-actions.png") 0 -39px no-repeat;
      width: 29px;
      height: 29px; }
    .shop2-product-actions dt span.name-action {
      overflow: hidden;
      margin: 2px 0 2px 10px;
      color: #333;
      border-bottom: 1px dotted #919191;
      font-size: 12px;
      font-weight: bold;
      line-height: normal; }
  .shop2-product-actions dt.gift-action span.icon-action {
    background-position: 0 0; }
  .shop2-product-actions dd {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    width: 220px;
    padding: 4px 24px 4px 14px;
    border: 1px solid #e1c893;
    background-color: #f2e6cf;
    text-align: left;
    color: #494949;
    -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0,0,0,.45) 0 2px 6px;
    -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0,0,0,.45) 0 2px 6px;
    box-shadow: #fdfbf7 0 1px 0 inset, rgba(0,0,0,.45) 0 2px 6px; }
  .shop2-product-actions dd .name-action, .shop2-product-actions dd .desc-action {
    line-height: normal;
    font-size: 12px;
    margin: 10px 0; }
  .shop2-product-actions dd .name-action {
    font-size: 14px;
    font-weight: bold; }
  .shop2-product-actions dd .desc-action {
    line-height: 17px; }
    .shop2-product-actions dd .desc-action p {
      margin: 10px 0;
      padding: 0; }
  .shop2-product-actions dd .close-desc-action {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 11px;
    height: 10px;
    cursor: pointer;
    background: url("/g/shop2v2/default/images/close-discount-desc.png") 0 0 no-repeat; }
/* Discount Descrip */
.shop2-product-discount-desc, #shop2-msg {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  width: 200px;
  padding: 4px 14px;
  border: 1px solid #e1c893;
  background-color: #f2e6cf;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  color: #494949;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0,0,0,.45) 0 2px 6px;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0,0,0,.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0,0,0,.45) 0 2px 6px; }
  .shop2-product-discount-desc p, #shop2-msg p {
    margin: 10px 0;
    padding: 0; }
/* Product Color Pick */
.shop2-color-pick, .shop2-color-pick li, .shop2-color-pick ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.shop2-color-pick {
  overflow: hidden; }
  .shop2-color-pick li {
    float: left;
    display: inline;
    margin: 1px 10px 1px 0;
    width: 15px;
    height: 15px;
    border: 2px solid transparent; }
  .shop2-color-pick li span {
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    overflow: hidden;
    text-indent: -1000px; }
  .shop2-color-pick li.active-color {
    border-color: #fe3839; }
    .shop2-color-pick li.active-color span {
      cursor: default; }
/* Product Texture Pick */
.shop2-texture-pick, .shop2-texture-pick li, .shop2-texture-pick ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.shop2-texture-pick {
  overflow: hidden; }
  .shop2-texture-pick li {
    display: inline;
    float: left;
    width: 30px;
    height: 30px;
    margin: 1px 10px 1px 0;
    border: 2px solid transparent; }
  .shop2-texture-pick li img {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px; }
  .shop2-texture-pick li.active-texture {
    border-color: #fe3839; }
    .shop2-texture-pick li.active-texture img {
      cursor: default; }
/* Product Options */
table.shop2-product-options {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table.shop2-product-options tr.odd {
    background-color: #eee; }
  table.shop2-product-options tr.even {
    background-color: transparent; }
  table.shop2-product-options th, table.shop2-product-options td {
    border-top: 1px solid #dedede;
    vertical-align: top;
    font-weight: normal;
    line-height: 16px;
    padding: 8px 0;
    text-align: left; }
  table.shop2-product-options th {
    font-size: 11px;
    color: #999;
    padding-right: 10px;
    width: 45%; }
  table.shop2-product-options td {
    font-size: 12px;
    color: #494949; }
  table.shop2-product-options td select {
    font: inherit; }
  table.shop2-product-options td input[type="text"] {
    font: inherit; }
  table.shop2-product-options tr.type-color td, table.shop2-product-options tr.type-texture td {
    padding: 5px 0; }
  table.shop2-product-options tr.type-select th, table.shop2-product-options tr.type-input-text th, table.shop2-product-options tr.type-texture th, table.shop2-product-options tr.type-select td, table.shop2-product-options tr.type-input-text td, table.shop2-product-options tr.type-texture td {
    vertical-align: middle; }

table.shop2-product-params a.file, table.shop2-product-options a.file {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding-left: 17px; }
  table.shop2-product-params a.file span, table.shop2-product-options a.file span {
    display: inline-block;
    vertical-align: top; }
  table.shop2-product-params a.file span.icon, table.shop2-product-options a.file span.icon {
    position: absolute;
    left: 0;
    background: url("/g/shop2v2/default/images/icon-file.png") no-repeat;
    line-height: 0;
    font-size: 0;
    width: 11px;
    height: 13px;
    margin-top: 1px; }
  table.shop2-product-params a.file span.value, table.shop2-product-options a.file span.value {
    text-decoration: underline; }
  table.shop2-product-params a.file:hover span.value, table.shop2-product-options a.file:hover span.value {
    text-decoration: none; }
/* Product Params */
table.shop2-product-params {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table.shop2-product-params tr.odd {
    background-color: transparent; }
  table.shop2-product-params tr.odd a.file span.icon {
    background-position: 0 0; }
  table.shop2-product-params tr.even {
    background-color: #eee; }
  table.shop2-product-params tr.even a.file span.icon {
    background-position: -21px 0; }
  table.shop2-product-params th, table.shop2-product-params td {
    font-size: 13px;
    vertical-align: top;
    padding: 5px 10px;
    text-align: left; }
  table.shop2-product-params th {
    color: #2a2a2a;
    width: 40%; }
  table.shop2-product-params tr.type-color th, table.shop2-product-params tr.type-texture th, table.shop2-product-params tr.type-color td, table.shop2-product-params tr.type-texture td {
    vertical-align: middle; }
/* Product Buttons */
.shop2-product-btn {
  border: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  vertical-align: middle;
  background-image: -o-linear-gradient(#f8f8f8, #dfdfdf);
  background-image: -moz-linear-gradient(#f8f8f8, #dfdfdf);
  background-image: -webkit-linear-gradient(#f8f8f8, #dfdfdf);
  background-image: -ms-linear-gradient(#f8f8f8, #dfdfdf);
  background-image: linear-gradient( #f8f8f8, #dfdfdf);
  -moz-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  box-shadow: #ccc 1px 1px 0 inset, #ccc -1px -1px 0 inset, #ccc -1px 1px 0 inset, #ccc 1px -1px 0 inset;
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px; }
  .shop2-product-btn:hover {
    background-image: -o-linear-gradient(#fbfbfb, #efefef);
    background-image: -moz-linear-gradient(#fbfbfb, #efefef);
    background-image: -webkit-linear-gradient(#fbfbfb, #efefef);
    background-image: -ms-linear-gradient(#fbfbfb, #efefef);
    background-image: linear-gradient( #fbfbfb, #efefef); }
  .shop2-product-btn:active {
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
    box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
    background-image: -o-linear-gradient(#dedede, #f1f1f1);
    background-image: -moz-linear-gradient(#dedede, #f1f1f1);
    background-image: -webkit-linear-gradient(#dedede, #f1f1f1);
    background-image: -ms-linear-gradient(#dedede, #f1f1f1);
    background-image: linear-gradient( #dedede, #f1f1f1); }
  .shop2-product-btn span {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background: url("/g/shop2v2/default/images/icons-btn.png") no-repeat;
    font-size: 15px;
    font-weight: bold;
    color: #626262;
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : 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 {
    -moz-box-shadow: #eee 0 0 0 inset;
    -webkit-box-shadow: #eee 0 0 0 inset;
    box-shadow: #eee 0 0 0 inset;
    background: none #eee;
    cursor: default; }
  .shop2-product-btn.disabled span, .shop2-product-btn.disabled:hover span, .shop2-product-btn.disabled:active span, .shop2-product-btn.notavailable span, .shop2-product-btn.notavailable:hover span, .shop2-product-btn.notavailable:active span {
    font-size: 12px;
    color: #a4a4a4; }
  button.shop2-product-btn {
    outline: none; }

.shop2-product-btn.type-1 {
  width: 36px;
  height: 25px;
  text-align: left; }
  .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 span {
    background-position: 50% -180px; }
  .shop2-product-btn.type-1.more span {
    background-position: 50% -210px; }

.shop2-product-btn.type-2 {
  width: 50px;
  height: 34px;
  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 {
    background-position: 50% -80px; }

.shop2-product-btn.type-3 {
  width: 150px;
  height: 34px;
  text-align: left; }
  .shop2-product-btn.type-3 span {
    height: 34px;
    line-height: 34px;
    padding-left: 50px; }
  .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 {
    background-position: 0 -80px; }
/* *** Filter *** */
.shop2-filter {
  margin: 20px 0;
  clear: both;
  border-top: 1px solid #dedede;
  padding: 15px 10px 10px;
  text-align: left; }
  .shop2-filter table.table-filter-param {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 8px; }
  .shop2-filter table.table-filter-param th, .shop2-filter table.table-filter-param td {
    font-family: inherit;
    font-size: 12px;
    color: #494949;
    vertical-align: top;
    text-align: left;
    margin: 0; }
  .shop2-filter table.table-filter-param th {
    width: 5%;
    white-space: pre;
    padding: 8px 15px 8px 0; }
  .shop2-filter table.table-filter-param td {
    padding: 3px 0; }
  .shop2-filter table.table-filter-param tr.type-text th, .shop2-filter table.table-filter-param tr.type-select th, .shop2-filter table.table-filter-param tr.type-text td, .shop2-filter table.table-filter-param tr.type-select td {
    vertical-align: middle; }
  .shop2-filter table.table-filter-param label {
    padding-left: 6px; }
  .shop2-filter table.table-filter-param input[type="text"] {
    background-color: #fff;
    border: 1px solid #dedede;
    font-family: inherit;
    font-size: 12px;
    color: #494949;
    text-align: center;
    padding: 3px 4px;
    margin: 0;
    width: 60px;
    -webkit-border-radius : 4px;
    -moz-border-radius : 4px;
    -ms-border-radius : 4px;
    -o-border-radius : 4px;
    border-radius : 4px; }
  .shop2-filter a.param-val {
    display: inline-block;
    cursor: pointer;
    padding: 4px 6px;
    margin: 1px 3px 1px 0; }
  .shop2-filter a.param-val span {
    display: none; }
  .shop2-filter a.param-val.active-val {
    background-color: #eee;
    padding-right: 16px;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    color: #393939; }
    .shop2-filter a.param-val.active-val span {
      display: block;
      line-height: 0;
      font-size: 0;
      width: 9px;
      height: 6px;
      position: absolute;
      right: 3px;
      top: 50%;
      margin-top: -3px;
      background: url("/g/shop2v2/default/images/icons-filter-sort.png") -9px 0 no-repeat; }
    .shop2-filter a.param-val.active-val:hover span {
      background-position: 0 0; }
  .shop2-filter .shop2-btn {
    margin-right: 6px;
    vertical-align: top; }
  .shop2-filter .result {
    position: relative;
    display: inline-block;
    height: 26px;
    margin-right: 6px;
    padding: 0 8px;
    vertical-align: top;
    color: #fff;
    background-color: #1d60c9;
    font-family: inherit;
    font-size: 12px;
    line-height: 26px; }
  .shop2-filter .result .result-arrow {
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 0 6px 5px;
    border-color: transparent transparent transparent #1d60c9; }
  .shop2-filter .result.no-result {
    background-color: #fe3839; }
    .shop2-filter .result.no-result .result-arrow {
      border-color: transparent transparent transparent #fe3839;
      display: none; }
/* *** Sorting *** */
.shop2-sorting-panel {
  margin: 20px 0;
  overflow: hidden;
  background-color: #eee;
  font-family: inherit;
  font-size: 12px;
  text-align: left;
  color: #494949; }
  .shop2-sorting-panel .sorting {
    float: left;
    padding: 10px; }
  .shop2-sorting-panel .sorting .sort-title {
    float: left;
    padding-right: 5px; }
  .shop2-sorting-panel .sorting .sort-param {
    float: left;
    margin-left: 10px; }
    .shop2-sorting-panel .sorting .sort-param span {
      line-height: 0;
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
      width: 8px;
      height: 5px;
      margin-left: 4px;
      background: url("/g/shop2v2/default/images/icons-filter-sort.png") -1000px -1000px no-repeat; }
    .shop2-sorting-panel .sorting .sort-param.sort-param-asc span {
      background-position: -38px 0; }
    .shop2-sorting-panel .sorting .sort-param.sort-param-desc span {
      background-position: -46px 0; }
  .shop2-sorting-panel .sorting .sort-reset {
    float: left;
    margin-left: 20px;
    text-decoration: none;
    color: #626262; }
    .shop2-sorting-panel .sorting .sort-reset ins, .shop2-sorting-panel .sorting .sort-reset span {
      float: left; }
    .shop2-sorting-panel .sorting .sort-reset ins {
      text-decoration: none;
      border-bottom: 1px dashed #ccc; }
    .shop2-sorting-panel .sorting .sort-reset span {
      line-height: 0;
      font-size: 0;
      width: 12px;
      height: 13px;
      margin: 2px 0 0 4px;
      background: url("/g/shop2v2/default/images/icons-filter-sort.png") -74px 0 no-repeat; }
  .shop2-sorting-panel .view-shop {
    line-height: 0;
    font-size: 0;
    float: right;
    padding: 6px 10px; }
  .shop2-sorting-panel .view-shop a, .shop2-sorting-panel .view-shop strong {
    display: inline-block;
    vertical-align: middle; }
  .shop2-sorting-panel .view-shop a {
    width: 26px;
    height: 24px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 0 0 2px;
    padding: 0; }
    .shop2-sorting-panel .view-shop a span {
      display: block;
      width: 26px;
      height: 24px;
      background: url("/g/shop2v2/default/images/icons-view.png") no-repeat; }
    .shop2-sorting-panel .view-shop a.active-view {
      cursor: default;
      -moz-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
      -webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
      box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0 inset;
      background-image: -o-linear-gradient(#dedede, #f1f1f1);
      background-image: -moz-linear-gradient(#dedede, #f1f1f1);
      background-image: -webkit-linear-gradient(#dedede, #f1f1f1);
      background-image: -ms-linear-gradient(#dedede, #f1f1f1);
      background-image: linear-gradient( #dedede, #f1f1f1); }
    .shop2-sorting-panel .view-shop a.simple span {
      background-position: 0 0; }
      .shop2-sorting-panel .view-shop a.simple:active span, .shop2-sorting-panel .view-shop a.simple.active-view span {
        background-position: 0 -30px; }
    .shop2-sorting-panel .view-shop a.thumbs span {
      background-position: -30px 0; }
      .shop2-sorting-panel .view-shop a.thumbs:active span, .shop2-sorting-panel .view-shop a.thumbs.active-view span {
        background-position: -30px -30px; }
    .shop2-sorting-panel .view-shop a.pricelist span {
      background-position: -60px 0; }
      .shop2-sorting-panel .view-shop a.pricelist:active span, .shop2-sorting-panel .view-shop a.pricelist.active-view span {
        background-position: -60px -30px; }
  .shop2-sorting-panel .view-shop strong {
    line-height: normal;
    font-size: 12px;
    padding-right: 14px; }
/* *** Product List *** */
.product-list {
  line-height: 0;
  font-size: 0;
  margin: 10px 0; }
  .product-list.product-list-thumbs {
    margin-right: -25px; }
/* Type Thumb */
.product-item-thumb {
  border: 1px solid #dedede;
  padding: 9px;
  vertical-align: top;
  width: 200px;
  margin: 10px 14px 10px 0;
  text-align: left;
  display: inline-block; }
  .product-item-thumb.marginRight0 {
    margin-right: 0 !important; }
  .product-item-thumb .product-top {
    line-height: normal;
    font-size: 12px; }
  .product-item-thumb .product-bot {
    border-top: 1px solid #dedede;
    padding-top: 8px;
    min-height: 42px;
    clear: both; }
  .product-item-thumb .product-image {
    position: relative;
    margin: 0 auto 8px auto;
    text-align: center;
    width: 200px;
    height: 190px;
    line-height: 0;
    font-size: 0; }
  .product-item-thumb .product-image img {
    font-size: 12px;
    line-height: normal;
    vertical-align: middle;
    border: none; }
  .product-item-thumb .product-image > a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
    .product-item-thumb .product-image > a > img, .product-item-thumb .product-image > a:hover > img {
      border: none; }
  .product-item-thumb .product-image.no-image {
    background: #e6e6e6 url("/g/shop2v2/default/images/noimage.png") 50% 50% no-repeat; }
  .product-item-thumb .product-image .verticalMiddle {
    vertical-align: middle;
    width: 0;
    height: 100%;
    display: inline-block; }
  .product-item-thumb .product-name {
    font-size: 13px;
    margin-top: 8px; }
  .product-item-thumb .product-article {
    font-size: 10px;
    padding-bottom: 8px; }
  .product-item-thumb .product-article span {
    color: #999; }
  .product-item-thumb .product-anonce {
    padding: 8px 0;
    overflow: hidden; }
  .product-item-thumb table.shop2-product-options tr.odd, .product-item-thumb table.shop2-product-options tr.even {
    background: none; }
  .product-item-thumb .shop2-product-actions dt {
    border-top: 1px solid #dedede; }
    .product-item-thumb .shop2-product-actions dt span.name-action {
      max-width: 160px; }
  .product-item-thumb .product-amount {
    border-top: 1px solid #dedede;
    line-height: 0;
    font-size: 0;
    padding: 6px 0; }
  .product-item-thumb .product-amount .amount-title {
    padding-right: 10px;
    line-height: normal;
    font-size: 11px;
    color: #999;
    width: 104px; }
  .product-item-thumb .product-amount .amount-title, .product-item-thumb .product-amount .shop2-product-amount {
    vertical-align: middle;
    display: inline-block; }
  .product-item-thumb .product-price {
    cursor: default;
    vertical-align: bottom;
    line-height: normal;
    width: 146px;
    display: inline-block; }
  .product-item-thumb .product-price .price-current {
    font-size: 14px;
    color: #333; }
    .product-item-thumb .product-price .price-current strong {
      font-size: 18px;
      line-height: 1; }
  .product-item-thumb .product-price .price-old {
    vertical-align: middle;
    text-decoration: line-through;
    font-size: 18px;
    color: #fe3839;
    display: inline-block; }
    .product-item-thumb .product-price .price-old span {
      font-size: 14px;
      color: #9a9a9a; }
    .product-item-thumb .product-price .price-old strong {
      font-size: 14px;
      font-weight: normal; }
    .product-item-thumb .product-price .price-old.question {
      cursor: pointer;
      padding-right: 15px;
      background: url("/g/shop2v2/default/images/question-price.png") 100% 6px no-repeat; }
  .product-item-thumb .shop2-product-btn {
    vertical-align: bottom;
    margin-top: 8px; }
  .product-item-thumb .product-label {
    position: absolute;
    overflow: hidden;
    top: -10px;
    right: -10px;
    left: -10px; }
  .product-item-thumb .product-label div {
    float: left;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 2px 10px;
    line-height: normal;
    cursor: default;
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : none; }
    .product-item-thumb .product-label div.product-new {
      background-color: #fe3839; }
    .product-item-thumb .product-label div.product-spec {
      background-color: #f1632b;
      margin-right: 2px; }
/* Type Simple */
.product-item-simple {
  border: 1px solid #dedede;
  padding: 9px;
  line-height: normal;
  font-size: 12px;
  margin: 20px 0; }
  .product-item-simple .product-side-l {
    float: left;
    position: relative;
    min-width: 200px;
    *zoom: 1; }
  .product-item-simple .product-side-r {
    border-left: 1px solid #dedede;
    padding-left: 9px;
    float: right;
    width: 160px;
    min-height: 190px;
    position: relative;
    text-align: center;
    *zoom: 1; }
  .product-item-simple .product-side-c {
    overflow: hidden;
    padding: 0 10px; }
  .product-item-simple .product-image {
    margin: 0 auto;
    text-align: center;
    width: 200px;
    height: 190px;
    line-height: 0;
    font-size: 0; }
  .product-item-simple .product-image img {
    font-size: 12px;
    line-height: normal;
    vertical-align: middle;
    border: none; }
  .product-item-simple .product-image > a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
    .product-item-simple .product-image > a > img, .product-item-simple .product-image > a:hover > img {
      border: none; }
  .product-item-simple .product-image.no-image {
    background: #e6e6e6 url("/g/shop2v2/default/images/noimage.png") 50% 50% no-repeat; }
  .product-item-simple .product-image .verticalMiddle {
    vertical-align: middle;
    width: 0;
    height: 100%;
    display: inline-block; }
  .product-item-simple .product-label {
    position: absolute;
    overflow: hidden;
    top: -10px;
    right: 0;
    left: -10px; }
  .product-item-simple .product-label div {
    float: left;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 2px 10px;
    line-height: normal;
    cursor: default;
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : none; }
    .product-item-simple .product-label div.product-new {
      background-color: #fe3839; }
    .product-item-simple .product-label div.product-spec {
      background-color: #f1632b;
      margin-right: 2px; }
  .product-item-simple .product-name {
    font-size: 13px; }
  .product-item-simple .product-article {
    font-size: 10px;
    padding-bottom: 8px; }
  .product-item-simple .product-article span {
    color: #999; }
  .product-item-simple .product-anonce {
    padding: 8px 0;
    overflow: hidden; }
  .product-item-simple table.shop2-product-options tr.odd, .product-item-simple table.shop2-product-options tr.even {
    background: none; }
  .product-item-simple .shop2-product-actions {
    width: 169px;
    min-height: 59px;
    margin-right: -9px; }
  .product-item-simple .shop2-product-actions dt {
    border-top: 1px dashed #dedede; }
    .product-item-simple .shop2-product-actions dt:first-child {
      border: none; }
    .product-item-simple .shop2-product-actions dt span.name-action {
      max-width: 130px;
      white-space: pre;
      margin-left: 9px; }
  .product-item-simple .product-amount {
    line-height: 0;
    font-size: 0;
    margin-top: 5px; }
  .product-item-simple .product-amount .amount-title {
    padding-bottom: 4px;
    line-height: normal;
    font-size: 11px;
    color: #999;
    text-align: center; }
  .product-item-simple .product-amount .shop2-product-amount {
    margin: 0 auto; }
  .product-item-simple .product-price {
    cursor: default;
    vertical-align: bottom;
    line-height: normal;
    text-align: left;
    min-height: 42px;
    margin: 5px 0;
    display: inline-block; }
  .product-item-simple .product-price .price-current {
    font-size: 14px;
    color: #333; }
    .product-item-simple .product-price .price-current strong {
      font-size: 18px;
      line-height: 1; }
  .product-item-simple .product-price .price-old {
    vertical-align: middle;
    text-decoration: line-through;
    font-size: 18px;
    color: #fe3839;
    display: inline-block; }
    .product-item-simple .product-price .price-old span {
      font-size: 14px;
      color: #9a9a9a; }
    .product-item-simple .product-price .price-old strong {
      font-size: 14px;
      font-weight: normal;
      line-height: 1; }
    .product-item-simple .product-price .price-old.question {
      cursor: pointer;
      padding-right: 15px;
      background: url("/g/shop2v2/default/images/question-price.png") 100% 6px no-repeat; }
  .product-item-simple .shop2-product-btn {
    display: block;
    margin: 0 auto; }
/* Type Pricelist */
.shop2-pricelist {
  display: table;
  width: 100%;
  margin: 20px 0; }
  .shop2-pricelist .tr {
    display: table-row; }
  .shop2-pricelist .odd {
    background: none transparent; }
  .shop2-pricelist .even {
    background-color: #f6f6f6; }
  .shop2-pricelist .th {
    display: table-cell;
    padding: 8px 10px;
    background-color: #717171;
    white-space: pre;
    font-size: 13px;
    color: #fff; }
  .shop2-pricelist .th .shop2-options-btn {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 14px 0 0;
    position: relative;
    text-decoration: none; }
    .shop2-pricelist .th .shop2-options-btn .shop2-options-text {
      display: inline-block;
      vertical-align: top;
      border-bottom: 1px dashed #fff; }
    .shop2-pricelist .th .shop2-options-btn .shop2-options-arrow {
      position: absolute;
      width: 0;
      height: 0;
      line-height: 0;
      font-size: 0;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      border-color: #fff transparent transparent transparent;
      right: 0;
      top: 50%;
      margin: -2px 0 0; }
    .shop2-pricelist .th .shop2-options-btn .shop2-options-arrow-revert {
      border-width: 0 4px 5px 4px;
      border-color: transparent transparent #fff transparent; }
  .shop2-pricelist .td {
    display: table-cell;
    font-size: 12px;
    padding: 4px 10px;
    border-bottom: 1px solid #dedede;
    vertical-align: middle; }
  .shop2-pricelist .td .shop2-options-btn {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dashed #08c;
    text-decoration: none; }
  .shop2-pricelist .td.column-name {
    vertical-align: top; }
  .shop2-pricelist .td.column-price {
    font-size: 15px;
    color: #333;
    text-align: right;
    width: 0; }
  .shop2-pricelist .td.column-amount {
    width: 0; }
  .shop2-pricelist .td.column-add {
    padding-left: 0;
    width: 0; }
  .shop2-pricelist .product-wrapping {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block; }
  .shop2-pricelist .product-name {
    margin-top: 4px;
    font-size: 12px; }
  .shop2-pricelist .product-article {
    font-size: 10px;
    padding-bottom: 4px; }
  .shop2-pricelist .product-article span {
    color: #888; }
  .shop2-pricelist .shop2-product-actions {
    vertical-align: middle;
    display: inline-block; }
  .shop2-pricelist .shop2-product-actions dt {
    background: none;
    vertical-align: middle;
    display: inline-block; }
    .shop2-pricelist .shop2-product-actions dt span.name-action {
      display: none; }
  .shop2-pricelist .product-vendor {
    font-size: 11px;
    margin: 4px 0; }
  .shop2-pricelist .product-vendor span {
    color: #888; }
  .shop2-pricelist .price-current {
    font-size: 15px;
    font-weight: bold;
    white-space: pre; }
  .shop2-pricelist .price-old {
    font-size: 15px;
    text-decoration: line-through;
    color: #fe3839;
    display: inline-block;
    vertical-align: top; }
  .shop2-pricelist .price-old span {
    font-size: 13px;
    color: #9a9a9a; }
    .shop2-pricelist .price-old span strong {
      font-weight: normal; }
  .shop2-pricelist .price-old.question {
    cursor: pointer;
    padding-left: 15px;
    background: url("/g/shop2v2/default/images/question-price.png") 0 2px no-repeat; }
  .shop2-pricelist table.shop2-product-options {
    margin: 1px 0; }
  .shop2-pricelist table.shop2-product-options tr.odd, .shop2-pricelist table.shop2-product-options tr.even {
    background: none transparent; }
  .shop2-pricelist table.shop2-product-options th, .shop2-pricelist table.shop2-product-options td {
    padding: 0;
    border: none;
    background: none transparent;
    vertical-align: top; }
  .shop2-pricelist table.shop2-product-options th {
    padding: 3px 10px 3px 0;
    line-height: 16px;
    font-size: 11px;
    color: #626262; }
  .shop2-pricelist table.shop2-product-options td {
    padding: 3px 0; }
  .shop2-pricelist table.shop2-product-options tr.type-color td, .shop2-pricelist table.shop2-product-options tr.type-texture td {
    padding: 0; }
  .shop2-pricelist .product-label {
    overflow: hidden;
    margin: -3px 0 0 -10px; }
  .shop2-pricelist .product-label div {
    float: left;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 2px 10px;
    line-height: normal;
    cursor: default;
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : none; }
    .shop2-pricelist .product-label div.product-new {
      background-color: #fe3839; }
    .shop2-pricelist .product-label div.product-spec {
      background-color: #f1632b;
      margin-right: 2px; }
/* *** Group Kinds *** */
.shop2-group-kinds {
  line-height: 0;
  font-size: 0;
  margin: 15px -25px 15px 0; }

.shop2-kind-item {
  border: 1px solid #dedede;
  vertical-align: top;
  padding: 9px;
  width: 200px;
  margin: 5px 25px 5px 0;
  line-height: normal;
  text-align: left;
  font-size: 12px;
  display: inline-block; }
  .shop2-kind-item.marginRight0 {
    margin-right: 0 !important; }
  .shop2-kind-item .kind-image {
    float: left;
    display: inline;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 0;
    font-size: 0; }
  .shop2-kind-item .kind-image img {
    font-size: 11px;
    line-height: normal;
    vertical-align: middle;
    border: none; }
  .shop2-kind-item .kind-image > a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
    .shop2-kind-item .kind-image > a > img, .shop2-kind-item .kind-image > a:hover > img {
      border: none; }
  .shop2-kind-item .kind-image.no-image {
    background: #e6e6e6 url("/g/shop2v2/default/images/noimage2.png") 50% 50% no-repeat; }
  .shop2-kind-item .kind-image .verticalMiddle {
    vertical-align: middle;
    width: 0;
    height: 100%;
    display: inline-block; }
  .shop2-kind-item .kind-details {
    padding-left: 15px;
    overflow: hidden; }
  .shop2-kind-item .kind-name {
    margin-bottom: 2px; }
  .shop2-kind-item .kind-price {
    cursor: default; }
  .shop2-kind-item .kind-price .price-current {
    font-size: 13px;
    color: #333; }
    .shop2-kind-item .kind-price .price-current strong {
      font-size: 13px; }
  .shop2-kind-item .kind-price .price-old {
    text-decoration: line-through;
    font-size: 13px;
    color: #fe3839; }
    .shop2-kind-item .kind-price .price-old span {
      color: #9a9a9a; }
    .shop2-kind-item .kind-price .price-old strong {
      font-size: 13px;
      font-weight: normal; }
  .shop2-kind-item .kind-price .price-old {
    vertical-align: middle;
    text-decoration: line-through;
    font-size: 15px;
    color: #fe3839;
    display: inline-block; }
    .shop2-kind-item .kind-price .price-old span {
      font-size: 13px;
      color: #9a9a9a; }
    .shop2-kind-item .kind-price .price-old strong {
      font-size: 13px;
      font-weight: normal; }
    .shop2-kind-item .kind-price .price-old.question {
      cursor: pointer;
      padding-right: 15px;
      background: url("/g/shop2v2/default/images/question-price.png") 100% 3px no-repeat; }
  .shop2-kind-item .kind-price .shop2-product-btn {
    margin: 5px 0 0; }
  .shop2-kind-item table.shop2-product-params {
    clear: both;
    margin-top: 5px; }
  .shop2-kind-item table.shop2-product-params tr.odd, .shop2-kind-item table.shop2-product-params tr.even {
    background-color: transparent; }
    .shop2-kind-item table.shop2-product-params tr.odd a.file span.icon, .shop2-kind-item table.shop2-product-params tr.even a.file span.icon {
      background-position: -21px 0; }
  .shop2-kind-item table.shop2-product-params th, .shop2-kind-item table.shop2-product-params td {
    font-size: 12px;
    padding-left: 0;
    border-top: 1px solid #dedede; }
  .shop2-kind-item table.shop2-product-params th {
    font-weight: normal;
    width: 75px; }
  .shop2-kind-item table.shop2-product-params tr:first-child th, .shop2-kind-item table.shop2-product-params tr:first-child td {
    border: none; }
  .shop2-kind-item .shop2-color-pick li, .shop2-kind-item .shop2-texture-pick li {
    border-color: #dedede; }
/* *** Product *** */
.shop2-product-article {
  font-size: 12px;
  line-height: 15px;
  height: 15px;
  margin: 10px 0; }
  .shop2-product-article span {
    color: #999; }

.shop2-product {
  margin: 30px 0 70px 0;
  position: relative;
  text-align: left; }
  .shop2-product .product-side-l {
    float: left;
    width: 200px; }
  .shop2-product .product-side-r {
    overflow: hidden;
    padding-left: 10px; }
  .shop2-product .product-new, .shop2-product .product-spec {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 2px 10px;
    line-height: normal;
    cursor: default;
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : none; }
  .shop2-product .product-new {
    background-color: #fe3839;
    left: 0;
    bottom: 0; }
  .shop2-product .product-spec {
    background-color: #f1632b;
    left: 0;
    bottom: 100%; }
  .shop2-product .product-image {
    margin: 0 auto;
    text-align: center;
    width: 200px;
    height: 190px;
    line-height: 0;
    font-size: 0;
    position: relative; }
  .shop2-product .product-image img {
    font-size: 12px;
    line-height: normal;
    vertical-align: middle;
    border: none; }
  .shop2-product .product-image > a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
    .shop2-product .product-image > a > img, .shop2-product .product-image > a:hover > img {
      border: none; }
  .shop2-product .product-image.no-image {
    background: #e6e6e6 url("/g/shop2v2/default/images/noimage.png") 50% 50% no-repeat; }
  .shop2-product .product-image .verticalMiddle {
    vertical-align: middle;
    width: 0;
    height: 100%;
    display: inline-block; }
  .shop2-product .product-thumbnails {
    position: relative; }
  .shop2-product .product-thumbnails ul, .shop2-product .product-thumbnails li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .shop2-product .product-thumbnails ul {
    overflow: hidden; }
  .shop2-product .product-thumbnails li {
    float: left;
    display: inline;
    margin: 8px 6px 0 0;
    border: 2px solid #dedede;
    background-color: #dedede;
    width: 56px;
    height: 56px; }
    .shop2-product .product-thumbnails li.active-image {
      border-color: #fe3839; }
    .shop2-product .product-thumbnails li img {
      font-size: 11px;
      line-height: normal;
      vertical-align: middle;
      border: none; }
    .shop2-product .product-thumbnails li .verticalMiddle {
      vertical-align: middle;
      width: 0;
      height: 100%;
      display: inline-block; }
  .shop2-product .form-add {
    line-height: 0;
    font-size: 0;
    border: 1px solid #dedede;
    padding: 4px 19px;
    margin-bottom: 10px; }
  .shop2-product .form-add .product-price {
    cursor: default;
    vertical-align: middle;
    line-height: normal;
    min-width: 160px;
    margin: 5px 20px 5px 0;
    display: inline-block; }
    .shop2-product .form-add .product-price .price-current {
      font-size: 18px;
      color: #333; }
      .shop2-product .form-add .product-price .price-current strong {
        font-size: 22px;
        line-height: 1; }
    .shop2-product .form-add .product-price .price-old {
      vertical-align: middle;
      text-decoration: line-through;
      font-size: 18px;
      color: #fe3839;
      display: inline-block; }
      .shop2-product .form-add .product-price .price-old span {
        font-size: 14px;
        color: #9a9a9a; }
      .shop2-product .form-add .product-price .price-old strong {
        font-size: 18px;
        font-weight: normal; }
      .shop2-product .form-add .product-price .price-old.question {
        cursor: pointer;
        padding-right: 15px;
        background: url("/g/shop2v2/default/images/question-price.png") 100% 6px no-repeat; }
  .shop2-product .form-add .product-amount {
    vertical-align: middle;
    line-height: normal;
    font-size: 11px;
    margin: 5px 20px 5px 0;
    display: inline-block; }
    .shop2-product .form-add .product-amount .amount-title {
      margin-bottom: 1px;
      color: #999; }
  .shop2-product .form-add .shop2-product-btn {
    margin: 5px 0; }
  .shop2-product .shop2-product-actions dt {
    width: 200px;
    vertical-align: top;
    margin: 0 5px 5px 0;
    display: inline-block; }
    .shop2-product .shop2-product-actions dt span.name-action {
      max-width: 160px;
      white-space: pre; }
  .shop2-product .product-details {
    border: 1px solid #dedede;
    padding: 9px;
    margin-top: 5px; }
  .shop2-product .product-details table.shop2-product-options th, .shop2-product .product-details table.shop2-product-options td {
    border: none;
    padding: 6px 10px; }
    .shop2-product .product-details table.shop2-product-options tr.type-color td, .shop2-product .product-details table.shop2-product-options tr.type-texture td {
      padding: 3px 10px; }
  .shop2-product .product-details div.yashare {
    margin-top: 10px; }
    .shop2-product .product-details div.yashare:first-child {
      margin-top: 0; }
/* *** Product Data *** */
.shop2-product-data {
  margin: 30px 0; }
/* Product Tabs */
.shop2-product-tabs, .shop2-product-tabs li {
  list-style: none;
  padding: 0;
  margin: 0; }

.shop2-product-tabs {
  margin-bottom: -1px; }
  .shop2-product-tabs li {
    border: 1px solid #ccc;
    margin-right: 2px;
    display: inline-block;
    vertical-align: top;
    background-image: -o-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -moz-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -webkit-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: -ms-linear-gradient(#f8f8f8, #dfdfdf);
    background-image: linear-gradient( #f8f8f8, #dfdfdf);
    -webkit-border-radius : 4px 4px 0 0;
    -moz-border-radius : 4px 4px 0 0;
    -ms-border-radius : 4px 4px 0 0;
    -o-border-radius : 4px 4px 0 0;
    border-radius : 4px 4px 0 0; }
  .shop2-product-tabs li a {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    padding: 0 9px;
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : none; }
  .shop2-product-tabs li.active-tab {
    background: none #fff;
    padding-bottom: 1px;
    border-bottom: none; }
    .shop2-product-tabs li.active-tab a {
      cursor: default;
      color: #333; }
/* Product Desc */
.shop2-product-desc {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 5px 1px;
  padding: 9px;
  text-align: left; }
  .shop2-product-desc .desc-area {
    position: absolute;
    left: -99999px; }
  .shop2-product-desc .desc-area.active-area {
    position: static; }
  .shop2-product-desc .shop2-kind-item {
    margin-right: 15px; }
  .shop2-product-desc .shop2-color-pick li, .shop2-product-desc .shop2-texture-pick li {
    border-color: #fe3839; }
/* Product Tags */
.shop2-product-tags {
  background-color: #eee;
  padding: 10px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  cursor: default;
  overflow: hidden; }
  .shop2-product-tags > span {
    float: left;
    padding-left: 24px;
    padding-right: 14px;
    background: url("/g/shop2v2/default/images/icon-tags.png") 0 4px no-repeat;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px; }
  .shop2-product-tags > div {
    overflow: hidden; }
/* *** Pagelist *** */
.shop2-pagelist, .shop2-pagelist li {
  list-style: none;
  padding: 0;
  margin: 0; }

.shop2-pagelist {
  margin: 20px 0;
  text-align: center; }
  .shop2-pagelist li {
    background-color: #fff;
    border: 1px solid #ccc;
    vertical-align: top;
    margin: 0 2px;
    display: inline-block;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    -ms-border-radius : 3px;
    -o-border-radius : 3px;
    border-radius : 3px; }
  .shop2-pagelist li.page-first a, .shop2-pagelist li.page-last a, .shop2-pagelist li.page-prev a, .shop2-pagelist li.page-next a {
    display: block;
    background: url("/g/shop2v2/default/images/pagelist-arrows.png") no-repeat;
    text-decoration: none;
    cursor: pointer;
    width: 28px;
    height: 28px; }
  .shop2-pagelist li.page-first {
    margin-left: 0; }
    .shop2-pagelist li.page-first a {
      background-position: 0 0; }
  .shop2-pagelist li.page-last {
    margin-right: 0; }
    .shop2-pagelist li.page-last a {
      background-position: 0 -28px; }
  .shop2-pagelist li.page-prev a {
    background-position: 0 -56px; }
  .shop2-pagelist li.page-next a {
    background-position: 0 -84px; }
  .shop2-pagelist li.page-num a, .shop2-pagelist li.page-num span {
    display: inline-block;
    min-width: 20px;
    padding: 0 4px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #333; }
    .shop2-pagelist li.page-num.active-num {
      background-image: -o-linear-gradient(#f8f8f8, #dfdfdf);
      background-image: -moz-linear-gradient(#f8f8f8, #dfdfdf);
      background-image: -webkit-linear-gradient(#f8f8f8, #dfdfdf);
      background-image: -ms-linear-gradient(#f8f8f8, #dfdfdf);
      background-image: linear-gradient( #f8f8f8, #dfdfdf); }
      .shop2-pagelist li.page-num.active-num a {
        cursor: default; }

.shop2-cart-update {
  display: none; }
/* *** Page Cart *** */
/* Table Cart */
table.shop2-cart-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 15px 0; }
  table.shop2-cart-table th, table.shop2-cart-table td {
    vertical-align: middle;
    padding: 10px;
    margin: 0;
    font-size: 13px;
    text-align: left; }
  table.shop2-cart-table th {
    background-color: #717171;
    white-space: pre;
    font-weight: normal;
    color: #fff; }
  table.shop2-cart-table td {
    border-bottom: 1px solid #dedede; }
  table.shop2-cart-table td.cart-price, table.shop2-cart-table td.cart-amount, table.shop2-cart-table td.cart-delete {
    width: 0;
    text-align: center; }
  table.shop2-cart-table td.cart-price {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #333; }
  table.shop2-cart-table td.cart-delete a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px; }
  table.shop2-cart-table td.cart-delete img {
    border: none;
    display: block;
    width: 15px;
    height: 15px; }
  table.shop2-cart-table td.cart-product {
    vertical-align: top; }
  table.shop2-cart-table td.cart-product .cart-product-image {
    text-align: center;
    width: 90px;
    height: 90px;
    line-height: 0;
    font-size: 0;
    float: left;
    display: inline;
    margin-right: 10px; }
    table.shop2-cart-table td.cart-product .cart-product-image img {
      font-size: 12px;
      line-height: normal;
      vertical-align: middle;
      border: none; }
    table.shop2-cart-table td.cart-product .cart-product-image > a {
      text-decoration: none;
      display: inline-block;
      vertical-align: middle; }
      table.shop2-cart-table td.cart-product .cart-product-image > a > img, table.shop2-cart-table td.cart-product .cart-product-image > a:hover > img {
        border: none; }
    table.shop2-cart-table td.cart-product .cart-product-image.no-image {
      background: #e6e6e6 url("/g/shop2v2/default/images/noimage2.png") 50% 50% no-repeat; }
    table.shop2-cart-table td.cart-product .cart-product-image .verticalMiddle {
      vertical-align: middle;
      width: 0;
      height: 100%;
      display: inline-block; }
  table.shop2-cart-table td.cart-product .cart-product-details {
    overflow: hidden; }
  table.shop2-cart-table td.cart-product .cart-product-name {
    margin-bottom: 2px; }
  table.shop2-cart-table td.cart-product .cart-product-article {
    font-size: 11px;
    margin-bottom: 6px; }
    table.shop2-cart-table td.cart-product .cart-product-article span {
      color: #999; }
  table.shop2-cart-table td.cart-product .cart-product-param {
    color: #7c7c7c;
    list-style: none;
    padding: 0;
    margin: 0; }
    table.shop2-cart-table td.cart-product .cart-product-param > li {
      margin: 4px 0; }
    table.shop2-cart-table td.cart-product .cart-product-param .param-title, table.shop2-cart-table td.cart-product .cart-product-param .param-value {
      vertical-align: middle;
      line-height: normal;
      font-size: 12px;
      display: inline-block; }
    table.shop2-cart-table td.cart-product .cart-product-param .param-title {
      margin-right: 4px; }
    table.shop2-cart-table td.cart-product .cart-product-param .param-value {
      font-weight: bold; }
    table.shop2-cart-table td.cart-product .cart-product-param .shop2-color-pick li {
      margin: 0; }
  table.shop2-cart-table td.cart-product .cart-product-action {
    font-size: 12px;
    color: #fe3839;
    margin: 4px 0; }
/* Cart Total */
table.shop2-cart-total {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table.shop2-cart-total th, table.shop2-cart-total td {
    border-bottom: 1px solid #dedede;
    vertical-align: middle;
    text-align: right;
    padding: 0 0 0 10px;
    margin: 0;
    width: 140px;
    height: 40px;
    white-space: pre; }
  table.shop2-cart-total th {
    font-size: 14px;
    font-weight: normal; }
  table.shop2-cart-total th img {
    vertical-align: top;
    cursor: pointer;
    margin-top: 1px; }
  table.shop2-cart-total td {
    font-size: 18px;
    color: #333; }
  table.shop2-cart-total td:first-child {
    width: auto;
    text-align: left;
    border-color: transparent;
    padding: 0 20px 0 0;
    white-space: normal; }
  table.shop2-cart-total .question {
    cursor: pointer; }
/* Coupon */
.shop2-coupon {
  text-align: left;
  background-color: #fed322;
  position: relative;
  min-width: 330px;
  height: 40px; }
  .shop2-coupon input[type="text"] {
    background: none transparent;
    vertical-align: top;
    border: none;
    padding: 0;
    margin: 0; }
  .shop2-coupon .coupon-arrow {
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -20px;
    border-style: solid;
    border-width: 20px 0 20px 12px;
    border-color: transparent transparent transparent #fed322; }
  .shop2-coupon .coupon-body {
    overflow: hidden;
    cursor: default;
    padding: 6px 6px 6px 20px;
    height: 28px; }
  .shop2-coupon .coupon-label {
    float: left;
    display: inline;
    width: 76px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    margin-right: 8px; }
  .shop2-coupon .coupon-btn {
    float: right;
    display: inline;
    margin: 1px 0 1px 8px; }
  .shop2-coupon .coupon-field {
    display: block;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    height: 26px;
    padding: 0 3px;
    -webkit-border-radius : 4px;
    -moz-border-radius : 4px;
    -ms-border-radius : 4px;
    -o-border-radius : 4px;
    border-radius : 4px; }
  .shop2-coupon .coupon-field input[type="text"] {
    width: 100%;
    padding: 5px 0;
    cursor: default;
    color: #333;
    outline: none;
    font-family: inherit;
    font-size: 14px; }
  .shop2-coupon .coupon-id {
    padding: 12px 6px 12px 20px;
    cursor: default;
    text-align: left;
    line-height: 0;
    font-size: 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0; }
  .shop2-coupon .coupon-id a, .shop2-coupon .coupon-id span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 13px; }
  .shop2-coupon .coupon-id .coupon-code {
    padding: 0 10px 0 12px;
    color: #787878; }
  .shop2-coupon .coupon-id .coupon-delete {
    line-height: 0;
    font-size: 0;
    text-decoration: none;
    background: url("/g/shop2v2/default/images/delete-coupon.png") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer; }
/* Discount Descrip */
.shop2-discounts-desc {
  margin: 20px 0;
  font-size: 13px;
  text-align: left; }
  .shop2-discounts-desc .block-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px; }
  .shop2-discounts-desc .discount-name {
    font-weight: bold;
    color: #fe3839;
    margin: 5px 0; }
  .shop2-discounts-desc .discount-desc {
    overflow: hidden;
    margin: 5px 0 5px 0; }
  .shop2-discounts-desc .discount-desc p {
    margin: 0 0 15px; }
/* Cart Registration */
.shop2-cart-registration {
  width: 635px;
  margin: 40px 0;
  text-align: left;
  clear: both; }
  .shop2-cart-registration table.table-registration {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
  .shop2-cart-registration table.table-registration td {
    width: 50%;
    padding: 30px;
    margin: 0;
    vertical-align: top;
    text-align: left;
    font-size: 13px; }
  .shop2-cart-registration table.table-registration td.cell-l {
    background-color: #fed322; }
  .shop2-cart-registration table.table-registration td.cell-r {
    vertical-align: bottom;
    background-color: #efefef;
    border-left: 1px solid #fff;
    padding: 10px 30px; }
    .shop2-cart-registration table.table-registration td.cell-r p {
      min-width: 170px;
      margin: 20px 0; }
  .shop2-cart-registration form.form-registration {
    min-width: 170px;
    padding: 0;
    margin: 0; }
  .shop2-cart-registration form.form-registration input[type="text"], .shop2-cart-registration form.form-registration input[type="password"] {
    background: none transparent;
    vertical-align: top;
    border: none;
    padding: 0;
    margin: 0; }
  .shop2-cart-registration form.form-registration div {
    margin-bottom: 6px; }
  .shop2-cart-registration form.form-registration button {
    margin-top: 8px; }
  .shop2-cart-registration form.form-registration .registration-field {
    display: block;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    height: 26px;
    padding: 0 3px;
    margin-top: 2px;
    -webkit-border-radius : 4px;
    -moz-border-radius : 4px;
    -ms-border-radius : 4px;
    -o-border-radius : 4px;
    border-radius : 4px; }
    .shop2-cart-registration form.form-registration .registration-field input[type="text"], .shop2-cart-registration form.form-registration .registration-field input[type="password"] {
      width: 100%;
      padding: 5px 0;
      cursor: default;
      color: #333;
      outline: none;
      font-family: inherit;
      font-size: 14px; }
/* *** Page Delivery *** */
/* *** Page Payment *** */
.shop2-order-options {
  margin: 20px 0;
  text-align: left; }
  .shop2-order-options .total-sum {
    background-color: #f2f2f2;
    padding: 15px;
    font-size: 12px;
    margin-bottom: 30px; }
  .shop2-order-options .total-sum strong {
    font-size: 16px;
    color: #222; }
  .shop2-order-options .options-list {
    margin: 20px 0;
    font-size: 14px;
    text-align: left; }
  .shop2-order-options .option-type {
    border-bottom: 1px solid #dedede; }
  .shop2-order-options .option-type:first-child {
    border-top: 1px solid #dedede; }
  .shop2-order-options .option-type .option-label {
    overflow: hidden;
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    line-height: 0;
    font-size: 0; }
    .shop2-order-options .option-type .option-label input[type="radio"] {
      cursor: pointer;
      margin: 0 0 1px;
      vertical-align: middle; }
    .shop2-order-options .option-type .option-label span {
      padding-left: 10px;
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      line-height: normal; }
      .shop2-order-options .option-type .option-label span.label-name {
        padding: 8px 10px; }
      .shop2-order-options .option-type .option-label span.label-icon {
        overflow: hidden;
        background-color: #fff;
        border: 1px solid #dedede;
        height: 30px;
        margin-left: 10px;
        -webkit-border-radius : 4px;
        -moz-border-radius : 4px;
        -ms-border-radius : 4px;
        -o-border-radius : 4px;
        border-radius : 4px; }
  .shop2-order-options .option-type .option-details {
    overflow: hidden;
    padding: 0 20px 20px 40px;
    display: none; }
    .shop2-order-options .option-type .option-details .option-item {
      margin: 10px 0; }
      .shop2-order-options .option-type .option-details .option-item label {
        display: inline-block; }
        .shop2-order-options .option-type .option-details .option-item label span {
          display: block;
          margin-bottom: 2px; }
  .shop2-order-options .option-type.active-type {
    background-color: #fdf5b5;
    color: #3c3c3c; }
    .shop2-order-options .option-type.active-type .option-label span.label-icon {
      border: 1px solid #ccc;
      background-color: #e6e6e6; }
    .shop2-order-options .option-type.active-type .option-details {
      display: block; }
  .shop2-order-options.shop2-delivery .option-type .option-label {
    padding: 10px; }
/* *** Page Complete Order *** */
.shop2-order-completed {
  margin: 20px 0;
  text-align: left; }
  .shop2-order-completed div {
    margin: 10px 0; }
/* Order View */
table.shop2-table-person {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0; }
  table.shop2-table-person th, table.shop2-table-person td {
    border: 1px solid #dedede;
    vertical-align: middle;
    padding: 5px 10px;
    margin: 0;
    text-align: left;
    font-size: 13px; }

table.shop2-table-order {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  width: 100%; }
  table.shop2-table-order th, table.shop2-table-order td {
    border: 1px solid #dedede;
    vertical-align: middle;
    padding: 5px;
    margin: 0;
    text-align: left;
    font-size: 13px; }
  table.shop2-table-order tr:first-child th {
    background-color: #dedede;
    color: #3c3c3c; }

.shop2-payments-order label {
  display: block;
  margin: 0 0 10px; }
/* *** Error *** */
.error, .required {
  color: #fe3839 !important; }
/**/
.shop2-order-form .form-item {
  margin: 15px 0; }
  .shop2-order-form .form-item-submit {
    text-align: center; }
  .shop2-order-form .order-form-options {
    display: block;
    margin: 5px 0; }
  .shop2-order-form label {
    display: inline-block; }
  .shop2-order-form label strong {
    display: block;
    margin-bottom: 2px; }
  .shop2-order-form small {
    display: block;
    font-size: 11px; }

#shop2-msg {
  width: auto; }
/* *** Warning *** */
.shop2-warning {
  overflow: hidden;
  padding: 14px 30px 14px 100px;
  border: 1px solid #e1c893;
  background: #f2e6cf url("/g/shop2v2/default/images/warning-icon.png") 24px 14px no-repeat;
  text-align: left;
  font-size: 13px;
  color: #494949;
  margin: 1em 0;
  min-height: 58px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0,0,0,.45) 0 2px 6px;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0,0,0,.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0,0,0,.45) 0 2px 6px; }
/* *** Vendors *** */
.shop2-vendors {
  margin: 20px 0;
  list-style: none;
  padding: 0;
  margin: 0; }
  .shop2-vendors .shop2-vendor {
    border: 1px solid #dedede;
    vertical-align: top;
    width: 110px;
    padding: 0 5px;
    margin: 0 10px 10px 0;
    display: inline-block; }
  .shop2-vendors .shop2-vendor .vendor-logo {
    width: 80px;
    height: 80px;
    margin: 20px auto 10px;
    text-align: center; }
    .shop2-vendors .shop2-vendor .vendor-logo img {
      border: none;
      display: inline-block;
      vertical-align: middle; }
    .shop2-vendors .shop2-vendor .vendor-logo .verticalMiddle {
      vertical-align: middle;
      width: 0;
      height: 100%;
      display: inline-block; }
    .shop2-vendors .shop2-vendor .vendor-logo.no-logo {
      background: #e6e6e6 url("/g/shop2v2/default/images/vendor-nologo.png") 50% 50% no-repeat;
      height: 80px; }
  .shop2-vendors .shop2-vendor .vendor-name {
    margin: 10px 0;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    text-decoration: underline; }
  .shop2-vendors .shop2-vendor a, .shop2-vendors .shop2-vendor span {
    display: block; }
  .shop2-vendors .shop2-vendor a {
    text-decoration: none; }
    .shop2-vendors .shop2-vendor a:hover .vendor-name {
      text-decoration: none; }

.shop2-product-folders a {
  white-space: pre;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #dedede;
  color: #626262;
  font-size: 11px;
  line-height: 26px;
  text-decoration: none;
  padding: 0 8px;
  margin: 0 20px 10px 0; }
  .shop2-product-folders a:hover {
    color: #08c; }
  .shop2-product-folders a span {
    position: absolute;
    right: -10px;
    top: 0px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 13px 0 13px 10px;
    border-left-color: #dedede; }

fieldset.shop2-order-data {
  border: 1px solid #dedede;
  padding: 5px;
  margin: 0 0 10px 0; }
  fieldset.shop2-order-data legend {
    padding: 2px 10px;
    font-size: 12px; }
  fieldset.shop2-order-data table {
    border-collapse: collapse; }
  fieldset.shop2-order-data td, fieldset.shop2-order-data th {
    border-top: 1px solid #eee;
    font-size: 13px;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle; }
  fieldset.shop2-order-data tr:first-child td, fieldset.shop2-order-data tr:first-child th {
    border-top: none; }
  fieldset.shop2-order-data th {
    width: 220px; }

a.shop2-toggle-fields {
  font-weight: bold;
  border-bottom: 1px dashed #08c;
  text-decoration: none; }
  a.shop2-toggle-fields:hover {
    border-bottom: none;
    text-decoration: none; }

@include linear-gradientlighten($gray, 2%), $gray);
	color: darken($textColor, 18.5%);
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 10px;
	@include border-radius(2px);

	& + .product-list {
  margin-top: 0;
  margin-bottom: 0; }

.shop2-main-new {
  color: #fff;
  background-image: -o-linear-gradient(#fe4f50, #fe3839);
  background-image: -moz-linear-gradient(#fe4f50, #fe3839);
  background-image: -webkit-linear-gradient(#fe4f50, #fe3839);
  background-image: -ms-linear-gradient(#fe4f50, #fe3839);
  background-image: linear-gradient( #fe4f50, #fe3839); }

.shop2-main-spec {
  color: #fff;
  background-image: -o-linear-gradient(#f47f51, #f1632b);
  background-image: -moz-linear-gradient(#f47f51, #f1632b);
  background-image: -webkit-linear-gradient(#f47f51, #f1632b);
  background-image: -ms-linear-gradient(#f47f51, #f1632b);
  background-image: linear-gradient( #f47f51, #f1632b); }

.shop2-main-before {
  padding: 10px 0; }
  .shop2-main-before + .product-list {
    margin-top: 0;
    margin-bottom: 0; }

.shop2-main-after {
  padding: 10px 0 35px; }

.shop2-edost {
  margin: 0 0 0 10px; }
  .shop2-edost label {
    display: block;
    overflow: hidden; }
  .shop2-edost label img, .shop2-edost label input {
    display: inline-block;
    vertical-align: middle; }

.shop2-delivery h2 {
  font-weight: bold;
  font-size: 16px;
  color: #484848;
  padding: 0 0 7px;
  border-bottom: 2px solid #b7b289;
  margin: 40px 0 0; }

.shop2-edost-control {
  float: left; }

.shop2-edost-variant {
  color: #484848;
  padding: 3px 0;
  border-bottom: 1px solid #e5dea6; }
  .shop2-edost-variant > label .shop2-edost-control {
    width: 100px; }
  .shop2-edost-variant > label img {
    margin: 3px 0 3px 6px;
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666; }

.shop2-edost-day {
  background: url("/g/shop2v2/default/images/lorry.png") 2px 50% no-repeat;
  padding: 4px 0 4px 23px;
  margin-left: 100px;
  font-size: 12px;
  color: #5f5f5e; }

.shop2-edost-pickpointmap {
  margin: 0 0 0 100px; }

.shop2-edost-office {
  margin: 3px 0 10px 100px;
  padding: 7px 10px;
  background: #ffffeb;
  font-size: 12px;
  -moz-box-shadow: 0 1px 2px #c0c0c0;
  -webkit-box-shadow: 0 1px 2px #c0c0c0;
  box-shadow: 0 1px 2px #c0c0c0; }
  .shop2-edost-office > label {
    font-weight: bold;
    margin: 0 0 5px 0; }
  .shop2-edost-office > label .shop2-edost-control {
    width: 25px; }

.shop2-edost-office-address, .shop2-edost-office-schedule, .shop2-edost-office-tel {
  margin: 0 0 0 25px; }

.product-compare {
  padding: 8px 0;
  border-top: 1px solid #dedede; }
  .product-compare input {
    vertical-align: middle; }
  .shop2-pricelist .product-compare, .product-details .product-compare, .shop2-kind-item .product-compare {
    border-top: none;
    border-bottom: 1px solid #dedede; }
  .product-details .product-compare {
    font-size: 12px; }

#shop2-cart {
  width: 635px; }

#lmenu, #lmenu li, #lmenu ul {
  padding: 0;
  margin: 0;
  font-size: 0px;
  line-height: 0px;
  list-style: none; }

#lmenu {
  width: 217px; }

#lmenu ul {
  margin: 1px 0 0 1px;
  padding: 9px 0;
  background: #ccc;
  display: none;
  z-index: 1100;
  position: absolute;
  width: 176px; }

#lmenu ul ul {
  margin: -9px 0 0 1px; }

#lmenu li.d a.d {
  font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 3px 5px 5px 15px; }

#lmenu li.d a.d:hover, #lmenu li.d a.d.over {
  background: #dedede;
  color: #002ebb;
  text-decoration: underline; }

#lmenu li.c {
  padding: 1px 0; }

#lmenu li.c a.c {
  position: relative;
  display: block;
  color: #1238c9;
  padding: 0 0 5px 0;
  -webkit-border-radius : 3px;
  -moz-border-radius : 3px;
  -ms-border-radius : 3px;
  -o-border-radius : 3px;
  border-radius : 3px;
  text-decoration: none;
  background: #eee;
  background-image: -o-linear-gradient(#eee 0%, #d6d6d6 49%, #c5c5c5 50%, #bababa 80%, #e4e4e4 100%);
  background-image: -moz-linear-gradient(#eee 0%, #d6d6d6 49%, #c5c5c5 50%, #bababa 80%, #e4e4e4 100%);
  background-image: -webkit-linear-gradient(#eee 0%, #d6d6d6 49%, #c5c5c5 50%, #bababa 80%, #e4e4e4 100%);
  background-image: -ms-linear-gradient(#eee 0%, #d6d6d6 49%, #c5c5c5 50%, #bababa 80%, #e4e4e4 100%);
  background-image: linear-gradient( #eee 0%, #d6d6d6 49%, #c5c5c5 50%, #bababa 80%, #e4e4e4 100%); }

#lmenu li.c a.c:hover, #lmenu li.c a.c.over {
  color: #fff;
  background: url('../lmenu-h-bot.gif') left bottom no-repeat;
  text-decoration: none; }

#lmenu li.c a.c span {
  font: bold 11px Arial, Helvetica, sans-serif;
  display: block;
  padding: 4px 8px 1px 10px; }

#lmenu li.c a.c:hover span, #lmenu li.c a.c.over span {
  background: #2665cd url('../lmenu-h-top.gif') left top no-repeat; }
