.product-thumbs {
  margin-right: -5px;
  margin-left: -5px;
}
.product-thumbs__elem {
  padding: 0 5px;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s ease opacity;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.product-thumbs__elem:focus, .product-thumbs__elem:hover {
  opacity: 0.6;
}
.product-thumbs__elem.swiper-slide-thumb-active {
  opacity: 1;
}
@media (min-width: 576px) {
  .product-thumbs__elem {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.product-main-images {
  position: relative;
}
.product-main-images__modal-trigger-layer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 1.6em;
  height: 1.6em;
  padding: 0;
  line-height: 1.6em;
  border: 0;
  border-radius: 50%;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .product-main-images__modal-trigger-layer {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}

.product-customization {
  margin: 40px 0;
}
.product-customization .product-customization-item {
  margin: 20px 0;
}
.product-customization .product-message {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem;
  resize: none;
  background: #f8f9fa;
  border: none;
}
.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #696768;
}
.product-customization .file-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.product-customization .customization-message {
  margin-top: 20px;
}
.product-customization .custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 2.625rem;
  margin-top: 20px;
  line-height: 2.625rem;
  color: #6c757d;
  text-indent: 0.625rem;
  background: #f8f9fa;
}
.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.product-customization small {
  color: #6c757d;
}

.attribute-radio__label {
  position: relative;
  margin: 0;
}
.attribute-radio__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.attribute-radio__input:checked ~ .attribute-radio__text {
  color: #fff;
  background-color: #696768;
  border-color: #696768;
}
.attribute-radio__text {
  display: block;
  min-width: 2.1875rem;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
}

.content_info .description-details {
  display: none;
}

.tabs .top-index {
  display: none;
}

.product-information {
  color: #777777;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.product-information .product-variants {
  display: block;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.product-information .product-variants .product-variants-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.product-information .product-variants .product-variants-item:last-child {
  padding: 0px 0 0px 0;
  margin-bottom: 0px;
  border-bottom: none;
}
.product-information .product-variants .product-variants-item .products-variant-name {
  font-size: 1rem;
  color: #222;
  font-weight: 400;
}
.product-information .product-variants .product-variants-item .products-variant-name span {
  font-weight: 300;
}
.product-information .product-variants ul {
  margin-bottom: 0;
}
.product-information .product-variants ul .input-container:has(.radio-label) {
  margin: 1rem;
}
.product-information .product-variants ul .input-container:has(.radio-label) label {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
}
.product-information .product-variants ul .input-container:has(.radio-label) .radio-label {
  padding: 5px;
  border: 6px solid transparent;
  transition: all 0.3s ease;
}
.product-information .product-variants ul li label {
  margin: 0;
}

#product .product-variants .color {
  width: 80px;
  height: 80px;
  border-radius: 0;
  margin: 0.3125rem;
  background-repeat: no-repeat;
  background-position: 50%;
}

#product .input-color:checked + span, #product .input-color:hover + span, #product .input-radio:checked + span, #product .input-radio:hover + span {
  border: 6px solid #7E826E;
}

#product select.form-control:not([size]):not([multiple]) {
  height: calc(2.7rem - 2px);
  width: 100%;
  border: none;
  border-bottom: 1px solid #222;
  margin-bottom: 30px;
  color: #222;
  font-weight: 600;
  border-radius: 0;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  #product select.form-control:not([size]):not([multiple]) {
    font-size: calc(0.9rem + 0.9677419355vw);
  }
}
#product select.form-control:not([size]):not([multiple]):hover, #product select.form-control:not([size]):not([multiple]):focus {
  box-shadow: none;
  cursor: pointer;
}

.one-select {
  height: calc(2.7rem - 2px);
  font-size: 1.5rem;
  border-bottom: 1px solid #222;
  margin-bottom: 30px;
  color: #222;
  font-weight: 600;
  border-radius: 0;
  padding: 0.5rem 1rem;
}
@media (max-width: 992px) {
  .one-select {
    font-size: calc(0.9rem + 0.9677419355vw);
  }
}

#product .product-variants .color {
  width: 80px;
  height: 80px;
  border-radius: 0;
}

.product-variants > .product-variants-item .color {
  margin-left: 0;
  margin-top: 0;
}

.color, .custom-checkbox input[type=checkbox] + span.color {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0.3125rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  margin-left: 0.3125rem;
  margin-bottom: 0em;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  border-radius: 50%;
  transition: all 200ms linear;
}

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
}

.product-description h2,
.product-details h2 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .product-description h2,
  .product-details h2 {
    font-size: calc(0.9rem + 0.9677419355vw);
  }
}

.product-description p {
  font-size: 18px;
  color: #222;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
}

.dexcription_block table {
  max-width: 100%;
}

#product-details .label {
  font-size: 1rem;
  color: #222;
  font-weight: 700;
}
#product-details span {
  font-weight: 300;
}

.content_info .top-index {
  display: block;
}

.content_info .description-details {
  display: none;
}

.tabs .top-index {
  display: none;
}

.tabs .description-details {
  display: block;
}

#product .product-main-images a {
  width: 100%;
  height: 100%;
  display: block;
}
#product .product-main-images a:hover, #product .product-main-images a:focus {
  box-shadow: none;
}
#product .product-main-images a img {
  border: 1px solid #dee2e6;
}
#product .reference a {
  text-decoration: underline;
}
#product .product-reference {
  display: flex;
  gap: 0.5rem;
}
#product .product-add-to-cart .qty .bootstrap-touchspin {
  max-width: 130px;
}
#product .product-add-to-cart .qty .bootstrap-touchspin #quantity_wanted {
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  #product .product-add-to-cart .qty .bootstrap-touchspin #quantity_wanted {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
#product .product-add-to-cart .add .btn {
  max-width: -moz-max-content;
  max-width: max-content;
  height: 48px;
  font-size: 1.25rem;
  padding: 0 2rem;
  line-height: 1;
}
@media (max-width: 992px) {
  #product .product-add-to-cart .add .btn {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
@media (max-width: 575.98px) {
  #product .product-add-to-cart .add .btn {
    max-width: 100%;
  }
}
#product .social-sharing {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}
#product .social-sharing .h6 {
  font-weight: 300;
  margin: 0;
}
#product .social-sharing ul li {
  margin: 0;
}
#product .social-sharing ul li a {
  font-size: 1.2rem;
  color: #696768;
}
@media (max-width: 992px) {
  #product .social-sharing ul li a {
    font-size: calc(0.84rem + 0.5806451613vw);
  }
}
#product .social-sharing ul li a:hover, #product .social-sharing ul li a:focus {
  color: #222;
}

.conf_collection a {
  text-transform: uppercase;
  display: flex;
  align-content: center;
  line-height: 2;
  gap: 0.6rem;
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
}
