@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
#simplebox img, #simplebox div, #simplebox span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

#simple-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1100;
  display: none; }

#simple-tmp {
  visibility: hidden;
  overflow: auto;
  display: none; }

#simple-outer {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
  border-radius: 7px;
  z-index: 1101;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }

#simple-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#simple-img {
  display: block;
  height: 100%;
  line-height: 0;
  padding: 0;
  vertical-align: top;
  width: 100%; }

#simple-loading {
  background: none repeat scroll 0 0 transparent;
  cursor: pointer;
  display: none;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1104; }

#simple-loading div {
  background: url "simplebox.png" no-repeat scroll 0 0 transparent;
  height: 480px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px; }

#simple-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: url 'simplebox.png' -40px 0 no-repeat;
  cursor: pointer;
  z-index: 1103;
  display: none; }

#simple-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  z-index: 1102; }

#simple-title.simple-title-inside {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #333; }

#simple-title.simple-title-over {
  color: #fff;
  text-align: center; }

#simple-title #simple-title-over {
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  display: block; }

#simple-left, #simple-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  z-index: 1102;
  display: none; }

#simple-left {
  left: 0; }

#simple-right {
  right: 0; }

#simple-left-ico, #simple-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block; }

#simple-left-ico {
  background: transparent url 'simplebox.png' -40px -30px no-repeat; }

#simple-right-ico {
  background: transparent url 'simplebox.png' -40px -60px no-repeat; }

#simple-left:hover span {
  left: 20px; }

#simple-right:hover span {
  left: auto;
  right: 20px; }

html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0;
  font-size: 2em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-size: 1em;
  font-family: monospace, monospace; }

button, input, optgroup, select, textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.reset-indents {
  padding: 0;
  margin: 0; }

.reset-font {
  line-height: 0;
  font-size: 0; }

.clear-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0; }
  .clearfix:after {
    clear: both; }

.clear {
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0; }

.clear-self:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ''; }

