.bx-wrapper {
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
    background: #fff; }
    .bx-wrapper .bx-loading:before, .bx-wrapper .bx-loading:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      height: 32px;
      width: 32px;
      margin: auto; }
    .bx-wrapper .bx-loading:before {
      -moz-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .25);
      -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .25);
      box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .25);
      -webkit-background-clip: padding;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .bx-wrapper .bx-loading:after {
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      -webkit-animation: loading 0.5s linear infinite;
      -moz-animation: loading 0.5s linear infinite;
      -o-animation: loading 0.5s linear infinite;
      animation: loading 0.5s linear infinite;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
  .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0); }
  .bx-wrapper .bx-controls a {
    outline: 0;
    text-indent: -9999px;
    text-align: left;
    display: block; }
  .bx-wrapper .bx-slider {
    min-height: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .bx-wrapper .bx-slider > * {
      background: transparent 50% 50% no-repeat;
      background-size: cover; }
      .bx-wrapper .bx-slider > * > a {
        display: block;
        text-align: center; }
      .bx-wrapper .bx-slider > * > img, .bx-wrapper .bx-slider > * > a img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        font-size: 12px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; }
    .bx-wrapper .bx-slider::after {
      content: '';
      display: block;
      clear: both;
      font-size: 0;
      line-height: 0; }

