.single-product {
  padding-top: 10px;
  padding-bottom: 49px;
}

.mini-product-img {
  opacity: 0.2;
  transition: opacity 0.3s ease 0s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 0 0 0px 0;
}

.mini-product-img.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #333333;
}

.mini-product_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.mini-product-swiper {
  width: 200px;
  height: 60px;
}

.pr-slider {
  width: 35%;
  height: 350px;
  position: relative;
}

.product-img {
  border-radius: 10px;
  overflow: hidden;
}

.product_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-swiper-wrapper {
  height: 260px;
}

.product-swiper {
  width: 100%;
  margin-bottom: 33px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.mini-product-swiper {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
  top: 96%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: none;
  box-shadow: none;
}

.product-swiper .swiper-button-prev:after,
.product-swiper .swiper-button-next:after {
  color: #333333;
  font-size: 18px;
  line-height: 16px;
}

.product-swiper .swiper-button-prev {
  left: 70px;
}

.product-swiper .swiper-button-next {
  right: 70px;
}

.star-icon {
  width: 12px;
  height: 12px;
}

.pr-info {
  width: 27%;
  display: flex;
  flex-direction: column;
}

.i-reviews {
  display: flex;
  align-items: center;
}

.rating {
  display: flex;
  align-items: center;
  margin-right: 6px;
}

.reviews {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #8f9597;
}

.info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pi-bottm {
  display: flex;
  align-items: center;
}

.pi-fav,
.pi-like {
  margin-right: 20px;
}

.pr-fr {
  display: flex;
  justify-content: space-between;
}

.pi-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 10px;
}

.pi-title:hover {
  color: #e41434;
}

.pi-color {
  display: flex;
  align-items: center;
}

.color {
  width: 20px;
  height: 20px;
  background: #c1d8ed;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  margin-right: 10px;
}

.color-text {
  font-weight: 500 !important;
  font-size: 11px !important;
  line-height: 16px !important;
  letter-spacing: 0.2px !important;
  color: #333333 !important;
}

.char-item {
  display: flex;
  align-items: center;
}

.chara-info {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;

  color: #6b6b6b;
}

.info-chara {
  display: flex;
  flex-direction: column;
  margin-top: 46px;
}

.info-chara .char-item:first-child .chara-info {
  margin-right: 75px;
}

.info-chara .char-item:first-child {
  margin-bottom: 20px;
}

.chara-val {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #333333;
  width: 35%;
}

.chara-info-text {
  width: 59%;
}

.info-chara .char-item:not(:first-child) {
  margin-bottom: 5px;
}

#more {
  display: none;
}

.info-text p {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  /* or 145% */

  letter-spacing: 0.2px;

  color: #333333;
}

.info-text {
  margin-top: 20px;
}

#myBtn2 {
  border: none;
  background-color: #fff;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height, or 145% */
  margin-top: 5px;
  color: #6b6b6b;
}

.pr-shop {
  width: 20%;
  max-width: 192px;
}

.shop-main .pi-price {
  display: flex;
  align-items: center;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  justify-content: space-evenly;
}

.shop-main {
  padding: 24px 12px;
  background: #f5f5f6;
  border-radius: 10px;
}

.price-active {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #333333;
  margin-right: 15px;
}

.price-before {
  position: relative;
}

.price-start {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}

.price-before::after {
  content: "";
  background-color: #6b6b6b;
  transform: rotate(-11.07deg);
  width: 45px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
}

.buttonCountNumber1 {
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  color: #333333;
}

.buttonCountMinus1 {
  border: 0.5px solid #f3f3f3;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #333333;
  cursor: pointer;
    margin-left: -3px;
}

.buttonCountPlus1 {
  background: #e41434;
  border: 0.5px solid #e41434;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.pi-range2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 15px auto;
  width: 96px;
  background: #ffffff;
  border: 0.5px solid #f3f3f3;
  border-radius: 10px;
}

.pi-incart {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  padding: 12px 24px;
  color: #ffffff;
  background: #e41434;
  border-radius: 10px;
}

.pi-fastorder {
  display: block;
  padding: 8px 24px;
  background: #ffffff;
  border: 1px solid #6b6b6b;
  border-radius: 10px;
  font-weight: 400;
  font-size: 8px;
  line-height: 16px;
  color: #6b6b6b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
}
.pi-fastorder:hover {
  color: #6b6b6b;
  border-color: #6b6b6b;
}
.shop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.lin-arr {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.id-item2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #8f9597;
}

.status {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
}

.red {
  color: #e41434;
}

.wait {
  color: #ff6700;
}

.in-shop {
  color: #2dca2f;
}

.pi-bonus {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #b5b5b9;
}

.bonus-count {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #e74c3c;
  margin-right: 4px;
}

.bonus-img {
  margin-right: 4px;
}