.thumb, .YMaps, .ymaps-map {
  color: #000; }

.table {
  display: table; }
  .table .tr {
    display: table-row; }
    .table .tr .td {
      display: table-cell; }

.table0, .table1, .table2 {
  border-collapse: collapse; }
  .table0 td, .table1 td, .table2 td {
    padding: 0.5em; }

.table1, .table2 {
  border: 1px solid #afafaf; }
  .table1 td, .table2 td, .table1 th, .table2 th {
    border: 1px solid #afafaf; }

.table2 th {
  padding: 0.5em;
  color: #fff;
  background: #f00; }

html, body {
  height: 100%; }

body {
  position: relative;
  min-width: 1242px;
  text-align: left;
  color: #333131;
  background: url(/g/templates/shop2/1.27.2/css/background.jpg) 0 0 no-repeat fixed;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  font-family: "Comfortaa", Times, serif;
  font-size: 14px;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: normal;
  font-style: italic;
  font-family: "Comfortaa", Times, serif; }

h1 {
  margin-top: 0;
  font-size: 28px; }

h2 {
  font-size: 21px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 9px; }

h5, h6 {
  font-weight: bold; }

a {
  text-decoration: underline;
  color: #5f0a63; }

a:hover {
  text-decoration: none; }

a img {
  border-color: #333131; }

.site-path {
  margin-bottom: 10px;
  white-space: pre-wrap;
  line-height: 1;
  font-size: 11px;
  color: #999; }
  .site-path a {
    color: #08c; }

.header a img, .sidebar a img, .footer a img {
  border: none; }

.header p, .sidebar p, .footer p {
  margin: 0; }

.site-wrapper {
  width: 1242px;
  min-height: 100%;
  margin: 0 auto -160px;
  position: relative; }
  .site-wrapper::after {
    display: block;
    visibility: hidden;
    height: 160px;
    content: "."; }

.background-content {
  position: absolute;
  z-index: -1;
  top: 34px;
  bottom: 0;
  left: 50%;
  width: 980px;
  margin-left: -490px;
  background-color: #fff; }

.user-line {
  width: auto;
  height: 26px;
  padding: 8px 20px 0; }
  .user-line .log {
    padding-left: 16px;
    background: url(/g/templates/shop2/1.27.2/css/icons-reg.png) 0 3px no-repeat; }
  .user-line .reg {
    margin-left: 16px;
    padding-left: 16px;
    background: url(/g/templates/shop2/1.27.2/css/icons-reg.png) 0 -12px no-repeat; }
  .user-line a {
    color: #666;
    font-size: 11px; }

.top-line {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #5f0963;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f0e95), color-stop(100%, #5f0963));
  background-image: -o-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
  background-image: -moz-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
  background-image: -webkit-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
  background-image: -ms-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
  background-image: linear-gradient(to bottom, #8f0e95 0%, #5f0963 100%);
  -pie-background: linear-gradient(to bottom, #8f0e95 0%, #5f0963 100%); }

.header {
  padding: 0 20px; }

.company {
  float: left;
  width: 300px;
  margin: 20px 25px 20px 0; }
  .company .logo {
    float: left;
    width: 70px;
    height: 60px;
    margin-right: 18px; }
  .company ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none; }
    .company ul .name {
      width: 212px;
      margin-top: 10px;
      color: #5f0a63;
      font-size: 22px;
      line-height: 1; }
    .company ul .desc {
      color: #666;
      font-size: 13px; }

.slog {
  float: left;
  width: 180px;
  margin: 32px 14px 32px 0;
  color: #a2bf39;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic; }

.phone {
  float: left;
  width: 180px;
  margin: 30px 20px 25px 0; }
  .phone .name {
    color: #a2bf39;
    font-size: 12px; }
  .phone .body {
    color: #000;
    font-size: 20px; }

.shop2-basket-preview {
  float: right;
  margin: 30px 0 26px; }
  .shop2-basket-preview .basket-full {
    width: 170px;
    background-position: 0 0; }
    .shop2-basket-preview .basket-full a {
      color: #08c;
      font-size: 13px; }
  .shop2-basket-preview .basket {
    width: 170px;
    min-height: 40px;
    max-height: 56px;
    padding: 4px 0 0 50px;
    background: url(/g/templates/shop2/1.27.2/css/icons-cart.png) 0 -60px no-repeat; }
    .shop2-basket-preview .basket .checkout {
      float: right;
      line-height: 1.5; }
    .shop2-basket-preview .basket .total {
      width: 110px;
      padding: 11px 0 0;
      color: #999;
      font-size: 13px; }
      .shop2-basket-preview .basket .total .empty {
        display: none; }
    .shop2-basket-preview .basket .amount {
      display: none;
      padding-right: 10px;
      color: #777; }
    .shop2-basket-preview .basket.basket-full {
      background-position: 0 0; }
      .shop2-basket-preview .basket.basket-full .amount {
        display: block; }

.content-wrapper {
  position: relative;
  width: 100%;
  min-height: 0; }

.main {
  float: left;
  width: 100%; }

.content {
  padding: 0 19px; }

.slider {
  position: relative;
  width: 700px;
  height: 300px;
  margin-bottom: 9px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #f1f1f1 #e2e2e2 #cfcfcf #e2e2e2;
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
  box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08); }
  .slider .slider-items {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 680px;
    height: 280px;
    margin: 10px; }
    .slider .slider-items .slider-item {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      width: 680px;
      height: 280px; }
      .slider .slider-items .slider-item .slider-image {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        text-align: left; }
        .slider .slider-items .slider-item .slider-image img {
          border: 0; }
  .slider .slider-bullets-wrap {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .slider .slider-bullets-wrap a {
      position: absolute;
      top: 50%;
      width: 44px;
      height: 44px;
      margin-top: -22px; }
    .slider .slider-bullets-wrap .left-arrow {
      left: 18px;
      background: url(/g/templates/shop2/1.27.2/css/arrows-slider.png) 0 0 no-repeat; }
    .slider .slider-bullets-wrap .right-arrow {
      right: 18px;
      background: url(/g/templates/shop2/1.27.2/css/arrows-slider.png) 100% 0 no-repeat; }

.nav-content {
  margin-bottom: 10px; }
  .nav-content .block-top-line {
    height: 6px;
    background-color: #a1bf39;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0df56), color-stop(100%, #a1bf39));
    background-image: -o-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
    background-image: -moz-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
    background-image: -webkit-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
    background-image: -ms-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
    background-image: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%);
    -pie-background: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%); }
  .nav-content ul {
    position: relative;
    width: auto;
    margin: 0;
    padding: 7px 10px 15px;
    list-style: none;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #f1f1f1 #e2e2e2 #cfcfcf #e2e2e2;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0;
    font-style: italic;
    line-height: 0;
    background-color: #fff;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
    box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08); }
    .nav-content ul li {
      display: inline-block;
      padding: 5px 10px;
      vertical-align: top;
      font-size: 14px;
      line-height: normal; }
      .nav-content ul li a {
        color: #5f0a63; }

.special-offer {
  position: relative;
  overflow: hidden;
  width: 705px;
  margin: 32px 0 23px; }
  .special-offer ul {
    width: 999999px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .special-offer ul li {
      float: left;
      margin: 0;
      font-size: 0;
      line-height: 0; }
  .special-offer .name {
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    font-style: italic; }
  .special-offer .arrow-left, .special-offer .arrow-right {
    position: absolute;
    top: 2px;
    padding: 8px 10px;
    cursor: pointer;
    background-color: #5f0963;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f0e95), color-stop(100%, #5f0963));
    background-image: -o-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
    background-image: -moz-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
    background-image: -webkit-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
    background-image: -ms-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
    background-image: linear-gradient(to bottom, #8f0e95 0%, #5f0963 100%);
    -pie-background: linear-gradient(to bottom, #8f0e95 0%, #5f0963 100%); }
    .special-offer .arrow-left:hover, .special-offer .arrow-right:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b911c0), color-stop(100%, #7b0c80));
      background-image: -o-linear-gradient(top, #b911c0 0%, #7b0c80 100%);
      background-image: -moz-linear-gradient(top, #b911c0 0%, #7b0c80 100%);
      background-image: -webkit-linear-gradient(top, #b911c0 0%, #7b0c80 100%);
      background-image: -ms-linear-gradient(top, #b911c0 0%, #7b0c80 100%);
      background-image: linear-gradient(to bottom, #b911c0 0%, #7b0c80 100%);
      -pie-background: linear-gradient(to bottom, #b911c0 0%, #7b0c80 100%); }
    .special-offer .arrow-left:active, .special-offer .arrow-right:active {
      background-color: #5f0963;
      -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f0e95), color-stop(100%, #5f0963));
      background-image: -o-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
      background-image: -moz-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
      background-image: -webkit-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
      background-image: -ms-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
      background-image: linear-gradient(to bottom, #8f0e95 0%, #5f0963 100%);
      -pie-background: linear-gradient(to bottom, #8f0e95 0%, #5f0963 100%); }
    .special-offer .arrow-left span, .special-offer .arrow-right span {
      display: block;
      width: 8px;
      height: 12px;
      cursor: pointer;
      background-image: url(/g/templates/shop2/1.27.2/css/arrows-content.png);
      background-repeat: no-repeat; }
  .special-offer .arrow-left {
    right: 30px; }
    .special-offer .arrow-left span {
      background-position: 100% -22px; }
  .special-offer .arrow-right {
    right: 0; }
    .special-offer .arrow-right span {
      background-position: 100% 0; }

.sidebar {
  position: relative; }

.sidebar.left {
  float: left;
  width: 220px;
  margin-right: -100%;
  padding-left: 20px; }

.sidebar.left ~ .main > .content {
  margin-left: 240px; }

.search-container {
  position: relative;
  width: 192px;
  height: 22px;
  padding: 14px;
  background-color: #a1bf39;
  -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;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0df56), color-stop(100%, #a1bf39));
  background-image: -o-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -moz-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -webkit-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -ms-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%);
  -pie-background: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%); }
  .search-container input[type=text] {
    position: relative;
    float: left;
    width: 158px;
    height: 14px;
    margin: 0;
    padding: 3px 6px;
    color: #999;
    border: 1px solid #cfcfcf;
    outline: none;
    background-color: #fff;
    font-size: 12px;
    -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;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box; }
  .search-container button[type=submit] {
    width: 22px;
    height: 22px;
    margin: 0 0 0 -2px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #5f0963;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a20fa8), color-stop(100%, #5f0963));
    background-image: -o-linear-gradient(top, #a20fa8 0%, #5f0963 100%);
    background-image: -moz-linear-gradient(top, #a20fa8 0%, #5f0963 100%);
    background-image: -webkit-linear-gradient(top, #a20fa8 0%, #5f0963 100%);
    background-image: -ms-linear-gradient(top, #a20fa8 0%, #5f0963 100%);
    background-image: linear-gradient(to bottom, #a20fa8 0%, #5f0963 100%);
    -pie-background: linear-gradient(to bottom, #a20fa8 0%, #5f0963 100%); }
    .search-container button[type=submit] span {
      display: block;
      width: 22px;
      height: 22px;
      cursor: pointer;
      background: url(/g/templates/shop2/1.27.2/css/icon-search.png) 50% 50% no-repeat; }

.shop-search {
  margin-bottom: 30px;
  color: #000;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #f1f1f1 #e2e2e2 #cfcfcf #e2e2e2;
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
  box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08); }
  .shop-search .search-name {
    position: relative;
    padding: 4px 14px 8px;
    cursor: pointer; }
    .shop-search .search-name span {
      position: absolute;
      top: 10px;
      right: 14px;
      display: block;
      width: 12px;
      height: 8px;
      background: url(/g/templates/shop2/1.27.2/css/arrows-content.png) 0 -2px no-repeat; }
    .shop-search .search-name.open .search-arrow {
      background-position: 0 -24px; }
  .shop-search .dropdown-search {
    display: none;
    margin: 0 14px 20px;
    color: #000;
    border-top: 1px solid #cfcfcf;
    font-size: 13px; }
    .shop-search .dropdown-search .field span {
      color: #000;
      line-height: 26px; }
      .shop-search .dropdown-search .field input[type="text"] {
        position: relative;
        width: 177px;
        height: 14px;
        padding: 4px 5px;
        color: #666;
        border: 1px solid #cecece;
        font-size: 12px;
        -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; }
      .shop-search .dropdown-search .field select {
        width: 190px;
        height: 22px;
        color: #666;
        border: 1px solid #cecece;
        font-size: 12px;
        -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; }
      .shop-search .dropdown-search .field label {
        display: block;
        color: #000;
        line-height: 26px; }
      .shop-search .dropdown-search .field ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .shop-search .dropdown-search .field ul li {
          float: left;
          width: 50%; }
          .shop-search .dropdown-search .field ul li input[type="text"] {
            position: relative;
            width: 63px;
            height: 14px;
            padding: 4px 10px;
            color: #666;
            border: 1px #cecece solid;
            outline: none;
            background-color: #fff;
            font-size: 12.5px;
            -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; }
    .shop-search .dropdown-search .submit {
      padding-top: 10px; }
      .shop-search .dropdown-search .submit input[type=submit] {
        position: relative;
        width: 64px;
        height: 28px;
        padding: 0;
        cursor: pointer;
        color: #000;
        border: none;
        outline: none;
        background-color: #a1bf39;
        font-size: 12.5px;
        -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 -3px 4px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0df56), color-stop(100%, #a1bf39));
        background-image: -o-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
        background-image: -moz-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
        background-image: -webkit-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
        background-image: -ms-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
        background-image: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%);
        -pie-background: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%); }
        .shop-search .dropdown-search .submit input[type=submit]:hover {
          background-color: #bbd951;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddec7a), color-stop(100%, #bbd951));
          background-image: -o-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
          background-image: -moz-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
          background-image: -webkit-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
          background-image: -ms-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
          background-image: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%);
          -pie-background: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%); }
        .shop-search .dropdown-search .submit input[type=submit]:active {
          background-color: #a1bf39;
          -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1bf39), color-stop(100%, #d0df56));
          background-image: -o-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
          background-image: -moz-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
          background-image: -webkit-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
          background-image: -ms-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
          background-image: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%);
          -pie-background: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%); }

.nav-main {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-style: italic; }
  .nav-main > li {
    padding-bottom: 1px; }
    .nav-main > li > a {
      position: relative;
      display: block;
      padding: 6px 14px;
      cursor: pointer;
      text-decoration: none;
      color: #000;
      background-color: #ebd7eb;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-background-clip: padding;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
      box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5ebf5), color-stop(100%, #ebd7eb));
      background-image: -o-linear-gradient(top, #f5ebf5 0%, #ebd7eb 100%);
      background-image: -moz-linear-gradient(top, #f5ebf5 0%, #ebd7eb 100%);
      background-image: -webkit-linear-gradient(top, #f5ebf5 0%, #ebd7eb 100%);
      background-image: -ms-linear-gradient(top, #f5ebf5 0%, #ebd7eb 100%);
      background-image: linear-gradient(to bottom, #f5ebf5 0%, #ebd7eb 100%);
      -pie-background: linear-gradient(to bottom, #f5ebf5 0%, #ebd7eb 100%); }
      .nav-main > li > a:hover {
        background: #f6ecf6;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faf6fa), color-stop(100%, #f6ecf6));
        background-image: -o-linear-gradient(top, #faf6fa 0%, #f6ecf6 100%);
        background-image: -moz-linear-gradient(top, #faf6fa 0%, #f6ecf6 100%);
        background-image: -webkit-linear-gradient(top, #faf6fa 0%, #f6ecf6 100%);
        background-image: -ms-linear-gradient(top, #faf6fa 0%, #f6ecf6 100%);
        background-image: linear-gradient(to bottom, #faf6fa 0%, #f6ecf6 100%);
        -pie-background: linear-gradient(to bottom, #faf6fa 0%, #f6ecf6 100%); }
      .nav-main > li > a:active {
        background: #f6ecf6;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6ecf6), color-stop(100%, #faf6fa));
        background-image: -o-linear-gradient(top, #f6ecf6 0%, #faf6fa 100%);
        background-image: -moz-linear-gradient(top, #f6ecf6 0%, #faf6fa 100%);
        background-image: -webkit-linear-gradient(top, #f6ecf6 0%, #faf6fa 100%);
        background-image: -ms-linear-gradient(top, #f6ecf6 0%, #faf6fa 100%);
        background-image: linear-gradient(to bottom, #f6ecf6 0%, #faf6fa 100%);
        -pie-background: linear-gradient(to bottom, #f6ecf6 0%, #faf6fa 100%); }
    .nav-main > li ul {
      margin: 0;
      padding: 5px 10px 5px 26px;
      list-style: none;
      font-size: 15px; }
      .nav-main > li ul li {
        padding: 3px 0; }
        .nav-main > li ul li a {
          color: #5f0a63; }

.nav-left .block-top-line {
  height: 6px;
  background-color: #a1bf39;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0df56), color-stop(100%, #a1bf39));
  background-image: -o-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -moz-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -webkit-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -ms-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%);
  -pie-background: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%); }
  .nav-left ul {
    margin: 0 0 30px;
    padding: 1px 14px 13px;
    list-style: none;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #f1f1f1 #e2e2e2 #cfcfcf #e2e2e2;
    background-color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
    box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08); }
    .nav-left ul li {
      padding: 4px 0 5px; }
      .nav-left ul li a {
        color: #5f0a63; }

.block-text {
  margin-bottom: 20px; }
  .block-text .name {
    position: relative;
    padding: 9px 14px;
    color: #fefefe;
    font-size: 18px;
    background-color: #5f0a63;
    font-weight: bold;
    -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;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f0f95), color-stop(100%, #5f0a63));
    background-image: -o-linear-gradient(top, #8f0f95 0%, #5f0a63 100%);
    background-image: -moz-linear-gradient(top, #8f0f95 0%, #5f0a63 100%);
    background-image: -webkit-linear-gradient(top, #8f0f95 0%, #5f0a63 100%);
    background-image: -ms-linear-gradient(top, #8f0f95 0%, #5f0a63 100%);
    background-image: linear-gradient(to bottom, #8f0f95 0%, #5f0a63 100%);
    -pie-background: linear-gradient(to bottom, #8f0f95 0%, #5f0a63 100%); }
  .block-text .body {
    padding: 10px 14px 14px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #f1f1f1 #e2e2e2 #cfcfcf #e2e2e2;
    background-color: #fff;
    font-size: 14px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
    box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08); }

.block-informers {
  width: 190px;
  margin: 6px;
  color: #999;
  font-size: 11px; }
  .block-informers .block-title {
    margin-bottom: 5px;
    font-size: 22px; }
  .block-informers .block-body {
    margin: 3px;
    text-align: center; }

.sidebar.right {
  float: right;
  width: 250px;
  margin-left: -250px;
  background-color: #bbd951; }

.sidebar.right ~ .main > .content {
  margin-right: 250px; }

.footer {
  position: relative;
  width: 1242px;
  min-height: 160px;
  margin: 0 auto 40px; }

.menu-footer {
  width: auto;
  margin: 0;
  padding: 0 10px;
  list-style: none;
  font-size: 0;
  line-height: 0;
  background-color: #ebd7eb;
  -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5ebf5), color-stop(100%, #ebd7eb));
  background-image: -o-linear-gradient(top, #f5ebf5 0%, #ebd7eb 100%);
  background-image: -moz-linear-gradient(top, #f5ebf5 0%, #ebd7eb 100%);
  background-image: -webkit-linear-gradient(top, #f5ebf5 0%, #ebd7eb 100%);
  background-image: -ms-linear-gradient(top, #f5ebf5 0%, #ebd7eb 100%);
  background-image: linear-gradient(to bottom, #f5ebf5 0%, #ebd7eb 100%);
  -pie-background: linear-gradient(to bottom, #f5ebf5 0%, #ebd7eb 100%); }
  .menu-footer li {
    display: inline-block;
    padding: 13px 10px 12px;
    vertical-align: top;
    font-size: 12px;
    line-height: normal; }
    .menu-footer li a {
      color: #5f0a63; }

.inside-footer {
  position: relative;
  width: auto;
  height: 90px;
  padding: 10px 20px 19px;
  color: #fff;
  border-top: 1px solid #8ba431;
  font-size: 11px;
  background-color: #a2bf39;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .inside-footer .left-container {
    width: 220px;
    float: left; }
    .inside-footer .left-container .site-name {
      float: left;
      width: 200px;
      margin: 4px 20px 18px 0; }
    .inside-footer .left-container .social-bot {
      float: left; }
      .inside-footer .left-container .social-bot .name {
        margin-bottom: 7px; }
      .inside-footer .left-container .social-bot .icons a {
        margin-right: 5px; }
  .inside-footer .contacts-bot {
    margin-top: 4px;
    width: 260px;
    float: left; }
  .inside-footer .right-container {
    float: right; }
    .inside-footer .right-container .site-copyright {
      width: 120px;
      padding: 3px 39px 21px 0;
      text-align: right;
      background: url(/g/templates/shop2/1.27.2/css/mega.png) 100% 0 no-repeat; }
      .inside-footer .right-container .site-copyright a {
        color: #5f0a63; }

.product-bot .shop-btn {
  position: relative;
  height: 28px;
  padding: 0 12px;
  color: #000;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: #a1bf39;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0df56), color-stop(100%, #a1bf39));
  background-image: -o-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -moz-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -webkit-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -ms-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%);
  -pie-background: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%); }
  .product-bot .shop-btn:hover {
    background-color: #bbd951;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddec7a), color-stop(100%, #bbd951));
    background-image: -o-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -moz-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -webkit-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -ms-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%);
    -pie-background: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%); }
  .product-bot .shop-btn:active {
    background-color: #a1bf39;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1bf39), color-stop(100%, #d0df56));
    background-image: -o-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -moz-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -webkit-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -ms-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%);
    -pie-background: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%); }

.product-item-thumb {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 18px !important;
  padding: 10px;
  vertical-align: top;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #f1f1f1 #e2e2e2 #cfcfcf #e2e2e2;
  background-color: #fff;
  line-height: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08);
  box-shadow: 0 1px 4px rgba(0,0,0,.3), inset 0 -3px 4px rgba(0,0,0,.08); }
  .product-item-thumb .product-top .product-image {
    position: relative;
    margin: 0 auto;
    margin-bottom: 7px;
    text-align: center; }
    .product-item-thumb .product-top .product-image img {
      vertical-align: middle; }
  .product-item-thumb .product-top .tpl-stars {
    margin: 4px 0; }
  .product-item-thumb .product-top .product-name {
    font-size: 13px; }
    .product-item-thumb .product-top .product-name a {
      color: #5f0a63; }
  .product-item-thumb .product-top .shop2-product-details {
    margin: 11px 0 3px;
    border-top: 1px solid #cecece; }
    .product-item-thumb .product-top .shop2-product-details .odd {
      padding: 6px 0 9px;
      border-bottom: 1px solid #cecece; }
      .product-item-thumb .product-top .shop2-product-details .odd .title {
        font-size: 11px;
        color: #999; }
      .product-item-thumb .product-top .shop2-product-details .odd .details {
        color: #666;
        font-size: 12px; }
        .product-item-thumb .product-top .shop2-product-details .odd .details select {
          min-width: 75px;
          height: 20px;
          margin: 4px 0 2px;
          color: #666;
          border: 1px solid #cecece;
          outline: none;
          font-size: 12px;
          *width: 75px; }
  .product-item-thumb .product-bot {
    min-height: 43px; }
  .product-item-thumb .product-bot .product-price {
    display: inline-block;
    float: left;
    padding-right: 6px;
    vertical-align: bottom;
    font-size: 16px;
    line-height: 20px; }
    .product-item-thumb .product-bot .product-price .price-old {
      text-decoration: line-through;
      color: #bf5639;
      font-size: 20px; }
      .product-item-thumb .product-bot .product-price .price-old span {
        color: #999;
        font-size: 16px; }
    .product-item-thumb .product-bot .product-price .price-current {
      color: #000;
      font-size: 16px; }
  .product-item-thumb .product-bot .shop-btn {
    display: inline-block;
    float: right;
    margin-top: 12px;
    vertical-align: top; }

.highslide img {
  border: none; }
  .highslide img:hover {
    border: none; }

.product-list .product-item-thumb .product-top .shop2-product-details {
  margin: 8px 0 5px;
  padding: 0;
  list-style: none; }
  .product-list .product-item-thumb .product-top .shop2-product-details .odd {
    padding: 3px 0; }
  .product-list .product-item-thumb .product-top .shop2-product-details .title {
    display: inline-block;
    width: 80px;
    vertical-align: top; }
  .product-list .product-item-thumb .product-top .shop2-product-details .details {
    display: inline-block;
    width: 80px;
    vertical-align: top; }

.product-compare {
  margin: 4px 0;
  font-size: 12px;
  line-height: normal; }

.product-new, .product-spec {
  position: absolute;
  left: 50%;
  height: 26px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px; }

.product-new {
  top: 0;
  width: 88px;
  margin-left: -44px;
  color: #fff;
  background: url(/g/templates/shop2/1.27.2/css/product-new.png) 0 0 no-repeat; }

.product-spec {
  bottom: 0;
  width: 150px;
  margin-left: -75px;
  color: #000;
  background: url(/g/templates/shop2/1.27.2/css/product-spec.png) 0 0 no-repeat; }

.product-list {
  margin: 18px 0;
  font-size: 0;
  line-height: 0; }

.shop2-filter {
  margin: 22px 0 0;
  padding: 4px 0 20px;
  text-align: left;
  border-top: 1px solid #ebd8ec; }
  .shop2-filter .table-filter-param {
    width: 100%;
    margin-bottom: 12px;
    border-spacing: 0;
    border-collapse: collapse; }
  .shop2-filter .table-filter-param th, .shop2-filter .table-filter-param td {
    margin: 0;
    text-align: left;
    vertical-align: top;
    color: #454545;
    font-family: inherit;
    font-size: 12px; }
  .shop2-filter .table-filter-param th {
    width: 190px;
    padding: 8px 15px 8px 0;
    text-align: left;
    white-space: none !important; }
  .shop2-filter .table-filter-param th .shop2-filter-show {
    text-decoration: none;
    color: #08c;
    border-bottom: 1px dashed #08c; }
  .shop2-filter .table-filter-param th .shop2-filter-show:hover {
    color: #dc3b1b;
    border-color: #dc3b1b; }
  .shop2-filter .table-filter-param td {
    padding: 3px 0; }
  .shop2-filter .table-filter-param input[type="text"] {
    position: relative;
    width: 51px;
    height: 14px !important;
    margin: 0 0 0 9px;
    padding: 3px 4px;
    text-align: center;
    color: #4d4d4d;
    border: 1px solid #c2b7a8;
    background-color: #fff;
    font-family: inherit;
    font-size: 12px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box; }
  .shop2-filter select {
    color: #666;
    border: 1px solid #cecece; }
  .shop2-filter .shop-filter-param-val {
    display: inline-block;
    margin: 1px 0;
    padding: 4px 6px;
    cursor: pointer; }
  .shop2-filter .shop-filter-param-val span {
    display: none; }
  .shop2-filter .shop-filter-param-val.shop-filter-param-val-active {
    position: relative;
    padding-right: 16px;
    text-decoration: none;
    color: #3d3d3d;
    background-color: #e9e9e9;
    font-weight: bold; }
  .shop2-filter .shop-filter-param-val.shop-filter-param-val-active span {
    position: absolute;
    top: 50%;
    right: 3px;
    display: block;
    width: 9px;
    height: 6px;
    margin-top: -3px;
    background: url(/g/templates/shop2/1.27.2/css/icons-filter-sort.png) -9px 0 no-repeat;
    font-size: 0;
    line-height: 0; }
  .shop2-filter .shop2-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    color: #000;
    border: none;
    outline: none;
    font-size: 14px;
    background-color: #a1bf39;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0df56), color-stop(100%, #a1bf39));
    background-image: -o-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
    background-image: -moz-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
    background-image: -webkit-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
    background-image: -ms-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
    background-image: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%);
    -pie-background: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%); }
  .shop2-filter .shop2-btn:hover {
    background-color: #bbd951;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddec7a), color-stop(100%, #bbd951));
    background-image: -o-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -moz-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -webkit-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -ms-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%);
    -pie-background: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%); }
  .shop2-filter .shop2-btn:active {
    background-color: #a1bf39;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1bf39), color-stop(100%, #d0df56));
    background-image: -o-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -moz-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -webkit-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -ms-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%);
    -pie-background: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%); }

.shop2-sorting {
  position: relative;
  overflow: hidden;
  height: auto;
  text-align: left;
  color: #4d4d4d;
  background-color: #ebd8ec !important;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.shop2-product {
  margin: 10px 0 40px;
  font-size: 0;
  line-height: 0; }
  .shop2-product .product-left {
    display: inline-block;
    margin: 0 18px 10px 0;
    vertical-align: middle; }
  .shop2-product .product-left .product-image {
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #ebd8ec; }
  .shop2-product .product-left .product-image a img {
    vertical-align: middle; }
  .shop2-product .product-left .product-image.no-image {
    background: #e6e6e6 url(/g/shop2/shop_no_image.png) 50% 50% no-repeat; }
  .shop2-product .product-left .product-thumbnails ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .shop2-product .product-left .product-thumbnails ul li {
    float: left;
    width: 74px;
    height: 74px;
    margin: 0 6px 6px 0;
    cursor: pointer;
    border: 3px solid #ebd8ec; }
    .shop2-product .product-left .product-thumbnails ul li.activ-img {
      border-color: #5f0a63; }
    .shop2-product .product-left .product-thumbnails ul li:hover {
      border-color: #5f0a63; }
  .shop2-product .product-right {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: normal; }
  .shop2-product .product-right .product-details .product-line {
    width: 100%;
    height: 4px;
    margin-bottom: 4px;
    background-color: #a2bf39; }
  .shop2-product .product-right .product-details .shop2-product-options {
    width: 100%;
    margin-bottom: 16px;
    border-spacing: 0;
    text-align: left;
    border-collapse: collapse; }
  .shop2-product .product-right .product-details .shop2-product-options .odd th, .shop2-product .product-right .product-details .shop2-product-options .odd td {
    text-align: left;
    vertical-align: top; }
    .shop2-product .product-right .product-details .shop2-product-options .odd th {
      padding: 7px 10px 7px 0;
      color: #999;
      font-weight: normal; }
    .shop2-product .product-right .product-details .shop2-product-options .odd td {
      width: 50%;
      padding: 7px 0;
      color: #666; }
      .shop2-product .product-right .product-details .shop2-product-options .odd td select {
        min-width: 75px;
        height: 20px;
        color: #999;
        border: 1px solid #cfcfcf; }
      .shop2-product .product-right .product-details .shop2-product-options .odd td ul {
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none; }
        .shop2-product .product-right .product-details .shop2-product-options .odd td ul > li {
          float: left;
          display: inline; }

.shop2-product .product-right .form-add {
  padding: 16px 9px 16px 20px;
  font-size: 0;
  line-height: 0;
  margin-right: 11px;
  position: relative;
  background: #fff;
  border: 1px solid #ebd8ec;
  min-height: 29px; }

.shop2-product .product-right .form-add:before, .shop2-product .product-right .form-add:after {
  display: table;
  line-height: 0;
  font-size: 0;
  content: ""; }

.shop2-product .product-right .form-add:after {
  clear: both; }

.shop2-product .product-right .form-add:after, .shop2-product .product-right .form-add:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.shop2-product .product-right .form-add:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 32px 0 32px 11px;
  top: 50%;
  margin: -32px 0 0 -1px; }

.shop2-product .product-right .form-add:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #ebd8ec;
  border-width: 33px 0 33px 11px;
  top: 50%;
  margin-top: -33px; }

.shop2-product .product-right .form-add .product-price {
  margin: 6px 11px 0 0;
  line-height: normal;
  float: left; }

.shop2-product .product-right .form-add .product-price .price-old, .shop2-product .product-right .form-add .product-price .price-current {
  vertical-align: bottom;
  display: inline-block; }

.shop2-product .product-right .form-add .product-price .price-old {
  font-size: 20px;
  text-decoration: line-through;
  color: #bf5639;
  margin-right: 10px; }

.shop2-product .product-right .form-add .product-price .price-old span {
  font-size: 16px;
  color: #999; }

.shop2-product .product-right .form-add .product-price .price-current {
  color: #000;
  font-size: 16px; }

.shop2-product .product-right .form-add .product-amount {
  margin: 1px 14px 0 0;
  width: 31px;
  height: 14px;
  padding: 5px 0;
  float: right;
  position: relative;
  background: #fff;
  border: 1px solid #cfcfcf;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -khtml-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  behavior: url(/g/libs/pie/20b1/pie.htc);
  position: relative; }

.shop2-product .product-right .form-add .product-amount:after, .shop2-product .product-right .form-add .product-amount:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.shop2-product .product-right .form-add .product-amount:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 3px;
  top: 50%;
  margin-top: -3px; }

.shop2-product .product-right .form-add .product-amount:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #cfcfcf;
  border-width: 4px;
  top: 50%;
  margin-top: -4px; }

.shop2-product .product-right .form-add .product-amount input[type="text"] {
  vertical-align: top;
  width: 29px;
  height: 14px;
  line-height: 14px;
  border: none;
  outline: none;
  background-color: #fff;
  font-size: 13px;
  color: #000;
  text-align: center; }

.shop2-product .product-right .form-add input[type=submit] {
  width: 68px;
  float: right; }

.form-add .shop-btn {
  position: relative;
  height: 28px;
  padding: 0 12px;
  color: #000;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: #a1bf39;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0df56), color-stop(100%, #a1bf39));
  background-image: -o-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -moz-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -webkit-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -ms-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%);
  -pie-background: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%); }
  .form-add .shop-btn:hover {
    background-color: #bbd951;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddec7a), color-stop(100%, #bbd951));
    background-image: -o-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -moz-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -webkit-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -ms-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%);
    -pie-background: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%); }
  .form-add .shop-btn:active {
    background-color: #a1bf39;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1bf39), color-stop(100%, #d0df56));
    background-image: -o-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -moz-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -webkit-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -ms-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%);
    -pie-background: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%); }

.buy-one-click {
  padding-top: 10px;
  text-align: right;
  line-height: 28px; }
  .buy-one-click a {
    display: inline-block;
    text-decoration: none;
    line-height: normal; }
  .buy-one-click .tpl-button {
    display: inline-block;
    padding: 5px 11px;
    text-decoration: none; }

.yashare {
  padding-top: 15px; }
  .yashare .yashare-header {
    color: #999;
    font-size: 12px;
    padding-bottom: 6px; }
  .yashare .yashare-auto-init .b-share {
    display: -moz-inline-box;
    display: inline-block;
    padding: 1px 3px 1px 4px !important;
    vertical-align: middle;
    font: 86%/1.4545em Arial, sans-serif; }

.shop2-product-data {
  margin-bottom: 30px; }
  .shop2-product-data .shop-tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
  .shop2-product-data .shop-tabs-nav li {
    margin-right: -1px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top; }
  .shop2-product-data .shop-tabs-nav li.shop-tab-active {
    border-top: 2px solid #a1bf39;
    z-index: 5; }
  .shop2-product-data .shop-tabs-nav li.shop-tab-active a {
    border-top: 1px solid #a1bf39;
    border-bottom: 1px solid #fff;
    height: 26px;
    line-height: 24px;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
  .shop2-product-data .shop-tabs-nav li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #141313;
    text-decoration: none;
    padding: 0 10px;
    height: 28px;
    border: 1px solid #aaa7a7;
    line-height: 28px;
    -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; }
  .shop2-product-data .shop-tabs-nav li a:hover {
    border-top: none;
    border-bottom: 1px solid #fff;
    height: 26px;
    line-height: 23px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .shop2-product-data .shop-tabs-nav li:hover {
    border-top: 3px solid #a1bf39; }
  .shop2-product-data .shop-tabs-nav li:hover a {
    border-top: none;
    border-bottom: 1px solid #fff;
    height: 26px;
    line-height: 24px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .shop2-product-data .shop2-product-desc {
    margin-top: -1px;
    border: 1px solid #aaa7a7;
    padding: 15px 22px 20px;
    margin-bottom: 32px; }
  .shop2-product-data .shop2-product-desc .shop-tab {
    display: none; }
  .shop2-product-data .shop2-product-desc .shop-tabs-active {
    display: block; }

.shop2-folders-list {
  padding: 10px 0px;
  font-size: 13px; }
  .shop2-folders-list a {
    color: #08c;
    outline: none; }

.shop2-back a {
  position: relative;
  display: inline-block !important;
  height: 28px;
  padding: 0 12px;
  text-decoration: none;
  color: #000;
  border: none;
  outline: none;
  background-color: #a1bf39;
  background-image: none !important;
  font-size: 14px;
  line-height: 28px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cedf19), color-stop(100%, #a2bf39)) !important;
  background-image: -o-linear-gradient(top, #cedf19 0%, #a2bf39 100%) !important;
  background-image: -moz-linear-gradient(top, #cedf19 0%, #a2bf39 100%) !important;
  background-image: -webkit-linear-gradient(top, #cedf19 0%, #a2bf39 100%) !important;
  background-image: -ms-linear-gradient(top, #cedf19 0%, #a2bf39 100%) !important;
  background-image: linear-gradient(to bottom, #cedf19 0%, #a2bf39 100%) !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08); }
  .shop2-back a:hover {
    background-color: #bbd951;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddec7a), color-stop(100%, #bbd951));
    background-image: -o-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -moz-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -webkit-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -ms-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%);
    -pie-background: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%); }
  .shop2-back a:active {
    background-color: #a1bf39;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1bf39), color-stop(100%, #d0df56));
    background-image: -o-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -moz-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -webkit-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -ms-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%);
    -pie-background: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%); }
  .shop2-back a span {
    background: none !important;
    padding: 0 !important; }

#shop2-cart-page {
  width: 100%;
  border-spacing: 0;
  text-align: left;
  border: 0;
  border-collapse: collapse; }
  #shop2-cart-page th {
    white-space: nowrap;
    background-color: #a2bf39 !important; }

#shop2-cart {
  width: 100% !important; }

.cart-registration-left {
  border-right: 1px solid #cbc4cb !important;
  background: #ebd8ec !important; }

.cart-registration-right {
  border-left: none !important;
  background: #f4f4f4 !important; }

.shop2-button {
  display: inline-block;
  text-decoration: none;
  position: relative;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  color: #000;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: #a1bf39;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0df56), color-stop(100%, #a1bf39));
  background-image: -o-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -moz-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -webkit-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -ms-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%);
  -pie-background: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%); }
  .shop2-button:hover {
    background-color: #bbd951;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddec7a), color-stop(100%, #bbd951));
    background-image: -o-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -moz-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -webkit-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: -ms-linear-gradient(top, #ddec7a 0%, #bbd951 100%);
    background-image: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%);
    -pie-background: linear-gradient(to bottom, #ddec7a 0%, #bbd951 100%); }
  .shop2-button:active {
    background-color: #a1bf39;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1bf39), color-stop(100%, #d0df56));
    background-image: -o-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -moz-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -webkit-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: -ms-linear-gradient(top, #a1bf39 0%, #d0df56 100%);
    background-image: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%);
    -pie-background: linear-gradient(to bottom, #a1bf39 0%, #d0df56 100%); }
  .shop2-button span.shop2-button-left {
    display: inline !important;
    background: none !important;
    padding: 0 !important;
    height: 0 !important; }
  .shop2-button span.shop2-button-right {
    display: inline !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important; }

.slider {
  margin: 0 auto 10px;
  width: 964px; }

.slider .slider-items, .slider .slider-items .slider-item {
  width: 944px; }

.site-wrapper {
  width: 1242px;
  min-height: 100%;
  margin: 0 auto;
  position: relative; }

.site-wrapper::after {
  display: block;
  visibility: hidden;
  height: 0px;
  content: "."; }

.background-content {
  position: absolute;
  z-index: -1;
  top: 34px;
  bottom: 0;
  left: 0;
  width: 1242px;
  margin-left: 0;
  background-color: #fff; }

.shop2-product .product-right {
  width: 680px; }

.footer {
  position: relative;
  width: 1242px;
  min-height: 160px;
  margin: 0 auto 40px; }

.block-text .name {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f0e95), color-stop(100%, #5f0963));
  background-image: -o-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
  background-image: -moz-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
  background-image: -webkit-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
  background-image: -ms-linear-gradient(top, #8f0e95 0%, #5f0963 100%);
  background-image: linear-gradient(to bottom, #8f0e95 0%, #5f0963 100%);
  -pie-background: linear-gradient(to bottom, #8f0e95 0%, #5f0963 100%); }

h1 {
  font-style: normal; }

.shop-search .dropdown-search {
  display: block;
  margin: 0 14px 20px;
  color: #000;
  border-top: 1px solid #cfcfcf;
  font-size: 13px; }

.nav-content {
  margin-bottom: 10px; }

.nav-content .block-top-line {
  height: 6px;
  background-color: #a1bf39;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0df56), color-stop(100%, #a1bf39));
  background-image: -o-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -moz-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -webkit-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: -ms-linear-gradient(top, #d0df56 0%, #a1bf39 100%);
  background-image: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%);
  -pie-background: linear-gradient(to bottom, #d0df56 0%, #a1bf39 100%); }

.nav-content ul {
  position: relative;
  width: auto;
  margin: 0;
  padding: 7px 5px 15px;
  list-style: none;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #f1f1f1 #e2e2e2 #cfcfcf #e2e2e2;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0;
  font-style: normal;
  line-height: 0;
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 -3px 4px rgba(0, 0, 0, 0.08); }

.nav-content ul li {
  display: inline-block;
  padding: 5px 5px;
  vertical-align: top;
  font-size: 15px;
  line-height: normal; }

.nav-content ul li a {
  color: #5f0a63; }

.telfooter {
  font-size: 15px;
  margin: 0 220px; }

.telfooter a[href^="tel:"] {
  font-size: 15px;
  color: #5f0a63; }

.blockmain {
  border: 1px;
  display: block;
  border-style: solid;
  border-color: #f1f1f1 #e2e2e2 #cfcfcf #e2e2e2;
  width: 23.1%;
  float: left;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 15px;
  background-color: #fff;
  line-height: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 -3px 4px rgba(0, 0, 0, 0.08); }

.blockmain img {
  width: 100%;
  margin: 0px;
  border-radius: 20px 20px 5px 5px; }

.blockmain:hover {
  border-color: #bbb7b7; }

.navi {
  font: normal 16px "Comfortaa"; }

.navi2 {
  font: normal 15px "Comfortaa";
  font-weight: 600; }

.span {
  font-size: 26px;
  color: #000; }

.shop-tabs-nav {
  font-size: 0;
  line-height: 0; }

.shop2-product .product-right .product-details .shop2-product-options .odd td {
  width: auto !important; }

div.shop2-back a {
  float: none; }

.shop2-product-data h4 {
  font-size: 19px;
  color: #222;
  font-style: normal; }

.shop2-group-kinds {
  display: inline-block;
  vertical-align: top;
  max-width: 190px; }

.shop2-kind-item .kind-image {
  float: left;
  font-size: 0;
  line-height: 0; }
  .shop2-kind-item .kind-details {
    overflow: hidden;
    margin-left: 15px;
    padding-top: 10px; }

a[href^="tel:"] {
  cursor: pointer; }

form.shop2-filter td select {
  color: #000;
  font: normal 14px "Comfortaa"; }

.shop2-main-before {
  font-size: 16px; }

.phone {
  width: 300px;
  margin: 30px 0px 25px 0;
  display: flex;
  justify-content: center; }

.phone .body {
  font: 20px "Comfortaa";
  color: #333;
  font-weight: 600; }

.phone .name {
  font: italic 12px Comfortaa;
  color: #7d1a82; }

.slog {
  font: italic 17px "Comfortaa";
  color: #7d1a82;
  width: 250px;
  margin: 35px 0px 25px 0;
  text-align: center; }

.company {
  width: 300px;
  margin: 18px 10px 18px 0; }
  .company .logo {
    width: auto;
    height: auto;
    margin-right: 10px; }
  .company .name {
    margin-top: 8px; }

.product-item-thumb .product-top .shop2-product-details .odd .title {
  color: #333;
  font-weight: bold; }

.product-item-thumb .product-top .shop2-product-details .odd .details {
  color: #000; }

.user-line a {
  color: #fff; }

.user-line .log, .user-line .reg {
  background-image: url(icons-reg.png); }

body {
  background: url(body_rep.png) 50% 0 repeat; }

.shop2-basket-preview .basket .checkout a {
  color: #7d1a82;
  font-size: 13px; }

.shop2-basket-preview .basket.basket-full .total {
  padding-top: 0;
  margin-left: 5px; }

.shop2-basket-preview .basket .checkout {
  margin-top: 0px;
  margin-left: -150px; }

span.filter-result {
  background: #5f0a63;
  margin-left: 10px; }

span.filter-result div.filter-result-arrow {
  right: auto;
  left: -5px;
  background-image: url(filter-result-arrow.png); }

.shop2-group-kinds {
  max-width: none;
  width: 230px; }
  .shop2-group-kinds .kind-name {
    line-height: normal; }
  .shop2-group-kinds .kind-name a {
    font: 12px "Comfortaa";
    color: #08c; }
  .shop2-group-kinds .kind-details {
    padding: 0 10px;
    margin: 0; }
  .shop2-group-kinds .kind-details .price-current {
    font-size: 20px;
    font-style: Comfortaa;
    color: #111;
    font-weight: 600; }

.shop2-product-data > h4 {
  font: 19px Comfortaa;
  color: #32cd32; }

table.shop2-cart-totals div.coupon-block {
  background: #ebd8ec; }

table.shop2-cart-totals div.coupon-block div.coupon-block-arrow, div.shop2-order-check-arrow {
  background-image: url(coupons-form-bg.png); }

.shop2-basket-preview .basket.basket-full .amount strong span {
  font-size: 18px;
  color: #7d1a82; }

option.empty-val, a.empty-val, li.empty-val {
  opacity: 0.5; }

.shop-search.shop2-block.search-form option.empty-val, .shop-search.shop2-block.search-form a.empty-val, .shop-search.shop2-block.search-form li.empty-val {
  display: none;
  opacity: 0.5; }
  .shop-search.shop2-block.search-form select option.empty-val:first-child {
    display: block; }

.shop-search {
  background: #9fbb39;
  border-color: transparent;
  border-top-color: #9fbb39; }
  .shop-search .dropdown-search {
    border-top-color: #9fbb39; }
  .shop-search .dropdown-search .field span {
    font-weight: bold;
    color: #333;
    font-size: 15px; }
  .shop-search .dropdown-search .submit input[type=submit] {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #820c87), color-stop(100%, #cf68c2)) !important;
    background-image: -o-linear-gradient(top, #820c87 0%, #cf68c2 100%) !important;
    background-image: -moz-linear-gradient(top, #820c87 0%, #cf68c2 100%) !important;
    background-image: -webkit-linear-gradient(top, #820c87 0%, #cf68c2 100%) !important;
    background-image: -ms-linear-gradient(top, #820c87 0%, #cf68c2 100%) !important;
    background-image: linear-gradient(to bottom, #820c87 0%, #cf68c2 100%) !important;
    -pie-background: linear-gradient(to bottom, #820c87 0%, #cf68c2 100%) !important; }

.shop2-filter-show {
  display: none; }

.shop2-filter option.empty-val {
  display: none;
  opacity: 0.5; }

.product-list .product-item-thumb .product-top .shop2-product-details .title {
  width: 102px; }

.product-list .product-item-thumb .product-top .shop2-product-details .details {
  font-size: 11.4px; }

@keyframes fbt-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(44, 168, 221, 0.6); }

  100% {
    box-shadow: 0 0 0 8px rgba(44, 168, 221, 0); } }

@keyframes fbt-shadow-wa {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 230, 117, 0.6); }

  100% {
    box-shadow: 0 0 0 8px rgba(44, 168, 221, 0); } }

@keyframes fbt-size {
  0% {
    transform: scale(1); }

  20% {
    transform: scale(1.2); }

  40% {
    transform: scale(1); } }

.ftb {
  display: block;
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  margin: 0;
  padding: 0; }

.ftb-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  margin: 10px 0 0 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.ftb-link.tlg {
  background: #2ca8dd;
  animation: fbt-shadow 1.5s linear 1s infinite; }

.ftb-link.wa {
  background: #01e675;
  animation: fbt-shadow 1.5s linear 1s infinite; }

.ftb-link.tlg img, .ftb-link.wa img {
  width: 30px;
  height: auto; }

html .shop2-basket-preview .basket {
  background-image: url(/d/icons-cart2022.png); }

.shop2-product .product-right .form-add input[type=submit] {
  width: 80px; }

.product-item-thumb .product-top .product-name a {
  color: #630967;
  font-weight: bold; }

.product-item-thumb .product-top .product-name a:hover {
  color: #000; }

.product-item-thumb .product-top .product-name a:visited {
  color: #a61eac; }

form.shop2-filter th, a.shop-filter-param-val, form.shop2-filter label, div.shop2-sorting {
  font-family: "Comfortaa", Times, serif; }

@media (max-width: 480px) {
  .product-item-thumb .product-top .shop2-product-details .odd .title, .product-new, .product-spec {
    font-size: 15px; }

  .product-list .product-item-thumb .product-top .shop2-product-details .details {
    font-size: 15px; } }

@media (min-width: 900px) {
  .shop2-group-kinds {
    max-width: none;
    width: 30.6%; } }

.shop2-group-kinds {
  margin-right: 10px;
  margin-bottom: 10px !important;
  padding: 5px;
  vertical-align: top;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #f1f1ef #e2e2e2 #cfcfcf #e2e2e2;
  background-color: #fff;
  line-height: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 -3px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 -3px 4px rgba(0, 0, 0, 0.08); }

.shop2-group-kinds .kind-name {
  line-height: normal;
  padding-bottom: 10px; }
