/*
Theme Name: Putter Child
Author: LM Studio
Template: putter 
Version: 0.1.0
Text Domain: putter

*/

.wc-deposits-wrapper .wc-deposits-option li label,
.wc-deposits-wrapper
  .wc-deposits-payment-plans
  li.wc-deposits-payment-plan
  .wc-deposits-payment-plan-name,
.wc-deposits-wrapper
  .wc-deposits-payment-plans
  li.wc-deposits-payment-plan
  .wc-deposits-payment-plan-description {
  padding-left: 1.5rem;
}

/*SINGLE courses*/

.single-sfwd-courses .post_footer,
.single-sfwd-courses .related_position_below_content,
.single-sfwd-courses .ld-course-status {
  display: none !important;
}
.single-sfwd-courses .page_content_wrap {
  padding-top: 0;
}

/*SINGLE LESSONS*/

.single-sfwd-lessons .post_footer,
.single-sfwd-lessons .related_position_below_content {
  display: none !important;
}
.single-sfwd-lessons .page_content_wrap {
  padding-top: 0;
}

/*single product*/
.single.single-product .quantity,
.tinvwl_add_to_wishlist_button,
.product_meta {
  display: none !important;
}

/*MY ACCOUNT*/
.woocommerce-MyAccount-navigation-link--wishlist {
  display: none !important;
}

/*Cart*/

.shop_table .product-quantity {
  display: none !important;
}

/*CHECKOUT*/
.woocommerce-checkout .form-row.place-order .checkbox {
  padding-left: 0;
}
.woocommerce-checkout #place_order {
  margin-top: 1rem;
}

.mollie-components {
  background: #f8f8f4;
  padding: 1rem;
}
.mollie-components .mollie-component iframe {
  min-height: 0;
}
.mollie-components #verificationCode {
  padding-left: 0;
}
.mollie-components .mollie-component {
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  border-bottom: 1px solid #dbd9d7;
  box-sizing: border-box;
}
.mollie-components .mollie-component-label {
  color: black;
}
.mollie-components #expiryDate,
.mollie-components #verificationCode {
  max-width: 100%;
}
.mollie-components #expiryDate {
  padding-right: 0;
}
/*popup-lm courses*/

.popup-lm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.popup-lm-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 700px;
}

.popup-lm-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.popup-lm-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.popup-lm-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 1rem;
}

.popup-lm-text {
  font-size: 16px;
  margin-bottom: 10px;
}

.popup-lm-button {
  padding: 10px 20px;
  background-color: #2cc374;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.popup-lm-button:hover {
  background-color: #22975b;
}

/*ALMA*/
/*Masquer sur le single produit quand inactif*/
.product .summary #alma-payment-plans + img,
.product .summary #alma-payment-plans + img + span {
  display: none !important;
}
.payment_method_alma label {
  margin-top: 0.5rem !important;
  display: block !important;
  margin-bottom: 1rem !important;
}

.sfwd-courses-template-default iframe {
  height: calc(100vh - 290px) !important;
  position: static !important;
}
.single-sfwd-lessons iframe {
  height: calc(100vh - 340px) !important;
  position: static !important;
}
@media screen and (max-width: 768px) {
  .sfwd-courses-template-default iframe {
    height: auto !important;
  }
  .single-sfwd-lessons iframe {
    height: auto !important;
  }
}

.elementor-icon[href="/my-account/"] {
  position: relative;
}
.elementor-icon[href="/my-account/"]:after {
  transition: all 0.3s ease;
  opacity: 0;
  content: "Mon compte";
  position: absolute;
  background: black;
  padding: 0.5rem;
  font-size: 12px;
  left: 50%;
  width: 116px;
  transform: translateX(-50%);
  border-radius: 15px;
  z-index: 9;
  bottom: -50px;
  text-align: center;
  height: 30px;
  line-height: 1;
  color: white;
}

.elementor-icon[href="/my-account/"]:hover:after {
  opacity: 1;
}

.trx_addons_icon-basket {
  position: relative;
}
.trx_addons_icon-basket:after {
  transition: all 0.3s ease;
  opacity: 0;
  content: "Mes achats";
  position: absolute;
  background: black;
  padding: 0.5rem;
  font-size: 12px;
  left: 50%;
  width: 116px;
  transform: translateX(-50%);
  border-radius: 15px;
  z-index: 9;
  text-align: center;
  bottom: -50px;
  height: 30px;
  line-height: 1;
  color: white;
}

.trx_addons_icon-basket:hover:after {
  opacity: 1;
}

.single-sfwd-lessons
  .wp-block-embed.is-type-video.wp-embed-aspect-16-9
  .wp-block-embed__wrapper:before,
.sfwd-courses-template-default
  .wp-block-embed.is-type-video.wp-embed-aspect-16-9
  .wp-block-embed__wrapper:before {
  padding-top: 0% !important;
}

body.learndash-cpt.learndash-embed-responsive.single-sfwd-lessons .ld-video {
  padding-bottom: 0% !important;
  height: auto !important;
  overflow: visible !important;
}
