.product .container {
  padding: 2rem 5.5rem 7rem;
}

.product__button {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.product__button .section__button {
  padding: 1.4rem 2rem;
  min-width: 13rem;
}

.product__wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 4.2rem;
}

.product__mob {
  display: none;
}

.product__price {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem;
}

.product__price span {
  font: 500 1.6rem/normal var(--Ubuntu);
}

.product__price h3 {
  font: 500 2rem/normal var(--Ubuntu);
}

.product__favorite-remove {
  background-color: var(--color-primary);
  color: white!important;
  border-radius: 1rem;
}
.product__info-shipment{
  display: flex;
  gap:1rem;
  position: relative;
  align-items: center;
}
.product__info-img{
  width: 1.5rem;
  min-width: 1.5rem;
  cursor: pointer;
  height: 1.5rem;
}
.product__info-bottom-item{
  position: relative;
}
.product__table th{
  font: 700 1.2rem/normal var(--Ubuntu);
  padding: 0.4rem;
  text-align: center;
}
.product__table table{
  width: 100%;
}
.product__table td{
  padding: 0.4rem;
  font: 400 1rem/normal var(--Ubuntu);
  text-align: center;
}
.product__table td:first-child{
  text-align: left;
}
.product__table{
  top: 2.2rem;
  display: none;
  position: absolute;
  transition: 0.2s ease;
  padding: 3.2rem 1.6rem;
  max-width: 144rem;
  width: 150%;
  background: white;
  z-index: 11111;
  border-radius: 0.8rem;
  right: 0;
  box-shadow: 0 0.5rem 1.46rem 0 rgba(0, 0, 0, 0.25);
}
.product__info-img:hover + .product__table{
  display: block;
  transition: 0.2s ease;
}
.product__info-head {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1.4rem;
  -ms-flex-align: start;
      align-items: flex-start;
}

.product__info-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.1rem;
}

.product__info-title h1 {
  font: 700 2.6rem/normal var(--Ubuntu);
}

.product__info-title h2 {
  color: #747D8C;
  font: 400 1.4rem/normal var(--Ubuntu);
}

.product__info-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.6rem;
}

.product__info-bottom-item {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-align: center;
      align-items: center;
}

.product__info-bottom-item h3, .product__info-shipment h3 {
  font: 500 1.4rem/normal var(--Ubuntu);
}



.product__info-bottom-item p, .product__info-shipment p {
  font: 400 1.4rem/normal var(--Ubuntu);
}

.product__info-bottom-item span, .product__info-shipment span {
  color: #747D8C;
}

.product__specifics {
  border-radius: 2rem;
  background: #F5F7F9;
  padding: 3rem;
  margin-top: 7.2rem;
}

.product__specifics .section__title {
  margin-bottom: 0.6rem;
  font-size: 2.2rem;
}

.product__specifics-more {
  display: none;
}

.product__specifics-flex {
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

.product__specifics-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(50% - 2.5rem);
}

.product__specifics-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  -ms-grid-columns: 40% 58%;
      grid-template-columns: 40% 58%;
  padding: 1.4rem 0;
}

.product__specifics-item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #CED6E0;
  width: 100%;
  height: 0.1rem;
}

.product__specifics-item h2 {
  font: 500 1.6rem/normal var(--Ubuntu);
  color: #747D8C;
}

.product__specifics-item h3 {
  font: 400 1.6rem/normal var(--Ubuntu);
  color: var(--color-black-light);
}

.product__add {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 0.6rem;
}

.product__add img {
  width: 1.7rem;
  height: 1.7rem;
}


.product__gallery {
  overflow: hidden;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  width: 40.4%;
}

.product__slider {
  aspect-ratio: 1.9/1.23;
  border-radius: 2rem;
}

.product__slider img {
  border-radius: 2rem;
}

.product__slider-thumbnail {
  width: calc(100% - 10rem);
  margin: 1rem auto 0;
  overflow: hidden;
}

.product__slider-thumbnail .swiper-slide {
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 2rem;
}

.product__nav {
  position: relative;
}

.product__nav .swiper-button-next {
  right: 0;
}

.product__pagination {
  top: -3rem;
  z-index: 3;
}

.product .swiper-pagination-bullets {
  background-color: rgba(87, 96, 111, 0.39);
}

.product .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.2;
}

.product .swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}

.product__next, .product__prev {
  height: 5rem;
  width: 4rem;
  top: unset;
  bottom: -6rem;
  position: absolute;
  z-index: 1;
}

.product__next:after, .product__prev:after {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/slider.svg) center/1.8rem 1.8rem no-repeat;
}
.product__prev{
  transform: rotate(180deg) ;
}
.product__prev{
  left: unset!important;

}

.product__prev, .product__next{
  bottom: -5.5rem!important;
  top:unset!important;
}
.product__related .container {
  padding: 7rem 5.5rem 13rem;
}

.product__related .index__list {
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  gap: 0;
}

.product__related-block {
  position: relative;
}

.product__related .swiper-button-prev, .product__related .swiper-button-next {
  border-radius: 1rem;
  border: 0.1rem solid black;
}

.product__related .swiper-button-prev:hover, .product__related .swiper-button-next:hover {
  transition: 0.2s ease;
  filter: brightness(0) saturate(100%) invert(27%) sepia(93%) saturate(1091%) hue-rotate(175deg) brightness(104%) contrast(102%);
}

.product__related .swiper-button-next {
  margin-right: -8rem;
}

.product__related .swiper-button-prev {
  margin-left: -8rem;
}

