a:focus, a:hover {
  text-decoration: none;
}


.product-h1 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  padding: 0;
}

.container.product-page {
  overflow-x: hidden;
}

/*фото*/
.product-gallery {
    display: flex;
}

.product-gallery .nav-slider .slick-slide {
  border: 1px solid #FDBF60;
  border-radius: 4px;
}

.main-slider .slick-slide a {
  border: none;
}

.main-slider {
    width: 86%;
}

.nav-slider {
    width: 14%;
    margin-right: 10px;
}

.product-gallery .nav-slider {
  margin: -6px 0;
  margin-right: 10px;
}

.nav-slider .slick-slide {
    margin: 6px 0;
}

.nav-slider .slick-prev, .nav-slider .slick-next {
    display: block;
}

.main-slider .slick-slide a {
  max-width: 648px;
}
/*фото*/


.n-line {
  display: flex;
}

.n-line__sb {
  justify-content: space-between;
}

.n-line__center {
  justify-content: center;
}

.text_product {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}
.text_product--black {
  color: #000;
}
.text_product--red {
  color: red;
}
.text_product--gray {
  color: #656464;
}

.line-sku {
  margin-bottom: 60px;
}

.line-gift {
  font-size: 22px;
  margin-bottom: 36px;
}
.text-rating {
  top: 2px;
  position: relative;
  font-size: 17px;
  font-weight: 500;
}
.text-rating:hover {
  color: #7F27FF;
}
.line-gift > div {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 15px;
}


.product-price {
  color: #EA1A27;
  font-size: 25px;
  font-weight: 600;
}
.product-price-archive {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}
.product-price--old {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  text-decoration: line-through;
}
.line-price {
  line-height: 52px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.line-btn {
  margin-bottom: 45px;
  display: flex;
  gap: 17px;
}

.btn-product-help-wrapper {
  text-align: center;
  width: 100%;
}
.btn.btn-product-help {
  background: #FDBF60;
  border-radius: 7px;
  color: #000;
  font-size: 22px;
  height: 49px;
}









.btn.btn-cart, .btn.btn-fo {
  font-size: 25px;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-cart {
    background: #9F70FD;
    color: #fff;
}
.btn.btn-fo {
    background: #FDBF60;
    color: #000;
}
.btn.btn-cart:hover {
  color: #000;
}
.btn.btn-fo:hover {
  color: #fff;
}

.line-stock {
  margin-bottom: 28px;
}

.line-stock a:hover {
  color: #000;
}
.text_product--green {
  font-size: 17px;
  font-weight: 500;
    color: #078B0C;
}

#tabs-good li a {
  font-size: 20px;
  font-weight: 600;
}

.line-stock a {
  color: red;
  text-decoration: underline;
}



/*Табы*/
.tabs-product {
  width: 100%;
  margin-bottom: 45px;
  border-radius: 4px;
}

.tabs-product .nav {
  margin: 0;
}
.tabs-product .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
    max-width: 880px;
    background: #FAFAFA;
    opacity: 100%;
    border-radius: 25px;
    box-shadow: 0 4px 4px #00000061;
}
.tabs-product .nav a {
  color: #7E7E7E;
  font-size: 25px;
}
.tabs-product .nav li a {
  border-top: 3px solid transparent;
  transition: all 1s;
  font-weight: bold;
  text-align: center;
    width: 100%;
}
.tabs-product .nav li.active a {
  background: #E3E0E0;
  border-top: 3px solid #7F27FF;
  color: #000;
}

#tabs-main .tab-content {
  padding: 25px 30px 17px;
  border-radius: 4px;
}


.tab-lines {
  display: flex;
  flex-direction: column;
}
.tab-line {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    color: #000;
    background: #FAFAFA;
    padding: 5px 40px;
    border-radius: 25px;
    margin: 8px 0;
}
.tab-text a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    font-size: 17px ;
}
#delivery .tab-text {
  font-size: 17px ;
  font-weight: 500;
}
/*Табы*/

#description {
  font-size: 20px;
  color: #000;
  line-height: 1.2em;
}


