@charset "UTF-8";
/* line 1, adaptive.scss */
.cart-mobile {
  display: none; }

/* line 4, adaptive.scss */
.filter-mobile {
  display: none; }

/* line 7, adaptive.scss */
.header-panel {
  display: none; }

/* line 10, adaptive.scss */
.main-menu-mobile {
  display: none; }

/* line 14, adaptive.scss */
.header-menu-mobile {
  display: none; }

/* line 17, adaptive.scss */
.header-menu-mobile2 {
  display: none; }

/* line 23, adaptive.scss */
.catalog-toggle {
  display: none;
  font-size: 20px;
  color: #0099CC;
  cursor: pointer;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  right: 1px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0 0 0; }

/* line 42, adaptive.scss */
.menu-toggle {
  display: none;
  font-size: 20px;
  color: white;
  cursor: pointer;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  right: 1px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0 0 0;
  z-index: 30; }

/* line 60, adaptive.scss */
[data-collapsed] {
  display: none; }

/* line 63, adaptive.scss */
[data-expanded] {
  display: block; }

@media screen and (min-width: 765px) {
  /* line 73, adaptive.scss */
  .catalog .lvl0.collapsed .lvl1-list {
    display: none; }

  /* line 81, adaptive.scss */
  .catalog-toggle.desktop-view {
    display: block; }

  /* line 86, adaptive.scss */
  .collapsed [data-collapsed] {
    display: block; }
  /* line 89, adaptive.scss */
  .collapsed [data-expanded] {
    display: none; }

  /* line 94, adaptive.scss */
  .desktop-hidden {
    display: none !important; }

  /* line 101, adaptive.scss */
  .products-wrap.similar_products .prod-block:nth-child(4n), .products-wrap.related_products .prod-block:nth-child(4n) {
    margin-right: 0; } }
@media screen and (max-width: 760px) {
  /* line 112, adaptive.scss */
  body,
  #middle,
  #wrapper,
  #footer,
  .center-content {
    width: auto;
    min-width: initial;
    height: auto; }

  /* line 124, adaptive.scss */
  .mobile-hidden {
    display: none !important; }

  /* line 128, adaptive.scss */
  #wrapper {
    min-height: initial; }

  /* line 132, adaptive.scss */
  #middle {
    padding: 0;
    height: auto;
    position: static; }

  /* line 141, adaptive.scss */
  .product-info {
    width: auto; }

  /* line 146, adaptive.scss */
  .gallery {
    width: auto; }

  /* line 151, adaptive.scss */
  .big-img .img {
    max-width: 100%; } }
