﻿.Product-Detail li {
  list-style: none;
  cursor: pointer;
}

.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%;
  }
}

.ViewProperties>span {
  position: relative;
  flex: 0 0 auto;
  border-radius: var(--b-radius);
  border: 0.1rem solid var(--silver2);
  padding: 0.4rem 1rem;
  gap: 0.3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ViewProperties>span:after {
  content: '';
  transform: rotate(135deg);
  width: 0.5rem;
  height: 0.5rem;
  transition: rotate .6s ease-in-out;
  border: solid var(--Black);
  border-width: 0 0.15rem 0.15rem 0;
  display: inline-block;
  padding: .2em;
}

.ViewProperties:before,
.ViewProperties:after {
  content: '';
  flex: 1 0 auto;
  display: block;
  width: auto;
  height: 0.1rem;
  background: var(--silver2);
}

.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: 80%;
  width: 80%;
  position: relative;
  display: block;
}

.ProductGallery-Thumbs {
  height: 10rem;
}

.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;
  background: none;
  transition: all 0.3s ease-in-out;
}

.Product-Detail .Maxmize {
  top: 0.5rem;
  left: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  z-index: 22;
}

.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);
  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 {
  border-bottom: 0.1em solid var(--accent-color3);
}

.HorizontalTabs .tabtitle {
  border-bottom: 0.1em solid var(--accent-color3);
}

.HorizontalTabs .tab label.active strong {
  color: var(--accent-color3);
}

.HorizontalTabs .tab-content {
  display: none;
  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);
}

@keyframes tabfade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@media(max-width:768px) {
  .HorizontalTabs .tab {
    overflow-x: auto
  }

  .HorizontalTabs .tab label {
    flex: 1 0 auto
  }
}


.offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: var(--b-radius);
  padding: 0 0.6rem;
}

.Propertys svg {
  max-width: 3.53rem !important;
  max-height: 3.53rem !important;
  filter: grayscale(1);
  -webkit-filter: grayscale(1) contrast(0.5);
}




.hidden {
  display: none !important;
}

.final-price svg {
  max-width: 0.86rem !important;
  max-height: 0.86rem !important;
}

.BoxCenterDetail {
  border-top: 0.15rem solid var(--Silver);
  border-bottom: 0.15rem solid var(--Silver);
}

.RadiusFeatureDetail {
  border-radius: 100%;
}

.ItemRest {
  border-radius: 5rem;
}

.BoxCenterDetail svg {
  width: 1.5rem;
  height: 1.5rem;
}

.BoxRatingDetail svg {
  width: 1rem;
  height: 1rem;
}

.LeftFeauture {
  border-right: 0.15rem solid var(--Lsilver);
}

#InnerSideBarProduct a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--Black);
  border-radius: 50%;
}

#InnerSideBarProduct a.active {
  background-image: url(/Portals/0/bg-detail.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--White) !important;
  background-position: center center;
}

#InnerSideBarProduct a.active::before {
  background-color: var(--White);
}

#InnerSideBarProduct a {
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  color: var(--Black) !important;
}

.BoxShare svg {
  width: 1.5rem;
  height: auto;
}

.EnquiryProduct {
  color: var(--White) !important;
}

.breadcrumbs-box svg {
  width: 0.7rem;
  height: 0.7rem;
}

.SiderbarDetail svg {
  width: 1.5rem;
  height: 1.5rem;
}

.BoxDescriptionProduct h1,
.BoxDescriptionProduct h2,
.BoxDescriptionProduct h3,
.BoxDescriptionProduct h4,
.BoxDescriptionProduct h5,
.BoxDescriptionProduct h6 {
  scroll-margin-top: 7rem;
}

.BoxDescriptionProduct table tr:nth-child(even) {
  background-color: var(--Silver);
}

.BoxDescriptionProduct table,
.BoxDescriptionProduct table>td>table {
  border-collapse: collapse;

}