.bonus-text {
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 14px;
  color: #333333 !important;
  white-space: nowrap;
}
.pi-found-more:hover>.bonus-text{
  color: #6B6B6B !important;
}
.pi-found-more:hover>.fa {
  color: #6B6B6B;
}
.shop-footer {
  background: #f5f5f6;
  border-radius: 10px;
  margin-top: 7px;
  padding: 20px;
}
.pi-found-more:hover>svg>path{
  fill:#6B6B6B;
}
.pi-found-more {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.pi-found-more .fa {
  color: #b5b5b9;
  margin-right: 0;
  margin-left: auto;
}

.tab-swiper {
  width: 800px;
  margin-left: 0;
  border-bottom: 1px solid #F3F3F3;
}

.tab-item {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  cursor: pointer;
  color: #333333;
}

.tab-item:nth-child(1) {
  width: 60px;
}

.tab-item:nth-child(2) {
  width: 101px;
}

.tab-item:nth-child(3) {
  width: 74px;
}

.tab-item:nth-child(4) {
  width: 61px;
}

.tab-item:nth-child(5) {
  width: 84px;
}

.tab-item:nth-child(6) {
  width: 60px;
}

.tab-item:nth-child(7) {
  width: 44px;
}

.tab-item.active {
  padding-bottom: 9px;
  border-bottom: 1px solid #333333;
}

.tab-pane {
  display: none;
  padding-top: 13px;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #333333;
}

.tab-pane.active {
  display: flex;
  flex-direction: column;
}

.aboit-mi {
  display: grid;
  grid-template-columns: 200px 300px 200px 1fr;
  row-gap: 5px;
}

.aboit-link {
  grid-column: 1/2;
  display: flex;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #e74c3c;
  align-items: center;
  margin-top: 20px;
}

.aboit-mi .char-item {
  grid-column: 2 / 4;
}

.aboit-mi .chara-info {
  grid-column: 2 / 3;
}

.aboit-mi .chara-val {
  grid-column: 3 / 4;
}

.about-mainInfo {
  background: #f5f5f6;
  padding-top: 30px;
  padding-bottom: 30px;
}

.aboit-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}

.abin {
  grid-row: 1/5;
}

.aboit-link .fa {
  font-size: 10px;
  line-height: 10px;
}

