@charset "UTF-8";
.tab_section .review_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_inner_container .small_images .slide_block a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product_inner_container .big_images .slick-arrow.slick-prev:before {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.product_inner_container .small_images .slide_block a > img {
  object-fit: cover;
}

.product_inner_container .small_images .slide_block a {
  position: relative;
  overflow: hidden;
}
.product_inner_container .small_images .slide_block a:before {
  display: block;
  content: "";
  padding-bottom: 177.78%;
}

.product_inner_container .big_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_inner_container .product_container {
  display: flex;
}
.product_inner_container .product_container .images_container {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
}
.product_inner_container .product_container .information_container {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
}
.product_inner_container .small_images {
  width: 165px;
}
.product_inner_container .small_images .images_slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.product_inner_container .small_images .slide_block {
  width: 100%;
  height: 137px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.product_inner_container .small_images .slide_block .images_block {
  padding: 15px;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.product_inner_container .small_images .slide_block a {
  display: block;
  height: 100%;
  z-index: 20;
}
.product_inner_container .small_images .slide_block a img {
  object-fit: contain;
}
.product_inner_container .small_images .slide_block.slick-current .images_block {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.19);
}
.product_inner_container .small_images .slide_block.selected .images_block {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.19);
}
.product_inner_container .big_images {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  flex: 1;
  padding: 5px;
  padding-left: 10px;
  overflow: hidden;
  height: 100%;
  max-height: 450px;
  margin-top: -5px;
}
.product_inner_container .big_images .images_slider {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.product_inner_container .big_images .slick-arrow {
  position: absolute;
}
.product_inner_container .big_images .slick-track {
  width: 100%;
  height: 100%;
}
.product_inner_container .big_images .slick-list {
  width: 100%;
  height: 100%;
}
.product_inner_container .big_images .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product_inner_container .big_images .slide_block a {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  display: block;
  padding: 40px;
}
.product_inner_container .big_images .slide_block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_inner_container .big_images .slick-arrow {
  position: absolute;
  color: #4F4F5A;
  top: 50%;
  border: none;
  background: transparent;
  z-index: 10;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
.product_inner_container .big_images .slick-arrow:hover {
  opacity: 0.5;
}
.product_inner_container .big_images .slick-arrow:before {
  display: block;
  content: "";
  font-size: 1.5rem;
  font-weight: bold;
}
.product_inner_container .big_images .slick-arrow.slick-prev {
  left: 35px;
}
.product_inner_container .big_images .slick-arrow.slick-next {
  right: 35px;
}
.product_inner_container .first_line {
  font-size: 120%;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.product_inner_container .avaliable {
  display: flex;
  align-items: center;
}
.product_inner_container .avaliable span {
  display: block;
  margin-left: 5px;
  font-family: "bold", "arm-bold";
  color: #E27579;
}
.product_inner_container .read_me {
  display: block;
  font-family: "bold", "arm-bold";
  color: #3F3E48;
  text-decoration: underline;
  margin-left: 15px;
}
.product_inner_container .sku_block {
  display: flex;
  margin-left: 62px;
  align-items: center;
  color: #999999;
}
.product_inner_container .sku_block span {
  display: block;
  color: #666666;
}
.product_inner_container .product_title {
  margin-top: 16px;
  max-width: 470px;
}
.product_inner_container .product_price {
  margin-top: 25px;
}
.product_inner_container .second_line {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.product_inner_container .review_link {
  display: block;
  margin-left: 10px;
  text-decoration: underline;
  font-family: "bold", "arm-bold";
  font-size: 120%;
  line-height: 14px;
  color: #3F3E48;
}
.product_inner_container .product_description {
  margin-top: 25px;
  font-size: 120%;
  line-height: 14px;
  color: #666666;
}
.product_inner_container .product_form {
  margin-top: 15px;
}
.product_inner_container .label_text {
  font-size: 100%;
  line-height: 15px;
  display: block;
  font-family: "bold", "arm-bold";
  margin-bottom: 5px;
  color: #3F3E48;
}
.product_inner_container .size_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product_inner_container .size_list .size_btn:not(last-child) {
  margin-right: 12px;
}
.product_inner_container .size_list .size_btn {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 160%;
  line-height: 14px;
  opacity: 0.7;
  color: #666666;
  border-radius: 25px;
  border: 1px solid #666666;
}
.product_inner_container .size_list .size_btn.selected {
  background: #3F3E48;
  color: #ffffff;
}
.product_inner_container .size_block {
  margin-bottom: 15px;
}
.product_inner_container .last_line {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.product_inner_container .product_count {
  display: flex;
  align-items: center;
  max-width: 186px;
  height: 50px;
  position: relative;
  border-radius: 25px;
}
.product_inner_container .product_count input {
  border: none;
  border-radius: 20px;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  font-size: 120%;
  line-height: 17px;
  text-align: center;
}
.product_inner_container .product_count .left_arrow {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  justify-content: center;
  width: 50px;
  color: #3F3E48;
  font-size: 20%;
  height: 100%;
  border-radius: 50%;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_inner_container .product_count .left_arrow:hover {
  background: rgba(79, 79, 90, 0.2);
}
.product_inner_container .product_count .right_arrow {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 120%;
  color: #3F3E48;
  height: 100%;
  border-radius: 50%;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product_inner_container .product_count .right_arrow:hover {
  background: rgba(79, 79, 90, 0.2);
}
.product_inner_container .add_to_card {
  margin-left: 15px;
  max-width: 250px;
  width: 100%;
  border-radius: 25px;
  border: none;
  background: #4F4F5A;
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 18px;
  justify-content: center;
  color: #ffffff;
  font-family: "bold", "arm-bold";
  height: 50px;
}
.product_inner_container .add_to_card:before {
  margin-right: 10px;
}
.product_inner_container .add_to_wish {
  display: block;
  margin-left: 25px;
  color: #3F3E48;
  font-size: 190%;
}
.product_inner_container .product_compare {
  position: relative;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  background: #f5f5f5;
  font-size: 140%;
  color: #3F3E48;
  margin-left: 22px;
  z-index: 10;
}

.tab_section {
  margin-top: 45px;
}
.tab_section .tab_buttons ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin: 0;
}
.tab_section .tab_buttons li {
  margin-right: 25px;
}
.tab_section .tab_buttons a {
  font-size: 140%;
  line-height: 19px;
  padding-bottom: 12px;
  color: #3F3E48;
  display: block;
  font-family: "bold", "arm-bold";
  opacity: 0.7;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.tab_section .tab_buttons a::before {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #3F3E48;
  opacity: 0;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_section .tab_buttons a.selected {
  opacity: 1;
}
.tab_section .tab_buttons a.selected::before {
  opacity: 1;
}
.tab_section .tabs_container .tab_block {
  height: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 2px 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tab_section .tabs_container .selected.tab_block {
  height: auto;
  opacity: 1;
}
.tab_section .tab_inner {
  width: 100%;
  padding: 35px 45px;
}
.tab_section .tab_title {
  font-size: 160%;
  max-width: 620px;
  line-height: 19px;
  color: #3F3E48;
  font-family: "bold", "arm-bold";
}
.tab_section .tab_description {
  font-size: 160%;
  color: #666666;
  line-height: 19px;
  margin-top: 18px;
  max-width: 620px;
}
.tab_section table {
  font-size: 160%;
  line-height: 19px;
}
.tab_section table tr {
  margin-bottom: 20px;
  display: block;
}
.tab_section table td {
  width: 320px;
}
.tab_section table td:first-child {
  font-family: "bold", "arm-bold";
  color: #3F3E48;
}
.tab_section table td:last-child {
  color: #666666;
}
.tab_section .page_subtitle {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tab_section .review_list {
  margin-top: 35px;
}
.tab_section .review_list li {
  padding-bottom: 35px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.tab_section .review_list li:last-child {
  border-bottom: none;
}
.tab_section .left_block {
  width: 40%;
}
.tab_section .right_block {
  width: 60%;
  padding-left: 40px;
}
.tab_section .right_block .tab_description {
  max-width: 435px;
  margin-top: 0;
}
.tab_section .product_rate {
  margin-top: 12px;
}
.tab_section .review_date {
  font-size: 120%;
  line-height: 14px;
  color: #666666;
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.tab_section .review_date span {
  display: block;
  margin-right: 15px;
}
.tab_section .more_btn {
  display: block;
  width: 100%;
  font-size: 140%;
  line-height: 18px;
  color: #3F3E48;
  font-family: "bold", "arm-bold";
  text-align: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 35px;
}
.tab_section .review_add {
  margin-top: 15px;
  max-width: 602px;
}
.tab_section .label_text {
  font-size: 100%;
  line-height: 14px;
  color: #3F3E48;
  font-family: "bold", "arm-bold";
  margin-bottom: 10px;
}
.tab_section .rate_category {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.tab_section .category_block {
  display: flex;
  align-items: center;
}
.tab_section .category_text {
  font-size: 120%;
  line-height: 14px;
  color: #666666;
  display: block;
}
.tab_section .rate_row {
  margin-left: 18px;
}
.tab_section .rate_row .error_hint {
  font-size: 70%;
  top: 25px;
  left: -49px;
  right: auto;
}
.tab_section .error_hint {
  position: absolute;
  pointer-events: none;
}
.tab_section input, .tab_section textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(63, 62, 72, 0.5);
  background: transparent;
  height: 40px;
  font-size: 110%;
  line-height: 14px;
  color: #999999;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_section input:focus, .tab_section textarea:focus {
  border-bottom: 1px solid #3f3e48;
  color: #3F3E48;
}
.tab_section textarea {
  resize: none;
  height: 60px;
  margin-top: 20px;
}
.tab_section .field_block {
  margin-bottom: 30px;
  position: relative;
}
.tab_section .inline_block {
  display: flex;
  margin: 0 -9px;
  margin-top: 30px;
}
.tab_section .inline_block .field_block {
  padding: 0 9px;
  width: 100%;
}
.tab_section .button_block {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.tab_section .button_block .category_text {
  display: block;
}
.tab_section .button_block button {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
  background: #4F4F5A;
  margin-left: 20px;
  font-size: 110%;
  line-height: 15px;
  font-family: "bold", "arm-bold";
  color: #ffffff;
  height: 40px;
  border: none;
}

.product_container {
  margin: 35px 0;
}

.company_principes {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .product_inner_container .small_images {
    width: 120px;
  }
  .product_inner_container .add_to_card {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .product_inner_container .product_container .information_container {
    padding-left: 0;
  }
  .product_inner_container .product_container .images_container {
    flex-direction: column-reverse;
  }
  .product_inner_container .first_line {
    font-size: 110%;
  }
  .product_inner_container .big_images {
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .product_inner_container .big_images .slide_block img {
    max-height: 320px;
  }
  .product_inner_container .small_images {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product_inner_container .product_container {
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
  }
  .product_inner_container .product_container .images_container {
    display: flex;
    flex: 0 0 100%;
    max-width: 520px;
    width: 100%;
    padding-right: 0;
  }
  .product_inner_container .product_container .information_container {
    flex: 0 0 100%;
    max-width: none;
    width: 100%;
    padding-left: 0;
  }

  .tab_section .tab_title {
    font-size: 140%;
    line-height: 15px;
  }
  .tab_section .tab_description {
    font-size: 140%;
    line-height: 15px;
  }
  .tab_section .rate_row {
    margin-left: 5px;
  }
  .tab_section .tab_inner {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .product_inner_container .product_container {
    width: 100%;
  }
  .product_inner_container .first_line {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .product_inner_container .page_subtitle {
    font-size: 220%;
    line-height: 25px;
  }
  .product_inner_container .last_line {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .product_inner_container .add_to_card {
    order: 4;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    max-width: none;
  }
  .product_inner_container .product_compare {
    margin-left: 0;
  }
  .product_inner_container .add_to_wish {
    margin-left: 0px;
    display: none;
  }
  .product_inner_container .product_count {
    order: 3;
    margin-top: 20px;
  }
  .product_inner_container .sku_block {
    margin-left: 20px;
  }
  .product_inner_container .small_images .slide_block {
    height: 110px;
  }
  .product_inner_container .big_images .slide_block img {
    max-height: 250px;
  }
  .product_inner_container .big_images .slide_block a {
    padding: 20px;
  }

  .tab_section .category_block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .tab_section table tr {
    margin-bottom: 10px;
  }
  .tab_section .tab_inner {
    padding: 25px 15px;
  }
  .tab_section .tab_buttons a {
    text-align: center;
    font-size: 120%;
    line-height: 15px;
  }
  .tab_section .right_block {
    width: 100%;
    padding-left: 0;
  }
  .tab_section .review_list li {
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .tab_section .left_block {
    width: 100%;
  }
  .tab_section .rate_category {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .tab_section .rate_row .error_hint {
    left: -35px;
  }
}
.web .read_me, .web .review_link, .web .product_compare .tab_buttons a, .web .check_btn {
  -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 .add_to_card {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .add_to_card:hover {
  background: #3F3E48;
}

.touch .read_me, .touch .review_link, .touch .product_compare, .touch .check_btn {
  -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 .add_to_card {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .add_to_card:active {
  background: #3F3E48;
}

.web .read_me:hover, .web .review_link:hover, .web .product_compare .tab_buttons a:hover, .web .check_btn:hover {
  opacity: 0.7;
}

.touch .read_me:active, .touch .review_link:active, .touch .product_compare:active, .touch .check_btn:active {
  opacity: 0.7;
}

/*# sourceMappingURL=product.css.map */
