@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic-ext);
/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  min-width: 990px;
  font: 400 14px 'Open Sans', sans-serif;
  color: #333;
  background: #e7e7e7; }

html * {
  max-height: 1000000px; }

a {
  color: rgba(0, 100, 255, 0.79);
  outline-style: none;
  text-decoration: underline; }

a:hover {
  text-decoration: none;
  cursor: pointer; }

a img {
  border-color: #996f00; }

h1 {
  font: 400 24px 'Open Sans', sans-serif;
  color: #333;
  margin: 0;
  padding: 0; }

h2, h3, h4, h5, h6 {
  margin: 10px 0;
  padding: 0;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5, h6 {
  font-size: 16px; }

.thumb {
  color: #000; }
/* tables */
table.table0 {
  border-collapse: collapse; }

table.table0 td {
  padding: 5px;
  border: none;
  vertical-align: top; }

table.table1 {
  border-collapse: collapse; }

table.table1 td {
  padding: 5px;
  border: 1px solid #cfcfcf; }

table.table2 {
  border-collapse: collapse; }

table.table2 td {
  padding: 5px;
  border: 1px solid #cfcfcf;
  text-align: center;
  font-size: 13px; }

table.table2 th {
  padding: 8px 5px;
  border: 1px solid #cfcfcf;
  background-color: #ef047d;
  color: #fff;
  font-size: 13px; }

table.table1 tr:hover, table.table2 tr:hover {
  background: #f8f8f8; }

.clear {
  clear: both; }

.height_helper {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

a.dashed-link {
  border-bottom: 1px dashed #03c;
  text-decoration: none; }
  a.dashed-link:hover {
    border-bottom-color: transparent; }

.ta-l {
  padding: 10px 0 0 10px;
  text-align: left; }

.wrapper {
  min-height: 100%;
  margin: 0 0 -456px; }

.clear-footer {
  height: 456px; }

.wrap {
  width: 990px;
  padding: 0 4.5px;
  margin: 0 auto;
  box-sizing: border-box; }
  .wrap:after {
    content: '';
    display: table;
    clear: both; }

.panel {
  position: relative;
  background: #000; }
  .panel .menu-top2-home {
    float: left;
    width: 30px;
    height: 36px;
    background: rgba(0, 100, 255, 0.79);
    border-radius: 4px 4px 0 0;
    text-align: center;
    line-height: 36px; }
  .panel .menu-top2 {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
    .panel .menu-top2 li {
      display: inline-block; }
      .panel .menu-top2 li a {
        display: inline-block;
        padding: 0 12px;
        vertical-align: middle;
        font-size: 12px;
        line-height: 36px;
        font-weight: 600;
        color: #fff;
        text-decoration: none; }
        .panel .menu-top2 li a:hover {
          text-decoration: underline; }
  .panel .menu-discount {
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    color: rgba(0, 100, 255, 0.79);
    text-decoration: none; }
  .panel .menu-halfprice {
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    text-decoration: none; }
  .panel .worktime {
    float: right;
    padding: 9px 26px 9px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff; }

.block_with_shadow {
  background: #fff;
  box-shadow: 0 0 12px -2px rgba(0, 0, 0, .4); }

.block_with_border {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px; }

.block_with_top_border {
  position: relative;
  border-top: 1px solid #c7c7c7; }
  .block_with_top_border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #f3f3f3; }

.block_with_bot_border {
  position: relative;
  border-bottom: 1px solid #f3f3f3; }
  .block_with_bot_border:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #c7c7c7; }

.block-prod-list {
  font-size: 0; }
  .block-prod-list .product-list {
    margin: 0; }
  .block-prod-list .shop-product-item {
    width: 25%;
    border-top: none; }
    .block-prod-list .shop-product-item:nth-child(4n+1) {
      border-left: 1px solid #ccc; }
    .block-prod-list .shop-product-item:nth-child(3n) {
      border-right: 1px solid #ccc; }
    .block-prod-list .shop-product-item .product-price {
      background: none; }

.header {
  position: relative; }
  .header .logo {
    float: left;
    margin: 6px 0; }
    .header .logo img {
      border: none; }
  .header .info {
    padding: 26px 0;
    text-align: center;
    font-size: 14px;
    color: #000; }
    .header .info > * {
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
    .header .info > .ym {
      margin-left: 30px; }

.cart {
  float: right;
  margin: 22px 26px 22px 0;
  border-radius: 3px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #333; }
  .cart .icon {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 38px;
    margin: 5px 15px 0 0;
    background: url(cart.png) no-repeat;
    background-size: 86%;
    vertical-align: top; }
    .cart .icon span {
      position: absolute;
      top: 4px;
      left: 35px;
      min-width: 6px;
      padding: 0 5px;
      background: rgba(0, 100, 255, 0.79);
      border-radius: 2px;
      text-align: center;
      font-size: 10px;
      line-height: 15px;
      color: #fff; }
  .cart .cart-order {
    display: inline-block; }
    .cart .cart-order a {
      display: inline-block;
      padding: 0 6px;
      background: rgba(0, 100, 255, 0.79);
      border-radius: 2px;
      font: 400 10px/16px Arial, Helvetica, sans-serif;
      color: #fff;
      text-decoration: none; }

.contacts {
  position: relative;
  width: 400px; }
  .contacts table th {
    padding-right: 10px;
    font-weight: 400; }
  .contacts .contacts-city a {
    position: relative;
    display: inline-block;
    border-bottom: 1px dashed;
    text-decoration: none; }
    .contacts .contacts-city a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -20px;
      width: 0;
      height: 0;
      margin: -2px 0 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid; }
    .contacts .contacts-city a:hover {
      border-bottom-color: transparent; }
  .contacts .contacts-phone {
    font-size: 25px; }
  .contacts .choose_region {
    position: absolute;
    z-index: 101;
    display: none;
    padding: 10px;
    background: #000;
    border-radius: 5px;
    color: #fff; }
    .contacts .choose_region h4 {
      margin: 0 0 10px;
      color: #fff; }
    .contacts .choose_region ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .contacts .choose_region ul li {
        padding: 3px;
        margin: 5px 0;
        background: #383838;
        border: 1px solid transparent;
        border-radius: 3px;
        cursor: pointer; }
        .contacts .choose_region ul li:hover {
          border-color: rgba(0, 100, 255, 0.79); }
        .contacts .choose_region ul li.active {
          background: rgba(0, 100, 255, 0.79); }

.menu-top {
  position: relative;
  background: #000;
  border-radius: 5px; }
  .menu-top a.catalog {
    display: inline-block;
    padding: 0 20px;
    background: rgba(0, 100, 255, 0.79);
    border-radius: 5px;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    text-decoration: none; }
    .menu-top a.catalog:after {
      content: '';
      display: inline-block;
      width: 15px;
      height: 1px;
      margin-left: 30px;
      background: #fff;
      box-shadow: 0 4px 0 #fff, 0 -4px 0 #fff;
      vertical-align: middle; }
  .menu-top > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
    .menu-top > ul > li {
      position: relative;
      display: inline-block;
      border-left: 1px solid #fff;
      vertical-align: top; }
      .menu-top > ul > li:first-child {
        border-left: none; }
        .menu-top > ul > li:first-child a {
          border-radius: 5px 0 0 0; }
      .menu-top > ul > li > a {
        position: relative;
        display: inline-block;
        padding: 0 16px;
        vertical-align: top;
        font-size: 14px;
        font-weight: 600;
        line-height: 46px;
        color: #fff;
        text-decoration: none;
        cursor: default; }
        .menu-top > ul > li > a:hover, .menu-top > ul > li > a.active {
          background: #000; }
    .menu-top > ul div {
      position: absolute;
      top: 46px;
      left: 0px;
      width: 270px;
      z-index: 100;
      display: none;
      padding: 22px 8px;
      background: #000;
      border-radius: 0 5px 5px 5px;
      text-align: left; }
    .menu-top > ul ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .menu-top > ul ul > li {
        padding: 0 0 5px; }
        .menu-top > ul ul > li:first-child {
          border-top: none; }
        .menu-top > ul ul > li > a {
          display: inline-block;
          padding: 4px 6px 5px 24px;
          background: url('menu-top-arr-h.png') 8px 50% no-repeat;
          border-radius: 5px;
          font-size: 14px;
          color: #fff;
          text-decoration: none; }
          .menu-top > ul ul > li > a:hover {
            background-image: url(menu-top-arr-h.png);
            color: #fff;
            text-decoration: underline; }

.search {
  position: relative;
  float: right;
  margin: 5px 5px 0 0;
  z-index: 100;
  font-size: 0; }
  .search input[type=text] {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 644px;
    height: 36px;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #666; }
  .search input[type=submit] {
    display: inline-block;
    height: 36px;
    padding: 0 20px;
    margin: 0 0 0 5px;
    background: rgba(0, 100, 255, 0.79);;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 -1px 0 #4e4e4e;
    cursor: pointer; }
  .search .search-result {
    display: none;
    position: absolute;
    width: 644px;
    max-height: 400px;
    padding: 5px;
    margin: -5px 0 0;
    overflow: auto;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 0 0 5px 5px; }
    .search .search-result ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .search .search-result ul li {
        padding: 10px;
        border-top: 1px solid #ccc; }
        .search .search-result ul li:first-child {
          border: none; }
        .search .search-result ul li:after {
          content: '';
          display: table;
          clear: both; }
      .search .search-result ul .search-result-image {
        float: left;
        width: 50px;
        margin: 0 10px 0 0;
        vertical-align: middle; }
        .search .search-result ul .search-result-image img {
          max-width: 100%; }
      .search .search-result ul .search-result-name {
        vertical-align: middle;
        font-size: 14px; }

.slider-main {
  position: relative;
  min-height: 380px;
  margin: 0;
  overflow: hidden; }
  .slider-main .bx-wrapper {
    margin-right: 186px; }
  .slider-main ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .slider-main ul li {
      text-align: center; }
      .slider-main ul li img {
        display: block; }
  .slider-main #bx-pager {
    position: absolute;
    top: 12px;
    right: 4px; }
    .slider-main #bx-pager a {
      display: block;
      width: 178px;
      height: 108px;
      margin-top: 16px;
      box-shadow: 0 0 6px rgba(0, 0, 0, .2);
      border-radius: 5px; }
      .slider-main #bx-pager a:first-child {
        margin-top: 0; }
      .slider-main #bx-pager a.active {
        box-shadow: 0 0 0 4px rgba(0, 100, 255, 0.79); }
      .slider-main #bx-pager a img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 5px; }

.main_blocks {
  display: table;
  margin-top: 26px; }

.main_block {
  position: relative;
  display: table-cell;
  width: 49%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, .4);
  border-radius: 5px;
  vertical-align: top; }
  .main_block:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0; }
  .main_block .main_block-title {
    position: relative;
    height: 60px; }
    .main_block .main_block-title:before, .main_block .main_block-title:after {
      content: '';
      position: absolute;
      top: 50%; }
  .main_block .main_block-body {
    min-height: 100px;
    padding: 20px 120px 20px 14px; }
    .main_block .main_block-body > div {
      padding: 7px 0; }
      .main_block .main_block-body > div > a {
        display: inline-block;
        margin: 0 4px;
        font-size: 14px;
        font-weight: 600;
        color: #333; }
        .main_block .main_block-body > div > a:first-child {
          min-width: 140px;
          font-size: 18px;
          color: #004098; }
  .main_block.type-sony:after {
    width: 91px;
    height: 88px;
    background: url(block_sony_img3.png) no-repeat; }
    .main_block.type-sony .main_block-title {
      background: #004098; }
      .main_block.type-sony .main_block-title:before {
        left: 15px;
        width: 61px;
        height: 51px;
        margin-top: -25px;
        background: url(block_sony_img1.png) no-repeat; }
      .main_block.type-sony .main_block-title:after {
        right: 36px;
        width: 116px;
        height: 20px;
        margin-top: -10px;
        background: url(block_sony_img2.png) no-repeat; }
  .main_block.type-microsoft:after {
    width: 96px;
    height: 87px;
    background: url(block_microsoft_img3.png) no-repeat; }
    .main_block.type-microsoft .main_block-title {
      background: #117d10; }
      .main_block.type-microsoft .main_block-title:before {
        left: 20px;
        width: 122px;
        height: 39px;
        margin-top: -19px;
        background: url(block_microsoft_img1.png) no-repeat; }
      .main_block.type-microsoft .main_block-title:after {
        right: 12px;
        width: 143px;
        height: 28px;
        margin-top: -14px;
        background: url(block_microsoft_img2.png) no-repeat; }
    .main_block.type-microsoft .main_block-body > div a:first-child {
      min-width: 90px; }

.main_block-space {
  display: table-cell;
  width: 2%; }

.title {
  padding: 16px 0;
  text-align: center;
  font-size: 24px;
  color: #333; }

.special .special-list {
  padding: 0 75px; }
  .special .special-list .shop-product-item {
    margin: 0; }
  .special .bx-wrapper {
    position: relative;
    margin: 36px auto 66px; }
  .special .bx-wrapper .bx-viewport {
    height: auto !important; }
  .special .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    left: -80px;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABPCAYAAACHxrc8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAz1JREFUeNrsWlGEVGEU/me6IiKWiBiW2GzKPmSzKRGzllJKkclQ6r1sSg/pqVXKZvcpRaT0ELFKKRs9rbKRYhWriCVSRCxLrOk7df7ZO9Pcvff/77n3/g//x+fOw507555z/vP/53xTUnenlQA2gyuZv8GP4EKaBwYW31kNVsFD4BDYFXHfIvgCfApOgF9NfqRk4LEe8DxYB1dYvNAUOAI+T3JzOaGHRsEP4DFLowg7wGfM7rSGVcBX4HAKg9pB4X/HVyvDdoHTnNjSWAM+AU+ZJv8AOMmrLCtQBMY4VUaSeGw9+Chjo8K4BO6LM2wVu3ityhf3wd7lQkkx77N9eqPev1SH7r0xrY03wZ2dPNbFdaooUDnZ08mwi7xaisRlXZaCUG6dyDl8UXvubtrKtMcOcJxdQD0cyiHlDqrhUA4UGL52rKMDQ5kLabdyC38Nqwhu0FKoBEmTPuPw/Vdwyw56q1lgfzlo1zyF8luiM3gofDmEdY48Nk8fHPPYbDnUKLiCn+BnXWCpzaolbq2yDSt1UYvaYxNpG1RBPAzvlbQyHzhg1Bw3yC0Nbw/3jtZ1TSCsp8Hx9oPiLHiryJUI3ohqRi7QiijAKBrEHOdr5Oyil7vvPI/ZJ8HbcX0ljZCO8rQmD4y3G7XciIBWxhHeFbLENfCM6eyC6sn2jLarBc6pc1GRiZv2zIBbO7k6Bab4he/YTns0fnBybtLFzxKUu/u5234fd3Ng+OC9XIhr3Fn1x3znC+99lBYvTd6iJDAc1oPhPt419GA41YA4EMiZGb6+lVwdpUaj4eKRXwU5dDyFhTKcZ16AaGnb1b/BXk3ZzWfFBQianV1VSwKE7dBYCxCTSkiAIJeeFezYKQ2cFyCGTZM/LwFilFPFCxCmkBcghDpxL0DYoilA6MpPufVdpZz1C4V1UHkBwnxnaIbyE7hB8ukpw7rRCxCGSC5AGDcT6cahXoAwRXIBIudV6QUIE9gLEBnvlV6AMEp6bpBbTrBXlMW/6YS1pOs8YvACRBy8AGECYwHisHJUgKDalpUAoXNKRICQCu1rcJsSFCC2gI9TGES5e5CjIC5AkLKhBYiqiv8XlRMChL6KCBB/BBgAUaH2SYwjFloAAAAASUVORK5CYII=') 0 0 no-repeat;
    font-size: 0; }
    .special .bx-wrapper .bx-controls-direction a.bx-next {
      left: auto;
      right: -80px;
      background-position: 0 100%; }

.about {
  color: #333; }
  .about.bg-gray .wrap {
    padding: 0 10px 30px; }

.container {
  float: left;
  width: 100%; }
  .container.no-both-side .content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .container .content {
    margin-left: 245px;
    border-radius: 5px; }
  .container .content .title {
    padding: 0;
    text-align: left; }
    .container .content .title span {
      display: inline-block;
      padding: 12px 8px 16px;
      margin: 0 0 -2px;
      border-bottom: 2px solid #a5a5a5; }

.site-path {
  padding: 14px 0;
  font-size: 11px;
  color: #999; }
  .site-path a {
    color: rgba(0, 100, 255, 0.79); }

.block_title {
  border-bottom: 1px solid #f3f3f3; }
  .block_title:after {
    content: '';
    display: block;
    height: 1px;
    background: #c6c6c6; }
  .block_title h1 {
    display: inline-block;
    padding: 12px 8px 16px;
    margin: 0 0 -3px;
    border-bottom: 2px solid #a5a5a5;
    font-size: 24px;
    color: #333; }

.left-side {
  float: left;
  width: 230px;
  margin-left: -100%;
  margin-bottom: 18px; }

.menu-left {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 5px; }
  .menu-left li {
    border-top: 1px solid #ccc; }
  .menu-left li:first-child {
    border: none; }
  .menu-left li a {
    display: block;
    padding: 10px;
    background-size: 6px;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none; }
    .menu-left li a:hover {
      text-decoration: underline; }

.recently_viewed {
  margin-bottom: 24px; }

footer {
  margin-top: 26px;
  background: #262626; }
  footer .menu-bot2 {
    background: rgba(0, 100, 255, 0.79);
    border-radius: 0 0 5px 5px;
    font-size: 0; }
  footer .menu-bot2 .menu-bot2-home {
    display: inline-block;
    margin: 0 0 2px 8px;
    vertical-align: middle; }
  footer .menu-bot2 ul {
    list-style: none;
    display: inline-block;
    padding: 10px 8px;
    margin: 0;
    vertical-align: middle; }
    footer .menu-bot2 ul li {
      display: inline-block;
      padding: 0 12px; }
    footer .menu-bot2 ul li a {
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      text-decoration: none; }
      footer .menu-bot2 ul li a:hover {
        text-decoration: underline; }
  footer .footer-info {
    padding: 34px 0;
    text-align: justify;
    font-size: 0;
    color: #ccc; }
  footer .footer-info:after {
    content: '';
    display: inline-block;
    width: 100%; }
  footer .footer-info > * {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle; }
  footer .footer-info .worktime {
    font-size: 12px;
    font-weight: 600; }
  footer .footer-info .contacts {
    font-size: 14px; }

.footer {
  padding: 0;
  background: #1e1e1e;
  font-size: 12px;
  color: #ccc; }
  .footer.has_panel {
    padding-bottom: 60px; }
  .footer .wrap {
    padding: 30px 15px; }
  .footer .ym {
    float: left; }
  .footer .copy {
    float: right;
    text-align: right; }
  .footer .copy p {
    margin: 0 0 5px; }

.counters {
  display: none; }

.shop2-sorting-panel {
  background: none;
  padding: 14px 0;
  margin: 0 0 18px; }
  .shop2-sorting-panel .sorting {
    float: right;
    padding: 0 26px 0 0;
    font-size: 14px;
    color: #333; }
  .shop2-sorting-panel .sorting .sort-title {
    font-weight: 400; }
  .shop2-sorting-panel .sorting .sort-param span {
    width: 22px;
    height: 6px;
    margin: 0 5px 0 0;
    background: url('sort-arr-d.png') 0 100% no-repeat; }
    .shop2-sorting-panel .sorting .sort-param.sort-param-desc span {
      width: 10px;
      background: url('sort-arr.png') 0 100% no-repeat; }
    .shop2-sorting-panel .sorting .sort-param.sort-param-asc span {
      width: 10px;
      background: url('sort-arr.png') 0 0 no-repeat; }
  .shop2-sorting-panel .sorting a {
    color: #333; }
    .shop2-sorting-panel .sorting a.sort-param-asc, .shop2-sorting-panel .sorting a.sort-param-desc {
      color: rgba(0, 100, 255, 0.79);
      text-decoration: none; }
  .shop2-sorting-panel .shop2-pagelist {
    margin: 0;
    text-align: left; }

.product-list {
  margin: 0 0 20px;
  border-radius: 5px; }

.shop-product-item {
  position: relative;
  display: inline-block;
  width: 33.3%;
  padding: 0;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 18px;
  line-height: normal;
  color: #000; }
  .shop-product-item:nth-child(3n) {
    border-right: none; }
  .shop-product-item a {
    color: #000;
    text-decoration: none; }
  .shop-product-item a:hover {
    text-decoration: underline; }
  .shop-product-item .discount {
    position: absolute;
    padding: 2px;
    background: rgba(255, 255, 255, .8);
    font-size: 15px; }
  .shop-product-item .product-image {
    width: 180px;
    height: 180px;
    margin: 4px auto 8px;
    overflow: hidden;
    text-align: center;
    font-size: 0; }
  .shop-product-item .product-image a {
    display: block;
    height: 100%; }
    .shop-product-item .product-image a:after {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }

.shop-product-item .product-image .verticalMiddle {
  line-height: 180px;
}

.shop-product-item .product-image img {
    max-width: 180px;
    max-height: 180px;
    vertical-align: middle;
    display: inline-block; }
  .shop-product-item .product-image.no-image {
    background: url("/g/shop2v2/default/images/noimage.png") 50% 50% no-repeat; }
  .shop-product-item .product-label {
    position: absolute;
    top: 0;
    left: 0; }
  .shop-product-item .product-label .product-spec, .shop-product-item .product-label .product-new {
    padding: 6px 10px 6px 4px;
    background: #ef047d;
    border-radius: 5px 0 20px 0;
    font-size: 12px;
    color: #fff; }
  .shop-product-item .product-label .product-new {
    background: #00a2c9; }
  .shop-product-item .product-name {
    padding: 8px 12px;
	word-wrap: break-word;

    margin: 0 0 10px;
    border-bottom: 1px solid #ccc; }
  .shop-product-item .product-article {
    float: left;
    padding: 2px 8px;
    margin-left: 12px;
    background: #f0f0f0;
    border-radius: 2px;
    font: 400 12px Arial, sans-serif;
    color: #333; }
  .shop-product-item .product-compare {
    float: right;
    padding: 0;
    margin-right: 12px;
    border: none;
    font-size: 12px; }
  .shop-product-item .product-compare label {
    cursor: pointer; }
  .shop-product-item .product-compare a {
    color: #03c; }

.rostest {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px 0 5px;
  background: rgba(0, 100, 255, 0.79);
  box-shadow: inset 3px 0 5px rgba(0, 0, 0, .4);
  border-radius: 0 16px 16px 0;
  font-size: 14px;
  line-height: 32px;
  color: #fff; }

.product-price {
  position: relative;
  height: 66px;
  padding: 0 12px;
  margin: 10px 0 0;
  background: #efefef;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: justify;
  font-weight: 700;
  font-size: 0;
  color: #333; }
  .product-price:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .product-price.has_old_price {
    background: #fce5e5;
    color: rgba(0, 100, 255, 0.79); }
  .product-price > * {
    display: inline-block;
    vertical-align: middle; }
  .product-price .price-current {
    font-size: 16px;
    line-height: 1; }
  .product-price sup {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    text-decoration: line-through; }
  .product-price sup span {
    font-size: 16px; }
  .product-price strong {
    font-size: 24px; }
  .product-price .price-econom {
    position: absolute;
    left: 0;
    bottom: -25px;
    font-weight: 400;
    font-size: 12px; }
  .product-price .price-econom em {
    display: inline-block;
    background: rgba(0, 100, 255, 0.79);
    padding: 3px;
    border-radius: 3px;
    font-style: normal;
    color: #fff; }

.product-list .product-price .price-econom {
  display: none; }

.no-both-side .shop-product-item {
  width: 25%; }
  .no-both-side .shop-product-item:nth-child(3n) {
    border-right: 1px solid #ccc; }
  .no-both-side .shop-product-item:nth-child(4n) {
    border-right: none; }

.shop-buy-btn {
  display: inline-block;
  min-width: 88px;
  padding: 0 12px;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0, 100, 255, 0.79);
  border-radius: 4px;
  font: 400 16px/34px Arial, sans-serif;
  color: rgba(0, 100, 255, 0.79);
  text-transform: lowercase;
  cursor: pointer; }
  .shop-buy-btn:hover {
    background: rgba(0, 100, 255, 0.79);
    color: #fff; }
  .shop-buy-btn.type-2 {
    background: rgba(0, 100, 255, 0.79);
    color: #fff; }
  .shop-buy-btn.type-2:hover {
    background: #fff;
    color: rgba(0, 100, 255, 0.79); }

table.shop2-cart-table {
  margin: 0; }
  table.shop2-cart-table tr {
    background: #fff; }
  table.shop2-cart-table td {
    padding: 20px 10px;
    border-color: #ccc; }
  table.shop2-cart-table td.cart-product .cart-product-image {
    width: 120px;
    height: auto;
    margin-right: 40px; }
    table.shop2-cart-table td.cart-product .cart-product-image img {
      width: 100%;
      max-height: 100%; }
  table.shop2-cart-table td.cart-product .cart-product-article {
    margin-bottom: 8px;
    font-size: 11px;
    color: #8b8b8b; }
  table.shop2-cart-table td.cart-product .cart-product-name {
    font-size: 14px; }
  table.shop2-cart-table td.cart-product .cart-product-amount {
    padding: 0 0 0 28px;
    margin-top: 10px;
    background: url('available-icon.png') 0 50% no-repeat;
    font-size: 12px;
    color: #333; }
  table.shop2-cart-table td.cart-amount {
    font-weight: 700;
    font-size: 18px; }
  table.shop2-cart-table td.cart-price {
    text-align: left;
    white-space: nowrap; }
    table.shop2-cart-table td.cart-price span {
      font-size: 24px; }
    table.shop2-cart-table td.cart-price em {
      font-style: normal;
      font-size: 14px;
      color: #999;
      text-decoration: line-through; }
    table.shop2-cart-table td.cart-price em ins {
      font-size: 11px;
      text-decoration: none; }
    table.shop2-cart-table td.cart-price.has_old_price {
      color: #ef047d; }
  table.shop2-cart-table td.cart-delete a {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 0 0 24px;
    background: url('delete.png') 0 50% no-repeat;
    color: #333; }

.shop2-product {
  margin: 20px 0; }
  .shop2-product .product-side-table {
    display: table;
    width: 100%; }
  .shop2-product .product-side-l {
    float: none;
    display: table-cell;
    width: auto;
    padding: 25px 10px 25px 25px;
    vertical-align: top; }
  .shop2-product .prod-img {
    float: left;
    width: 255px;
    margin-right: 22px; }
  .shop2-product .product-image {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px; }
  .shop2-product .product-image a {
    display: inline; }
  .shop2-product .product-image img {
    max-width: 100%;
    max-height: 100%; }
  .shop2-product .product-image.no-image {
    width: 250px; }
  .shop2-product .product-thumbnails {
    padding: 12px 0 0;
    overflow: hidden; }
  .shop2-product .product-thumbnails li {
    float: none;
    display: inline-block;
    width: 76px;
    height: 76px;
    margin: 0 7px 7px 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center; }
    .shop2-product .product-thumbnails li img {
      max-width: 100%; }
  .shop2-product .prod-desc {
    min-height: 178px; }
  .shop2-product .prod-desc h1 {
    margin: 0 0 22px;
    font-size: 24px; }
  .shop2-product .product-vendor-image {
    margin-bottom: 20px; }
  .shop2-product .product-body {
    height: 20px;
    overflow: hidden; }
  .shop2-product .product-garant {
    margin-bottom: 16px; }
  .shop2-product .product-garant table {
    border-spacing: 0; }
    .shop2-product .product-garant table th, .shop2-product .product-garant table td {
      padding: 2px 0;
      font-size: 12px;
      font-weight: 400;
      color: #000; }
    .shop2-product .product-garant table th {
      padding-right: 8px;
      color: #666; }
  .shop2-product .product-side-r {
    display: table-cell;
    width: 266px;
    padding: 0 26px 40px 44px;
    overflow: none;
    border-left: 1px solid #ccc;
    vertical-align: top; }
  .shop2-product .shop2-product-article {
    display: inline-block;
    padding: 4px 6px;
    margin: 22px 0 16px;
    background: #000;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    color: #fff; }
  .shop2-product .shop2-product-article span {
    font-weight: 400;
    color: #fff; }
  .shop2-product .product-price {
    height: auto;
    padding: 0;
    margin: 0 0 46px;
    background: none;
    border: none; }
  .shop2-product .product-price .shop-buy-btn {
    min-width: 134px; }
  .shop2-product .product-dop-info {
    padding-left: 28px;
    margin: 0 0 10px; }
  .shop2-product .product-dop-info.product-available {
    background: url(available-icon.png) 0 50% no-repeat; }
  .shop2-product .product-dop-info.product-delivery {
    background: url(delivery-icon.png) 0 50% no-repeat; }
  .shop2-product .ya-share2 {
    position: absolute;
    bottom: 24px;
    text-align: center; }
  .shop2-product .go_to_details {
    display: inline-block;
    padding: 0 0 2px;
    margin: 30px 0 0;
    border-bottom: 1px dashed #03c;
    text-align: center;
    font-size: 12px;
    color: #03c;
    text-decoration: none;
    text-transform: uppercase; }
  .shop2-product .go_to_details:hover {
    border-bottom: none; }

.similar {
  padding: 22px 0 26px;
  margin: 0 -0.5% 24px; }
  .similar .shop-product-item {
    width: 32%;
    padding: 0 6px 8px 0;
    margin: 0 0.5%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px; }
  .similar .shop-product-item .product-image {
    float: left;
    width: 110px;
    height: 110px;
    margin: 10px 20px 0 10px; }
    .similar .shop-product-item .product-image img {
      max-width: 100%;
      max-height: auto; }
  .similar .shop-product-item .product-name {
    padding: 10px 0 8px;
    margin: 0;
    overflow: hidden;
    border: none; }
  .similar .shop-product-item .product-article {
    float: none;
    display: inline-block;
    margin: 0;
    overflow: hidden; }
  .similar .shop-product-item .product-compare {
    display: none; }
  .similar .shop-product-item .product-price {
    clear: both;
    height: auto;
    padding: 0;
    margin: 8px 0 0;
    border: none;
    background: none;
    text-align: right; }
    .similar .shop-product-item .product-price .price-current {
      margin-right: 10px; }
    .similar .shop-product-item .product-price .price-current sup {
      display: inline-block;
      margin-right: 8px;
      font-size: 14px; }

.product-desc-wrap {
  padding-bottom: 24px; }
  .product-desc-wrap:after {
    content: '';
    display: table;
    clear: both; }

.product-desc {
  float: left;
  width: 100%; }
  .product-desc .shop2-product-data {
    margin: 0 266px 0 0; }
  .product-desc.no-recommended .shop2-product-data {
    margin: 0; }

.recommended {
  position: relative;
  float: left;
  width: 260px;
  margin: 0 0 0 -262px;
  overflow: hidden;
  border-radius: 5px; }
  .recommended .recommended-title {
    padding: 5px 30px 4px;
    background: rgba(0, 100, 255, 0.79);
    text-align: center;
    font-size: 18px;
    color: #fff; }
  .recommended .shop-product-item {
    display: block;
    width: 100%;
    border-right: none !important; }

.shop2-product-tabs li {
  margin: 3px 3px 0 -1px;
  background: none;
  border: none; }
  .shop2-product-tabs li a {
    height: 52px;
    padding: 0 32px;
    overflow: hidden;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 52px;
    color: #888; }
  .shop2-product-tabs li.active-tab {
    margin-top: -1px; }
    .shop2-product-tabs li.active-tab a {
      position: relative;
      padding-top: 4px;
      background: #fff;
      color: #000; }
    .shop2-product-tabs li.active-tab a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 7px;
      background: rgba(0, 100, 255, 0.79); }

.shop2-product-desc {
  padding: 20px 12px 32px;
  border: none;
  border-top: 1px solid #ccc; }

table.shop2-product-params th, table.shop2-product-params td {
  font-size: 12px; }
  table.shop2-product-params th:first-child, table.shop2-product-params td:first-child {
    padding-left: 20px; }
  table.shop2-product-params tr.even {
    background: #f2f2f2; }

.shop2-product-amount {
  width: auto; }
  .shop2-product-amount button {
    width: 29px;
    height: 26px;
    background: none;
    background-image: none;
    box-shadow: 0 0 0 1px #cfcfcf;
    font-size: 18px;
    line-height: 26px;
    text-shadow: none; }
  .shop2-product-amount button:hover {
    background: rgba(0, 100, 255, 0.79);
    color: #fff; }
  .shop2-product-amount input[type="text"] {
    width: 48px;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 18px; }

.shop2-cart-wr2 {
  margin: 28px 0 0; }

table.shop2-cart-total td, table.shop2-cart-total th {
  width: auto;
  height: auto;
  padding: 5px 0;
  border: none;
  vertical-align: top;
  font-size: 18px; }
  table.shop2-cart-total th {
    padding-right: 20px; }
  table.shop2-cart-total td {
    text-align: left; }
  table.shop2-cart-total tr:first-child td, table.shop2-cart-total tr:first-child th {
    font-size: 22px; }
  table.shop2-cart-total tr:first-child strong {
    font-size: 24px; }
  table.shop2-cart-total tr td.shop2-cart-total-delivery-info {
    padding: 10px 31px 0 0;
    font-weight: 400;
    font-size: 12px;
    color: #666; }

.btn {
  display: inline-block;
  min-width: 148px;
  padding: 0 14px;
  margin: 0 8px;
  background: #fff;
  border: 1px solid rgba(0, 100, 255, 0.79);
  outline: none;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: rgba(0, 100, 255, 0.79);
  text-decoration: none;
  cursor: pointer; }
  .btn:hover {
    background: rgba(0, 100, 255, 0.79);
    border-color: transparent;
    color: #fff; }
  .btn.type2 {
    background: rgba(0, 100, 255, 0.79);
    border-color: transparent;
    color: #fff; }
  .btn.type2:hover {
    background: #fff;
    border-color: rgba(0, 100, 255, 0.79);
    color: rgba(0, 100, 255, 0.79); }

.shop2-cart-nav {
  margin: 34px 0 0;
  text-align: center;
  font-size: 0; }

.shop2-order-options .option-type {
  padding: 0 0 0 24px;
  margin-bottom: 3px;
  background: #f5f5f5;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0; }
  .shop2-order-options .option-type:nth-child(3) {
    margin-bottom: 30px; }
  .shop2-order-options .option-type.active-type {
    background: #f5f5f5; }
  .shop2-order-options .option-type .option-label input[type="radio"] {
    vertical-align: baseline; }
  .shop2-order-options .option-type .option-label {
    display: block;
    padding: 0 !important; }
  .shop2-order-options .option-type .option-label span {
    display: inline-block;
    padding: 12px 12px 12px 26px;
    vertical-align: baseline;
    font-size: 18px; }
  .shop2-order-options .option-type .option-label small {
    display: inline-block;
    font-size: 12px;
    line-height: 18px; }
  .shop2-order-options .option-type .option-label strong {
    float: right;
    width: 200px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 33px; }
    .shop2-order-options .option-type .option-label strong em {
      font-style: normal;
      font-size: 24px; }

.shop2-order-form .form-item-wrap, .option-details .form-item-wrap {
  padding: 10px 0;
  background: #f5f5f5;
  font-size: 14px; }
  .shop2-order-form .form-item, .option-details .form-item {
    margin: 0 0 16px; }
  .shop2-order-form .form-item label strong, .option-details .form-item label strong {
    display: inline-block;
    width: 232px;
    padding: 8px 48px 0 0;
    vertical-align: top;
    text-align: right;
    font-weight: 600; }
    .shop2-order-form .form-item label input, .option-details .form-item label input, .shop2-order-form .form-item label textarea, .option-details .form-item label textarea {
      max-width: 100%;
      height: 36px;
      padding: 6px 14px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 3px;
      box-sizing: border-box; }
    .shop2-order-form .form-item label textarea, .option-details .form-item label textarea {
      height: auto; }

.option-details .form-item {
  display: inline-block;
  width: 80px;
  margin: 15px 5px 0; }
  .option-details .form-item:first-child, .option-details .form-item.textarea {
    display: block;
    width: 350px; }
  .option-details .form-item label strong {
    display: block;
    padding: 0 0 4px;
    width: auto;
    text-align: left;
    font-size: 14px; }

.option-type:nth-child(3) .option-details .form-item:nth-child(2) {
  display: block;
  width: 350px; }

.shop2-order {
  margin: 30px 0;
  font-size: 18px; }
  .shop2-order .shop2-order-completed {
    margin: 45px 0 0; }

.shop2-pagelist {
  text-align: center; }
  .shop2-pagelist li.page-num a, .shop2-pagelist li.page-num span, .shop2-pagelist li.page-num.active-num span {
    min-width: 16px;
    height: 22px;
    font-size: 11px;
    line-height: 22px; }
  .shop2-pagelist li:hover, .shop2-pagelist li.page-num.active-num {
    background: rgba(0, 100, 255, 0.79);
    background-image: none; }
  .shop2-pagelist li:hover a, .shop2-pagelist li.page-num.active-num a, .shop2-pagelist li:hover span, .shop2-pagelist li.page-num.active-num span {
    color: #fff; }
  .shop2-pagelist li.page-first a, .shop2-pagelist li.page-last a, .shop2-pagelist li.page-prev a, .shop2-pagelist li.page-next a {
    width: 24px;
    height: 22px;
    background-size: 90%; }
  .shop2-pagelist li.page-prev a {
    background-position: 0 -43px; }
  .shop2-pagelist li.page-next a {
    background-position: 0 -65px; }
  .shop2-pagelist li.page-last a {
    background-position: 0 -21px; }

.hs-no-controls .highslide-header {
  display: none; }
  .hs-no-controls .highslide-maincontent {
    padding: 1px; }

.form {
  padding: 10px 0 0;
  margin: 0; }
  .form-field {
    margin: 0 8px 20px; }
  .form-field-title {
    margin-bottom: 5px; }
  .form-field input {
    height: 36px;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box; }
  .form-field--error input {
    border-color: red; }

table.shop2-table-order tr:first-child th {
  background: rgba(0, 100, 255, 0.79);
  color: #fff; }

table.shop2-table-order th, table.shop2-table-order td, fieldset.shop2-order-data, fieldset.shop2-order-data td, fieldset.shop2-order-data th {
  border-color: #c6c6c6; }

#shop2-alert.shop2-alert-cart {
  background-image: url(basket.png); }

.shop2-warning {
  background-color: #fff;
  border-color: #d00;
  box-shadow: none; }

.shop2-panel {
  height: auto;
  background: #000;
  border-color: #4d4d4d; }
  .shop2-panel .shop2-panel-content {
    display: table; }
  .shop2-panel .cell {
    display: table-cell;
    padding: 10px 18px;
    border-left: 1px solid #4d4d4d;
    vertical-align: middle;
    text-align: left; }
  .shop2-panel .cell:nth-child(1) {
    width: 250px;
    padding-left: 0;
    border: none;
    white-space: nowrap; }
  .shop2-panel .cell:nth-child(2) {
    text-align: right; }
  .shop2-panel .cell:nth-child(3) {
    width: 215px; }
  .shop2-panel .cell:nth-child(4) {
    width: 45px;
    padding-right: 0; }
  .shop2-panel .compare a {
    display: inline-block;
    padding: 0 0 0 24px;
    background: url(compare.png) 0 50% no-repeat;
    vertical-align: middle;
    font-size: 14px;
    color: #ccc; }
  .shop2-panel .compare div {
    display: inline-block;
    min-width: 11px;
    padding: 0 5px;
    margin-left: 16px;
    background: rgba(0, 100, 255, 0.79);
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff; }
  .shop2-panel .compare.disabled a {
    background-image: url(compare-disabled.png); }
    .shop2-panel .compare.disabled div {
      background: #e7e7e7;
      color: #999; }
  .shop2-panel .cart {
    margin: 0;
    text-align: left;
    font-size: 0;
    font-weight: 400;
    color: #fff; }
  .shop2-panel .cart .icon {
    width: 33px;
    height: 28px;
    margin-right: 24px;
    background-image: url(bottom-cart.png);
    background-size: 100%;
    vertical-align: middle; }
    .shop2-panel .cart .icon span {
      top: -3px;
      left: 24px; }
  .shop2-panel .cart .cart-order {
    vertical-align: middle;
    font-size: 18px; }
    .shop2-panel .cart .cart-order small {
      font-size: 11px; }
    .shop2-panel .cart .cart-order span {
      font-size: 14px; }
  .shop2-panel .cart a {
    display: inline-block;
    padding: 0 8px;
    margin-left: 14px;
    background: rgba(0, 100, 255, 0.79);
    border-radius: 3px;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-decoration: none; }
  .shop2-panel .up {
    display: inline-block;
    width: 45px;
    height: 43px;
    background: url(up.png) no-repeat; }

.fixed-left-menu {
  top: 0;
  left: -327px;
  position: fixed;
  z-index: 1000;
  background: #454545;
  width: 327px;
  padding: 40px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  height: 100%;
  -webkit-transition: left 0.15s;
  -o-transition: left 0.15s;
  transition: left 0.15s; }

.fixed-left-menu.active {
  left: 0; }

.fixed-left-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fixed-left-menu ul li {
  padding: 0;
  margin: 0; }

.fixed-left-menu ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 17px 10px 28px;
  display: block;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4); }

.fixed-left-menu > ul {
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }

.fixed-left-menu > ul > li {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }

.fixed-left-menu > ul > li > a > span {
  color: #cecece; }

.fixed-left-menu > ul > li > a:hover, .fixed-left-menu > ul > li.active > a {
  background: #3a3a3a; }

.fixed-left-menu__head {
  position: relative;
  font-size: 22px;
  color: #fff;
  margin: 0 0 30px 26px; }

.fixed-left-menu-toggle {
  position: fixed;
  left: 0;
  height: 37px;
  width: 33px;
  top: 140px;
  background: #000 url('menu-top-arr-h.png') 50% no-repeat;
  -webkit-transition: left 0.15s;
  -moz-transition: left 0.15s;
  -ms-transition: left 0.15s;
  -o-transition: left 0.15s;
  transition: left 0.15s; }

.fixed-left-menu.active .fixed-left-menu-toggle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 327px; }

.fixed-left-menu-sub-levels > ul {
  position: absolute;
  left: 327px;
  background: #3a3a3a;
  width: 353px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  overflow-y: auto; }

.fixed-left-menu-sub-levels > ul::-webkit-scrollbar, .fixed-left-menu > ul::-webkit-scrollbar {
  background-color: #454545; }

.fixed-left-menu-sub-levels > ul::-webkit-scrollbar-thumb, .fixed-left-menu > ul::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  -webkit-box-shadow: inset 0 0 0 1px #454545; }

.fixed-left-menu-sub-levels > ul::-webkit-scrollbar-thumb:hover, .fixed-left-menu > ul::-webkit-scrollbar-thumb:hover {
  background: #c9c9c9; }

.fixed-left-menu-sub-levels > ul:hover {
  display: block; }

.fixed-left-menu-sub-levels > ul.active {
  display: block; }

.fixed-left-menu-sub-levels > ul > li {
  margin: 0;
  padding: 0; }

.fixed-left-menu-sub-levels > ul > li > a {
  display: block;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 28px; }

.fixed-left-menu-sub-levels > ul > li > a > span {
  color: #cecece; }

.fixed-left-menu-sub-levels > ul > li > a:hover {
  background: #505050; }

.ovh {
  overflow: hidden; }

.ddd {
  display: block !important; }

.fixed-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%; }

.fixed-menu-overlay.active {
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, .50); }

.shop2-filter {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 5px; }
  .shop2-filter .filter-row {
    padding: 10px;
    border-top: 1px solid #ccc; }
  .shop2-filter .filter-row:first-child {
    border: none; }
  .shop2-filter .filter-title {
    margin: 0 0 5px; }
  .shop2-filter .filter-param label {
    display: inline-block; }
    .shop2-filter .filter-param label .shop2-input-float {
      display: inline-block;
      width: 70px;
      padding: 5px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      border-radius: 3px; }
	  
}
	  
	 .shop2-filter .block {
	 height: 560px;
     overflow: auto;
	 }
	 


  .shop2-filter a.param-val.active-val {
    background: #000;
    color: #fff; }
  .shop2-filter .shop2-btn {
    padding: 5px 8px;
    margin: 0; }
  .shop2-filter .result {
    display: none;
    position: absolute;
    background: #000;
    border-radius: 3px;
    white-space: nowrap; }
  .shop2-filter .result a {
    color: #fff;
    text-decoration: none; }
  .shop2-filter .result .result-arrow {
    left: -5px;
    top: 50%;
    margin: -6px 0 0;
    border-width: 6px 5px 6px 0;
    border-color: transparent #000 transparent transparent; }
  .shop2-filter .result.no-result .result-arrow {
    display: block;
    border-right-color: #eb3c3c; }

.popup-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: auto;
  background: rgba(255, 255, 255, .5);
  text-align: center; }
  .popup-menu:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .popup-menu .menu-bot {
    display: inline-block;
    width: 980px;
    margin: 20px auto;
    padding: 0 10px 34px;
    box-sizing: border-box;
    background: #000;
    border-radius: 5px;
    vertical-align: middle;
    text-align: left; }

.menu-bot {
  padding: 0 0 40px;
  border-bottom: 1px solid #939393;
  font-size: 0; }
  .menu-bot > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .menu-bot > ul:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .menu-bot > ul > li {
    display: block;
    float: left;
    width: 33.3%;
    padding: 20px 6px 0px;
    box-sizing: border-box;
    vertical-align: top; }

  .menu-bot > ul > li > span {
    position: relative;
    margin-left: -4px;
    font-size: 13px;
    color: #e4e4e4;
    text-decoration: none;
  }




.menu-bot > ul > li > a > span{
  color:#d3d3d3;
}

.menu-bot > ul > li > a , .menu-bot > ul > li > ul > li > a {
      position: relative;
      font-size: 13px;
      color: rgba(0, 173, 255, 0.79);
      text-decoration: none;
      padding-bottom: 5px;
}
    .menu-bot > ul > li > a:hover {
      text-decoration: underline; }
  .menu-bot > ul ul {
    list-style: none;
    padding: 0;
    margin: 4px 0 0 4px;
     }
    .menu-bot > ul ul::-webkit-scrollbar {
      background-color: #454545; }
    .menu-bot > ul ul::-webkit-scrollbar-thumb {
      background: #9c9c9c;
      -webkit-box-shadow: inset 0 0 0 1px #454545; }

    .menu-bot > ul ul li {
      padding: 2px 0;
    }

.menu-bot > ul ul li a {
      font-size: 13px;
      color: #c9c9c9;
      text-decoration: none; }
      .menu-bot > ul ul li a:hover {
        text-decoration: underline; }
    .menu-bot > ul ul li.hide {
      display: none; }
    .menu-bot > ul ul ul {
      padding: 0;
      margin: 0 0 0 10px; }
  .menu-bot > ul ul.level-2 ul {
    display: none; }

#shop2-order {
  display: none; }

.grand-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  text-align: center; }
  .grand-popup:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .grand-popup .grand-popup-inner {
    position: relative;
    display: inline-block;
    width: 500px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px; }
  .grand-popup .grand-popup-inner .grand-popup-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    text-align: center;
    color: #fff;
    cursor: pointer; }

.product-ny-desc {
  position: absolute;
  top: -32px;
  left: -16px;
  width: 160px;
  height: 200px;
  background: url(ny_decor.png); }