.about-questitonSec {
  grid-column: 2 / 4;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.aqs-t {
  display: flex;
  flex-direction: column;
}

.aqs-t2 {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #e74c3c;
  grid-column: 2 / 3;
}

.aqs-t1 {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  grid-column: 2 / 3;
}

.aqs-but {
  grid-column: 3 / 4;
  display: flex;
  font-weight: 600;
  font-size: 11px;
  line-height: 10px;
  letter-spacing: 0.3px;
  color: #ffffff;
  padding: 10px 12px;
  background: #e41434;
  border-radius: 10px;
  align-items: center;
  text-align: center;
}

.about-decr {
  display: grid;
  grid-template-columns: 200px 820px 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  row-gap: 5px;
}

.aboit-text {
  grid-column: 2 / 3;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333333;
}

.about-reviews {
  display: grid;
  grid-template-columns: 180px 820px 1fr;
  column-gap: 20px;
  margin-bottom: 40px;
}

.rev-header {
  display: flex;
  align-items: center;
}

.rev-mark {
  display: flex;
  align-items: center;
  margin-left: 9px;
}

.rev-data {
  margin-right: 0;
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  color: #8f9597;
}

.rev-author {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #8f9597;
}

.rev-mark .reviews {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.rev-main {
  margin-top: 10px;
}

.rev-subtitle {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 10px;
}

.rev-subtext {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */

  letter-spacing: 0.2px;

  color: #000000;
}

.rfi {
  display: flex;
  flex-direction: column;
  width: 20%;
  max-width: 142px;
  margin-right: 99px;
}

.rfih {
  display: flex;
  align-items: center;
}

.rev-footer {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.rev-count {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.rev-write {
  display: block;
  border: 1px solid #e41434;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  color: #e41434;
  text-align: center;
  cursor: pointer;
}

.progres-item {
  display: flex;
  align-items: center;
}

.prt {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2px;
  color: #737b7d;
}

.prt1 {
  margin-right: 15px;
}

.prt2 {
  margin-left: 20px;
}

.animated-progress {
  width: 120px;
  height: 5px;
  border-radius: 5px;
  margin: 9px 0;
  background-color: #e5e5e5;
  overflow: hidden;
  position: relative;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  line-height: 30px;
  position: absolute;
  background-color: #333333;
}

.about-no-reviews {
  width: 27%;
  margin-bottom: 30px;
}

.about-no-reviews .reviews {
  font-weight: 700;
  letter-spacing: 0.2px;

  color: #8f9597;
}

.about-no-reviews .rev-mark {
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}

.about-no-reviews .star-icon {
  width: 13px;
  height: 13px;
}

.rev-text {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 18px;
}

.about-no-reviews .rev-write {
  width: 110px;
}

.descrip .char-title {
  grid-column: 2 / 4;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
  margin-top: 24px;
}

.descrip .char-title:first-child {
  margin-top: 18px;
}

.descrip {
  display: grid;
  grid-template-columns: 200px 300px 200px 1fr;
  row-gap: 5px;
  margin-bottom: 30px;
}

.descrip .char-item {
  grid-column: 2 / 4;
}

.descrip .chara-info {
  grid-column: 2 / 3;
}

.descrip .chara-val {
  grid-column: 3 / 4;
}

.descrip .char-item:not(:last-child) {
  margin-bottom: 3px;
}

.descrip .pi-color {
    grid-column: 3 / 4;
    width: 39%;
}


.val-width {
  width: 205px;
}

.access-wrapper {
  padding-bottom: 30px;
}

.reviews-block {
  display: flex;
  padding-top: 17px;
  padding-bottom: 30px;
}

.reviews-scale {
  margin-right: 37px;
}

.reviews-scale__top {
  display: flex;
  align-items: center;
}

.reviews-count {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  margin-left: 24px;
}

.reviews-block .rev-mark {
  margin-left: 0px;
}

.reviews-block .rev-write {
  width: 116px;
  margin-top: 20px;
}

.rev-star-icon {
  margin-right: 2px;
  width: 14px;
  height: 14px;
}

.reviews-scale__top {
  margin-bottom: 15px;
}

.reviews-list {
  max-width: 816px;
}

.rev-choice {
  display: flex;
  align-items: center;
  justify-content: start;
  list-style-type: none;
  margin-bottom: 27px;
}

.rev-choice__item:not(:last-child) {
  margin-right: 27px;
}

.rev-choice__item {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
}

.rev-choice__item.active {
  font-weight: 700;
}

.full-review {
  border-radius: 10px;
}

.full-review:not(:last-child) {
  margin-bottom: 30px;
}

.main-rev {
  padding: 19px 20px 15px;
  background: #f3f3f3;
}

.user-avatar {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.user-info-text {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2px;
  color: #8f9597;
}

/* .info-top {
  max-width: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.user-info {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}

.user-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 32px;
}

.rev-title {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 10px;
}

.rev-content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333333;
  margin-bottom: 15px;
}

.rate-count {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2px;
  color: #8f9597;
  margin-left: 5px;
}

.rate-block {
  display: flex;
  align-items: end;
  margin-right: 20px;
}

.rate-block img {
  width: 14px;
  height: 14px;
}

.rev-bottom {
  display: flex;
  align-items: center;
}

.faq {
  display: flex;
  padding-top: 17px;
  padding-bottom: 30px;
}

.faq-left {
  max-width: 126px;
  margin-right: 82px;
}

.faq-message {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.faq .rev-write {
  max-width: 98px;
}

.faq-right {
  padding-top: 15px;
}

.faq-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333333;
}

.answer {
  margin-left: 33px;
}

.answer-text {
  margin-bottom: 13px;
}

.question-text {
  margin-bottom: 30px;
}
.status2 {
  background: #e74c3c;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 0 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 18px;
  margin-left: 6px;
}

.name {
  display: flex;
  align-items: center;
}

.question-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.delivery-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */
  margin-left: 10px;
  color: #333333;
  margin-bottom: 20px;
}

.delivery-description {
  margin-bottom: 5px;
  margin-left: 10px;
  font-weight: 400;
font-size: 14px;
line-height: 20px;

letter-spacing: 0.2px;

color: #333333;
}
.delivery-description2{
    font-weight: 400;
font-size: 14px;
line-height: 20px;

letter-spacing: 0.2px;
  margin-bottom: 5px;
color: #333333;
}
.delivery > ul > li,
.payment > ul > li {
  margin-bottom: 5px;
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.2px;
color: #333333;
}

.delivery > ul > li {
}

.delivery-container > div {
  display: flex;
  flex-direction: row;
}

.delivery {
  margin-right: 150px;
}

.delivery-description_pro {
  display: flex;
}

.delivery-description_pro > img {
  margin-right: 10px;
}

.delivery-description_pro > span {
  width: 483px;
  font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.2px;
color: #333333;
}

.warranty {
  display: block !important;
}
.pi-incart:hover {
  background-color: #bd0f2c;
  border-color: #bd0f2c;
}
.aqs-but:hover {
  background-color: #bd0f2c;
}
.val-width2 {
  width: 85%;
  font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #333333;
}
.product-tab {
  padding-bottom: 40px;
}
.product-item {
  height: 402px !important;
}
.rev-choice__item:first-child {
  width: 114px;
}
.rev-choice__item:nth-child(2) {
  width: 40px;
}
.rev-choice__item:nth-child(3) {
  width: 92px;
}
.rev-choice__item:nth-child(4) {
  width: 92px;
}

.modal-order {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Оставаться на месте */
  z-index: 9999; /* Сидеть на вершине */
  padding-top: 100px; /* Расположение коробки */
  left: 0;
  top: 0;
  width: 100%; /* Полная ширина */
  height: 100%; /* Полная высота */
  overflow: auto; /* Включите прокрутку, если это необходимо */
  background-color: rgb(0, 0, 0); /* Цвет запасной вариант  */
  background-color: rgba(0, 0, 0, 0.4); /*Черный с непрозрачностью */
}

/* Модальное содержание */
.modal-order .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  background: #f3f3f3;
  border-radius: 10px;
  width: 60%;
  max-width: 547px;
}
.modal-order .part-form2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  width: 100%;
}
.modal-order .form-label2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}

/* Кнопка закрытия */
.modal-order .close {
  color: #333333;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 12px;
  margin-top: 12px;
}

.modal-order .close:hover,
.modal-order .close:focus {
  color: #000;
  text-decoration: none;
}

.modal-order .modal-body {
  padding: 0px 50px 38px 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal-order .modal-body h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */

  letter-spacing: 0.3px;
  text-transform: uppercase;

  color: #333333;
  margin-bottom: 24px;
}
.btn-order {
  background: #e41434;
  border-radius: 10px;
  padding: 12px 24px;
  letter-spacing: 0.3px;
  margin-top: 12px;
  color: #ffffff;
}
.order-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.forgot-pass {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #e41434;
}
.reg-span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}
.forn-input {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #333333;
  margin-top: 8px;
}
textarea {
  height: 84px; /* Высота поля в пикселах */
  resize: none; /* Запрещаем изменять размер */
}
.agree{
  font-weight: 400;
font-size: 9px;
line-height: 10px;
margin-top: 10px;
color: #999999;
}
.order-form .custom-checkbox+label{
  color: #6B6B6B;
}
.order-form .custom-checkbox+label::before{
  border-color: #6B6B6B;
}
.order-form .custom-checkbox:checked+label::before{
  background-color: #6B6B6B;
}
.havesym{
  font-weight: 400;
font-size: 9px;
line-height: 10px;
color: #999999;
margin-top: 4px;
}
.rat-cont{
  margin-top: 14px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}
