@charset "UTF-8";
body {
  font-family: "Arimo", sans-serif;
}
body * {
  outline: none !important;
}
.product_top_wrapper .shop2-product .product_side_l {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 650px;
}
.product_top_wrapper .shop2-product .product_side_l .product_slider_wr {
  width: calc(100% - 120px);
}
@media (max-width: 960px) {
  .product_top_wrapper .shop2-product .product_side_l .product_slider_wr {
    width: 100%;
  }
}
.product_top_wrapper .shop2-product .product_side_l .product_slider_wr .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.product_top_wrapper .shop2-product .product_side_l .product_slider_wr .slick-dots li {
  list-style-type: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d7d7d7;
  cursor: pointer;
  margin: 0 5px;
}
.product_top_wrapper .shop2-product .product_side_l .product_slider_wr .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background: #000;
}
.product_top_wrapper .shop2-product .product_side_l .product_slider_wr .slick-dots li button {
  display: none;
}
.product_name h1 {
  font-family: "Arimo", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: left;
  padding-bottom: 13px;
  text-transform: none;
}
.product_top_wrapper .shop2-product .shop2-product-article {
  font-family: "Arimo", sans-serif;
  color: #666666;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.product_top_wrapper .shop2-product .shop2-product-article span {
  color: #666666;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  text-transform: none;
  padding-right: 0;
}
.prices_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prices_wrap .shop2-product-discount-desc {
  display: block;
  color: #f16b5f;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  position: relative;
  width: auto;
  border: none;
  background: none;
  top: 0;
  left: 0;
}
.product_top_wrapper .shop2-product .product-price {
  width: auto;
  border-bottom: 1px solid #ebebeb;
  padding-top: 17px;
  padding-bottom: 20px;
}
@media (min-width: 1281px) {
  .product_top_wrapper .shop2-product .product-price {
    padding-left: 8px;
  }
}
.product_top_wrapper .shop2-product .product-price .price-current {
  color: #f16b5f;
  font-family: "Arimo", sans-serif;
  font-size: 24px;
  margin-top: -3px;
}
.product_top_wrapper .shop2-product .product-price .price-current > strong {
  font-size: 21px;
}
.product_top_wrapper .shop2-product .product-price .price-old:before {
  background: #000;
  bottom: 9px;
}
.product_top_wrapper .shop2-product .product-price .price-old span {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.product_top_wrapper .shop2-product .product-price .price-old span strong {
  font-weight: 600;
  font-size: 18px;
}
.product_top_wrapper .shop2-product .vendor_option {
  display: block;
  padding-top: 24px;
  padding-bottom: 29px;
  font-size: 16px;
  color: #000;
  font-family: "Arimo", sans-serif;
}
.product_top_wrapper .shop2-product .vendor_option .vendor_tit {
  font-family: "Arimo", sans-serif;
  font-size: 13px;
  color: #666666;
  padding-bottom: 6px;
}
.product_top_wrapper .shop2-product .vendor_option a {
  color: #000;
  font-weight: bold;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item {
  display: flex;
  flex-direction: column;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-title {
  color: #666666;
  font-size: 14px;
  text-transform: none;
  padding-bottom: 10px;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox {
  width: 100%;
  max-width: 235px;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body .col_text {
  display: inline-block;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body .col_text:first-child span {
  display: none;
}
.product_top_wrapper .shop2-product .shop2-product-options .shop2-color-ext-list li {
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
}
.product_top_wrapper .shop2-product .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected {
  border: 2px solid #f46a60;
}
.product_top_wrapper .shop2-product .shop2-product-options .shop2-color-ext-list li:before, .product_top_wrapper .shop2-product .shop2-product-options .shop2-color-ext-list li:after {
  display: none;
}
.product_top_wrapper .shop2-product .shop2-product-options .shop2-color-ext-list {
  display: block;
}
.my_radio_wrap {
  box-sizing: border-box;
  padding: 11px;
  border: 1px solid #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}
.my_radio_wrap span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  font-family: "Arimo", sans-serif;
}
.my_radio_wrap input {
  display: none;
}
.my_radio_wrap.active {
  border-color: #f46a60;
}
.product_top_wrapper .shop2-product .product_pr_wr {
  display: none;
}
.product_top_wrapper .shop2-product .product_buttons .shop2-product-btn.type-3.buy {
  margin-bottom: 0;
  width: auto;
  transition: all 0.3s ease;
  background: url("../images/to_cart_btn.png") right 20px top 50%/21px no-repeat #00a651;
}
.product_top_wrapper .shop2-product .product_buttons .shop2-product-btn.type-3.buy:hover {
  background: url("../images/to_cart_btn.png") right 20px top 50%/21px no-repeat #006637;
}
.product_top_wrapper .shop2-product .product_buttons .shop2-product-btn.type-3.buy span {
  font-size: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: none;
  letter-spacing: normal;
  padding-left: 28px;
}
.product_top_wrapper .shop2-product .product_buttons {
  padding-bottom: 20px;
}
.product_top_wrapper .shop2-product .yashare .yashare_title {
  color: #999999;
  padding-bottom: 0;
  font-size: 10px;
}
.product_top_wrapper .shop2-product .yashare {
  padding-bottom: 0;
}
.product_top_wrapper .shop2-product .product_side_r {
  margin-bottom: 0;
}
.shop-product-data .shop-product-data-desc {
  padding: 23px 40px;
  background: #f5f5f5;
}
.shop-product-data .shop-product-data-wr {
  white-space: normal;
  overflow: visible;
  padding-bottom: 0;
  text-align: left;
}
.shop-product-data .shop-product-data-wr li {
  transition: all 0.3s ease;
  position: relative;
}
.shop-product-data .shop-product-data-wr li:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 6px;
  background: #000;
  transition: all 0.3s ease;
}
.shop-product-data .shop-product-data-wr li a {
  font-size: 19px;
  font-family: "Arimo", sans-serif;
  color: #666666;
  text-transform: none;
  border: none !important;
  transition: all 0.3s ease;
}
.shop-product-data .shop-product-data-wr li.r-tabs-state-active:before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  height: 6px;
  background: #000;
  width: auto;
}
.shop-product-data .shop-product-data-wr li.r-tabs-state-active a {
  font-weight: bold;
  color: #000;
}
.shop-product-data {
  margin-bottom: 50px;
}
.kinds-block .kinds-block-title {
  text-transform: none;
  font-size: 23px;
  font-weight: normal;
  color: #000;
}
.product-list.product-list-thumbs .product-item {
  transition: all 0.3s ease;
}
.product-list.product-list-thumbs .product-item:hover {
  box-shadow: 0px 0px 0px 10px #fff, 0px 11px 28px rgba(0, 0, 0, 0.41);
}
.kinds-block .kinds-block-list .kinds-block-item {
  transition: all 0.3s ease;
  margin-bottom: 40px;
}
.kinds-block .kinds-block-list .kinds-block-item:hover {
  box-shadow: 0px 0px 0px 10px #fff, 0px 11px 28px rgba(0, 0, 0, 0.41);
}
.shop_main_tabs_body .slick-dots li.slick-active button {
  background: #000;
}
.shop_main_tabs_body .slick-next, .shop_main_tabs_body .slick-prev {
  background: url("../images/collect_arr.png") 50% 50% no-repeat;
  top: 118px;
  opacity: 1;
  visibility: visible;
}
.shop_main_tabs_body .slick-next:before, .shop_main_tabs_body .slick-prev:before {
  display: none;
}
.shop_main_tabs_body .slick-prev {
  transform: rotate(180deg);
}
@media (min-width: 1281px) {
  .shop_main_tabs_body .slick-prev {
    left: -37px;
    transform: rotate(180deg);
  }
}
@media (min-width: 1281px) {
  .shop_main_tabs_body .slick-next {
    right: -37px;
  }
}
.kinds-block .kinds-block-list {
  font-family: "Arimo", sans-serif;
}
.kinds-block .kinds-block-list .slick-next, .kinds-block .kinds-block-list .slick-prev {
  background: url("../images/collect_arr.png") 50% 50% no-repeat;
  top: 118px;
  opacity: 1;
  visibility: visible;
}
.kinds-block .kinds-block-list .slick-next:before, .kinds-block .kinds-block-list .slick-prev:before {
  display: none;
}
.kinds-block .kinds-block-list .slick-prev {
  transform: rotate(180deg);
}
@media (min-width: 1281px) {
  .kinds-block .kinds-block-list .slick-prev {
    left: -37px;
    transform: rotate(180deg);
  }
}
@media (min-width: 1281px) {
  .kinds-block .kinds-block-list .slick-next {
    right: -37px;
  }
}
.kinds-block {
  padding-bottom: 80px;
}
.back_btn {
  display: none;
}
.kinds-block .kinds-block-list .kinds-block-item .kind-price .price-old span {
  color: #000;
  font-size: 14px;
  font-family: "Arimo", sans-serif;
}
.kinds-block .kinds-block-list .kinds-block-item .kind-price .price-old span strong {
  font-size: 16px;
  color: #000;
  font-family: "Arimo", sans-serif;
}
.kinds-block .kinds-block-list .kinds-block-item .kind-price .price-old:after {
  background: #000;
}
.kinds-block .kinds-block-list .kinds-block-item .kind-price .price-current strong {
  font-size: 18px;
}
.kinds-block .kinds-block-list .kinds-block-item .kind-price .price-current {
  font-size: 14px;
}
.widget-26.product {
  padding-top: 75px;
}
.product_top_wrapper .shop2-product .product_image {
  border: 1px solid #ebebeb;
}
.product_top_wrapper .shop2-product .product_thumbs_item .product_image {
  box-shadow: inset 0 0 0 1px #d0c6c5;
  transition: all 0.3s ease;
}
.product_top_wrapper .shop2-product .product_thumbs_item .product_image:before {
  box-shadow: inset 0 0 0 4px #f16b5f;
}
.product_top_wrapper .shop2-product .product_slider_wr .product_image {
  padding-top: 123%;
}
.product_top_wrapper .shop2-product .product_thumbs_item .product_image {
  width: 90px;
}
.product_top_wrapper .shop2-product .product_thumbs_item .product_image .product_image_in {
  padding-top: 149%;
}
.product_top_wrapper .shop2-product .product_slider_thumbs {
  margin: -20px 0;
  margin-top: -1px;
}
.product_top_wrapper .shop2-product .product_thumbs_item {
  margin-top: 9px;
  box-sizing: border-box;
}
.filter_wrap {
  width: 100%;
}
.filter_wrap form {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  border: none;
  margin: 0;
}
.filter_wrap form .table-filter-param {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.filter_wrap form .table-filter-param > div.shop-filter-field {
  width: 20%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1281px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field:nth-child(4) {
    width: 100%;
    max-width: 260px;
  }
}
@media (min-width: 1281px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field:nth-child(5) {
    max-width: 186px;
  }
}
@media (min-width: 1281px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field.price {
    max-width: 239px;
  }
}
@media (min-width: 1281px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field.vendors {
    max-width: 282px;
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field.color {
    max-width: 230px;
  }
}
@media (min-width: 1281px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field.color .filter-field-body {
    padding-left: 23px;
    padding-top: 14px;
    padding-right: 4px;
  }
}
@media (max-width: 768px) and (min-width: 641px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field {
    width: 33.3% !important;
  }
  .filter_wrap form .table-filter-param > div.shop-filter-field:nth-child(4) .filter-field-title {
    border-left: 1px solid #d7d7d7;
  }
  .filter_wrap form .table-filter-param > div.shop-filter-field:nth-child(3) .filter-field-title {
    border-right: 1px solid #d7d7d7;
  }
  .filter_wrap form .table-filter-param > div.shop-filter-field:nth-child(3) .filter-field-title:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field {
    width: 100%;
  }
  .filter_wrap form .table-filter-param > div.shop-filter-field .filter-field-title {
    border: 1px solid #d7d7d7;
  }
  .filter_wrap form .table-filter-param > div.shop-filter-field .filter-field-title:after {
    display: none !important;
  }
}
.filter_wrap form .table-filter-param > div.shop-filter-field.add_border .filter-field-title {
  border-right: 1px solid #d7d7d7;
}
.filter_wrap form .table-filter-param > div.shop-filter-field.add_border_l .filter-field-title {
  border-left: 1px solid #d7d7d7;
}
@media (max-width: 640px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field:nth-child(2n) .filter-field-title {
    border-right: 1px solid #d7d7d7;
  }
  .filter_wrap form .table-filter-param > div.shop-filter-field:nth-child(2n) .filter-field-title:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field:nth-child(3n) .filter-field-title {
    border-left: 1px solid #d7d7d7;
  }
}
.filter_wrap form .table-filter-param > div.shop-filter-field:last-child .filter-field-title {
  border-right: 1px solid #d7d7d7;
}
.filter_wrap form .table-filter-param > div.shop-filter-field:last-child .filter-field-title:after {
  display: none;
}
.filter_wrap form .table-filter-param > div.shop-filter-field:first-child .filter-field-title {
  border-left: 1px solid #d7d7d7;
}
.filter_wrap form .table-filter-param > div.shop-filter-field:nth-child(4n) .filter-field-title:after {
  display: block;
}
.filter_wrap form .table-filter-param > div.shop-filter-field.type-select .filter-field-body .param-item {
  width: 33.3%;
  box-sizing: border-box;
  padding-left: 20px;
}
.filter_wrap form .table-filter-param > div.shop-filter-field.type-select .filter-field-body .param-item a {
  position: relative;
  font-weight: normal;
  color: #000;
}
.filter_wrap form .table-filter-param > div.shop-filter-field.type-select .filter-field-body .param-item a.active-val {
  border: none;
  color: #000;
  background: transparent;
  font-weight: bold;
  padding: 4px 6px;
}
.filter_wrap form .table-filter-param > div.shop-filter-field.type-select .filter-field-body .param-item a.active-val:before {
  border: 3px solid #fff;
  background: #000;
  box-shadow: 0 0 0 1px #ebebeb;
}
.filter_wrap form .table-filter-param > div.shop-filter-field.type-select .filter-field-body .param-item a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ebebeb;
  left: -20px;
  top: 6px;
}
.filter_wrap form .filter-field-body {
  display: none;
  background: #f4f4f4;
  padding: 20px 15px 15px;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
  max-width: 99.5%;
}
@media (max-width: 640px) {
  .filter_wrap form .filter-field-body {
    max-width: 100%;
  }
}
.filter_wrap form .filter-field-body.gr-jqselect > div {
  display: flex;
  flex-wrap: wrap;
}
.filter_wrap form .filter-field-body.gr-jqselect > div .param-item {
  width: 50%;
  box-sizing: border-box;
  padding-left: 25px;
}
@media (max-width: 1024px) and (min-width: 961px) {
  .filter_wrap form .filter-field-body.gr-jqselect > div .param-item {
    width: 100%;
  }
}
.filter_wrap form .filter-field-body.gr-jqselect > div .param-item a {
  position: relative;
  font-weight: normal;
  color: #000;
}
.filter_wrap form .filter-field-body.gr-jqselect > div .param-item a.active-val {
  border: none;
  color: #000;
  background: transparent;
  font-weight: bold;
  padding: 4px 6px;
}
.filter_wrap form .filter-field-body.gr-jqselect > div .param-item a.active-val:before {
  border: 3px solid #fff;
  background: #000;
  box-shadow: 0 0 0 1px #ebebeb;
}
.filter_wrap form .filter-field-body.gr-jqselect > div .param-item a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ebebeb;
  left: -20px;
  top: 6px;
}
.filter_wrap form .filter-field-title {
  position: relative;
  border: 1px solid #d7d7d7;
  padding: 15px;
  box-sizing: border-box;
  border-right: none;
  border-left: none;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 13px;
}
.filter_wrap form .filter-field-title:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 36px;
  right: 1px;
  top: calc(50% - 18px);
  background: #e1e1e1;
}
.filter_wrap form .filter-field-title.active:before {
  transform: rotate(180deg);
}
.filter_wrap form .filter-field-title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  right: 17px;
  top: calc(50% - 3px);
  background: url("../images/filt_arrow.png") 0 0 no-repeat;
  transition: all 0.3s ease;
}
html body .ui-widget.ui-widget-content {
  height: 2px;
  border-radius: 0;
  background: #e1e1e1;
  border: none;
  margin-top: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 94%;
}
html body .ui-slider-horizontal .ui-slider-handle, html body .ui-state-default, .ui-widget-content .ui-state-default {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #000;
  border: none;
  margin-left: -4px;
  margin-top: 2px;
}
.range_input_wrap {
  display: inline-block;
}
.range_input_wrap.two {
  margin-left: auto;
}
.range_input_wrap input {
  width: 76px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  text-align: center;
}
body .ui-slider-horizontal .ui-slider-range {
  background: #000;
}
.shop2-color-ext-popup li {
  display: block;
}
.shop2-color-ext-popup {
  width: 100%;
}
.shop2-color-ext-popup .shop2-color-ext-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.shop2-color-ext-popup .shop2-color-ext-list li {
  display: block;
  width: 50%;
  border: none;
  margin-right: 0;
  height: auto;
  float: none;
  line-height: normal;
}
@media (max-width: 1024px) and (min-width: 961px) {
  .shop2-color-ext-popup .shop2-color-ext-list li {
    width: 100%;
  }
}
.shop2-color-ext-popup .shop2-color-ext-list li .color_title {
  display: flex !important;
  align-items: center;
}
.shop2-color-ext-popup .shop2-color-ext-list li .color_title .color_icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 8px;
  box-shadow: inset 0 0 0 1px #ebebeb;
}
.shop2-color-ext-popup .shop2-color-ext-list li .color_title .col_title {
  font-family: "Arimo", sans-serif;
  font-size: 12px;
  color: #000;
}
.shop2-color-ext-popup .shop2-color-ext-list li.shop2-color-ext-selected .col_title {
  color: red;
}
.product-list.product-list-thumbs .product-price .price-current {
  display: block;
}
.product-list.product-list-thumbs .shop2-product-btn.type-2.buy {
  display: none;
}
.product-list.product-list-thumbs .product-article {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  font-family: "Arimo", sans-serif;
}
.product-list.product-list-thumbs .product-article span {
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  color: #000;
  padding-right: 0;
}
.product_label {
  left: 0;
  bottom: auto;
  top: 0;
  width: 100%;
}
.product_label .product_item_lab, .product_label .product_label_item {
  color: #fff;
  border-radius: 0px 23px 23px 23px;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 9px;
  letter-spacing: normal;
}
.product_label .product_item_lab.product_new, .product_label .product_label_item.product_new {
  background: #099114;
}
.product_label .product_item_lab.product_spec, .product_label .product_label_item.product_spec {
  background: #de4040;
  border-radius: 23px 0px 0px 23px;
  position: absolute;
  right: 0;
  left: auto;
}
.product_label .product_item_lab.product_sale, .product_label .product_label_item.product_sale {
  background: #f16b5f;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  font-size: 15px;
  font-weight: bold;
  font-family: "Arimo", sans-serif;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 42px);
  left: calc(50% - 21px);
}
.product-list .product-price .price-current.sale {
  color: #f16b5f;
}
body .wrapper .product-list .product-name a {
  font-size: 13px;
  font-family: "Arimo", sans-serif;
}
.product-list.product-list-thumbs .product_top_right {
  padding: 0;
}
.product-list.product-list-thumbs .product_bottom {
  padding: 0;
}
.product-list.product-list-thumbs .product-price .price-current {
  font-size: 14px;
}
.product-list.product-list-thumbs .product-price .price-current strong {
  font-size: 18px;
}
.product-list.product-list-thumbs .product-price .price-old span strong {
  font-size: 18px;
  font-weight: bold;
}
.product-list.product-list-thumbs .product-item {
  margin-bottom: 64px;
}
.shop_sorting_panel .sorting_block .sorting__block_body_copy {
  padding: 0;
  background: none;
  color: #909090;
  font-size: 14px;
  font-family: "Arimo", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  margin-right: -7px;
}
.shop_sorting_panel .sorting_block .sorting__block_body_copy:before {
  display: none;
}
.shop_sorting_panel .sorting_block {
  width: auto;
}
.shop_sorting_panel .sorting_block .sort_by {
  position: relative;
}
.shop_sorting_panel .sorting_block .title {
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  position: relative;
  padding-right: 15px;
  padding-left: 13px;
  box-sizing: border-box;
}
.shop_sorting_panel .sorting_block .title.active:before {
  transform: rotate(180deg);
}
.shop_sorting_panel .sorting_block .title:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 9px;
  background: url("../images/up_arrow.png") 0 0 no-repeat;
  right: 0;
  top: calc(50% - 4.5px);
}
.shop_sorting_panel .sorting_block .inner {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 99;
}
.shop_sorting_panel .sorting_block .inner a {
  color: #000;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  position: relative;
  padding-left: 13px;
  padding-right: 15px;
}
.shop_sorting_panel .sorting_block .inner a.sort-param-asc:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 9px;
  background: url("../images/up_arrow.png") 0 0 no-repeat;
  right: 0;
  top: calc(50% - 4.5px);
}
.shop_sorting_panel .sorting_block .inner a.sort-param-desc:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 9px;
  background: url("../images/up_arrow.png") 0 0 no-repeat;
  right: 0;
  top: calc(50% - 4.5px);
  transform: rotate(180deg);
}
.filter-btns .filter_btns_top {
  display: inline-block;
  margin-right: 35px;
}
.filter-btns .filter_btns_top a {
  color: #747275;
  font-size: 15px;
  font-family: "Arimo", sans-serif;
}
.filter-btns .filter_btns_top .result {
  display: inline-block;
}
.filter-btns .filter_btns_top .result * {
  color: #747275;
}
.filter-btns .filter-reset {
  color: #747275;
  font-size: 15px;
  font-family: "Arimo", sans-serif;
  padding-bottom: 2px;
  border-bottom: 1px dashed #747275;
  margin-right: 20px;
  position: relative;
}
.filter-btns .filter-reset:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 12px;
  background: url("../images/refresh.png") right 1px top 40% no-repeat;
  right: -20px;
  top: calc(50% - 8px);
}
.sorting__block_inner {
  display: flex;
}
.product-list.product-list-thumbs .product_image {
  padding-top: 0;
  max-height: 337px;
}
.product-list.product-list-thumbs .product_image > a {
  position: relative;
}
.cat_in_folder {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  max-width: calc(100% - 40px);
}
@media (max-width: 960px) {
  .cat_in_folder {
    max-width: 100%;
  }
}
.cat_in_folder li {
  padding-right: 12px;
  list-style-type: none;
}
@media (max-width: 960px) {
  .cat_in_folder li {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.cat_in_folder li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 250px;
}
@media (max-width: 960px) {
  .cat_in_folder li ul {
    position: relative;
    width: 100%;
    top: 0;
    padding-left: 10px;
  }
}
.cat_in_folder li ul li a {
  margin-right: 0;
  width: auto;
  max-width: 100%;
}
.cat_in_folder li ul li {
  width: 100%;
}
.cat_in_folder li a {
  display: block;
  padding: 13px 35px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  font-family: "Arimo", sans-serif;
  background: #ebebeb;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .cat_in_folder li a {
    background: none;
    border-radius: 0;
    color: #000;
    padding-left: 23px;
  }
}
.cart_product_amount, #shop2-cart .cart_product_items .cart-amount, #shop2-cart .cart_table_buttons .cart_clear_btn a, #shop2-cart .shop2-cart-total-wr .cart_total_top .cart_total_title {
  display: none;
}
#shop2-cart .cart_table_buttons .cart_back_btn a {
  background: none;
  color: #000;
  font-family: "Arimo", sans-serif;
  padding-left: 57px;
  font-size: 17px;
  text-transform: none;
  letter-spacing: normal;
  width: auto;
}
#shop2-cart .cart_table_buttons .cart_back_btn a:before {
  left: 36px;
  width: 7px;
  height: 11px;
  background: url("../images/back_arr.png") 0 0 no-repeat;
  transform: rotate(0deg);
}
#shop2-cart .cart_table_buttons .cart_back_btn a:hover {
  background: none;
  color: #000;
}
#shop2-cart .cart_product_items .cart-delete a {
  background: url("../images/trash.png") 0 0/contain no-repeat;
  transition: all 0.1s ease;
  height: 23px;
}
#shop2-cart .cart_product_items .cart-delete a:hover {
  background-image: url("../images/trash_hov.svg");
}
#shop2-cart .cart_table_buttons {
  position: relative;
  width: 100%;
}
#shop2-cart .cart_table_buttons:before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 247px);
  right: 0;
  top: 50%;
  background: #ebebeb;
}
.shop2-cart-table {
  width: 100%;
}
#shop2-cart .shop2-cart-table-wr {
  display: flex;
}
#shop2-cart .shop2-cart-total-wr {
  width: 100%;
  max-width: 326px;
  background: url("../images/total_bl_cart.png") 0 0 no-repeat;
  box-sizing: border-box;
  border: 3px solid #2c43cf;
  margin-left: auto;
  margin-left: 30px;
}
@media (min-width: 1281px) {
  #shop2-cart .shop2-cart-total-wr {
    margin-right: 4px;
  }
}
#shop2-cart .cart_product_items .cart-delete {
  margin-left: auto;
  position: absolute;
  right: 0;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item .cart_total_title, #shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item .cart_total_body {
  color: #000;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item .cart_total_body {
  width: auto;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item:last-child .cart_total_title {
  width: auto;
  font-weight: 500;
  font-size: 23px;
  margin-top: -9px;
  padding-bottom: 0;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item .cart_total_title {
  font-size: 14px;
  text-transform: none;
  color: #000;
  letter-spacing: normal;
  font-family: "Arimo", sans-serif;
}
.cart_bot_btns {
  margin-top: 20px;
}
#shop2-cart .cart_product_items .cart_product_item {
  background: none;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item .cart_total_body {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  font-family: "Arimo", sans-serif;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item .cart_total_body .currenc {
  font-size: 14px;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item:last-child .cart_total_body {
  font-weight: bold;
  font-size: 23px;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item:last-child .cart_total_body .currenc {
  font-size: 23px;
}
#shop2-cart .shop2-cart-total-wr .cart_bot_btns a.shop2-btn {
  background: #2c43cf;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  padding: 13px 37px;
  letter-spacing: normal;
  max-width: 100%;
}
#shop2-cart .shop2-cart-total-wr .cart_bot_btns a.shop2-btn:before {
  display: none;
}
#shop2-cart .shop2-cart-total-wr .cart_bot_btns a.shop2-btn:hover {
  background: #2c43cf;
}
#shop2-cart .shop2-cart-total-wr {
  padding: 32px;
}
#shop2-cart {
  justify-content: flex-start;
  margin-top: 14px;
}
#shop2-cart .cart_product_items .cart-product-param li .param-value .shop2-color-ext-list li {
  border-radius: 0;
}
#shop2-cart .cart_product_items .cart-product-param li .param-value .shop2-color-ext-list li:before, #shop2-cart .cart_product_items .cart-product-param li .param-value .shop2-color-ext-list li:after {
  display: none;
}
#shop2-cart .cart_product_items .cart_product_image {
  width: 116px;
  height: 116px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  margin-right: 33px;
  border-left: 2px solid #ebebeb;
}
#shop2-cart .cart_table_titles .cart_product_name, #shop2-cart .cart_product_items .cart_product_left {
  padding-left: 0;
}
#shop2-cart .cart_product_items .cart_product_left {
  width: 38.2%;
  order: 1;
}
@media (min-width: 1281px) {
  #shop2-cart .cart_product_items .cart_product_left {
    padding-right: 0;
  }
}
#shop2-cart .cart_product_items .cart-price {
  order: 3;
}
#shop2-cart .cart_product_items .cart-sum {
  order: 4;
  width: 35%;
}
#shop2-cart .cart_product_items .cart-delete {
  order: 5;
}
.my_size_wrapper {
  width: 20%;
  order: 2;
}
.my_size_wrap {
  width: 100%;
  text-align: center;
  order: 2;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  font-family: "Arimo", sans-serif;
}
.my_size_wrap .param-title {
  display: none;
}
.cart_product_size {
  width: 20%;
  text-align: center;
}
#shop2-cart .cart_table_titles .cart_product_name {
  width: 38%;
}
#shop2-cart .cart_product_items .cart_product_params {
  padding: 0;
}
#shop2-cart .cart_product_items .cart_product_params {
  position: relative;
}
#shop2-cart .cart_product_items .cart_product_params .cart_params_in {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding-top: 0;
  margin-top: 40px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 480px) {
  #shop2-cart .cart_product_items .cart_product_params .cart_params_in {
    left: auto;
    right: 0;
  }
}
#shop2-cart .cart_product_items .cart_params_open span {
  padding-right: 0;
  font-size: 13px;
  text-transform: none;
  color: #000;
  padding-bottom: 1px;
  border-bottom: 1px dashed #b7b7b7;
}
#shop2-cart .cart_product_items .cart_params_open span:before {
  width: 9px;
  height: 6px;
  background: url("../images/opt_in_cart.png") 0 0 no-repeat;
  right: -20px;
  top: 5px;
}
#shop2-cart .cart_product_items .cart-product-article {
  color: #666666;
  font-size: 12px;
  text-transform: none;
  font-family: "Arimo", sans-serif;
  padding-bottom: 10px;
}
#shop2-cart .cart_product_items .cart-product-article span {
  padding-right: 0;
  color: #666666;
  font-size: 12px;
  font-family: "Arimo", sans-serif;
}
#shop2-cart .cart_product_items .cart-product-name {
  padding-bottom: 5px;
}
#shop2-cart .cart_product_items .cart_product_image a {
  position: relative;
}
#shop2-cart .cart_table_titles {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  border-top: none;
  text-transform: none;
  font-family: "Arimo", sans-serif;
  font-size: 13px;
  color: #4b4b4b;
}
#shop2-cart .cart_product_items .cart_product_item {
  padding-top: 25px;
  padding-bottom: 0px;
  box-sizing: border-box;
  margin-bottom: 0;
}
#shop2-cart .cart_product_items .cart_product_in {
  padding-bottom: 0;
  position: relative;
}
#shop2-cart .cart_product_items .cart-product-param {
  width: 240px;
}
#shop2-cart .cart_product_items .cart_product_params .cart_params_in {
  max-height: 300px;
  overflow: auto;
}
#shop2-cart .cart_product_items .cart-product-param li .param-value .shop2-color-ext-list li.shop2-color-ext-selected {
  width: auto;
  background: none !important;
}
#shop2-cart .cart_product_items .cart-product-param li .param-value .shop2-color-ext-list li.shop2-color-ext-selected div {
  display: block !important;
  font-size: 14px;
  color: #000;
  text-transform: none;
  font-family: "Arimo", sans-serif;
}
#shop2-cart .cart_product_items .cart-product-param li .param-value .shop2-color-ext-list li.shop2-color-ext-selected div img {
  display: none;
}
#shop2-cart .cart_product_items .cart-product-param li .param-title {
  color: #666666;
  font-size: 14px;
  font-family: "Arimo", sans-serif;
  text-transform: none;
  padding-bottom: 10px;
}
#shop2-cart .cart_product_items .cart-product-param li .param-value {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  font-family: "Arimo", sans-serif;
  text-transform: none;
  padding-bottom: 20px;
}
#shop2-cart .cart_product_items .cart-product-param li {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#shop2-cart .cart_product_items .cart-product-name a {
  font-size: 16px;
  color: #000;
  font-family: "Arimo", sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