.product__related-title {
  font: 700 2.2rem/normal var(--Ubuntu);
  text-align: center;
  margin-bottom: 4rem;
}

.product__related .product__related-pagination {
  bottom: -6rem!important;
}

.product__related .swiper-pagination-bullets {
  background-color: #F5F7F9;
}

.product__related .swiper-pagination-bullet {
  background-color: white;
}

.product__related .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.product__related.section__grey .swiper-pagination-bullets {
  background-color: white;
}

.product__related.section__grey .swiper-pagination-bullet {
  background-color: #F5F7F9;
}

.product__related.section__grey .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.product__info {
  width: calc(59.6% - 4.2rem);
}

.product__line {
  background-color: #CED6E0;
  height: 0.1rem;
  width: 100%;
  margin: 2rem 0;
}

.product__condition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 1rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.product__condition-flex {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: relative;
}
.product__condition-text{
  display: flex;
  flex-direction:column ;
  gap:1.6rem;
}
.product__condition-text strong{
  color:var(--color-black-light);
}

.product__condition-flex > * {
  font: 500 1.4rem / normal 'Ubuntu';
}

.product__condition-flex h3 {
  position: relative;
  padding-left: 2.1rem;
}

.product__condition-flex h3:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/product-condition.svg") center/1.7rem 1.7rem no-repeat;
}

.product__condition-item {
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -ms-flex-direction: column;
      flex-direction: column;
}

.product__condition-item p {
  color: #747D8C;
  font: 400 1.4rem / normal 'Ubuntu';
}

.product__condition-show {
  color: #0072B5;
  font: 500 1.4rem / normal 'Ubuntu';
}
.variations .select2-container{
  min-width:15rem;
}
.variations .select2-container .select2-selection--single .select2-selection__rendered{
  padding: 0.6rem 2.2rem 0.6rem 1rem;
  border: 0.1rem solid var(--color-primary);
  border-radius: 1rem;
  color:var(--color-primary);
}
.variations__item-title{
  display: none;
}
.variations{
  display: none;
  margin-bottom: 2rem;
}
.variations__show{
  display: block;

}
.variations__list{
  display: flex;
  gap:0.6rem;
  flex-wrap: wrap;
}
/*.single_variation_wrap{*/
/*  display: none!important;*/
/*}*/
.woocommerce-variation-price{
  display: none;
}
.variations__list .card__hint{
  bottom:-3.2rem;
  white-space: nowrap;
}
section .select2-search--dropdown{
  display:none;
}

.variations__item{
  position: relative;
}
.reset_variations{
  margin-left: 1.6rem;
  font: 500 1.6rem / normal var(--Ubuntu);
  visibility: hidden;
}
.reset_variations-show{
  margin-left: 1.6rem;
  font: 500 1.6rem / normal var(--Ubuntu);
  visibility: visible!important;
}

.woocommerce-variation-add-to-cart .quantity{
  display: none!important;
}
.single_add_to_cart_button{
  display: none;
}

@media only screen and (max-width: 1540px) {
  .product__related .swiper-button-next {
    margin-right: -6rem;
  }
  .product__related .swiper-button-prev {
    margin-left: -6rem;
  }
}

@media only screen and (max-width: 666px) {
  .product__related-title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .product__specifics {
    padding: 3rem 1.4rem;
  }
  .product__specifics .section__title {
    font-size: 1.8rem;
  }
  .product__specifics-flex {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
  .product__specifics-flex > * {
    width: 100%;
  }
  .product__specifics-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0.4rem;
  }
  .product__specifics-block:last-child {
    /*display: none;*/
  }
  .product__specifics.active .product__specifics-block {
    display: -ms-flexbox;
    display: flex;
  }
  .product__specifics-more {
    display: block;
    font: 500 1.4rem/normal var(--Ubuntu);
    color: var(--color-primary);
  }
  .product .container {
    padding: 2rem 1.4rem 1.4rem;
  }
  .product__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1rem;
  }
  .product__gallery, .product__info {
    width: 100%;
  }
  .product__info {
    margin-top: 1rem;
  }
  .product__related .container {
    padding: 4rem 0 2rem 1.4rem;
  }
  .product__related-nav {
    display: none;
  }
  .product__mob {
    display: block;
  }
  .product__info-head {
    display: none;
  }
  .product__mob h2 {
    font: 700 2rem/normal var(--Ubuntu);
  }
  .product__mob h3 {
    font: 400 1.4rem/normal var(--Ubuntu);
    color: #747D8C;
  }
  .product__mob-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    gap: 1rem;
  }
  .product__mob-flex .like {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 5rem;
    border: 1px solid var(--color-primary);
    background: #FFF;
  }
  .product__mob-flex .like:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    background: url("../img/heart-product.svg") center/2rem 2rem no-repeat;
  }
  .product__mob-flex .like.active:after {
    background: url("../img/heart-full.svg") center/2rem 2rem no-repeat;
  }
  .product__condition {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .product__condition-item {
    gap: 1rem;
  }
  .product__info-bottom-item {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .product__info-bottom-item h3 {
    min-width: 8.5rem;
  }
  .product__button .section__button {
    width: calc(50% - 0.5rem);
  }
  .product__specifics {
    margin-top: 2rem;
  }
  .product__table {
    top: 2.2rem;
    padding: 1.6rem 0.8rem;
    max-width: calc(100vw - 3rem);
    width: 100%;
    right: unset;
    left: 0;
    transform: unset;
  }
}