.product-thumbs {
  margin-right: -5px;
  margin-left: -5px;
}
.product-thumbs__elem {
  padding: 10px;
  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 img.rounded.img-fluid {
  padding: 50px;
}



.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 #000;
}
.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: #74706c;
  text-indent: 0.625rem;
  background: #f8f9fa;
}
.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.product-customization small {
  color: #74706c;
}

.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: #000;
  border-color: #000;
}
.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;
}

/*PRODUCT IMAGE*/

/*V1*/

/* .l-main {
  background-color: #f4f4f4;
} */


/*V2*/

#product .product-main-images {
    background-color: #f5f5f5;
}

#product .product-main-images .js-product-main-images {
    mix-blend-mode: multiply;
}


#product .product-thumbs__elem {
    border-radius: 8px;
    background-color: #f5f5f5;
}

#product .product-thumbs__elem img {
    border-radius: 8px;
    mix-blend-mode: multiply;
}




#product .product-main-images {
    border-radius: 20px;
}


#product .product-flags {
    top: 10px;
    left: 10px;
}
.product-tabs {
  border: 0;
}

#product  .product-thumbs {
  margin-top: 20px!important;
}

#product .product-thumbs__list {
 gap: 12px;
}

#product .product-thumbs__elem {
    border-radius: 8px;
}

#product .product-thumbs__elem img {
    border-radius: 8px;
}

.nav-tabs {
    border-bottom: 1px solid #4d4d4d;
}

.product-tabs .card-header {
 background-color: transparent;
}

.product-tabs .nav-tabs .nav-item.show .nav-link,.product-tabs .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 0;
    border-bottom: 5px solid black;
    color: black;
    font-weight: 700;
}

.product-tabs .nav-tabs .nav-item{
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}


#product .product-variants-item  .control-label {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 6px !important;
}

#product .product-prices {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: black;
  padding: 0 5px;
  color: white;
}
#product .product-prices .price {
  color: white;
}

#product h1 {
 font-size: 42px;
 line-height: 1.1;
}
#product .product-quantity .add button.btn {
 max-width: 350px;
 font-size: 20px;
 border-radius: 0;
 font-weight: 300;
}

.product-container {
  margin-top: 20px;
}


.custom-select {
 max-width: 300px;
}

.product-fiche-image{
    padding-right: 40px !important;
}


.product-fiche-content{
    padding-left: 20px !important;
}


@media (max-width: 767px) {

.product-fiche-image,
.product-fiche-content{
    padding-left: .625rem!important;
    padding-right: .625rem!important;
}


}
@media (max-width: 575px) {
  .product-main-images img.rounded.img-fluid {
  padding: 10px;
  }
  .js-product-thumbs {
    display: none;
  }

  #product h1 {
    font-size: 30px;
    line-height: 1.1;
}

.product-tabs .nav-tabs .nav-item {
    font-size: 16px;
}


#product .product-quantity .add button.btn {
    max-width: unset;
}


}

