.product-cover {
  border: 0 !important;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  border-radius: 40px;
  padding: 30px;
  margin-bottom: 10px;
  opacity: 1;
  background: white;
}
#product #content {
  max-width: 100% !important;
}
.product-images > li.thumb-container .thumb {
  border: 0 !important;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  opacity: 1;
  background: white;
}

.product-container {
  background-color: white;
}
.h1 {
  line-height: normal;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #212633 !important;
  margin-top: 0;
  margin-block: 20px !important;
  padding-bottom: 0 !important;
  padding: 0 !important;
  font-family: var(--tittu-main-font);
}

#product_reference label {
  font-weight: 600;
}
.current-price {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.old-price {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
.current-price-value {
  color: white;
  background-color: #0071c6;
  padding: 10px 12px;
  font-size: 1.8rem;
  border-radius: 10px;
}
.tva {
  font-size: 0.9rem;
  color: #5b5b5b;
  font-weight: 400;
}
.old-p {
  margin-bottom: 0 !important;
  color: #05b77e;
  font-size: 1.2rem;
}

.add-to-cart {
  background: var(--tittu-primary-color);
  border-radius: 3px;
  padding: 5px 7px !important;
  padding-top: 5px;
  border: 1px solid var(--tittu-primary-color);
  font-weight: bold;
  border-radius: 10px !important;
  width: 100%;
}
.add-to-cart:hover {
  border: 1px solid var(--tittu-primary-hover-color) !important;
  background: var(--tittu-primary-hover-color) !important;
}
.wishlist-button-add.wishlist-button-product {
  display: none;
}
.add {
  width: 84% !important;
}
.product-discounts {
  display: none !important;
}
.product_6_div.pd-btn-details.under-cover {
  margin: 1.5rem !important;
}
/* .btn {
  padding: 0.8rem !important;
} */

.pd-btn-details .bg-2 a:hover {
  background-color: #000 !important;
  color: white !important;
}
.pd-btn-details .bg-2 a:hover .pd-arrow-right {
  background-color: white !important;
  color: black !important;
}
.similar_categories .links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.similar_categories .links a {
  transition: all 0.3s ease-in;
}
.similar_categories .links a:hover {
  color: white !important;
  background-color: #0071c6 !important;
}
.similar_categories .links a:hover i {
  color: #0071c6 !important;
  background-color: #fff !important;
}
.similar_categories .links a i {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  background: #0071c6;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
#product #ulaccessoires li .product_desc p.clearfix .ajax_add_to_cart_button i {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  color: #0071c6;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
}
.blockproductscategory .product {
  background-color: white !important;
  margin-bottom: 1.5rem !important;
  border-radius: 10px !important;
}
.products.list .caract_table tbody {
  display: block !important;
}
.products.list .caract_table tr {
  width: 100% !important;
}
.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
  border-left: 1px solid #f3f3f3 !important;
  border-right: none !important;
}
.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
  border-right: 1px solid #f3f3f3 !important;
  border-left: none !important;
}
.productscategory_h2 {
  margin-block: 1rem !important;
}
@media screen and (max-width: 992px) {
  .add {
    width: 71% !important;
  }
  .add,
  .qty {
    margin: 0 !important;
  }
  .product-quantity {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product_6_div .bg_question_produit {
    width: 100% !important;
  }
  .product_6_div .bg-2 {
    width: 48%;
  }
}