@media screen and (max-width: 760px) {
  /* line 163, adaptive.scss */
  .mobile-collapsed [data-collapsed] {
    display: block; }
  /* line 166, adaptive.scss */
  .mobile-collapsed [data-expanded] {
    display: none; }

  /* line 170, adaptive.scss */
  .title-h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px; }

  /* line 178, adaptive.scss */
  #header {
    height: auto; }

  /* line 182, adaptive.scss */
  .header-top {
    height: 46px;
    line-height: 29px; }

  /* line 187, adaptive.scss */
  .header-blocks {
    /*display: none;*/ }

  /* line 191, adaptive.scss */
  .logo {
    margin: 0; }
    /* line 193, adaptive.scss */
    .logo.fl {
      float: none;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      position: relative; }
    /* line 202, adaptive.scss */
    .logo-image {
      width: 100%;
      display: block; }
    /* line 207, adaptive.scss */
    .logo-link {
      width: 200px;
      display: block;
      margin: 0 auto; }
    /* line 213, adaptive.scss */
    .logo .logo-slogan {
      font-size: 12px;
      position: absolute;
      left: 50%;
      top: 4px;
      width: 200px;
      margin-left: -100px;
      text-align: left; }

  /* line 226, adaptive.scss */
  .header-menu-mobile {
    display: table;
    width: 100%;
    background: #0099cc;
    height: 35px;
    font-size: 0px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    /* line 238, adaptive.scss */
    .header-menu-mobile .element {
      display: table-cell;
      text-align: center;
      height: 35px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      color: white;
      padding: 8px 10px 0 10px;
      cursor: pointer; }
      /* line 253, adaptive.scss */
      .header-menu-mobile .element .ico, .header-menu-mobile .element .text {
        display: inline-block;
        vertical-align: top; }
      /* line 258, adaptive.scss */
      .header-menu-mobile .element .ico {
        font-size: 20px; }
      /* line 262, adaptive.scss */
      .header-menu-mobile .element .text {
        margin-left: 2px;
        padding-top: 1px;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        color: white; }

  /* line 273, adaptive.scss */
  .header-menu-mobile2 {
    display: block;
    font-size: 0px;
    text-align: center;
    position: relative;
    margin-bottom: 10px; }
    /* line 280, adaptive.scss */
    .header-menu-mobile2 .element {
      height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      color: white;
      padding: 5px 10px 0 10px;
      color: white;
      background: #0099cc;
      width: 43%;
      text-align: center;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      cursor: pointer;
      margin: 0 3%;
      display: inline-block;
      cursor: pointer; }
      /* line 299, adaptive.scss */
      .header-menu-mobile2 .element a {
        color: white; }

  /* line 304, adaptive.scss */
  .login-form-container {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    background: #f7f6f1;
    z-index: 21;
    top: 49px;
    border-bottom: 4px solid #0099CC;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
    /* line 321, adaptive.scss */
    .login-form-container.expanded {
      display: block; }

  /* line 326, adaptive.scss */
  .header-panel {
    padding: 8px 0 0 5px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 333, adaptive.scss */
    .header-panel * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    /* line 342, adaptive.scss */
    .header-panel .element {
      padding: 0px 0px 0 0px;
      display: inline-block;
      width: 29px;
      height: 29px;
      background: white;
      border: 1px solid #0099CC;
      -webkit-border-radius: 29px;
      border-radius: 29px;
      color: #0099cc;
      text-align: center;
      font-size: 15px;
      line-height: 27px;
      margin-right: 5px;
      cursor: pointer; }

  /* line 361, adaptive.scss */
  .cart {
    min-width: initial;
    position: absolute;
    right: 5px;
    top: 6px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 40px;
    border-radius: 40px; }
    /* line 372, adaptive.scss */
    .cart-mobile {
      display: block;
      position: relative; }
      /* line 376, adaptive.scss */
      .cart-mobile-icon {
        display: block;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border: 2px solid white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        top: 2px; }
        /* line 392, adaptive.scss */
        .cart-mobile-icon img {
          max-width: 100%; }
      /* line 397, adaptive.scss */
      .cart-mobile-number {
        display: block;
        text-align: center;
        position: absolute;
        right: 20px;
        top: 13px;
        width: 16px;
        background: #ff802c;
        height: 16px;
        -webkit-border-radius: 19px;
        border-radius: 19px;
        line-height: 17px;
        border: 1px solid #ffffff;
        font-size: 12px;
        color: white; }
    /* line 422, adaptive.scss */
    .cart-icon {
      display: none; }
    /* line 426, adaptive.scss */
    .cart-block-in {
      display: none; }

  /* line 431, adaptive.scss */
  .contacts {
    position: absolute;
    top: 0px;
    right: 52px;
    text-align: right; }
    /* line 437, adaptive.scss */
    .contacts.fl {
      float: none;
      display: block;
      padding-top: 3px; }
    /* line 443, adaptive.scss */
    .contacts .phone {
      margin-bottom: 0px;
      font-size: 13px;
      line-height: 12px; }
    /* line 451, adaptive.scss */
    .contacts .phone2 {
      margin-top: 2px; }
    /* line 457, adaptive.scss */
    .contacts p {
      font-size: 12px; }
      /* line 459, adaptive.scss */
      .contacts p.label {
        display: none; }

  /* line 466, adaptive.scss */
  .header-blocks {
    position: relative;
    top: 0;
    width: auto; }
    /* line 471, adaptive.scss */
    .header-blocks p {
      margin: 0; }

  /* line 483, adaptive.scss */
  .main-menu {
    border: 0;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 0 5px 0;
    display: none;
    z-index: 19;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 502, adaptive.scss */
    .main-menu.expanded {
      display: block; }
    /* line 507, adaptive.scss */
    .main-menu ul:after {
      display: none; }
    /* line 512, adaptive.scss */
    .main-menu li {
      font-size: 15px;
      line-height: 28px;
      display: block; }
      /* line 517, adaptive.scss */
      .main-menu li.brand-menu {
        display: none; }
      /* line 520, adaptive.scss */
      .main-menu li a {
        padding: 0 5px; }

  /* line 529, adaptive.scss */
  #header .main-menu {
    border: 0;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 4px solid white;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0; }

  /* line 541, adaptive.scss */
  .menu-toggle {
    display: block; }

  /* line 544, adaptive.scss */
  .brand-menu {
    position: relative;
    display: none; }
    /* line 547, adaptive.scss */
    .brand-menu-wrap {
      display: block;
      left: 0;
      min-width: initial;
      position: relative;
      padding-top: 0;
      top: 33px;
      position: absolute;
      font-size: 14px;
      display: none; }
      /* line 557, adaptive.scss */
      .brand-menu-wrap::before {
        display: none; }
      /* line 560, adaptive.scss */
      .brand-menu-wrap::after {
        display: none; }
      /* line 563, adaptive.scss */
      .brand-menu-wrap.expanded {
        display: block; }
      /* line 566, adaptive.scss */
      .brand-menu-wrap .menu-toggle {
        color: #0099CC; }
      /* line 572, adaptive.scss */
      .brand-menu-wrap .brand-sub-menu-list {
        display: block; }
      /* line 577, adaptive.scss */
      .brand-menu-wrap .brand-menu-item.mobile-collapsed .brand-sub-menu-list {
        display: none; }
      /* line 584, adaptive.scss */
      .brand-menu-wrap.expanded {
        display: block; }
    /* line 590, adaptive.scss */
    .brand-menu-list {
      float: none;
      padding: 5px 10px;
      position: relative; }

  /* line 600, adaptive.scss */
  #sideLeft {
    float: none;
    position: static;
    width: 0; }
    /* line 604, adaptive.scss */
    #sideLeft .search {
      display: none;
      z-index: 20;
      margin: 0;
      padding: 12px 0 12px 0;
      position: absolute;
      top: 47px;
      width: 100%;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: white;
      border-bottom: 4px solid #0099CC;
      -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
      /* line 622, adaptive.scss */
      #sideLeft .search form {
        width: 248px;
        margin: 0 auto;
        display: block;
        position: relative; }
      /* line 629, adaptive.scss */
      #sideLeft .search.expanded {
        display: block; }
    /* line 634, adaptive.scss */
    #sideLeft .catalog-toggle {
      display: block;
      padding-top: 6px; }
    /* line 641, adaptive.scss */
    #sideLeft .catalog {
      padding: 10px;
      display: none;
      position: absolute;
      top: 165px;
      left: 5px;
      background: white;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: -webkit-calc(100% - 10px);
      width: calc(100% - 10px);
      border-bottom: 4px solid #0099CC;
      -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      /* line 660, adaptive.scss */
      #sideLeft .catalog.expanded {
        display: block; }
      /* line 664, adaptive.scss */
      #sideLeft .catalog li li {
        border-bottom: 1px dashed #0099CC; }
      /* line 667, adaptive.scss */
      #sideLeft .catalog li li.last {
        border-bottom: 0; }
      /* line 673, adaptive.scss */
      #sideLeft .catalog .lvl0.mobile-collapsed .lvl1-list {
        display: none; }
      /* line 678, adaptive.scss */
      #sideLeft .catalog .lvl0.mobile-active > a {
        background: #0099CC;
        color: white; }
      /* line 683, adaptive.scss */
      #sideLeft .catalog .lvl0.mobile-active > .catalog-toggle {
        color: white; }
      /* line 689, adaptive.scss */
      #sideLeft .catalog .dropdown {
        position: static;
        display: block;
        width: auto;
        padding: 8px 5px 16px 14px;
        border: 0; }
      /* line 699, adaptive.scss */
      #sideLeft .catalog .lvl1.mobile-collapsed .lvl2-list {
        display: none; }
      /* line 705, adaptive.scss */
      #sideLeft .catalog .lvl1.mobile-active > a {
        background: #0099CC;
        color: white; }
      /* line 710, adaptive.scss */
      #sideLeft .catalog .lvl1.mobile-active > .catalog-toggle {
        color: white; }
      /* line 719, adaptive.scss */
      #sideLeft .catalog .lvl2.mobile-active > a {
        background: #0099CC;
        color: white; }
      /* line 724, adaptive.scss */
      #sideLeft .catalog .lvl2.mobile-active > .catalog-toggle {
        color: white; }
      /* line 732, adaptive.scss */
      #sideLeft .catalog li.main-cat {
        border: 0;
        border-bottom: 1px solid #0099CC;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0; }
        /* line 740, adaptive.scss */
        #sideLeft .catalog li.main-cat > a {
          display: block;
          font-size: 14px;
          line-height: 14px;
          padding: 10px 0 10px 10px; }
        /* line 747, adaptive.scss */
        #sideLeft .catalog li.main-cat > .catalog-toggle {
          padding-top: 7px; }
        /* line 751, adaptive.scss */
        #sideLeft .catalog li.main-cat > ul {
          font-size: 0px;
          padding: 5px 0 15px 0; }
      /* line 762, adaptive.scss */
      #sideLeft .catalog ul a {
        padding: 8px 10px 8px 10px;
        font-size: 14px;
        line-height: 15px; }
    /* line 771, adaptive.scss */
    #sideLeft.expanded {
      display: block; }

  /* line 776, adaptive.scss */
  #container {
    float: none; }

  /* line 780, adaptive.scss */
  #content {
    padding: 0; }
    /* line 783, adaptive.scss */
    #content .editor-content {
      padding: 0 10px;
      overflow: scroll; }

  /* line 792, adaptive.scss */
  .ovh.pages {
    margin-bottom: 10px; }

  /* line 797, adaptive.scss */
  #footer {
    margin: 0;
    text-align: center; }
    /* line 801, adaptive.scss */
    #footer .center-content {
      padding-top: 20px;
      padding-bottom: 20px; }
    /* line 806, adaptive.scss */
    #footer ul {
      float: none;
      width: 100%;
      margin-bottom: 20px; }
      /* line 811, adaptive.scss */
      #footer ul > li {
        float: none;
        width: 100%; }
    /* line 817, adaptive.scss */
    #footer.bg2 {
      background: url(bg2.png) center center repeat !important; }
    /* line 821, adaptive.scss */
    #footer .ovh {
      padding-top: 10px; }
      /* line 824, adaptive.scss */
      #footer .ovh p {
        margin-bottom: 9px; }
      /* line 828, adaptive.scss */
      #footer .ovh a.fl {
        float: none;
        display: inline-block; }
    /* line 834, adaptive.scss */
    #footer .copyright {
      margin: 0;
      font-size: 12px;
      top: 0;
      line-height: 20px; }
    /* line 842, adaptive.scss */
    #footer .phone {
      margin: 0;
      top: 0; }
      /* line 846, adaptive.scss */
      #footer .phone.right {
        text-align: center; }

  /* line 854, adaptive.scss */
  .special {
    /* display: table;
    width: 100%;
    text-align: center;
    text-align-last: center;
    padding: 0;
    a{
    	height: auto;
    	line-height: 13px;
    	padding: 4px 2px;
    	font-size: 13px;
    
    	box-sizing: border-box;
    	text-align: left;
    	display: table-cell;
    	vertical-align: middle;
    	text-align: center;
    
    
    
    } */
    display: none; }

  /* line 882, adaptive.scss */
  .filter {
    font-size: 0px; }
    /* line 886, adaptive.scss */
    .filter .select-wrap {
      width: 48%;
      margin: 2px 1%;
      font-size: 14px; }
      /* line 891, adaptive.scss */
      .filter .select-wrap.fl {
        display: inline-block;
        float: none; }
      /* line 896, adaptive.scss */
      .filter .select-wrap span.select {
        width: 100%; }
    /* line 901, adaptive.scss */
    .filter .button-wrap {
      height: 28px;
      line-height: 28px;
      overflow: hidden;
      margin: 10px auto 0 auto; }
      /* line 907, adaptive.scss */
      .filter .button-wrap a {
        font-size: 15px;
        line-height: 29px; }
      /* line 911, adaptive.scss */
      .filter .button-wrap.fr {
        float: none;
        clear: left;
        width: 120px;
        display: block; }
    /* line 920, adaptive.scss */
    .filter-inner {
      display: none; }
      /* line 923, adaptive.scss */
      .filter-inner.expanded {
        display: block; }
    /* line 928, adaptive.scss */
    .filter-mobile {
      display: block; }
      /* line 931, adaptive.scss */
      .filter-mobile-button {
        border: 1px solid #0099CC;
        height: 35px;
        line-height: 35px;
        text-align: center;
        padding: 0px 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #fff;
        margin: 0 3px;
        font-size: 13px;
        cursor: pointer; }

  /* line 949, adaptive.scss */
  .pagination.on_top {
    display: none; }
  /* line 954, adaptive.scss */
  .pagination.on_bottom.fr {
    float: none;
    display: block;
    text-align: center; }

  /* line 963, adaptive.scss */
  .prod-block {
    width: 48%;
    display: inline-block;
    min-height: initial;
    margin: 10px 1%; }
    /* line 969, adaptive.scss */
    .prod-block.side {
      margin-right: 1%; }
    /* line 971, adaptive.scss */
    .prod-block .status {
      right: -2px;
      top: -15px; }
    /* line 977, adaptive.scss */
    .prod-block .title {
      font-size: 14px;
      line-height: 20px;
      min-height: 45px;
      max-height: 45px; }
    /* line 984, adaptive.scss */
    .prod-block .price {
      font-size: 20px;
      line-height: 20px; }
      /* line 987, adaptive.scss */
      .prod-block .price span {
        font-size: 20px; }
    /* line 991, adaptive.scss */
    .prod-block .buyzone {
      padding: 0 5px; }
    /* line 994, adaptive.scss */
    .prod-block label {
      margin-bottom: 0;
      font-size: 12px; }
    /* line 999, adaptive.scss */
    .prod-block ul li {
      margin: 0 3px 4px 0px;
      padding: 0 1px;
      height: 16px;
      line-height: 16px;
      font-size: 11px; }
    /* line 1008, adaptive.scss */
    .prod-block-inner {
      width: 100%; }
    /* line 1011, adaptive.scss */
    .prod-block img {
      max-width: 100%;
      max-height: 180px;
      height: auto; }
    /* line 1016, adaptive.scss */
    .prod-block .img {
      width: 100%;
      height: auto;
      line-height: 180px; }

  /* line 1023, adaptive.scss */
  .products-wrap {
    font-size: 0px; }
    /* line 1025, adaptive.scss */
    .products-wrap.main-page-prods {
      height: auto;
      padding-left: 0 !important; }
      /* line 1030, adaptive.scss */
      .products-wrap.main-page-prods .prod-block {
        height: auto;
        margin-right: 1%;
        min-height: 287px; }
        /* line 1034, adaptive.scss */
        .products-wrap.main-page-prods .prod-block:nth-child(n+9) {
          display: none; }
    /* line 1040, adaptive.scss */
    .products-wrap.discounts-products {
      height: auto;
      padding-left: 0 !important; }
      /* line 1043, adaptive.scss */
      .products-wrap.discounts-products .prod-block {
        height: auto;
        margin-right: 1%;
        min-height: 287px; }
        /* line 1048, adaptive.scss */
        .products-wrap.discounts-products .prod-block:nth-child(n+9) {
          display: none; }

  /* line 1055, adaptive.scss */
  .prodWrap {
    font-size: 0px; }

  /* line 1059, adaptive.scss */
  .photo {
    width: 100%;
    margin: 0; }
    /* line 1063, adaptive.scss */
    .photo.fl {
      float: none;
      display: block; }

  /* line 1069, adaptive.scss */
  .big-img {
    width: 100%; }

  /* line 1077, adaptive.scss */
  .gallery a {
    width: 60px;
    height: 60px;
    float: none; }
    /* line 1082, adaptive.scss */
    .gallery a.side {
      margin-right: 5px; }
  /* line 1087, adaptive.scss */
  .gallery img {
    max-height: 100%;
    max-width: 100%; }

  /* line 1094, adaptive.scss */
  .product-info .buyzone .price {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  /* line 1100, adaptive.scss */
  .product-info .buyzone .buy-button {
    margin: 0 auto 10px auto;
    height: 42px;
    padding: 0 30px 2px 30px;
    display: block;
    clear: left; }

  /* line 1110, adaptive.scss */
  .product-sizes-table {
    text-align: center; }
    /* line 1113, adaptive.scss */
    .product-sizes-table label {
      margin-bottom: 10px; }

  /* line 1118, adaptive.scss */
  .product-options {
    text-align: center;
    margin-bottom: 12px; }

  /* line 1123, adaptive.scss */
  .product-go-back {
    clear: left;
    text-align: center; }
    /* line 1126, adaptive.scss */
    .product-go-back a.fr {
      float: none;
      line-height: 30px; }

  /* line 1133, adaptive.scss */
  #wrapper .product-options .sizes li {
    height: auto;
    line-height: 13px;
    margin: 5px 5px 5px 5px;
    float: none;
    text-align: center;
    display: inline-block; }
    /* line 1140, adaptive.scss */
    #wrapper .product-options .sizes li a {
      font-size: 14px;
      height: auto;
      line-height: 14px;
      padding: 11px 11px; }

  /* line 1149, adaptive.scss */
  .shadow-content {
    margin: 7px;
    padding: 10px; }
    /* line 1152, adaptive.scss */
    .shadow-content table {
      max-width: 100%;
      width: 100% !important;
      height: auto !important; }

  /* line 1159, adaptive.scss */
  .tabs-head {
    display: table;
    width: 100%; }
    /* line 1162, adaptive.scss */
    .tabs-head li {
      float: none;
      display: table-cell;
      text-align: center; }
      /* line 1166, adaptive.scss */
      .tabs-head li a {
        font-size: 15px;
        margin-right: 0; }
    /* line 1172, adaptive.scss */
    .tabs-head .tab-content {
      padding: 15px 0; }

  /* line 1177, adaptive.scss */
  .left-subtotal {
    width: 100%;
    text-align: center; }
    /* line 1180, adaptive.scss */
    .left-subtotal.fl {
      float: none;
      display: block; }

  /* line 1187, adaptive.scss */
  .coupon p {
    font-size: 16px; }

  /* line 1192, adaptive.scss */
  .right-subtotal {
    width: 100%;
    text-align: center; }
    /* line 1196, adaptive.scss */
    .right-subtotal.fr {
      display: block;
      float: none; }
    /* line 1201, adaptive.scss */
    .right-subtotal .buy-button {
      margin: 10px auto; }
      /* line 1204, adaptive.scss */
      .right-subtotal .buy-button.fr {
        float: none;
        display: block; }

  /* line 1211, adaptive.scss */
  .cart-table {
    display: block; }
    /* line 1214, adaptive.scss */
    .cart-table thead {
      display: none; }
    /* line 1218, adaptive.scss */
    .cart-table tbody {
      font-size: 0px; }
    /* line 1222, adaptive.scss */
    .cart-table .cart-item {
      font-size: 14px;
      display: block;
      overflow: hidden;
      border-bottom: 1px solid #E4E4E4;
      position: relative;
      padding: 5px 0;
      text-align: center; }
      /* line 1231, adaptive.scss */
      .cart-table .cart-item td {
        border-bottom: 0;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle; }
      /* line 1242, adaptive.scss */
      .cart-table .cart-item .item-img {
        width: 100%;
        padding: 0;
        text-align: center; }
      /* line 1249, adaptive.scss */
      .cart-table .cart-item .item-title {
        width: 100%;
        text-align: center; }
      /* line 1255, adaptive.scss */
      .cart-table .cart-item .item-var {
        width: 100%; }
        /* line 1260, adaptive.scss */
        .cart-table .cart-item .item-var::before {
          content: 'Размер:'; }
      /* line 1266, adaptive.scss */
      .cart-table .cart-item .price-unit {
        width: 32%;
        clear: left;
        height: 52px;
        line-height: 27px;
        font-size: 14px; }
        /* line 1273, adaptive.scss */
        .cart-table .cart-item .price-unit::before {
          content: 'Цена'; }
      /* line 1279, adaptive.scss */
      .cart-table .cart-item .quantity {
        width: 32%; }
        /* line 1282, adaptive.scss */
        .cart-table .cart-item .quantity input {
          height: 25px;
          line-height: 25px; }
        /* line 1287, adaptive.scss */
        .cart-table .cart-item .quantity::before {
          content: 'Кол-во'; }
      /* line 1292, adaptive.scss */
      .cart-table .cart-item .total-price {
        width: 32%;
        height: 52px;
        line-height: 27px;
        font-size: 14px; }
        /* line 1298, adaptive.scss */
        .cart-table .cart-item .total-price::before {
          content: 'Сумма'; }
      /* line 1304, adaptive.scss */
      .cart-table .cart-item .del {
        position: absolute;
        right: -5px;
        top: 4px; }
      /* line 1310, adaptive.scss */
      .cart-table .cart-item .price-unit,
      .cart-table .cart-item .quantity,
      .cart-table .cart-item .total-price {
        position: relative;
        padding-top: 20px; }
        /* line 1315, adaptive.scss */
        .cart-table .cart-item .price-unit::before,
        .cart-table .cart-item .quantity::before,
        .cart-table .cart-item .total-price::before {
          line-height: 17px;
          font-size: 12px;
          color: #888787;
          width: 100%;
          position: absolute;
          top: 0;
          text-align: center;
          left: 0; } }