.slider-wrap {
  margin: 0 auto 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  padding: 5px 0 18px;
  background: #fff; }
  .slider-wrap .bx-pager, .slider-wrap .bx-controls-auto {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    bottom: -14px;
    width: 100%;
    z-index: 60; }
  .slider-wrap .bx-pager {
    text-align: center; }
    .slider-wrap .bx-pager .bx-pager-item {
      display: inline-block; }
    .slider-wrap .bx-pager.bx-default-pager a {
      background: #fc9908;
      width: 9px;
      height: 9px;
      margin: 0 3px;
      -webkit-background-clip: padding;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
      .slider-wrap .bx-pager.bx-default-pager a:hover, .slider-wrap .bx-pager.bx-default-pager a.active {
        background: #ff7f50; }
  .slider-wrap .bx-controls-auto {
    text-align: center; }
    .slider-wrap .bx-controls-auto .bx-controls-auto-item {
      display: inline-block; }
      .slider-wrap .bx-controls-auto .bx-controls-auto-item a {
        margin: 0 2px;
        width: 10px;
        height: 12px;
        position: relative; }
        .slider-wrap .bx-controls-auto .bx-controls-auto-item a:before, .slider-wrap .bx-controls-auto .bx-controls-auto-item a:after {
          content: '';
          position: absolute;
          top: 0; }
        .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-start:before {
          left: 0;
          top: 0;
          width: 0;
          height: 0;
          border-color: transparent;
          border-style: solid;
          border-width: 6px 0 6px 10px;
          border-left-color: #fc9908; }
          .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-start:hover:before, .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-start.active:before {
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 6px 0 6px 10px;
            border-left-color: #ff7f50; }
        .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-stop:before, .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-stop:after {
          bottom: 0;
          background: #fc9908;
          width: 4px; }
          .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
            left: 0; }
          .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-stop:after {
            right: 0; }
          .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-stop:hover:before, .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-stop:hover:after, .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-stop.active:before, .slider-wrap .bx-controls-auto .bx-controls-auto-item a.bx-stop.active:after {
            background: #ff7f50; }
  .slider-wrap .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: auto;
    left: 0;
    right: 30px;
    text-align: left; }
    .slider-wrap .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
      right: 0;
      width: 30px;
      text-align: right; }
  .slider-wrap .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 60;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgba(252, 153, 8, .7) no-repeat 50% 50%; }
    .slider-wrap .bx-controls-direction a:hover {
      background-color: rgba(255, 127, 80, .7); }
    .slider-wrap .bx-controls-direction a.bx-prev {
      left: 10px;
      background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22rgba%28255%2C%20255%2C%20255%2C%20.8%29%22%20d%3D%22M%2010%2C16%2012%2C14%206%2C8%2012%2C2%2010%2C0%202%2C8%20Z%22%2F%3E%3C%2Fsvg%3E"); }
    .slider-wrap .bx-controls-direction a.bx-next {
      right: 10px;
      background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22rgba%28255%2C%20255%2C%20255%2C%20.8%29%22%20d%3D%22M%2010%2C16%2012%2C14%206%2C8%2012%2C2%2010%2C0%202%2C8%20Z%22%20transform%3D%22rotate%28-180%2C%208%2C%208%29%22%2F%3E%3C%2Fsvg%3E"); }
    .slider-wrap .bx-controls-direction a.disabled {
      display: none; }
  .slider-wrap .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    background: rgba(252, 153, 8, .7); }
    .slider-wrap .bx-caption p:first-child {
      margin-top: 0; }
    .slider-wrap .bx-caption p:last-child {
      margin-bottom: 0; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*******************************/
.slider-mid {
  margin: 0 auto 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  padding: 0 20px 0;
  background: #fff; }
  .slider-mid .product-item-thumb .product-article, .slider-mid table.shop2-product-options, .slider-mid .product-item-thumb .product-amount, .slider-mid .slider-mid2 .shop2-product-article, .slider-mid .slider-mid2 table.shop2-product-options, .slider-mid .slider-mid2 .product-amount, .slider-mid .product-item-thumb .shop2-product-btn, .slider-mid .product-item-thumb .product-anonce {
    display: none !important; }
  .slider-mid .product-item-thumb {
    margin-bottom: 0; }
  .slider-mid .product-list {
    margin: 0; }
  .slider-mid .product-item-thumb .product-bot {
    min-height: 1px; }
  .slider-mid .product-item-thumb .product-bot {
    border: none; }
  .slider-mid .bx-viewport {
    padding: 0 0 10px; }
  .slider-mid .bx-pager, .slider-mid .bx-controls-auto {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    bottom: -22px;
    width: 100%;
    z-index: 60; }
  .slider-mid .bx-pager {
    text-align: center; }
    .slider-mid .bx-pager .bx-pager-item {
      display: inline-block; }
    .slider-mid .bx-pager.bx-default-pager a {
      background: #fc9908;
      width: 12px;
      height: 12px;
      margin: 0 4px;
      -webkit-background-clip: padding;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
      .slider-mid .bx-pager.bx-default-pager a:hover, .slider-mid .bx-pager.bx-default-pager a.active {
        background: #ff7f50; }
  .slider-mid .bx-controls-auto {
    text-align: center; }
    .slider-mid .bx-controls-auto .bx-controls-auto-item {
      display: inline-block; }
      .slider-mid .bx-controls-auto .bx-controls-auto-item a {
        margin: 0 2px;
        width: 10px;
        height: 12px;
        position: relative; }
        .slider-mid .bx-controls-auto .bx-controls-auto-item a:before, .slider-mid .bx-controls-auto .bx-controls-auto-item a:after {
          content: '';
          position: absolute;
          top: 0; }
        .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-start:before {
          left: 0;
          top: 0;
          width: 0;
          height: 0;
          border-color: transparent;
          border-style: solid;
          border-width: 6px 0 6px 10px;
          border-left-color: #fc9908; }
          .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-start:hover:before, .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-start.active:before {
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 6px 0 6px 10px;
            border-left-color: #ff7f50; }
        .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-stop:before, .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-stop:after {
          bottom: 0;
          background: #fc9908;
          width: 4px; }
          .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
            left: 0; }
          .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-stop:after {
            right: 0; }
          .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-stop:hover:before, .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-stop:hover:after, .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-stop.active:before, .slider-mid .bx-controls-auto .bx-controls-auto-item a.bx-stop.active:after {
            background: #ff7f50; }
  .slider-mid .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: auto;
    left: 0;
    right: 30px;
    text-align: left; }
    .slider-mid .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
      right: 0;
      width: 30px;
      text-align: right; }
  .slider-mid .bx-controls-direction a {
    position: absolute;
    top: 45%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 60;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgba(252, 153, 8, .7) no-repeat 50% 50%; }
    .slider-mid .bx-controls-direction a:hover {
      background-color: rgba(255, 127, 80, .7); }
    .slider-mid .bx-controls-direction a.bx-prev {
      left: -10px;
      background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22rgba%28255%2C%20255%2C%20255%2C%20.8%29%22%20d%3D%22M%2010%2C16%2012%2C14%206%2C8%2012%2C2%2010%2C0%202%2C8%20Z%22%2F%3E%3C%2Fsvg%3E"); }
    .slider-mid .bx-controls-direction a.bx-next {
      right: -10px;
      background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22rgba%28255%2C%20255%2C%20255%2C%20.8%29%22%20d%3D%22M%2010%2C16%2012%2C14%206%2C8%2012%2C2%2010%2C0%202%2C8%20Z%22%20transform%3D%22rotate%28-180%2C%208%2C%208%29%22%2F%3E%3C%2Fsvg%3E"); }
    .slider-mid .bx-controls-direction a.disabled {
      display: none; }
  .slider-mid .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    background: rgba(252, 153, 8, .7); }
    .slider-mid .bx-caption p:first-child {
      margin-top: 0; }
    .slider-mid .bx-caption p:last-child {
      margin-bottom: 0; }

.slider-close {
  text-align: right;
  padding: 0;
  margin: -10px 0 0 0; }
  .slider-close a {
    color: #ff8e01;
    line-height: 15px; }

.slider-mid2 .product-item-thumb .product-image {
  width: auto !important;
  height: 90px; }
  .slider-mid2 .product-item-thumb .product-image img {
    max-width: 100%;
    max-height: 90px; }
  .slider-mid2 .product-item-thumb .product-label {
    display: none; }
  .slider-mid2 .product-item-thumb .product-name {
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 2px; }
  .slider-mid2 .shop2-kind-item .kind-name a {
    font-size: 11px; }
  .slider-mid2 .kind-name {
    /*
     height: 36px !important;
     position: relative;
     overflow: hidden;
     */ }
  .slider-mid2 .product-bot {
    padding-top: 0; }
  .slider-mid2 .shop2-kind-item {
    margin-bottom: 0; }
  .slider-mid2 .product-item-thumb {
    margin-top: 5px; }
  .slider-mid2 .bx-viewport {
    height: auto !important;
    padding: 0 0 5px; }
  .slider-mid2 .shop2-product-article {
    display: none; }

.in-cart.shop2-main-header {
  font-size: 14px;
  line-height: 18px; }

.slider-mid .shop2-kind-item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .19);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .19);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .19);
  border: none; }
  .slider-mid .shop2-kind-item .kind-image {
    width: auto !important;
    float: none;
    display: block;
    margin: 0 0 8px; }
  .slider-mid .shop2-kind-item .kind-name a {
    color: #ff7f50; }
  .slider-mid .shop2-kind-item .kind-price .price-current strong {
    font-size: 18px; }
  .slider-mid .bx-wrapper {
    max-width: none !important; }

.slider-mid22.slider-mid2 .product-item-thumb .product-image img {
  max-width: 90px !important;
  max-height: 90px !important; }
  .slider-mid22.slider-mid2 .product-item-thumb .product-name {
    margin: 0 0 2px; }

.slider-mid-main .product-item-thumb .product-image {
  width: auto;
  height: auto; }
  .slider-mid-main .product-item-thumb .product-image img {
    max-width: 125px; }
  .slider-mid-main .bx-viewport {
    height: auto !important;
    padding: 0 0 5px; }
/******** slider in cart *****************/
.product-side-l .product-l-side {
  height: 278px; }

.product-side-l .product-l-side > div.product-thumbnails-wr {
  float: left;
  width: 50px;
  height: 278px;
  margin: 0 10px 0 0; }

.product-side-l .product-image {
  position: relative;
  text-align: left; }

.product-side-l .product-image.no-image {
  height: 272px;
  width: 100%; }

.product-side-l .product-label {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px; }

.product-side-l .product-label .product-new {
  float: right; }

.product-side-l .product-thumbnails {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 50px; }

.product-side-l .product-thumbnails > li {
  border: 1px solid #ededed;
  display: block;
  margin: 0;
  width: auto;
  height: auto;
  background: none; }
  .product-side-l .product-thumbnails > li a {
    display: block;
    width: 48px;
    height: 48px; }

.product-side-l .product-thumbnails > li img {
  vertical-align: middle;
  display: block; }

.product-side-l .product-thumbnails > li.active {
  border-color: #ffb400;
  outline: 1px solid #ffb400; }

.product-side-l .bx-wrapper {
  position: relative; }

.product-side-l .bx-viewport {
  z-index: 1;
  margin: 53px auto;
  padding: 1px; }

.product-side-l .bx-controls-direction {
  position: absolute;
  left: 50%;
  top: -50px;
  bottom: -50px;
  margin-left: -15px;
  width: 30px; }

.product-side-l .bx-controls-direction > a {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  font-size: 0; }

.product-side-l .bx-controls-direction > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 6px;
  margin: -3px 0 0 -5px;
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2010%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23404040%22%20d%3D%22M%2010%204.63%20C%2010%204.63%208.63%206%208.63%206%20C%208.63%206%205%202.38%205%202.38%20C%205%202.38%201.37%206%201.37%206%20C%201.37%206%200%204.63%200%204.63%20C%200%204.63%204.63%200%204.63%200%20C%204.63%200%205%200.37%205%200.37%20C%205%200.37%205.37%200%205.37%200%20C%205.37%200%2010%204.63%2010%204.63%20Z%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% 50% no-repeat; }

.product-side-l .bx-controls-direction > a.bx-prev {
  top: 0; }

.product-side-l .bx-controls-direction > a.bx-next {
  bottom: 0; }

.product-side-l .bx-controls-direction > a.bx-next:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

body .product-side-l .product-image {
  margin: 0;
  width: 300px;
  float: left; }

body .shop2-product .product-side-l {
  width: 360px; }

body .cursorshade {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.3) !important; }
  body .cursorshade:before {
    display: block;
    position: absolute;
    top: 72%;
    left: 0;
    right: 0;
    color: #000;
    text-align: center;
    content: 'Увеличить'; }
  body .cursorshade:after {
    background: url(../zoom-img.png) 0 0 no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 41px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 10000;
    cursor: none !important; }
  body .shop2-product .product-side-l .product-image a {
    position: absolute;
    left: -10000000px; }
    body .shop2-product .product-side-l .product-image a.active {
      position: static; }