.product-list.product-list-thumbs .product_label {
  min-height: 52px;
}
.shop-pagelist .shop-pagelist__body li.not_active {
  display: none !important;
}
.shop-pagelist .shop-pagelist__body li.page-num.active-num span {
  background: #f3f3f3;
  color: #000;
  font-weight: normal;
}
.shop-pagelist .shop-pagelist__body li a, .shop-pagelist .shop-pagelist__body li span {
  background: none;
  font-weight: normal;
}
.shop2-product-btn.type-2.onrequest span {
  display: none;
}
.shop-pagelist .shop-pagelist__body li.page-next a:before {
  width: 8px;
  height: 9px;
  background: url("../images/play-button.svg") 0 0/contain no-repeat;
  transform: none;
  top: calc(50% - 4px);
  left: calc(50% - 3px);
}
.shop-pagelist .shop-pagelist__body li.page-next a {
  background: none;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  font-weight: normal;
}
.shop-pagelist .shop-pagelist__body li.page-prev a {
  background: none;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  font-weight: normal;
}
.shop-pagelist .shop-pagelist__body li.page-prev a:before {
  width: 8px;
  height: 9px;
  background: url("../images/play-button.svg") 0 0/contain no-repeat;
  transform: rotate(180deg);
  top: calc(50% - 4px);
  left: calc(50% - 3px);
}
@media (max-width: 960px) {
  .product-list.product-list-thumbs .product_label {
    bottom: 0;
    left: 0;
  }
  .product_label .product_item_lab.product_sale, .product_label .product_label_item.product_sale {
    top: auto;
    bottom: -18px;
  }
  .product-list.product-list-thumbs .prod_top_left {
    height: 100%;
  }
  .shop2-color-ext-popup .shop2-color-ext-list li, .filter_wrap form .filter-field-body.gr-jqselect > div .param-item {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .filter_wrap form .table-filter-param > div.shop-filter-field.type-select .filter-field-body .param-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .product-list.product-list-thumbs .product-item {
    width: calc(50% - 6px);
  }
  .widget-26 {
    padding-left: 0;
    padding-right: 0;
  }
  .product_label .product_item_lab.product_sale, .product_label .product_label_item.product_sale {
    width: 35px;
    height: 35px;
  }
  .shop2-color-ext-popup .shop2-color-ext-list li, .filter_wrap form .filter-field-body.gr-jqselect > div .param-item {
    width: 50%;
  }
  .filter_wrap form .table-filter-param > div.shop-filter-field.type-select .filter-field-body .param-item {
    width: 33.3%;
  }
  .product_label .product_item_lab.product_spec, .product_label .product_label_item.product_spec, .product_label .product_item_lab.product_new, .product_label .product_label_item.product_new {
    position: relative;
    border-radius: 23px;
  }
  .product-list .product_label .product_item_lab, .product-list .product_label .product_label_item {
    border-radius: 23px;
  }
  .shop-pagelist .shop-pagelist__body {
    display: flex;
  }
}
@media (max-width: 767px) {
  .shop-pagelist .shop-pagelist__body li.page-next, .shop-pagelist .shop-pagelist__body li.page-prev {
    display: inline-block;
  }
  .shop-pagelist .shop-pagelist__mobile {
    display: none;
  }
}
.shop_sorting_panel {
  margin-top: 20px;
}
.product_top_wrapper .shop2-product .product_label {
  left: 0;
}
.product_top_wrapper .shop2-product .product_label .product_label_item.product_sale {
  top: -19px;
}
.product_top_wrapper .shop2-product .product_side_r {
  padding: 25px 45px;
  padding-top: 19px;
  padding-left: 37px;
}
@media (max-width: 1200px) {
  .product_top_wrapper .shop2-product .product_side_r {
    padding: 20px;
  }
}
.product_top_wrapper .shop2-product .product_slider_thumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 960px) {
  .product_top_wrapper .shop2-product .product_slider_thumbs {
    display: none;
  }
}
.product_top_wrapper .shop2-product .product_slider_thumbs .slick-prev, .product_top_wrapper .shop2-product .product_slider_thumbs .slick-next {
  font-size: 0;
  background: url("../images/slid_arr.png") 50% 50% no-repeat #fff;
  width: 17px;
  height: 20px;
  transition: all 0.3s ease;
}
.product_top_wrapper .shop2-product .product_slider_thumbs .slick-prev:hover, .product_top_wrapper .shop2-product .product_slider_thumbs .slick-next:hover {
  background-position: 50% 20%;
}
.product_top_wrapper .shop2-product .product_slider_thumbs .slick-prev {
  margin-bottom: 27px;
  margin-top: -7px;
  margin-left: -28px;
  background: url("../images/slid_arr.png") 50% 50% no-repeat #fff;
}
.product_top_wrapper .shop2-product .product_slider_thumbs .slick-next {
  margin-top: 10px;
  transform: rotate(180deg);
  margin-left: -28px;
}
.product_top_wrapper .shop2-product .product_slider_wr .product_image {
  box-sizing: border-box;
}
@media (max-width: 960px) and (min-width: 641px) {
  .product_top_wrapper .shop2-product .product_side_l {
    max-width: 450px;
  }
  .product_top_wrapper .shop2-product {
    flex-wrap: nowrap;
  }
}
@media (max-width: 480px) {
  .product_top_wrapper .shop2-product .product_label .product_label_item.product_sale {
    top: auto;
    bottom: 10px;
  }
  .product_top_wrapper .shop2-product .product_side_l .product_slider_wr .slick-dots {
    margin-top: 40px;
  }
  .product_top_wrapper .shop2-product .product_side_r {
    padding: 0;
  }
  .widget-26.product {
    padding-top: 20px;
  }
}
#shop2-cart .cart_product_items .cart_product_in .my_size_wrap {
  display: none;
}
#shop2-cart .cart_product_items .cart_product_in .my_size_wrap:first-child {
  display: block;
}
#shop2-cart .cart_product_items .cart-sum-body .my_old_price {
  position: relative;
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  color: #8d8d8d;
  display: inline-block;
}
#shop2-cart .cart_product_items .cart-sum-body .my_old_price .sum_name {
  font-size: 14px;
}
#shop2-cart .cart_product_items .cart-sum-body .my_old_price:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #8d8d8d;
  top: 42%;
}
#shop2-cart .cart_product_items .cart-sum-body .my_discount_price {
  font-size: 18px;
  color: #000;
  font-family: "Arimo", sans-serif;
  display: inline-block;
  vertical-align: middle;
}
#shop2-cart .cart_product_items .cart-sum-body .my_discount_price .sum_name {
  font-size: 18px;
}
#shop2-cart .cart_product_items .cart-sum-body .my_discount_price .shop2-product-discount-desc {
  display: block;
  border: none;
  color: #f46a60;
  font-size: 15px;
  font-family: "Arimo", sans-serif;
  padding: 0;
  position: relative;
  width: auto;
}
.widget-27 {
  text-transform: none;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon_wrap .coupon_title {
  color: #000;
  text-transform: none;
  font-family: "Arimo", sans-serif;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon_wrap .shop_coupon .coupon_bl_wr {
  background: #ebebeb;
  color: #000;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon_wrap .shop_coupon .coupon_btn.coupon-btn.shop2-btn, #shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon_wrap .coupon_show_btn {
  background: url("../images/plus.svg") 50% 50% no-repeat;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon_wrap .coupon_show_btn {
  background-position: 100% 50%;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon_wrap .shop_coupon .focus_input {
  color: #000;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon-id {
  color: #000;
}
#shop2-cart .cart_product_items .cart_product_in {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #shop2-cart .shop2-cart-table-wr {
    flex-wrap: wrap;
  }
  #shop2-cart .shop2-cart-total-wr {
    margin-left: auto;
  }
  #shop2-cart .cart_product_items .cart-sum-title {
    display: none;
  }
  #shop2-cart .cart_product_items .cart-sum {
    padding: 0;
  }
  #shop2-cart .cart_table_buttons:before {
    display: none;
  }
}
@media (max-width: 480px) {
  #shop2-cart .cart_product_items .cart_product_left {
    width: 100%;
  }
  #shop2-cart .cart_product_items .cart_product_in {
    flex-wrap: wrap;
  }
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox > div {
  width: 100%;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox .jq-selectbox__select {
  display: none;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox .jq-selectbox__dropdown {
  display: block !important;
  position: relative !important;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox .jq-selectbox__dropdown > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox .jq-selectbox__dropdown > ul li {
  box-sizing: border-box;
  padding: 11px;
  border: 1px solid #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  background: #fff;
  font-family: "Arimo", sans-serif;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox .jq-selectbox__dropdown > ul li.selected {
  border-color: #f46a60;
}
@media (max-width: 480px) {
  #shop2-cart .cart_product_items .cart_product_item {
    padding-left: 0;
    padding-right: 0;
  }
  .my_size_wrapper {
    width: 100%;
  }
  .my_size_wrapper > div {
    text-align: left;
  }
  .my_size_wrap .param-title {
    display: block;
    font-size: 16px;
  }
  #shop2-cart .cart_product_items .cart-sum {
    width: 100%;
  }
  #shop2-cart .shop2-cart-total-wr .cart_bot_btns a.shop2-btn {
    padding: 13px 7px;
    text-align: center;
  }
  #shop2-cart .shop2-cart-total-wr {
    padding: 20px;
  }
}
button.shop2-btn, a.shop2-btn, .remodal[data-remodal-id="cart-reg"] a.shop2-btn {
  background: #000;
  transition: all 0.3s ease;
}
button.shop2-btn:hover, a.shop2-btn:hover, .remodal[data-remodal-id="cart-reg"] a.shop2-btn:hover {
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.42);
  background: #000;
}
.remodal[data-remodal-id="cart-reg"] {
  padding-bottom: 20px;
}
.shop2-order-options .options-list .option-type.active-type:after {
  box-shadow: inset 0 0 0 1px #ebebeb;
}
.shop2-order-options.shop2-delivery .options-list .option-type .option-label:after, .shop2-delivery .options-list .option-type .option-label:after {
  background: #000;
}
.shop2-order-options.shop2-delivery .text-center button.shop2-btn, .shop2-delivery .text-center button.shop2-btn {
  width: auto;
}
.shop2-order-options.shop2-delivery .text-center button.shop2-btn:before, .shop2-delivery .text-center button.shop2-btn:before {
  right: 20px;
}
.authorization-10 .login-type2 {
  color: #000;
}
input, textarea {
  outline: none !important;
  max-width: 100% !important;
}
@media (min-width: 375px) {
  .g-form-control-text, .g-form-control-textarea {
    width: 262px !important;
  }
}
@media (max-width: 374px) {
  .g-form-control-text, .g-form-control-textarea {
    width: 270.03px !important;
    box-sizing: border-box !important;
  }
}
.range_tit {
  font-size: 12px;
}
.product-list.product-list-thumbs .product_top {
  padding-bottom: 18px;
}
@media (min-width: 1281px) {
  .product-list.product-list-thumbs .product_l_bottom_wr {
    padding-left: 19px;
  }
  .product_label .product_item_lab.product_new {
    margin-left: 0;
    margin-top: -6px;
    height: 13px;
  }
}
.product-list.product-list-thumbs .product-name {
  padding-bottom: 4px;
}
.product-list.product-list-thumbs .product-price .price-old span strong {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}
.product-list.product-list-thumbs .product-price .price-old span {
  color: #000;
  font-size: 13px;
}
.product-list.product-list-thumbs .product-price .price-old:after {
  background: #000;
  top: 50%;
  height: 1px;
}
.product-list.product-list-thumbs .product-name a {
  font-size: 14px;
  font-weight: normal;
  font-family: "Arimo", sans-serif;
  color: #000;
}
.product-list.product-list-thumbs .product-article {
  color: #6e6e6e;
  margin-top: 2px;
  padding-bottom: 4px;
}
.product-list.product-list-thumbs .product_label {
  pointer-events: none;
}
.product_top_wrapper .shop2-product .product_thumbs_item .product_image {
  margin-left: 0;
}
.product_top_wrapper .shop2-product .shop2-product-article span {
  font-size: 13px;
}
.product_top_wrapper .shop2-product .product-price > .shop2-product-discount-desc {
  display: none !important;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-title {
  font-size: 13px;
  padding-bottom: 4px;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body .col_text {
  font-size: 14px;
}
.product_top_wrapper .shop2-product .shop2-product-options .shop2-color-ext-list li {
  width: 47px;
  height: 37px;
  margin-top: 10px;
  margin-right: 7px;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item {
  padding-bottom: 7px;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox .jq-selectbox__dropdown > ul {
  margin-top: 5px;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox .jq-selectbox__dropdown > ul li {
  padding: 8px 13px;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox .jq-selectbox__dropdown > ul li:hover {
  border-color: #f46a60;
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-body.chexbox {
  max-width: 100%;
}
.product_top_wrapper .shop2-product .product_buttons .shop2-product-btn.type-3.buy {
  width: 100%;
  max-width: 300px;
  margin-right: 0;
  height: 52px;
  margin-top: 4px;
}
.product_top_wrapper .shop2-product .product_buttons .shop2-product-btn.type-3.buy span {
  padding-left: 0;
}
.product_top_wrapper .shop2-product {
  margin-bottom: 18px;
}
.shop-product-data .shop-product-data-wr li.r-tabs-state-active a {
  padding-bottom: 12px;
}
.shop-product-data .shop-product-data-wr li a {
  padding: 0 36px 12px;
  transition: all 0.3s ease;
}
.shop-product-data .shop-product-data-wr li.r-tabs-state-active a, .shop-product-data .shop-product-data-wr li a {
  padding: 0 0px 12px;
}
.shop-product-data {
  margin-bottom: 44px;
}
.kinds-block .kinds-block-list .slick-next, .kinds-block .kinds-block-list .slick-prev {
  visibility: visible;
  opacity: 1;
}
.kinds-block .kinds-block-list .kinds-block-item .kind-block-top {
  padding-top: 0;
}
@media (min-width: 1281px) {
  .product_label .product_item_lab.product_spec {
    margin-top: -6px;
  }
  .kinds-block .kinds-block-list .kinds-block-item .kind-image {
    padding-top: 118.3%;
  }
  #shop2-cart .cart_product_items .cart-product-details {
    margin-top: -8px;
  }
  #shop2-cart .cart_product_items .cart_product_in .my_size_wrap:first-child {
    padding-right: 12px;
    box-sizing: border-box;
  }
  #shop2-cart .cart_product_items .cart-sum {
    margin-left: -4px;
  }
  .my_size_wrapper {
    margin-top: -26px;
  }
  #shop2-cart .cart_product_items .cart-sum {
    margin-top: -22px;
  }
  #shop2-cart .cart_product_items .cart-delete {
    margin-top: -15px;
  }
}
#shop2-cart .cart_product_items .cart-sum-body .my_discount_price {
  margin-left: 5px;
  font-weight: normal;
}
#shop2-cart .cart_product_items .cart-sum-body .my_old_price {
  font-weight: 400;
}
.kinds-block .kinds-block-list .kinds-block-item .kind-name a {
  font-size: 14px;
  margin-top: 29px;
  color: #000;
}
@media (min-width: 961px) {
  .kinds-block .kinds-block-list .kinds-block-item .kind-block-top {
    padding: 0 19px;
  }
  .kinds-block .kinds-block-list .kinds-block-item .kind-details {
    padding: 0 30px 37px;
  }
}
.kinds-block .kinds-block-list .kinds-block-item .kind-block-top .kind-name {
  padding-bottom: 6px;
}
.kinds-block .kinds-block-list .kinds-block-item .kind-block-top .shop2-product-article {
  margin: 0;
  color: #191919;
}
.kinds-block .kinds-block-list .kinds-block-item .kind-block-top .shop2-product-article span {
  color: #191919;
}
.kinds-block {
  padding-bottom: 60px;
}
.kinds-block .kinds-block-list .slick-dots {
  padding-top: 0;
}
.kinds-block .kinds-block-list .slick-dots li.slick-active button, .kinds-block .kinds-block-list .slick-dots li button:hover {
  background: #000;
}
@media (max-width: 480px) {
  .kinds-block .kinds-block-list .kinds-block-item .kind-block-top, .kinds-block .kinds-block-list .kinds-block-item .kind-details {
    padding: 0 5px;
  }
  .kinds-block .kinds-block-list .kinds-block-item .kind-details {
    padding-bottom: 5px;
  }
}
#shop2-cart .cart_table_titles {
  padding-top: 13px;
}
@media (max-width: 768px) {
  .my_size_wrap .param-title {
    display: block;
    font-size: 14px;
    color: #8d8d8d;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  #shop2-cart .cart_product_items .cart-sum {
    justify-content: center;
  }
}
.shop2-order-form {
  background: #eee;
}
.shop_main_tabs_titles .products_title.active {
  border-color: #000;
}
.kinds-block .kinds-block-list .kinds-block-item .kind-block-top {
  margin-bottom: 20px;
}
.product_top_wrapper .shop2-product .product_label {
  pointer-events: none;
}
#orderForm, .-visor-no-click {
  margin-bottom: 30px;
}
.comments_block_wrapper .tpl_rev_form .tpl-form .tpl-field button.btn-style {
  padding: 19px 50px 19px 20px;
}
.product_top_wrapper .shop2-product .product_item_lab.product_new {
  margin-top: 0;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon_wrap .shop_coupon .coupon_close, #shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon-id .coupon-delete {
  background: url("../images/coupon_closer.svg") 50% 50% no-repeat;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon-id {
  display: flex;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item.coupon_item .coupon-id .coupon-code.error {
  padding-left: 5px;
}
.shop2-filter .filter-btns {
  margin-left: auto;
  margin-top: -35px;
  line-height: unset;
}
.shop2-filter .filter-btns .result {
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 1.7;
  font-size: 14px;
}
.filter-btns .filter_btns_top a {
  position: relative;
  display: inline-block !important;
}
.filter-btns .filter_btns_top a:before {
  content: "Показать";
  position: absolute;
  left: -70px;
  font-size: 14px;
  color: #000;
  background: #d7d7d7;
  top: 2px;
  box-sizing: border-box;
  padding: 0 3px;
}
.filter-btns .filter_btns_top a.hide:before {
  display: none;
}
.shop2-filter .filter-btns .result {
  display: inline-block !important;
}
.product_top_wrapper .shop2-product .product_side_r {
  background: none;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item .cart_total_title {
  padding-bottom: 6px;
}
#shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item {
  padding-bottom: 23px;
}
#shop2-cart .cart_product_items .cart-sum-body .my_discount_price .shop2-product-discount-desc {
  z-index: 0;
}
.product-list.product-list-thumbs .product_image.no-image {
  padding-top: 100%;
}
.product_top_wrapper .shop2-product .product_label .product_item_lab.product_spec {
  margin-top: 0;
}
@media (min-width: 769px) {
  #shop2-cart .shop2-cart-table-wr {
    display: block;
    vertical-align: top;
  }
  #shop2-cart {
    display: block;
    flex-wrap: nowrap;
  }
  .shop2-cart-table {
    display: inline-block;
    width: calc(100% - 365px);
  }
  #shop2-cart .shop2-cart-total-wr {
    display: inline-block;
    vertical-align: top;
  }
}
#shop2-cart .cart_product_items .cart-product-action {
  display: none;
}
.widget-26 {
  margin-bottom: 20px;
}
.product-list.product-list-thumbs .product_image a img {
  object-fit: contain;
}
.product-list.product-list-thumbs .product_image {
  display: flex;
}
.widget-28 {
  font-size: 14px;
}
.widget-26.product {
  padding-top: 40px;
}
.block-12 {
  padding-top: 30px;
}
.cat_in_folder li a {
  padding: 4px 18px;
}
.cat_in_folder li a:hover {
  background: #d2d2d2;
}
.filter_wrap form .filter-field-title {
  padding-top: 2px;
  padding-bottom: 1px;
}
.filter_wrap form .filter-field-title:after {
  height: 20px;
  top: calc(50% - 10px);
}
.product_label .product_item_lab.product_new {
  position: relative;
}
.product-list.product-list-thumbs .product-price .price-old:after {
  background: #ff836b;
}
.desc-area.params .shop2-product-params {
  display: flex;
  flex-wrap: wrap;
}
.desc-area.params .shop2-product-params .param-item {
  display: flex;
  align-items: center;
}
.desc-area.params .shop2-product-params .param-item .param-title {
  padding-right: 10px;
}
@media (max-width: 480px) {
  .shop-product-data .shop-product-data-desc {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .filter_block_title {
    display: none;
  }
}
@media (max-width: 768px) {
  .filter_block_title {
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    position: relative;
  }
  .filter_block_title:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    background: url("../images/filt_arrow.png") 0 0 no-repeat;
    right: 15px;
    top: calc(50% - 3px);
    transition: all 0.3s ease;
  }
  .filter_block_title.active:before {
    transform: rotate(180deg);
  }
  .filter_wrap form .table-filter-param > div.shop-filter-field {
    width: 100% !important;
  }
  .filter_wrap form {
    display: none;
  }
  .filter_wrap {
    width: 50%;
  }
  .shop2-filter .filter-btns {
    margin-top: 20px;
    order: 5;
    margin-left: 0;
  }
  .wrapper .filter_wrap form .table-filter-param > div.shop-filter-field .filter-field-title {
    border: 1px solid #d7d7d7;
  }
  .wrapper .filter_wrap form .table-filter-param > div.shop-filter-field .filter-field-title:after {
    display: none;
  }
}
.shop2-product-tags > div a {
  color: #473cff;
  text-decoration: underline;
}
.shop2-product-tags > div a:hover {
  text-decoration: none;
}
.product_top_wrapper .shop2-product .vendor_option a:hover, .bl1 a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .filter_wrap {
    width: 100%;
  }
  .filter-btns .filter_btns_top a:before {
    display: none !important;
  }
  .kinds-block .kinds-block-list .kinds-block-item .kind-image {
    padding-top: 128%;
  }
}
@media screen and (min-width: 961px) {
  .fix .block-9 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
  }
  .fix .block-10 {
    margin-top: 47px;
  }
}
#sandbox_theme_panel_708700 {
  top: auto !important;
  bottom: 0;
}
.content-51 a {
  color: #473cff;
}
.content-51 a:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  .mz-hint-message {
    display: none !important;
  }
}
.product_top_wrapper .shop2-product .shop2-product-options .option-item .option-title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-list.product-list-thumbs .product-anonce {
  display: none;
}
.filter_wrap form .filter-field-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 960px) {
  #shop2-cart .shop2-cart-total-wr .shop2-cart-total .cart_total_item:last-child .cart_total_title {
    padding-right: 30px !important;
  }
  .shop2-order-in-one-page-form.shop2-delivery .shop2-order-form .form-item.form-item-textarea textarea {
    max-height: 90px;
    height: auto;
  }
  .cat_in_folder li {
    display: block;
    width: auto;
    padding-right: 12px;
  }
  .cat_in_folder li a {
    background: #ebebeb;
    border-radius: 20px;
    padding: 4px 8px;
  }
}
.product_top_wrapper .shop2-product .product_note {
  display: none;
}
#shop2-cart .cart_table_titles .amount_top {
  width: 30% !important;
}
#shop2-cart .prod_cart_wr .cart_product_in .cart-product .cart_product_image {
  height: auto !important;
}
#shop2-cart .prod_cart_wr .cart_product_in .cart-product .cart-product-article {
  font-size: 14px;
}
#shop2-cart .prod_cart_wr .cart_product_in .cart-product .cart-product-article span {
  font-size: 14px;
}
#shop2-cart .prod_cart_wr .cart_product_in .cart-sum {
  order: 3;
  width: 22%;
}
#shop2-cart .prod_cart_wr .cart_product_in .cart-amount {
  width: 35%;
}
@media (max-width: 767px) {
  #shop2-cart .prod_cart_wr .cart_product_in .cart-amount {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    padding-top: 12px;
  }
  #shop2-cart .prod_cart_wr .cart_product_in .cart-amount .cart-amount-title {
    display: none;
  }
}
#shop2-cart .prod_cart_wr .cart_product_params {
  display: none !important;
}
#shop2-cart .sum_cart .cart_total_item {
  border-bottom: 0px !important;
}
#shop2-cart .sum_cart .cart_total_item .cart_total_title {
  color: #434947 !important;
}
#shop2-cart .sum_cart .cart_total_item .cart_total_body {
  color: #434947 !important;
}
#shop2-cart .sum_cart .cart_total_item .cart_total_body span {
  color: #434947 !important;
}
#shop2-cart .cart_product_items .cart-product-details .my_size_wrap {
  display: flex;
  padding-bottom: 10px;
}
#shop2-cart .cart_product_items .cart-product-details .my_size_wrap .param-title {
  font-size: 14px;
  color: #666666;
  padding-right: 8px;
}
#shop2-cart .cart_product_items .cart-product-details .my_size_wrap .param-value {
  font-size: 14px;
  color: #000;
}
#shop2-cart .cart_product_items .cart-product-details .cart-sum {
  display: flex;
}
#shop2-cart .cart_product_items .cart-product-details .cart-sum .cart-sum-title {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}
#shop2-cart .cart_product_items .cart-product-details .cart-sum .cart-sum-body {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
#shop2-cart .cart_product_items .cart-product-details .cart-sum .cart-sum-body .my_discount_price {
  display: flex;
  font-size: 14px;
  gap: 4px;
}
#shop2-cart .cart_product_items .cart-product-details .cart-sum .cart-sum-body .my_discount_price span {
  font-size: 14px;
}
@media (max-width: 767px) {
  #shop2-cart .cart_product_items .cart-delete {
    bottom: 0;
    top: initial;
  }
}
.new_btn2 {
  width: 50px;
  height: 34px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  cursor: pointer;
}
.new_btn {
  width: 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 10px 0;
  background: #191919;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
  background: url(../images/to_cart_btn.png) right 20px top 50% / 21px no-repeat #00a651;
}
.new_btn span {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding-right: 44px;
}
@media (max-width: 960px) {
  .new_btn {
    max-width: 100%;
    width: 100%;
  }
}
.remodal[data-remodal-id="one_click__new"] {
  max-width: 560px;
  padding: 30px;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa__title {
  font-weight: bold;
  font-size: 27px;
  color: #282828;
  text-align: center;
  width: 100%;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .body {
  font-size: 18px;
  color: #4b5563;
  text-align: center;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .shop2-product-article {
  font-size: 18px;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .shop2-product-article span {
  color: #777777;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .razmer_form {
  margin-top: 20px;
  width: 100%;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .razmer_form .tit {
  font-size: 18px;
  color: #000;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .razmer_form select {
  background: #fbfaff;
  border: 1px solid #e4e4e7;
  padding: 14px 10px;
  color: #71717a;
  font-size: 16px;
  margin-top: 6px;
  width: 100%;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa-success-note {
  text-align: center;
  font-size: 30px;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa {
  margin-top: 20px;
  width: 100%;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa form {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa form .tpl-field {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa form .tpl-field {
    flex: 1 0 calc(50% - 20px);
  }
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa form .tpl-field .field-required-mark {
  color: red;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa form .tpl-field .field-title {
  font-size: 18px;
  color: #000;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa form .tpl-field input[type="text"], .remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa form .tpl-field textarea {
  background: #fbfaff;
  padding: 14px 10px;
  color: #71717a;
  font-size: 16px;
  margin-top: 6px;
  border-color: #e4e4e7;
  border: 1px solid #e4e4e7;
  box-sizing: border-box;
  width: 100%;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa form .type-textarea {
  flex: 100%;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa form .tpl-field-button {
  flex: 100%;
}
.remodal[data-remodal-id="one_click__new"] .form_wrap .tpl-anketa form .tpl-field-button .tpl-form-button {
  background: #01a651;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 13px 10px;
}
