﻿.Product-Detail svg {
  height: 1.4rem;
  width: 1.4rem;
}

.Product-Detail .btn {
  border: none;
  background: transparent;
}

.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-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;
  border: none;
  width: 100%;
}

.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;
}

.tab-contents .technical-list-key,
.tab-contents .technical-text {
  background: var(--silverLight);
  border-radius: calc(var(--b-radius) * 2);
  padding: 0.5rem 1rem;
}

.tab-contents .technical-list-key {
  color: var(--Black)
}

.tab-contents .technical-checkboxlist {
  gap: 1em;
}

.tab-contents .technical-item {
  align-items: center;
}

.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 {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}

.ProductGallery-Thumbs {}

.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;
}

.color.swiper .attribute-colors.active:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 0.4rem;
  height: 0.8rem;
  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;
}

.Product-Detail .model-items .ModelItem {
  display: none;
}

.Product-Detail .model-items .model-item label {
  padding: 0.5rem;
  border: 0.1em solid #f1f1f1;
  background: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.Product-Detail .model-items .model-item input:checked+label {
  background: #D2E2D1;
  border: 0.1em solid var(--accent-color);
}

.Product-Detail .Maxmize {
  bottom: 1rem;
  right: 1rem;
  display: block;
  width: 2rem;
  height: 2rem;
}

.FullSwiper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all ease-in-out 480ms;
  width: 100vw;
  height: 100vh;
}

.FullSwiper.active {
  z-index: 99999;
  opacity: 1;
  visibility: visible;

}

.FullSwiper .Close {
  top: 3%;
  left: 3%;
  height: 2rem;
  width: 2rem;
  display: block;
  cursor: pointer;
}

.FullSwiper .Close::after,
.FullSwiper .Close::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 0rem;
  width: 2rem;
  height: 0.2rem;
  background-color: var(--White);
}

.FullSwiper .Close::after {
  transform: rotate(135deg);
}

.FullSwiper .Close::before {
  transform: rotate(-135deg);
}

.FullSwiper .ProductGallery-Slider {
  height: 80%;
}

.FullSwiper .ProductGallery-Thumbs {
  height: 20%;
}

.FullSwiper .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.FullSwiper .swiper img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}

.FullSwiper .ProductGallery-Thumbs img {
  object-fit: cover
}

.FullSwiper .ProductGallery-Thumbs .swiper-slide {
  border: 0.1em solid var(--silverLight)
}




.HorizontalTabs {
  position: relative;
  height: 100%;
  display: block
}

.HorizontalTabs .tab {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.HorizontalTabs .tab label {
  padding: 0.7rem 1.5rem !important;
  border: .1rem solid var(--silverLight);
  border-radius: calc(var(--b-radius) * 2);
  cursor: pointer;
  transition: .3s linear;

}

.HorizontalTabs .tab h1,
.HorizontalTabs .tab h2,
.HorizontalTabs .tab h3,
.HorizontalTabs .tab h4,
.HorizontalTabs .tab h5,
.HorizontalTabs .tab h6,
.HorizontalTabs .tab strong {
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}

.HorizontalTabs .tab label.active {
  background: var(--accent-color);
  color: var(--White);
}

.HorizontalTabs .tab label.active>* {
  color: var(--White)
}

.HorizontalTabs .tab-content {
  display: none;
  padding: 2em .5em;
  opacity: 0;
  animation: .4s linear tabfade
}

.HorizontalTabs .tab-content.active {
  display: block;
  opacity: 1
}

.HorizontalTabs .tab-contents {
  border: .1rem solid var(--silverLight);
  border-radius: calc(var(--b-radius) * 2);
  padding: 1rem;
}

@keyframes tabfade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@media(max-width:768px) {
  .HorizontalTabs .tab {
    overflow-x: auto
  }

  .HorizontalTabs .tab label {
    flex: 1 0 auto
  }
}
.badge_book{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.bg-btn_addto{
  background-color: #e22a2f;
}
.line-bottom{
  border-bottom:1px solid #ededed ;
}
.alert_book_color{
  color: #e22a2f;
}
.wraper_unavail-pic{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-12deg);
  opacity: 0.3;

}
.wraper_unavail-pic{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%) rotate(-8deg);
}
.unavailable-title{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unavailable-title>span{

  background-color: var(--White);
  position: relative;
  z-index: 2;
}
.unavailable-title::before{
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background-color: #686868;
content: '';
transform: translateY(-50%);
}
.box-btn-unavail{
background-color: #ef4056;
color: white;
width: 100%;
border: none;

}
.box-pls-available{
  background-color: rgba(0, 0, 0, 0.333);
  z-index: 50;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;

}
.wraper_txt_available{
  background-color: white;
}
.wraper_txt_available{
  min-width: 95%;
}
.close-btn-unavailable{
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cg opacity='0.4'%3E%3Cpath d='M9.16992 14.8299L14.8299 9.16992' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14.8299 14.8299L9.16992 9.16992' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover; 
}

@media(min-width:767px){
  .wraper_txt_available{
    min-width: 35rem;
  }
}
.ProductGallery-Thumbs .swiper-slide{
padding: 0.5rem;
}
.ProductGallery-Thumbs .swiper-slide.swiper-slide-thumb-active{
  border: 1px solid #8f8f8f;
 
  padding: 0;

}

.ProductGallery-Slider {
  .swiper-pagination-bullet-active{
    background-color: #3CB33C;
  }
}