.showmore {
  width: 273px;
  margin: 0 auto;
  height: 40px;
  color: #000;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  border-radius: var(--c_review_br);
}


.warehouse-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.warehouse-list__item {
  list-style: none;
  color: #000;
}
.warehouse-list__item a {
  color: #000;
}
.warehouse-list__item a:hover {
  color: #7F27FF;
}

.warehouse-list__item {
  display: flex;
  align-items: center;
  font-size: 23px;
  line-height: 25px;
}
.warehouse-list__item--left {
  width: 300px;
  font-weight: bold;
}

#stock {
  padding: 25px 30px 155px;
}


#tabreview h2 {
  font-size: 26px;
  color: #000;
  margin-bottom: 18px;
  font-weight: 500;
}


.input-name__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 15px;
}
.input-name__wrap label {
  font-size: 23px;
  margin-bottom: 0;
  color: #000;
}
.input-name__wrap input {
  border: 1px solid #888687;
  border-radius: 5px;
  background: #F8F7F7;
  height: 34px;
  font-size: 20px;
  color: #000;
  padding: 2px 10px;
}

.input-stars__wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 14px;
}
.input-stars__wrap label {
  font-size: 23px;
  color: #000;
  margin-bottom: 0;
}
.input-comment__wrap label {
  font-size: 23px;
}
.radio-wrap label {
  cursor: pointer;
  margin-bottom: 0;
}
.radio-wrap input {
  display: none;
}
.product-rating {
  display: flex;
  height: 22px;
}
.product-rating {
  position: relative;
  top: -3px;
}
.radio-wrap .star-full {
  display: none;
}
.radio-wrap.active .star-full {
  display: block;
}
.radio-wrap.active .star-empty {
  display: none;
}

.input-comment__wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.input-comment__wrap label {
  font-size: 23px;
  color: #000;
  margin-bottom: 10px;
}
.input-comment__wrap textarea {
  width: 368px;
  height: 153px;
  border: 1px solid #888687;
  border-radius: 5px;
  background: #F8F7F7;
  font-size: 22px;
  padding: 10px;
  color: #000;
}
#button-review {
  width: 250px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #000;
  border-radius: 7px;
  padding: 0;
  background: #FDBF60;
  margin-bottom: 33px;
}

#input-review {
  max-width: 100%;
}

.text-no-review {
  font-size: 24px;
  color: #000;
}

#tabreview {
  padding-bottom: 50px;
}

#form-review .alert {
  margin-top: 20px;
}

#review p {
  font-size: 20px;
  color: #000;
}


.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.product-wishlist:hover {
  cursor: pointer;
}
a.product-wishlist:hover .img-heart {
  display: none;
}
a.product-wishlist .img-heart-full {
  display: none;
}
a.product-wishlist:hover .img-heart-full {
  display: block;
}
a.product-wishlist.active .img-heart {
  display: none;
}
a.product-wishlist.active .img-heart-full {
  display: block;
}


#product-attr {
  padding: 11px 27px 20px;
  height: 808px;
  border-radius: 4px;
  overflow: auto;
}
#product-attr ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-attr__title {
  font-size: 23px;
  line-height: 30px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
  font-weight: bold;
}
.product-attr__row div {
  width: 50%;
  font-size: 22px;
  color: #000;
}
.product-attr__row {
  display: flex;
}
#review-extended .review-container {
    border: none !important;
}
/*
vis-xs vis-sm vis-md
hid-xs hid-sm hid-md
*/
@media screen and (max-width: 768px) {.hid-xs {display: none!important;}}
@media screen and (max-width: 990px) and (min-width: 768px) {.hid-sm {display: none!important;}}
@media screen and (max-width: 1199px) and (min-width: 990px) {.hid-md {display: none!important;}}
@media screen and (min-width: 1200px) {.hid-lg {display: none!important;}}