.BoxDescriptionProduct table tr>td {
  border: 0.1rem solid var(--Msilver)
}

.BoxDescriptionProduct table tr td {
  text-align: center;
  padding: 1rem 1.5rem
}

.BoxDescriptionProduct table tr td p {
  text-align-last: unset !important;
  text-align: center;
  margin: 0;
}

.BoxDescriptionProduct table span,
.BoxDescriptionProduct table p {
  color: var(--Black) !important;
}

.comments-form {
  background-color: var(--Dsilver);
  padding: 1rem 1.5rem;

  .sec-title {
    display: block;
    color: #000;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .field-holder {
    position: relative;
    border: solid 1px #F1EEEE !important;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0px 1rem;
    margin-bottom: 1rem;

    svg {
      min-width: 18px;
      width: 18px;
      height: 15px;
      stroke: var(--button-color);
      margin-left: 0.8rem;
    }

    .form-control {
      width: 100%;
      height: 42px;
      border: none !important;
      outline: none;
      font-size: 1rem;
      padding: 0.5rem 0;
      resize: none;
      background: transparent;

      &::placeholder {
        color: #959595;
        font-size: 1rem;
        font-weight: normal;
      }

      &:disabled {
        background-color: transparent;
      }
    }

    textarea {
      min-height: 150px;
    }
  }

  .rating-in-comment {
    .caption {
      color: #000;
    }
  }

  .submit-btn {
    font-size: 1rem;
    color: #fff;
    border: none;
    padding: 0.3rem 1.5rem;
    border-radius: 5px;
    background-color: var(--accent-color2);
    cursor: pointer;

  }
}

.comments-list {
  border-radius: 5px;
  border: solid 1px var(--Dsilver);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: var(--Dsilver);
  padding: 2rem 1.5rem 1rem;

  li {
    list-style: none;
    margin-bottom: 2rem;

    &:last-child {
      margin-bottom: 0;
    }

    .avatar {
      width: 50px;
      min-width: 50px;
      height: 50px;
      background-color: var(--CustomColor5);
      border-radius: 5px;
      margin-left: 1rem;

      svg {
        width: 20px;
        stroke: var(--accent-color);
      }
    }

    .comment-head {
      width: 100%;
      height: 50px;
      padding: 0.4rem 1rem;
      background-color: var(--CustomColor5);
      border-radius: 5px;
      border: solid 1px #F1F1F1;

      .author {
        font-size: 1rem;
        color: #000;
      }

      .dete {
        .item {
          font-size: 0.8rem;
          color: #000;

          &:first-child {
            margin-left: 1rem;
            padding-left: 1rem;
            border-left: solid 1px var(--CustomColor8);
          }

          svg {
            width: 14px;
            height: 14px;
            margin-left: 0.5rem;
            stroke: var(--accent-color);
          }

        }
      }

      @media(max-width:760px) {
        flex-direction: column;
        height:
          auto;

        .dete {
          flex-direction: column;
        }
      }
    }

    .comment-body {
      padding: 1rem;
      border-bottom: solid 1px #E3E3E3;

      .comment-content {
        font-size: 1rem;
        color: #000;
      }

      .action-btns {
        svg {
          cursor: pointer;
        }

        .like {
          .like-couner {
            color: #000;
            margin-top: -3px;
            margin-left: 2px;
          }
        }
      }

      @media(max-width:760px) {
        flex-direction: column;
        height:
          auto;
      }
    }

    &:last-child {
      margin-bottom: 0;

      .comment-body {
        border-bottom: none;
      }
    }

  }
}


.MagicSlideshow {

  .mss-thumbnails {
    background: var(--White);

    .mss-selector-active {
      box-shadow: none;
      padding: 0px;
    }
  }

  .mss-selectors-eye {
    border: 1px solid var(--accent-color-5);
    border-radius: var(--radius);
  }

  .mss-selector-thumbnails {
    border-radius: var(--radius);
  }
}