@charset "UTF-8";
.related_products ul, .product_description .tab_buttons {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

.already_viewed a > img, .related_products .product_image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.already_viewed a > img, .related_products .product_image > img {
  object-fit: cover;
}

.already_viewed a iframe, .related_products .product_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.already_viewed a, .related_products .product_image {
  position: relative;
  overflow: hidden;
}
.already_viewed a:before, .related_products .product_image:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.already_viewed .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_description {
  padding-bottom: 40px;
}
.product_description .full_info_block {
  flex: 1;
  width: 50%;
  padding: 0 15px;
}
.product_description .card_bnr {
  flex: 0 0 26.2%;
  max-width: 26.2%;
  padding: 0 15px;
}
.product_description .card_bnr a {
  display: block;
}
.product_description .card_bnr img {
  width: 100%;
  vertical-align: top;
}
.product_description .card_bnr img.mobile_bnr {
  display: none;
}
.product_description .tab_section {
  border: 2px solid #ededed;
  min-height: 100%;
}
.product_description .tab_buttons {
  display: flex;
}
.product_description .tab_buttons li {
  flex: 1;
}
.product_description .tab_buttons button {
  font-size: 140%;
  line-height: 20px;
  padding: 15px;
  border: none;
  background: #ededed;
  width: 100%;
  color: inherit;
  letter-spacing: 2px;
}
.product_description .tab_buttons button.selected {
  background: transparent;
  cursor: default;
}
.product_description .tab_block {
  position: relative;
  overflow: hidden;
  font-size: 130%;
  line-height: 16px;
  opacity: 0;
  height: 0;
}
.product_description .tab_block.selected {
  height: auto;
  padding: 35px 40px;
  opacity: 1;
}

.related_products {
  padding-bottom: 40px;
}
.related_products ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 2px solid #ededed;
}
.related_products li {
  flex: 0 0 25%;
  max-width: 25%;
  border: 2px solid #ededed;
  border-left: none;
  padding: 20px 15px;
}
.related_products .product_image {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  display: block;
}
.related_products .wide_product {
  display: flex;
  align-items: center;
  height: 100%;
}
.related_products .info_block {
  flex: 1;
  width: 50%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.related_products .product_name {
  display: block;
  font-size: 140%;
  line-height: 18px;
}
.related_products .brand_name {
  display: block;
  font-size: 120%;
  line-height: 16px;
}
.related_products .product_price {
  margin-top: auto;
  font-size: 140%;
  line-height: 18px;
  padding-top: 10px;
}

.best_sellers {
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .product_description .card_bnr {
    flex: 0 0 29.17%;
    max-width: 29.17%;
  }
  .product_description .tab_block.selected {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .product_description .tab_block.selected {
    padding: 20px 15px;
  }

  .related_products .info_block {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .related_products li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .related_products li:nth-child(n+3) {
    border-top: none;
  }
  .related_products .product_image {
    max-width: 120px;
  }
  .related_products .info_block {
    padding-left: 30px;
  }
}
@media (max-width: 959px) {
  .product_description .card_bnr {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product_description .tab_block {
    font-size: 120%;
    line-height: 15px;
  }
  .product_description .tab_block.selected {
    padding-top: 0px;
  }
  .product_description .tab_buttons {
    position: relative;
    display: block;
    padding-bottom: 40px;
  }
  .product_description .tab_buttons button {
    padding: 10px 15px;
    border: 1px solid #ffffff;
  }
  .product_description .tab_buttons button.selected {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product_description {
    display: block;
    padding-top: 10px;
  }
  .product_description .full_info_block {
    flex: none;
    width: 100%;
  }
  .product_description .card_bnr {
    flex: none;
    max-width: 100%;
    margin-top: 20px;
  }
  .product_description .card_bnr img.web_bnr {
    display: none;
  }
  .product_description .card_bnr img.mobile_bnr {
    display: block;
  }
  .product_description .tab_block {
    font-size: 130%;
    line-height: 18px;
  }

  .related_products .info_block {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .related_products li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 15px;
  }
  .related_products li:not(:first-child) {
    border-top: none;
  }
}
.web .tab_buttons button:not(.selected):hover {
  background: rgba(0, 0, 0, 0.15);
}
.web .related_products li 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 .related_products li:hover 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);
}

.touch .card_bnr a:hover {
  opacity: 0.7;
}

.best_sellers {
  background: #ededed;
  padding: 50px 0;
}
.best_sellers .products_list li {
  position: relative;
  margin-bottom: 30px;
}
.best_sellers .products_list li:before {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 100%;
  background: #ffffff;
}
.best_sellers .product_block {
  height: 100%;
  z-index: 3;
}
@media (max-width: 991px) {
  .best_sellers .products_list {
    justify-content: center;
  }
  .best_sellers .products_list li {
    max-width: 360px;
  }
  .best_sellers .products_list li:nth-child(3):last-child {
    margin-right: 360px;
  }
}
@media (max-width: 959px) {
  .best_sellers {
    padding: 30px 0;
  }
}
@media screen and (max-width: 720px) {
  .best_sellers .products_list li:nth-child(3):last-child {
    margin-right: auto;
  }
  .best_sellers .products_list li:first-child:last-child {
    flex: 0 0 100%;
  }
}
@media (max-width: 399px) {
  .best_sellers .products_list {
    padding: 0 5px;
  }
  .best_sellers .products_list li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .best_sellers .products_list li:before {
    left: 5px;
    right: 5px;
  }
}

.already_viewed .page_title {
  display: flex;
  align-items: center;
}
.already_viewed .page_title:before, .already_viewed .page_title:after {
  display: block;
  content: "";
  flex: 1;
  border-top: 2px solid #ededed;
}
.already_viewed .page_title:before {
  margin-right: 20px;
}
.already_viewed .page_title:after {
  margin-left: 13px;
}
.already_viewed .viewed_products {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding: 15px 0;
  margin-bottom: 40px;
}
.already_viewed .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
  width: 8.33%;
  padding: 0 5px;
}
.already_viewed a {
  display: block;
}
.already_viewed .slick-arrow {
  position: absolute;
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.1);
  color: inherit;
  top: 50%;
  margin-top: -16px;
  z-index: 5;
  color: #666666;
}
.already_viewed .slick-arrow:before {
  display: block;
  font-size: 2rem;
}
.already_viewed .slick-prev {
  left: 0;
}
.already_viewed .slick-prev:before {
  content: "";
}
.already_viewed .slick-next {
  right: 0;
}
.already_viewed .slick-next:before {
  content: "";
}
@media (max-width: 1199px) {
  .already_viewed .page_title:after {
    margin-left: 15px;
  }
  .already_viewed .slide_block {
    width: 10%;
  }
}
@media (max-width: 959px) {
  .already_viewed .page_title:before {
    margin-right: 7px;
  }
  .already_viewed .page_title:after {
    margin-left: 7px;
  }
  .already_viewed .viewed_products {
    padding: 10px 0;
    margin: 0 -15px 20px;
  }
  .already_viewed .slide_block {
    width: 12.5%;
  }
}
@media (max-width: 768px) {
  .already_viewed .slide_block {
    width: 14.28%;
  }
}
@media (max-width: 575px) {
  .already_viewed .slide_block {
    width: 16.6%;
  }
}
@media (max-width: 479px) {
  .already_viewed .slide_block {
    width: 20%;
  }
}
@media (max-width: 399px) {
  .already_viewed .slide_block {
    width: 25%;
  }
}
@media (max-width:359px) {
  .already_viewed .slide_block {
    width: 33.3%;
  }
}

.web .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
}
.web .slide_block a 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 .slide_block a:hover 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);
}

.touch .slick-arrow:active {
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
}

.product_description .tab_block, .web .card_bnr 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;
}

.product_description .tab_buttons button {
  -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 .slick-arrow {
  -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 .card_bnr 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 .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 .card_bnr a:hover {
  opacity: 0.7;
}

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