﻿.Product-Detail svg {
  height: 2rem;
}

.Product-Detail .btn {
  border: none;
}

.Product-Detail li {
  list-style: none;
  cursor: pointer;
}

.icon_sochial {
  flex: 1 1 0;
}

.Product-Detail .product li.active {
  border-bottom: 0.1rem solid var(--accent-color3);
}

.Product-Detail .MagicScroll-horizontal :where(.mcs-button-arrow-prev, .mcs-button-arrow-next) {
  top: calc(50% - 8px) !important;
}

@media only screen and (max-width: 600px) {
  .technicals .technical-list-value {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .technicals .technical-list-key {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.Product-Detail .bootstrap-touchspin .input-group-text {
  flex: 0 0 20%;
  display: block;
  cursor: pointer;
  background: transparent;
}

.Product-Detail .bootstrap-touchspin .input-group-text .btn {
  padding: 0.5rem 1.2em !important;
  cursor: pointer;

}

.Product-Detail .bootstrap-touchspin .input-group-text .btn.bootstrap-touchspin-down {
  border-radius: 0 calc(var(--b-radius) * 2) calc(var(--b-radius) * 2) 0;
}

.Product-Detail .bootstrap-touchspin .input-group-text .btn.bootstrap-touchspin-up {
  border-radius: calc(var(--b-radius) * 2) 0 0 calc(var(--b-radius) * 2);
}

.Product-Detail .bootstrap-touchspin .input-group-text .btn-default {
  width: 100%;
}

.Product-Detail .bootstrap-touchspin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  border-radius: calc(var(--b-radius) * 2);
  border: 0.1em solid var(--accent-color);
}

.Product-Detail .bootstrap-touchspin [required] {
  border: 0 !important
}

.Product-Detail .bootstrap-touchspin .input-group-btn button {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}


.Product-Detail .form-control::placeholder {
  padding: 1em;
  text-align: right;
}

.Product-Detail .price-wrapper .form-control {
  height: auto;
  background: none;
  text-align: center !important;
  max-width: 4rem;
  border: none;
  width: 4rem;
}

.Product-Detail .form-control {
  height: 3rem;
  background: none;
  width: 100%;
  -webkit-box-align: center;
  border-radius: calc(var(--b-radius)* 2);
  border: 0.1em solid var(--accent-color);
}

.Product-Detail textarea.form-control {
  height: 10rem;
}


.Product-Detail .addtowish svg .border {
  fill: var(--accent-color3);
}

.Product-Detail .addtowish svg .background {
  fill: none;
}

.Product-Detail .addtowish.active svg .background {
  fill: var(--accent-color3);
}

.Product-Detail .technical-list ul {
  list-style: none;
  margin: 0;
}

.Product-Detail .technical-list-key {}

.Product-Detail .technical-list-value {
  flex: 1 0 auto;
  border-bottom: 0.1em solid var(--custom-color4);
}

.Product-Detail .technical-checkboxlist {
  gap: 1em;
}

.Product-Detail .technical-item:nth-child(odd) {
  background: var(--light-silver);
}

.Product-Detail .technical-item>.col-9 {
  border-bottom: 0.1em solid var(--light-gray);
}

.c-product__params-more.is-active {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.c-product_attributes,
.c-product_params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-product__params {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-product__params ul {
  list-style: none;
  padding: 0;
  color: #55565a;
  margin: 20px 0;
  font-size: 12px;
  font-size: 13.712px;
  line-height: 1.833;
}

.c-product__params ul:before {
  content: attr(data-title);
  font-size: 14px;
  line-height: 1.571;
  display: list-item;
  font-weight: 700;
  margin-bottom: 10px;
}

.c-product__params ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  color: #686868;
  margin: 2px 0;
}

.c-product__params ul li span {
  margin-left: 5px;
  white-space: normal;
}

.c-product__params ul li span:last-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.c-product__params-more {
  display: none !important;
}

.c-product__params ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ccc;
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 50%;
}

.Product-Detail .model-options {
  border-top: 0.1em solid var(--light-silver);
}


.Product-Detail .addToBasket {
  border: 0
}

.Product-Detail .addToBasket[disabled] {
  filter: blur(4px);
  cursor: not-allowed;
}

.Product-Detail .ProductGallery {}

.ProductGallery-Thumbs {
  height: 26rem;
}

.ProductGallery-Thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width:767px) {
  .ProductGallery-Thumbs {
    height: 6rem;
  }
}

.attributes-group-items span {
  text-wrap: nowrap;
  text-align: center;
}

.attributes-group-items.swiper .attribute-select.active {
  background: linear-gradient(to right, var(--accent-color), var(--accent-color4), var(--accent-color));
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.attributes-group-items.swiper.color .attribute-select.active {
  background: unset;
}

@media (max-width:680px) {

  .swiper-vertical>.swiper-wrapper {
    flex-direction: row !important;
  }
}

svg.barcode {
  max-width: unset;
  height: auto;
  max-height: unset;
}

.color.swiper .attribute-colors {
  height: 3rem;
  outline: 0;
  border: 0;
  border-radius: var(--b-radius);
  box-shadow: var(--box-shadow);
}

.color.swiper .attribute-colors.active:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 0.6rem;
  height: 1rem;
  border: solid var(--White);
  border-width: 0 0.15em 0.15em 0;
  margin: -0.15em -0.15em 0 -0.15em;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.color.swiper .attribute-colors.active:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
}

.maximize-btn {
  position: absolute;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
  z-index: 1;

  svg {
    width: 15px;
    height: 15px;
    stroke: #000;
  }
}
.Product-Detail .ProductDescription a{color: var(--accent-color);}