@media screen and (max-width: 1500px) {
  .container.product-page {
    padding: 0 40px;
  }
  .tabs-product .nav a {
    font-size: 16px;
  }
  .main-slider .slick-slide a {
    max-width: 100%;
  }

}
@media screen and (max-width: 1200px) {
    .line-stock {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 12px;
    }
    .btn.btn-fo {
        min-width: 36px;
        max-width: 36px;
        height: 36px;
        padding: 2px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn.btn-cart {
      max-width: 295px;
      height: 36px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      font-size: 18px;
    }
    .btn.btn-cart img {
        width: 25px;
        height: 25px;
    }
    .line-btn {
      margin-bottom: 16px;
      display: flex;
      gap: 8px;
      justify-content: center;
      align-items: center;
    }
    .tab-line {
      font-size: 16px;
      line-height: 20px;
      gap: 9px;
    }
    .tab-content img {
      width: 20px;
    }
    .tabs-product {margin-bottom: 16px;}
    .showmore {
      height: 28px;
      width: 236px;
      font-size: 18px;
    }
    #product-attr {
      height: auto;
    }
    .product-attr__title {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 20px;
    }
    .product-attr__row div {
      font-size: 16px;
      line-height: 20px;
    }
    #product-attr ul {
      gap: 12px;
    }

    #form-newsletter-error {
      margin: 20px 0;
      display: flex;
      flex-direction: column;
      padding: 20px;
    }
    .line-gift > div {
      justify-content: center;
      align-items: center;
      display: flex;
      gap: 15px;
      font-size: 20px;
      line-height: 25px;
      text-align: center;
      border-radius: 4px;
    }

}
@media screen and (max-width: 768px) {
  .container.product-page {padding: 0px 26px;}
  .n-breadcrumb {margin-top: 10px;}
  .n-breadcrumb li a {
    font-size: 10px;
    color: #000;
  }
  .n-breadcrumb svg {width: 14px;}
  .n-breadcrumb li {line-height: 13px;}
  .n-breadcrumb {margin-bottom: 4px;}
  .product-h1 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 9px;
  }
    .text_product {
        font-size: 18px;
        line-height: 1;
        margin-top: 5px;
    }
  .text_product img {width: 12px;}
  .line-sku {margin-bottom: 9px;}
    .product-price--old {
        font-size: 24px;
    }

  .product-gallery {
    display: flex;
    flex-direction: column-reverse;
  }
  .product-gallery {margin-bottom: 10px;}
  .product-gallery .nav-slider {width: 100%;}
  .product-gallery .nav-slider .slick-slide {margin: 0 2px;}
  .product-gallery .main-slider {width: 100%;}

  .line-stock {
    font-size: 14px;
    line-height: 17px;
  }
  .product-price {
    font-size: 24px;
    line-height: 28px;
  }
  .line-price {margin-bottom: 12px;}
  #description {
    font-size: 14px;
  }
  #tabs-main .tab-content {
    padding: 15px 18px 20px;
  }
  #tabreview h2, .input-name__wrap label, .input-stars__wrap label {
    font-size: 18px;
  }
  .tabs-product .nav a {
    font-size: 15px;
  }
  .warehouse-list__item {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
  }
  .warehouse-list__item div {
    max-width: 50%;
  }
  #stock {
    padding: 10px 10px 25px;
  }
  .line-gift.hid-lg .text_product--black > div {
    max-width: 190px;
  }
  .line-gift.hid-lg > div {
    width: 100%;
  }
}
@media (max-width: 450px) {
    .tab-line {
        padding: 5px 18px;
        margin: 4px 0;
    }
    .line-gift > div {
        font-size: 18px;
}
    .btn.btn-cart {
        font-size: 20px;
    }
    .line-stock .text_product {
        font-size: 18px;
    }
    .text_product {
          font-size: 15px;
      }

.nav-tabs > li {
    width: 100%;
    flex: 1;
}
#tabs-good .nav-tabs > li {
    width: 100%;
    max-width: calc((100% / 3));
}

@media(max-width: 550px) {
    .nav-tabs > li {
        width: 100%;
        max-width: unset;
    }
    .tabs-product .nav li a {
        padding: 5px;
        line-height: 1.1;
    }
}