@charset "UTF-8";
.product_inner .small_images .image_block a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

.product_info {
  flex: 0 0 44.5%;
}

.product_inner {
  margin-top: 32px;
}
.product_inner .product_images {
  flex: 0 0 55.5%;
  max-width: 55.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.product_inner .product_images .slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
}
.product_inner .small_images {
  width: 130px;
  min-width: 130px;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  height: 420px;
}
.product_inner .small_images .slick-track {
  width: 100% !important;
}
.product_inner .small_images .slick-list {
  height: 360px !important;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.product_inner .small_images .image_block {
  padding: 10px 0;
  width: 100% !important;
}
.product_inner .small_images .image_block a {
  display: block;
  border: 2px solid transparent;
}
.product_inner .small_images .image_block a.selected {
  border: 2px solid #000000;
  padding: 2px;
  cursor: default;
  opacity: 1 !important;
}
.product_inner .big_images {
  flex: 1;
  width: 50%;
  padding: 0 15px;
  position: relative;
  z-index: 5;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.product_inner .big_images .image_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  display: inline-flex;
  height: 500px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_inner .big_images .image_block img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product_inner .big_images .image_block img.zoomImg {
  background: #ffffff;
}
.product_inner .product_title {
  font-size: 260%;
  line-height: 1.2em;
  color: #333333;
  font-family: "bold";
  max-width: 550px;
}
.product_inner .actions_block {
  margin: 30px 0;
}
.product_inner .actions_block .add_cart {
  font-size: 130%;
  line-height: 1.2em;
  color: #ffffff;
  background: #000000;
  padding: 15px 47px;
  cursor: pointer;
}
.product_inner .actions_block .add_cart img {
  margin-right: 15px;
}
.product_inner .actions_block .add_fav {
  padding: 15px;
  background: #000000;
  font-size: 130%;
  margin-left: 13px;
  cursor: pointer;
}
.product_inner .actions_block .add_fav img {
  height: 18px;
  width: 20px;
}
.product_inner .product_price {
  position: relative;
  margin: 20px 0;
  width: 140px;
}
.product_inner .price_now {
  font-size: 400%;
  font-family: "bold";
  line-height: 1.25em;
  color: #DC1616;
}
.product_inner .price_saled {
  font-size: 150%;
  font-family: "bold";
  line-height: 1.3em;
  color: #333333;
  position: absolute;
  top: 5px;
  right: 0;
  text-decoration: line-through;
}
.product_inner .product_info_text {
  font-size: 160%;
  line-height: 1.6em;
  color: #333333;
  max-width: 550px;
}
.product_inner .product_details_title {
  font-size: 180%;
  line-height: 1.3em;
  font-family: "bold";
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  width: 150px;
  max-width: 550px;
  padding-top: 15px;
}
.product_inner .product_small_title {
  font-size: 160%;
  line-height: 1.2em;
  font-family: "bold";
  margin: 20px 0 16px 0;
  max-width: 550px;
}
.product_inner .product_details_info {
  font-size: 160%;
  line-height: 1.6em;
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  max-width: 550px;
}

.fb-comments {
  margin-top: 50px;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  border: none;
  padding: 0;
  background: rgba(216, 216, 216, 0.2);
  color: #666666;
  width: 155px;
  height: 30px;
  font-size: 0;
}
.slick-arrow:before {
  display: block;
  font-size: 2rem;
}

.slick-prev {
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
}
.slick-prev:before {
  content: "";
  transform: rotate(90deg);
}

.slick-next {
  right: 50%;
  bottom: 10px;
  transform: translate(50%, 0%);
}
.slick-next:before {
  content: "";
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .product_inner {
    display: block;
  }
  .product_inner .product_title {
    font-size: 180%;
  }
  .product_inner .actions_block {
    margin: 30px 0;
  }
  .product_inner .actions_block .add_cart {
    font-size: 120%;
    padding: 15px 35px;
    cursor: pointer;
  }
  .product_inner .actions_block .add_cart img {
    margin-right: 10px;
  }
  .product_inner .actions_block .add_fav {
    padding: 15px;
  }
  .product_inner .price_now {
    font-size: 350%;
  }
  .product_inner .price_saled {
    font-size: 120%;
    right: 20px;
  }
  .product_inner .product_info_text {
    font-size: 140%;
    line-height: 1.6em;
    color: #333333;
    max-width: 550px;
  }
  .product_inner .product_details_title {
    font-size: 160%;
  }
  .product_inner .product_small_title {
    font-size: 120%;
    margin: 15px 0 10px 0;
  }
  .product_inner .product_details_info {
    font-size: 120%;
    padding-bottom: 30px;
  }
}
.web .add_cart, .web .add_fav {
  -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 .add_cart:hover, .web .add_fav:hover {
  color: #333333;
  opacity: 0.7;
}
.web .product_inner .big_images .image_block:hover img:first-child {
  opacity: 0;
}

.touch .add_cart, .touch .add_fav {
  -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 .add_cart:active, .touch .add_fav:active {
  color: #333333;
}
.touch .product_inner .big_images .image_block:active img:first-child {
  opacity: 0;
}

.web .product_inner .big_images .image_block:hover img, .touch .product_inner .big_images .image_block:active img {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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