@charset "UTF-8";
.product_main .options_block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_main .buttons_block {
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.product_main .small_images .image_block a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product_main .small_images .image_block a > img {
  object-fit: cover;
}

.product_main .small_images .image_block a iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.product_main .small_images .image_block a {
  position: relative;
  overflow: hidden;
}
.product_main .small_images .image_block a:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.product_main .product_images .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product_main .buttons_block .add_to_cart {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  font-size: 140%;
  line-height: 20px;
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 10px;
}
.product_main .buttons_block .inactive.add_to_cart {
  background: #c0c0c0;
  cursor: default;
  pointer-events: none;
}
.product_main .buttons_block .add_to_cart:hover {
  color: #ffffff;
}

.quick_popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  overflow-x: hidden;
  overflow-y: auto;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.quick_popup .popup_close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 200%;
  background: #333333;
  color: #ffffff;
  border: none;
  width: 50px;
  height: 50px;
}
.quick_popup .popup_close:before {
  display: block;
}
@media (max-width: 1199px) {
  .quick_popup .popup_close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 160%;
  }
}
@media (max-width: 959px) {
  .quick_popup .popup_close {
    top: 0;
    right: 0;
  }
}

.web .product_main .buttons_block .add_to_cart:hover,
.product_main .buttons_block .web .add_to_cart:hover {
  background: #333333;
  color: #ffffff;
  border-color: transparent;
}
.web .quick_popup .popup_close:hover {
  background: #666666;
}

.touch .product_main .buttons_block .add_to_cart:active,
.product_main .buttons_block .touch .add_to_cart:active {
  background: #333333;
  color: #ffffff;
  border-color: transparent;
}
.touch .product_main .buttons_block .add_to_cart:hover, .product_main .buttons_block .touch .add_to_cart:hover {
  color: inherit;
}
.touch .product_main .buttons_block .add_to_cart:hover:active, .product_main .buttons_block .touch .add_to_cart:hover:active {
  color: #ffffff;
}
.touch .quick_popup .popup_close {
  -o-transition: background 0.15s, opacity 0.3s;
  -ms-transition: background 0.15s, opacity 0.3s;
  -moz-transition: background 0.15s, opacity 0.3s;
  -webkit-transition: background 0.15s, opacity 0.3s;
  transition: background 0.15s, opacity 0.3s;
}
.touch .quick_popup .popup_close:active {
  background: #666666;
}

