html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li.dontsplit > a {
  padding: 0;
  position: relative; }
  html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li.dontsplit > a span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -7.5px;
    background: none !important; }
    html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li.dontsplit > a span:before {
      content: '';
      width: 1px;
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -0.5px;
      top: 0;
      bottom: 0;
      background: #000; }
    html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li.dontsplit > a span:after {
      content: '';
      height: 1px;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -0.5px;
      left: 0;
      right: 0;
      background: #000; }
  html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li.dontsplit > ul {
    display: none; }
  html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li.dontsplit.opened_level > a span:before {
    display: none; }
  html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li.dontsplit.opened > a {
    text-decoration: underline; }
    html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li.dontsplit.opened > a span:before {
      display: none; }
  html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li.dontsplit.opened.opened_level > a span:before {
    display: block; }
  html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li.active > a {
    text-decoration: underline; }
  html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li a {
    padding-left: 20px !important; }
  html .cat_bl_wrapper .folders_bl_wrap .folders_block .column > li ul ul {
    padding: 15px 0 0 0 !important; }
  @media screen and (max-width: 499px) {
  html .mobile_fixed_wrapper.opened .cat_bl_wrapper .folders_bl_wrap .folders_block .column > li ul {
    padding: 20px 0 0 0;
    display: none; }
    html .mobile_fixed_wrapper.opened .cat_bl_wrapper .folders_bl_wrap .folders_block .column > li > a {
      padding: 0 0 0 20px;
      position: relative; }

    html .mobile_fixed_wrapper.opened .cat_bl_wrapper .folders_bl_wrap .folders_block .column > li.dontsplit > a span {
      width: 11px;
      height: 11px;
      margin-top: -6px; } }
  html .shop2-product-actions dd {
    background: rgba(255, 255, 255, 0.8);
    color: #372e3d;
    padding: 20px;
    border: 1px solid #372e3d; }
  html .shop2-product-actions dd .name-action {
    font: normal 18px/22px 'roboto-light', Arial, Helvetica, sans-serif;
    font-weight: normal; }
  html .shop2-product .prod_form_wr .product-amount input, html .shop_cart_wrapper .shop_cart_lots .shop_cart_product .cart_prod_right .cart-amount .shop2-product-amount input {
    width: 72px; }

body .decor-wrap .localconsult__inner-frm .gr-field label.gr-title, body .decor-wrap .localconsult__inner-frm .gr-field label.gr-title a {
  font-size: 15px;
  color: white; }

html .shop2-product .prod_form_wr .product-amount {
  display: inline-block; }
  html .shop2-product .prod_form_wr .product-amount .shop2-product-amount {
    display: inline-block; }
  html .shop2-product .prod_form_wr .product-amount .shop2-product-amount-packaging {
    display: inline-block;
    position: relative;
    top: 6px;
    padding: 0 0 0 8px;
    color: #212121;
    font: 500 17px 'roboto-regular', Arial, Helvetica, sans-serif; }
  html .shop_cart_wrapper .shop_cart_lots .shop_cart_product .cart_prod_right .cart-amount .shop2-product-amount .shop2-product-amount-packaging {
    display: block;
    width: 82px;
    position: relative;
    top: -10px;
    margin: 0 0 -5px 44px;
    padding: 0;
    color: rgba(33, 33, 33, 0.4);
    text-align: center;
    font: 500 16px 'roboto-regular', Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 1023px) {
              html .shop_cart_wrapper .shop_cart_lots .shop_cart_product .cart_prod_right .cart-amount .shop2-product-amount .shop2-product-amount-packaging {
                top: -15px;
                width: 115px;
                margin: 0 0 -15px 0; } }
    @media screen and (max-width: 699px) {
              html .shop_cart_wrapper .shop_cart_lots .shop_cart_product .cart_prod_right .cart-amount .shop2-product-amount .shop2-product-amount-packaging {
                width: auto;
                margin: 0;
                top: 0; } }
    @media screen and (max-width: 699px) {
            html .shop_cart_wrapper .shop_cart_lots .shop_cart_product .cart_prod_right .cart-amount .shop2-product-amount {
              position: relative;
              top: 10px; } }

html .shop2-kit-kind-list {
  margin: 0 0 50px; }
  html .shop2-kit-kind-list .kit-kind-item {
    width: 100%;
    margin: 0 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 48%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 48%;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    margin: 0 4% 0 0;
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left .kit-kind-item-title-box {
    width: 53%;
    margin: 0 2% 0 0; }
    html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left .kit-kind-item-title-box .kit-kind-item-title span {
      font: 600 24px/26px 'roboto-light', Arial, Helvetica, sans-serif;
      color: #212121;
      display: inline-block;
      text-decoration: none; }
  html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left .price-current {
    width: 45%;
    margin: 0;
    color: #212121;
    display: inline-block;
    vertical-align: baseline;
    font: 24px/30px 'roboto-light', Arial, Helvetica, sans-serif; }
    html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left .price-current strong {
      font-weight: normal;
      font-family: 'roboto-light', Arial, Helvetica, sans-serif; }
  html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 48%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 48%;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    text-align: left; }
  html #shop2-tooltip img {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0; }

@media screen and (max-width: 639px) {
  html .shop2-product .prod_form_wr .prod_form_price {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  html .shop2-product .prod_form_wr .product-price {
    margin: 0 4% 0 0;
    text-align: right; }

  html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left .price-current {
    text-align: center; } }

@media all and (max-width: 680px) {
  .shop2-product .prod_form_wr .product-price .price-current {
    font-size: 20px;
    line-height: 26px; } }

@media all and (max-width: 640px) {
  html .shop2-product.shop2-product-kit .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left {
    display: block;
    margin: 0 10px 0 0;
    text-align: center; }
    html .shop2-product.shop2-product-kit .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left * {
      line-height: normal; }

  html .shop2-product.shop2-product-kit .prod_form_wr .product-price {
    display: block;
    margin: 0 10px 0 0;
    text-align: center; } }

@media all and (max-width: 460px) {
  html .shop2-product.shop2-product-kit .shop2-kit-kind-list .kit-kind-item {
    display: block;
    margin: 0 10px 0 0;
    text-align: center;
    border-top: 1px solid #000;
    padding: 10px 0 20px; }

  html .shop2-product.shop2-product-kit .prod_form_wr .prod_form_price {
    display: block;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 15px 0; }

  html .shop2-product.shop2-product-kit .shop2-kit-kind-list .kit-kind-item .kit-kind-item-right {
    text-align: center;
    display: block;
    width: auto; }

  html .shop2-product.shop2-product-kit .prod_form_wr .product-amount {
    margin: 10px auto 0; } }

.shop2-product .prod_form_wr .prod_form_price {
  padding: 0 0 40px !important; }

@media all and (max-width: 400px) {
  html .shop2-product .prod_form_wr .prod_form_price {
    display: block;
    text-align: center; }

  html .shop2-product .prod_form_wr .product-price {
    margin: 0 0 10px;
    text-align: center; } }

@media all and (max-width: 840px) {
  html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left .price-current, html .shop2-product.shop2-product-kit .prod_form_wr .product-price .price-current {
    font-size: 20px; }

  html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left .kit-kind-item-title-box .kit-kind-item-title span {
    font-size: 18px; } }

@media all and (max-width: 1280px) {
  .shop2-product.shop2-product-kit .prod_form_wr .prod_form_in {
    width: 100%;
    max-width: 100%; }
    .shop2-product.shop2-product-kit .prod_form_wr .prod_form_in .prod_form_price {
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .shop2-product.shop2-product-kit .prod_form_wr .prod_form_in .prod_form_price .product-price {
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
      .shop2-product.shop2-product-kit .prod_form_wr .prod_form_in .prod_form_price .product-amount {
        -moz-flex: 1 1 170px;
        -ms-flex: 1 1 170px;
        flex: 1 1 170px;
        width: 170px; }

  html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left {
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-left .price-current {
      width: auto; }
    html .shop2-kit-kind-list .kit-kind-item .kit-kind-item-right {
      -moz-flex: 1 1 170px;
      -ms-flex: 1 1 170px;
      flex: 1 1 170px;
      width: 170px;
      width: 170px; }

  .shop2-product.shop2-product-kit .prod_form_wr .prod_form_buttons {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .shop2-product.shop2-product-kit .prod_form_wr .prod_form_buttons .prod_button_left, .shop2-product.shop2-product-kit .prod_form_wr .prod_form_buttons .prod_button_right {
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }

.shop2-product.shop2-product-kit .prod_form_wr .product-price .price-current {
  font-size: 24px; }

.shop_product_button_multiple {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 10px 30px 11px;
  color: #eb3c3c;
  background: #fff;
  font: 22px/29px 'roboto_condensed-light', Arial, Helvetica, sans-serif;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 0 1px #eb3c3c;
  -webkit-box-shadow: inset 0 0 0 1px #eb3c3c;
  box-shadow: inset 0 0 0 1px #eb3c3c;
  width: auto !important;
  min-width: 240px;
  color: #372e3d;
  padding: 15px 30px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 0 0 1px #372e3d;
  -webkit-box-shadow: inset 0 0 0 1px #372e3d;
  box-shadow: inset 0 0 0 1px #372e3d; }
  .shop_product_button_multiple:hover {
    color: #fff;
    background: rgba(235, 60, 60, 0.9);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #372e3d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop_product_button_multiple:active {
    color: #fff;
    background: #eb3c3c;
    -moz-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: #372e3d;
    -moz-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2); }
  .shop_product_button_multiple.onrequest {
    color: #372e3d;
    -moz-box-shadow: inset 0 0 0 1px #372e3d;
    -webkit-box-shadow: inset 0 0 0 1px #372e3d;
    box-shadow: inset 0 0 0 1px #372e3d; }
  .shop_product_button_multiple.onrequest:hover {
    color: #fff;
    background: rgba(55, 46, 61, 0.9);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop_product_button_multiple.onrequest:active {
    color: #fff;
    background: #372e3d;
    -moz-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2); }
  .shop_product_button_multiple.notavailable {
    color: #c6c6c6;
    background: none;
    -moz-box-shadow: inset 0 0 0 1px #c6c6c6;
    -webkit-box-shadow: inset 0 0 0 1px #c6c6c6;
    box-shadow: inset 0 0 0 1px #c6c6c6; }
  .shop_product_button_multiple.notavailable:hover, .shop_product_button_multiple.notavailable:active {
    background: none;
    color: #c6c6c6;
    -moz-box-shadow: inset 0 0 0 1px #c6c6c6;
    -webkit-box-shadow: inset 0 0 0 1px #c6c6c6;
    box-shadow: inset 0 0 0 1px #c6c6c6; }

html .prod_list_wrap .product_list_in.product-list-thumbs .prod_price_wr .product-amount .amount-plus:disabled, html .prod_list_wrap .product_list_in.product-list-thumbs .prod_price_wr .product-amount button:disabled, html .prod_list_wrap .product_list_in.product-list-thumbs .prod_price_wr .product-amount .amount-plus:disabled:hover, html .prod_list_wrap .product_list_in.product-list-thumbs .prod_price_wr .product-amount button:disabled:hover {
  -moz-box-shadow: inset 0 0 0 1px #c6c6c6;
  -webkit-box-shadow: inset 0 0 0 1px #c6c6c6;
  box-shadow: inset 0 0 0 1px #c6c6c6;
  background: none; }

html .prod_list_wrap .product_list_in.product-list-thumbs .prod_price_wr .product-amount .amount-plus:disabled:before, html .prod_list_wrap .product_list_in.product-list-thumbs .prod_price_wr .product-amount button:disabled:before, html .prod_list_wrap .product_list_in.product-list-thumbs .prod_price_wr .product-amount .amount-plus:disabled:hover:before, html .prod_list_wrap .product_list_in.product-list-thumbs .prod_price_wr .product-amount button:disabled:hover:before {
  opacity: 0.2;
  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%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23372e3d%22%20d%3D%22M5%201v4H1a1%201%200%200%200-1%201%201%201%200%200%200%201%201h4v4a1%201%200%200%200%201%201%201%201%200%200%200%201-1V7h4a1%201%200%200%200%201-1%201%201%200%200%200-1-1H7V1a1%201%200%200%200-1-1%201%201%200%200%200-1%201z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat; }
/*
 html .prod_list_wrap .product_list_in.product-list-thumbs .prod_price_wr {
 display: block;
 .product-amount {
 display: block;
 input {
 margin: 0 10px;
 }
 button {
 outline: none;
 -webkit-appearance: none;
 width: 36px;
 height: 36px;
 font-size: 0;
 margin: 0;
 background: #fff;
 position: relative;
 border: none;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 -ms-transition: all 0.3s;
 transition: all 0.3s;
 -moz-box-shadow: inset 0 0 0 1px #372e3d;
 -webkit-box-shadow: inset 0 0 0 1px #372e3d;
 box-shadow: inset 0 0 0 1px #372e3d;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 -ms-border-radius: 3px;
 -o-border-radius: 3px;
 border-radius: 3px;	
 display: inline-block !important;
 &:before {
 position: absolute;
 content: '';
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 -ms-transition: all 0.3s;
 transition: all 0.3s;
 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%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23372e3d%22%20d%3D%22M5%201v4H1a1%201%200%200%200-1%201%201%201%200%200%200%201%201h4v4a1%201%200%200%200%201%201%201%201%200%200%200%201-1V7h4a1%201%200%200%200%201-1%201%201%200%200%200-1-1H7V1a1%201%200%200%200-1-1%201%201%200%200%200-1%201z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 -ms-border-radius: 3px;
 -o-border-radius: 3px;
 border-radius: 3px;	        	
 }
 &:hover {
 background: #372e3d;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none; 
 &:before {
 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%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M5%201v4H1a1%201%200%200%200-1%201%201%201%200%200%200%201%201h4v4a1%201%200%200%200%201%201%201%201%200%200%200%201-1V7h4a1%201%200%200%200%201-1%201%201%200%200%200-1-1H7V1a1%201%200%200%200-1-1%201%201%200%200%200-1%201z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat; 
 }
 }
 &.amount-minus {
 &:before {
 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%2212px%22%20height%3D%222px%22%20%20viewBox%3D%220%200%2012%202%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23372e3d%22%20d%3D%22M11%200H1a1%201%200%200%200-1%201%201%201%200%200%200%201%201h10a1%201%200%200%200%201-1%201%201%200%200%200-1-1z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
 }
 &:hover {
 background: #372e3d;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none; 
 &:before {
 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%2212px%22%20height%3D%222px%22%20%20viewBox%3D%220%200%2012%202%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M11%200H1a1%201%200%200%200-1%201%201%201%200%200%200%201%201h10a1%201%200%200%200%201-1%201%201%200%200%200-1-1z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat; 
 }
 }				
 }
 }
 }
 }*/
html .prod_list_wrap .product_list_in .prod_price_wr .product-price {
  padding-bottom: 10px !important;
  vertical-align: top; }
  html .prod_list_wrap .product_list_in .prod_price_wr .product-price .price-old {
    vertical-align: top;
    display: block !important; }
  html .prod_list_wrap .product_list_in .prod_price_wr .product-price .price-current .price-summ {
    color: #212121 !important; }
  html .prod_list_wrap .product_list_in .prod_price_wr .product-amount {
    text-align: center; }
  html .prod_list_wrap .product_list_in .prod_price_wr .product-amount input {
    width: 72px !important; }
  html .prod_list_wrap .product_list_in .prod_price_wr .product-amount .shop2-product-amount-packaging {
    margin-top: 5px;
    display: inline-block; }

@media (max-width: 480px) {
  html .mobile_fixed_wrapper.opened .cat_bl_wrapper .folders_bl_wrap .folders_block .column > li > a {
    padding-left: 40px; }

  html .cat_bl_wrapper .folders_bl_wrap .folders_block .column li > ul li a {
    padding-left: 45px !important; } }
