/*
Theme Name: Escape Mind Theme
Author: Frederic Henry
Description: Escape Mind Theme est le thème destiné au site Escape-mind.com.
Template: hello-elementor
Version: 1.0
*/

.am-fcis__header-action {
    min-width: 360px;
}

.am-fcil__item-cost {
    width: 130px;
}

.am-fcis__header-price,
.am-fcil__item-price { 
  color: transparent !important; 
  position: relative; 
  width: 100% !important;
}

/* AMELIA - Afficher un prix "à partir de" par-dessus */

#reservation-mutinerie-black-pearl .am-fcil__item:last-child .am-fcil__item-price::after,
#reservation-le-commencement .am-fcil__item:last-child .am-fcil__item-price::after{
	content: "À partir de 20 €" !important;
}

.am-fcis__header-price::after,
.am-fcil__item-price::after {
  content: "À partir de 25 €";
  color: var(--am-c-primary);
  position: absolute; 
  left: 18px; top: 3px;
}

/* Dashboard client */

.woocommerce {
  margin: 25px 0;
}

.woocommerce a {
  color: #151515 !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  border-right: 1px solid #151515;
}

.woocommerce .woocommerce-MyAccount-navigation ul li > a {
  line-height: 2;
}

/* Cart */

.wp-block-woocommerce-cart.alignwide {
  margin-inline: 0 !important;
}

.wp-block-woocommerce-cart.alignwide .wp-block-woocommerce-empty-cart-block {
  margin: 25px 0;
}