#payment_stripe_checkout {
  display: none !important;
}

lite-youtube {
  width: 100%;
  max-width: none !important;
  height: 100%;
}

/* module-opartdevis-listquotation */
#module-opartdevis-listquotation .actions-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.product-miniature
  .thumbnail-container
  .product-thumbnail.switch-hover
  .pv_list_media_holder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

/* Banner */
@media (max-width: 991px) {
  .header-banner .inner #contact-link {
    margin: auto;
    padding: 0.8rem 0;
    font-size: 14px;
    font-weight: 600;
  }
  .header-banner .inner #contact-link .tel {
    color: #eb7025;
  }
  .header-banner .inner > div:nth-child(n + 2) {
    display: none;
  }
}

/* Footer Reassurence */
.blockreassurance .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blockreassurance .row > div {
  float: none;
}

/* Footer RGPD */
.footer-rgpd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 15px;
}

body#checkout .footer-container .footer-after p {
  margin-bottom: 1rem;
}

body#checkout .footer-container .footer-rgpd {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer-rgpd {
    justify-content: center;
  }
}

/* Product Page */
#blockcart-modal .cart-content .cart-content-btn {
  flex-wrap: wrap;
}

#blockcart-modal .cart-content .cart-content-btn > .btn-quote {
  width: 100%;
}

#blockcart-modal .cart-content .cart-content-btn > .btn-primary {
  flex: 1;
}

@media (max-width: 991px) {
  #blockcart-modal .cart-content .cart-content-btn {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  #blockcart-modal .cart-content .cart-content-btn > .btn {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Checkout */
.card-block.checkout > div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.card-block.checkout .btn {
  white-space: collapse;
}

/* Category */
.product-miniature .product-price-and-shipping {
  font-size: 20px;
}

/* Product */
@media (max-width: 991px) {
  #product h1 {
    font-size: 20px;
  }
}
