.container {
  padding: 82px 40px 344px;
}

.details-item {
  padding: 22px;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
}
.details-item .photo img {
  border-radius: 8px;
}
.details-item .photo .all img + img {
  margin-top: 6px;
}
.details-item .photo .current {
  position: relative;
  margin-left: 7px;
}
.details-item .photo .current .arrow {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E0E0E;
  cursor: pointer;
}
.details-item .photo .current .arrow.disabled {
  background: rgba(255, 255, 255, 0.2);
  color: #545454;
}
.details-item .photo .current .arrow.left {
  left: 13px;
}
.details-item .photo .current .arrow.right {
  right: 13px;
}
.details-item .desc-item {
}
.details-item .desc-item .header .name .title {
  max-width: 245px;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  text-transform: capitalize;
  color: #000000;
}
.details-item .desc-item .header .name .articule {
  margin-top: 22px;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  text-transform: capitalize;
  color: #848484;
}
.details-item .desc-item .header .price {
  margin-left: 109px;
}
.details-item .desc-item .header .price .old {
  font-family: "Rubik", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: right;
  text-decoration-line: line-through;
  color: #969696;
}
.details-item .desc-item .header .price .new {
  margin-top: 7px;
  font-family: "Rubik", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: right;
  color: #4E5859;
}
.details-item .desc-item .header .price .percentage {
  margin-top: 9px;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  text-transform: capitalize;
  color: #848484;
}
.details-item .desc-item .colors {
  margin-top: 32px;
}
.details-item .desc-item .colors img + img {
  margin-left: 15px;
}
.details-item .desc-item .colors img {
  cursor: pointer;
  border-radius: 50%;
}
.details-item .desc-item .colors img.active {
  outline: #00B2FF solid 1px;
}
.details-item .desc-item .desc-header {
  margin-top: 45px;
  max-width: 478px;
}
.details-item .desc-item .desc-header h4 {
  color: #313131;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.details-item .desc-item .desc-header .desc {
  margin-top: 27px;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #6E6E6E;
}
.details-item .chars {
  margin-top: 61px;
  max-width: 700px;
}
.details-item .chars h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #55575C;
}
.details-item .chars .rows {
  margin-top: 27px;
}
.details-item .chars .rows .row {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #2B2D33;
  height: 60px;
  border-bottom: 1px solid #E9EAEA;
}
.details-item .chars .rows .row .label {
  width: 250px;
}
.details-item .chars .rows .row .value {
  margin-left: 124px;
}

.details-top-sales {
  margin-top: 88px;
}

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