/* LISTA IMMAGINI */

#product-images-thumbs.swiper-vertical {
  top: 0;
}

.product-images .swiper-slide {
  /* margin-bottom: 8px; */
  /* margin-left: 5px;
  margin-right: 5px; */
}
.product-image-slider-custom{
  padding-left: 5px;
  padding-right: 5px;
}


.product-images .thumb-container {
  background: #D8D8D833;
  border: none;
  border-radius: 20px;
  overflow: hidden !important;
}

.product-images .swiper-slide-thumb-active .thumb-container {
  border: 2px solid var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.2);
}

/* FINE LISTA IMMAGINI */

/* LISTA VARIANTI */

.iqitproductvariants__product-col {
  margin-right: 10px;
  background: #D8D8D833;
  border: none;
  border-radius: 20px;
  overflow: hidden !important;
}

.iqitproductvariants__product-col:has(.iqitproductvariants__product--current) {
  border: 2px solid var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.2);
}

/* FINE LISTA VARIANTI */

/* PULSANTE AGGIUNTA PRODOTTI 

.input-group-btn-vertical {
  margin-left: 4px !important;
  border-radius: 5px !important;
  overflow: hidden;
}

.input-group-btn-vertical .btn-touchspin {
  background-color: #F6FAFF !important;
  border: none !important;
}

.input-group-btn-vertical .btn-touchspin:first-child {
  border-bottom: 1px solid var(--bs-dark-bg-subtle) !important;
}

.input-group-btn-vertical .btn-touchspin i {
  color: var(--bs-primary);
}

 FINE PULSANTE AGGIUNTA PRODOTTI */

/* PULSANTI NAVIGAZIONE DA UN PRODOTTO ALL'ALTRO */

#iqitproductsnav a {
  background-color: var(--bs-dark-bg-subtle);
  padding: 10px;
  border-radius: 5px;
  width: 58px;
  height: 58px;
}

#iqitproductsnav a + a {
  margin-left: 1rem;
}

/* FINE PULSANTI NAVIGAZIONE DA UN PRODOTTO ALL'ALTRO */

/* PULSANTE ADD TO WISHLIST */

.btn-iqitwishlist-add {
  /* background: rgba(var(--bs-primary-rgb), 0.2); */
}

.btn-iqitwishlist-add i {
  color: var(--bs-primary);
  font-size: 20px;
}

/* DETTAGLI PRODOTTO */
.tecnical-description-title-custom{
  font-weight: 500;
}

.icon-pdf-custom{
  font-size: 1.4rem;

}

#product-details, .product-attachments {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

#product-details .row, #attachments .row {
  margin: 0;
  padding: 0.5rem;
}

#product-details .row:not(:last-child), #attachments .row:not(:last-child) {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

#product-details .row:nth-child(odd), #attachments .row:nth-child(odd) {
  background-color: #F7F7F7;
}

#product-details .label, #attachments .label {
  margin: 0;
}

#product-images-thumbs.swiper-horizontal{
  margin: 0px !important;
}

.product-price.product-price-detail-custom{
  font-size: 2rem !important;
  font-weight: bold !important;
}

.product-title-detail-custom{
  font-size: 2.5rem !important;
  text-transform: uppercase !important;
}

.product-attachments-tabs-custom {
    justify-content: center !important;
}

@media screen and (max-width: 767px) {
  .product-title-detail-custom{
    font-size: 2rem !important;
    text-transform: uppercase !important;
  }
}

/* FINE DETTAGLI PRODOTTO */



.share-product-custom{
  background: #f6faff;
  color: #3a9ef0 !important;
  border-radius: 5px;
  overflow: hidden;
  /* padding: 1rem 1.5rem; */
}

.share-product-custom:hover{
  background: #f0f4f8;
}

.share-product-link-custom{
  padding: 1.1rem 1.5rem; 
  background: #f6faff;
  border-radius: 5px;
  overflow: hidden;
}
.share-product-link-custom:hover{
  background: #f0f4f8 !important;
}