.rating-area {
	overflow: hidden;

}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
float: right;
    width: 22px;
    padding: 0;
    cursor: pointer;
    font-size: 21px;
    line-height: 21px;
    color: rgba(228, 20, 52, 0.4);
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: #E41434;;

}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: #E41434;;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: #E41434;
}
.rate-area > label:active {
	position: relative;
}
.rat-text{
  font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #333333;
margin-left: 20px;
}
.btn-order:hover{
  background: #bd0f2c;
}
.rev-write:hover{
  color:#bd0f2c;
  border-color:#bd0f2c;
}
.file-item{
  display: flex;
  align-items: center;
  grid-column: 2 / 3;
  padding: 15px;
}
.file-wrapper{
  padding-top: 20px;
  display: grid;
  grid-template-columns: 150px 270px 1fr;
  row-gap: 5px;
  column-gap:50px;
}
.file-img{
  margin-right: 20px;
}
.file-item:hover{
  box-shadow: 0px 4px 24px #E5E5E5;
border-radius: 10px;
}
.file-wrapper .aboit-title{
  grid-column: 1 / 2;
}
.file-name{
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
/* identical to box height, or 143% */

letter-spacing: 0.2px;

color: #333333;
margin-bottom: 3px;
}
.file-size{
  font-weight: 400;
font-size: 10px;
line-height: 12px;
/* identical to box height, or 120% */


color: #8F9597;
}
.user-info-text-dark{
  color: #6B6B6B;
}
.buttonCountPlus:hover {
  background-color: #bd0f2c;
  border: 0.5px solid #bd0f2c;
}
.pi-fav:hover svg {
    stroke: #878792;
}

.pi-like:hover svg {
    fill: #878792;
}
.pi-share:hover path{
    stroke: #878792;
}
.pi-fav svg {
    fill: none;
    stroke: #b5b5b9;
}
.pi-like svg {
    fill: #b5b5b9;
}
.share-clicked{
  stroke: #e41434;
}
.first-tab-pane{
  padding-top: 0;
}
.product-swiper .swiper-button-prev:hover:after, .product-swiper .swiper-button-next:hover:after{
      color: #6b6b6b;
}
.mini-product-img.swiper-slide-thumb-active:hover {

    border: 1px solid #6b6b6b;
}
#myBtn2:hover{
  color: #333333
}
.buttonCountPlus1:hover {
    background-color: #bd0f2c;
    border: 0.5px solid #bd0f2c;
}