.product_block {
  padding: 20px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
  height: 100%;
}
.product_block .product_image {
  margin: 0 auto 25px;
  max-width: 250px;
  width: 100%;
}
.product_block .product_name {
  font-size: 140%;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
}
.product_block .brand_name {
  font-size: 120%;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
}
.product_block .product_price {
  font-size: 140%;
  line-height: 18px;
  padding-top: 7px;
  margin-top: auto;
}
.product_block .actions_block {
  position: absolute;
  right: 100%;
  top: 30px;
  font-size: 140%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product_block .actions_block a {
  display: block;
  width: 20px;
  color: inherit;
  text-align: center;
  opacity: 0;
  position: relative;
  z-index: 5;
  -o-transition: margin 0.5s, opacity 0.3s;
  -ms-transition: margin 0.5s, opacity 0.3s;
  -moz-transition: margin 0.5s, opacity 0.3s;
  -webkit-transition: margin 0.5s, opacity 0.3s;
  transition: margin 0.5s, opacity 0.3s;
}
.product_block .actions_block a:not(:first-child) {
  margin-top: 20px;
}
.product_block .actions_block a:before {
  display: block;
}
.product_block .actions_block a:nth-child(2) {
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product_block .actions_block a:nth-child(3) {
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product_block .actions_block a.icon_heart:before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
}
.product_block .actions_block a.icon_heart.active:before {
  -webkit-text-fill-color: #000000;
}
.product_block .quick_view {
  font-size: 110%;
  line-height: 14px;
  padding: 13px 15px;
  width: 130px;
  position: absolute;
  bottom: -20px;
  margin-bottom: -20px;
  left: 50%;
  margin-left: -65px;
  z-index: 5;
  background: #000000;
  color: #ffffff;
  border: none;
  opacity: 0;
  -o-transition: bottom 0.5s, all 0.3s;
  -ms-transition: bottom 0.5s, all 0.3s;
  -moz-transition: bottom 0.5s, all 0.3s;
  -webkit-transition: bottom 0.5s, all 0.3s;
  transition: bottom 0.5s, all 0.3s;
}
.product_block .quick_view:before {
  display: none;
}
.product_block .sticker {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  pointer-events: none;
  width: 17%;
  max-width: 50px;
  min-width: 30px;
}
.product_block .sticker img {
  display: block;
  width: 100%;
}
.product_block.hovered .product_image {
  opacity: 0.7;
}
.product_block.hovered .product_name {
  color: #999999;
}
@media (max-width: 767px) {
  .product_block .product_image {
    margin-bottom: 15px;
  }
}

.web .product_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.web .product_block:hover .product_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.web .product_block:hover .actions_block a {
  margin-right: -30px;
  opacity: 1;
}
.web .product_block:hover .actions_block a:hover:before {
  color: #999999;
}
.web .product_block:hover .actions_block a.icon_heart:hover:before {
  color: #000000;
  -webkit-text-fill-color: rgba(153, 153, 153, 0.5);
}
.web .product_block:hover .quick_view {
  bottom: 50%;
  opacity: 1;
}
.web .product_block:hover .quick_view:hover {
  background: #666666;
}

.touch .product_block .actions_block {
  top: 20px;
}
.touch .product_block .actions_block a {
  margin-right: -30px;
  opacity: 1;
  padding: 8px 0;
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.touch .product_block .actions_block a:not(:first-child) {
  margin-top: 0;
}
.touch .product_block .actions_block a:hover:before {
  color: #999999;
}
.touch .product_block .actions_block a.icon_heart:hover:before {
  color: #000000;
  -webkit-text-fill-color: rgba(153, 153, 153, 0.5);
}
.touch .product_block .quick_view {
  bottom: auto;
  opacity: 1;
  left: 10px;
  margin: 0;
  top: 110px;
  font-size: 0;
  background: transparent;
  width: 20px;
  height: 30px;
  padding: 0;
  color: #000000;
  line-height: 0;
}
.touch .product_block .quick_view:before {
  display: block;
  font-size: 1.3rem;
}
.touch .product_block .quick_view:active {
  color: #999999;
}

.product_main {
  padding: 30px 0;
}
.product_main .product_images {
  flex: 0 0 41.7%;
  max-width: 41.7%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.product_main .product_images .slick-arrow {
  border: none;
  padding: 0;
  height: 20px;
  font-size: 0;
  background: #ffffff;
  position: absolute;
  left: 15px;
  width: 100px;
  z-index: 5;
}
.product_main .product_images .slick-arrow:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 2rem;
  content: "";
  font-weight: 900;
  margin: 0 auto;
  transform-origin: center;
  -webkit-transfrom-origin: center;
}
.product_main .product_images .slick-prev {
  top: 0;
}
.product_main .product_images .slick-prev:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.product_main .product_images .slick-next {
  bottom: 0;
}
.product_main .product_images .slick-next:before {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.product_main .product_images .slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
}
.product_main .small_images {
  width: 130px;
  min-width: 130px;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  height: 500px;
}
.product_main .small_images .slick-list {
  height: 480px !important;
}
.product_main .small_images .image_block {
  padding: 10px 0;
}
.product_main .small_images .image_block a {
  display: block;
  border: 2px solid transparent;
}
.product_main .small_images .image_block a.selected {
  border: 2px solid #000000;
  padding: 2px;
  cursor: default;
  opacity: 1 !important;
}
.product_main .big_images {
  flex: 1;
  width: 50%;
  padding: 0 15px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.product_main .big_images .image_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
  width: 100%;
  display: inline-flex;
  height: 500px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_main .big_images .image_block img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_main .big_images .image_block img.zoomImg {
  background: #ffffff;
}
.product_main .product_info {
  flex: 0 0 58.3%;
  max-width: 58.3%;
  display: flex;
}
.product_main .name_brand_options {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 0 15px;
}
.product_main .price_actions {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 0 15px;
  position: relative;
}
.product_main .product_name {
  font-size: 280%;
  line-height: 35px;
  margin: 0;
}
.product_main .product_brand {
  display: inline-block;
  vertical-align: top;
  color: #006699;
  font-size: 140%;
  line-height: 18px;
  margin-top: 2px;
}
.product_main .short_description {
  font-size: 120%;
  line-height: 16px;
  margin-top: 20px;
}
.product_main .options_block {
  margin-top: 20px;
}
.product_main .options_block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product_main .options_block ul.color_options li {
  margin-bottom: 40px;
}
.product_main .options_block ul.color_options:before {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  font-size: 160%;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
  content: attr(data-selected);
  font-family: "regular";
}
.product_main .options_block ul.color_options .check_btn:after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  font-size: 75%;
  font-family: "light" !important;
  text-align: center;
  content: attr(data-code);
  padding-top: 4px;
}
.product_main .options_block ul.color_options input:checked + .check_btn:after {
  padding-top: 8px;
}
.product_main .options_block ul li {
  margin: 0 10px 20px;
}
.product_main .options_block ul .check_btn {
  display: flex;
  position: relative;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 160%;
  line-height: 20px;
}
.product_main .options_block ul .check_btn img,
.product_main .options_block ul .check_btn span {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_main .options_block ul .check_btn.inactive {
  color: rgba(0, 0, 0, 0.4);
}
.product_main .options_block ul .check_btn.inactive *, .product_main .options_block ul .check_btn.inactive:after {
  opacity: 0.4;
}
.product_main .options_block label {
  display: block;
  font-weight: normal;
  margin: 0;
  position: relative;
}
.product_main .options_block label input:checked + .check_btn {
  margin: 4px;
  width: 42px;
  height: 42px;
  cursor: default;
  opacity: 1 !important;
}
.product_main .options_block label input:checked + .check_btn:before {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
  border: 2px solid #000000;
}
.product_main .options_block .price_field {
  margin-bottom: 30px;
  position: relative;
}
.product_main .options_block .price_field input {
  font-size: 140%;
  line-height: 20px;
  width: 100%;
  border: 2px solid #c0c0c0;
  color: inherit;
  padding: 13px 15px;
  margin-top: 5px;
  font-size: 140%;
  line-height: 20px;
}
.product_main .options_block .price_field input:focus {
  border-color: #333333;
}
.product_main .options_block .price_field .field_name {
  font-size: 140%;
  line-height: 20px;
}
.product_main .options_block .price_field.filled .individual_hint {
  display: block;
}
.product_main .options_block .price_field.filled .standard_hint {
  display: none;
}
.product_main .options_block .price_field.has-error input {
  border-color: #b94a48;
}
.product_main .product_price {
  font-size: 320%;
  padding-bottom: 10px;
  border-bottom: 2px solid #ededed;
  margin-bottom: 40px;
}
.product_main .product_price .new_price:before {
  margin-right: 5px;
  height: 2px;
  margin-top: -1px;
}
.product_main .out_stock {
  font-size: 160%;
  line-height: 20px;
  color: #b94a48;
  position: absolute;
  top: 70px;
  left: 15px;
  font-family: "bold";
  display: flex;
  align-items: center;
}
.product_main .out_stock:before {
  margin-right: 5px;
  font-weight: 900;
  font-size: 125%;
}
.product_main .product_count {
  display: flex;
  border: 2px solid #ededed;
  padding: 12px 0;
  align-items: center;
  margin-bottom: 20px;
}
.product_main .product_count label {
  display: flex;
  font-weight: normal;
  margin: 0;
  flex: 1;
  font-size: 160%;
  line-height: 19px;
  cursor: text;
}
.product_main .product_count .increase_btn,
.product_main .product_count .decrease_btn {
  display: flex;
  height: 25px;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  padding: 5px;
}
.product_main .product_count .increase_btn:before,
.product_main .product_count .decrease_btn:before {
  display: block;
  width: 17px;
  border-top: 1px solid;
  content: "";
}
.product_main .product_count .increase_btn.inactive,
.product_main .product_count .decrease_btn.inactive {
  opacity: 0.2;
  cursor: default;
}
.product_main .product_count .increase_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  height: 17px;
  left: 13px;
  border-left: 1px solid;
}
.product_main .product_count input {
  border: none;
  background: transparent;
  text-align: right;
  padding: 0 3px;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50px;
}
.product_main .product_count .count_unit {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 3px;
  cursor: text;
}
.product_main .buttons_block li {
  margin-bottom: 30px;
}
.product_main .buttons_block .add_to_cart {
  width: 100%;
}
.product_main .buttons_block .wish_btn,
.product_main .buttons_block .compare_btn {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 140%;
  line-height: 17px;
  color: inherit;
  background: #ededed;
  text-align: center;
  padding: 0 10px;
}
.product_main .buttons_block .wish_btn:before,
.product_main .buttons_block .compare_btn:before {
  display: block;
  margin-right: 10px;
}
.product_main .buttons_block .wish_btn:not(.active):before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
}
.product_main .buttons_block .wish_btn.active {
  font-size: 0;
  line-height: 0;
}
.product_main .buttons_block .wish_btn.active:before {
  font-size: 1.4rem;
}
.product_main .buttons_block .wish_btn.active:after {
  font-family: "light" !important;
  font-size: 1.4rem;
  line-height: 17px;
  content: attr(data-remove);
}
@media (max-width: 1440px) {
  .product_main .small_images {
    height: 380px;
  }
  .product_main .small_images .slick-list {
    height: 360px !important;
  }
  .product_main .big_images .image_block {
    height: 380px;
  }
  .product_main .name_brand_options,
.product_main .price_actions {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product_main .options_block ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product_main .options_block ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .product_main .options_block ul.color_options:before {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .product_main .small_images {
    width: 100px;
    min-width: 100px;
    height: 290px;
  }
  .product_main .small_images .slick-list {
    height: 270px !important;
  }
  .product_main .big_images .image_block {
    height: 290px;
  }
  .product_main .product_name {
    font-size: 220%;
    line-height: 27px;
  }
  .product_main .options_block ul {
    margin-left: -2px;
    margin-right: -2px;
  }
  .product_main .options_block ul li {
    margin: 0 2px 15px;
  }
  .product_main .options_block ul .check_btn {
    width: 44px;
    height: 44px;
    font-size: 140%;
  }
  .product_main .options_block ul input:checked + .check_btn {
    width: 36px;
    height: 36px;
  }
  .product_main .options_block ul.color_options:before {
    padding: 0 2px;
    margin-bottom: 5px;
  }
  .product_main .options_block ul.color_options li {
    margin-bottom: 30px;
  }
  .product_main .options_block ul.color_options .check_btn:after {
    font-size: 85.7%;
    margin-top: -3px;
  }
  .product_main .product_price {
    font-size: 250%;
    line-height: 30px;
  }
  .product_main .out_stock {
    top: 50px;
    font-size: 140%;
  }
  .product_main .product_count {
    padding: 7px 5px;
  }
  .product_main .product_count label {
    font-size: 140%;
  }
  .product_main .buttons_block li {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) and (min-width: 960px) {
  .product_main .buttons_block li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 959px) {
  .product_main .product_info,
.product_main .product_images {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .product_main .product_info {
    display: block;
  }
  .product_main .name_brand_options,
.product_main .price_actions {
    flex: none;
    max-width: 100%;
  }
  .product_main .product_images {
    flex-direction: column-reverse;
    align-self: flex-start;
  }
  .product_main .product_images .slick-arrow {
    width: 20px;
    height: auto;
  }
  .product_main .product_images .slick-prev {
    top: 10px;
    bottom: 10px;
    left: 5px;
  }
  .product_main .product_images .slick-prev:before {
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .product_main .product_images .slick-next {
    top: 10px;
    bottom: 10px;
    left: auto;
    right: 5px;
  }
  .product_main .product_images .slick-next:before {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
  }
  .product_main .small_images {
    width: 100%;
    height: 120px;
    overflow: hidden;
    white-space: nowrap;
  }
  .product_main .small_images .slick-list {
    height: auto !important;
  }
  .product_main .small_images .image_block {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 10px;
    white-space: normal;
  }
  .product_main .small_images .image_block a {
    max-width: 100px;
    margin: 0 auto;
  }
  .product_main .big_images {
    flex: none;
    width: 100%;
  }
  .product_main .big_images .image_block {
    height: 360px;
  }
}
@media (max-width: 959px) {
  .product_main .options_block ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product_main .options_block ul li {
    margin: 0 5px 15px;
  }
  .product_main .options_block ul.color_options:before {
    padding: 0 5px;
  }
  .product_main .options_block ul.color_options li {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product_main {
    padding: 20px 0;
  }
  .product_main .product_images {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  .product_main .small_images {
    height: 380px;
    width: 130px;
    min-width: 130px;
  }
  .product_main .small_images .slick-list {
    height: 360px !important;
  }
  .product_main .big_images {
    max-width: 410px;
  }
  .product_main .big_images .image_block {
    height: 380px;
  }
  .product_main .product_info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .product_main .big_images {
    display: none;
  }
  .product_main .small_images {
    width: 100%;
    height: auto;
    padding: 0;
    white-space: nowrap;
  }
  .product_main .small_images .slick-list {
    height: auto !important;
  }
  .product_main .small_images .image_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
    white-space: normal;
  }
  .product_main .small_images .image_block a {
    max-width: 380px;
    margin: 0 auto;
  }
  .product_main .small_images .image_block a.selected {
    border-color: transparent;
    opacity: 1;
  }
  .product_main .product_images .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: transparent;
  }
  .product_main .product_images .slick-prev {
    top: 50%;
    left: 0;
  }
  .product_main .product_images .slick-prev:before {
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .product_main .product_images .slick-next {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
  }
  .product_main .product_images .slick-next:before {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
  }
  .product_main .product_info {
    display: block;
  }
  .product_main .name_brand_options,
.product_main .price_actions {
    flex: none;
    max-width: 100%;
  }
}
@media (max-width:359px) {
  .product_main .buttons_block li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.share_buttons {
  display: flex;
}
.share_buttons a,
.share_buttons .at-resp-share-element .at-share-btn {
  border: 1px solid #000000;
  transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  margin: 0 0 0 10px !important;
}
.share_buttons > a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  font-size: 160%;
  justify-content: center;
  border-radius: 50%;
}
.share_buttons > a:before {
  display: block;
}
.share_buttons .addthis_inline_share_toolbox_dtbn {
  display: flex;
  align-items: center;
}
.share_buttons .addthis_inline_share_toolbox_dtbn:empty ~ a {
  display: none;
}
.share_buttons .addthis_inline_share_toolbox_dtbn:not(:empty):before {
  display: block;
  font-size: 160%;
  line-height: 20px;
  content: attr(data-info);
  padding-bottom: 4px;
}

.web .product_images .slick-arrow:hover {
  background: #f2f2f2;
}
.web .increase_btn:not(.inactive):hover,
.web .decrease_btn:not(.inactive):hover {
  color: #999999;
}
.web .product_main .wish_btn:hover,
.web .product_main .compare_btn:hover {
  background: rgba(0, 0, 0, 0.15);
}
.web .product_main .product_brand:hover {
  color: #999999;
}

.touch .product_images .slick-arrow:active {
  background: #f2f2f2;
}
.touch .product_images .image_block a:active {
  opacity: 0.7;
}
.touch .options_block .check_btn:active {
  opacity: 0.7;
}
.touch .increase_btn:not(.inactive):active,
.touch .decrease_btn:not(.inactive):active {
  color: #999999;
}
.touch .share_buttons a:active {
  opacity: 0.7;
}
.touch .product_main .wish_btn:active,
.touch .product_main .compare_btn:active {
  background: rgba(0, 0, 0, 0.15);
}
.touch .product_main .product_brand:active {
  color: #999999;
}

.quick_popup {
  background: #ffffff;
}
.quick_popup .popup_inner {
  display: flex;
  min-height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.quick_popup .popup_inner:empty:before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background: url("images/svg/short_logo.svg") no-repeat;
  background-size: 36px;
  background-position: center;
  position: relative;
}
.quick_popup .popup_inner:empty + .popup_close {
  opacity: 0;
  cursor: default;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .quick_popup .product_main {
    width: 100%;
    max-width: 900px;
  }
  .quick_popup .product_main .product_images {
    flex: 0 0 55.5%;
    max-width: 55.5%;
  }
  .quick_popup .product_main .product_images .slick-arrow {
    width: 70px;
  }
  .quick_popup .product_main .product_info {
    flex: 0 0 44.5%;
    max-width: 44.5%;
    display: block;
  }
  .quick_popup .product_main .price_actions,
.quick_popup .product_main .name_brand_options {
    flex: none;
    max-width: 100%;
  }
  .quick_popup .product_main .small_images {
    width: 100px;
    min-width: 100px;
    height: 380px;
  }
  .quick_popup .product_main .small_images .slick-list {
    height: 360px !important;
  }
  .quick_popup .product_main .big_images .image_block {
    height: 400px;
  }
  .quick_popup .product_main .buttons_block li:not(:first-child) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  .quick_popup .product_main .product_images {
    align-self: flex-start;
  }
  .quick_popup .product_main .small_images {
    align-self: center;
    height: 290px;
  }
  .quick_popup .product_main .small_images .slick-list {
    height: 270px !important;
  }
}
@media (max-width: 1199px) {
  .quick_popup .popup_inner {
    padding-top: 50px;
  }
  .quick_popup .popup_inner:empty:before {
    margin-bottom: 50px;
  }
}
@media (max-width: 959px) {
  .quick_popup .product_main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .quick_popup .popup_inner {
    padding-top: 40px;
  }
  .quick_popup .popup_inner:empty:before {
    margin-bottom: 40px;
  }
}

.web .product_images .image_block a, .web .options_block .check_btn, .web .share_buttons a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .increase_btn,
.web .decrease_btn, .web .product_main .product_brand {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .product_main .wish_btn,
.web .product_main .compare_btn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .product_block:hover .actions_block a:before, .touch .product_block .actions_block a:before,
.web .product_main .buttons_block .add_to_cart,
.product_main .buttons_block .web .add_to_cart, .web .product_images .slick-arrow, .web .quick_popup .popup_close {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .product_images .image_block a, .touch .options_block .check_btn, .touch .share_buttons a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .product_block .quick_view, .touch .increase_btn,
.touch .decrease_btn, .touch .product_main .product_brand {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .product_main .wish_btn,
.touch .product_main .compare_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .product_main .buttons_block .add_to_cart,
.product_main .buttons_block .touch .add_to_cart, .touch .product_images .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .product_images .image_block a:hover, .web .options_block .check_btn:hover, .web .share_buttons a:hover {
  opacity: 0.7;
}

.product_main .options_block ul .check_btn, .product_main .product_count .increase_btn,
.product_main .product_count .decrease_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product_main .options_block label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*# sourceMappingURL=product.css.map */
