/*
Theme Name: Hello elementor child
Description: Thème enfant de Hello Elementor
Author: VraimentPro
Template: hello-elementor
*/

.global-font-family {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-primary-font-weight) !important;
}

.primary-color {
    color: #EE6161;
}

.add_to_cart_button {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-primary-font-weight) !important;
    padding: 10px 15px !important;
    text-align:center;
    color: #fff !important;
    background-color: #EE6161 !important;
    border:1px solid #EE6161 !important;
    border-radius: 10px 0px 10px 0px !important;
    font-size: 13px !important;
}

.add_to_cart_button:hover {
    color: #EE6161 !important;
    background-color: #fff !important;
}

.link-to-product-show {
    border:1px solid #fff;
}

.link-to-product-show:hover {
    border:1px solid #eee;
}

.delivery-options label img {
    border: 2px solid #ffffff;
    padding: 5px;
    height: auto;
    cursor: pointer;
}

.delivery-options label input[type="radio"]:checked + img {
    border-color: #EE6161;
}

a.added_to_cart {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-primary-font-weight) !important;
    display: block !important;
    font-size: 13px;
    color: #000;
}

.categ-list-container {
    max-width: 1140px;
}

.categ-list-item {
    font-family: "Courier Prime", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #EE6161;
    border-radius: 10px 0px 10px 0px;
    padding: 10px 20px;
    background: #EE6161;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categ-list-item:hover {
    background: transparent;
}

.categ-list-item span {
    color: #fff;
}

.categ-list-item:hover span {
    color: #EE6161;
}

/*CUSTOM CSS HEADER*/

.menu-item-9487 a.elementor-item {
    background-color: #ee6161;
    border-radius: 10px 0px 10px 0px;
    border: 1px solid #ee6161;
    box-shadow: none;
	color: #fff !important;
    padding: 12px;
}

.menu-item-9487 a.elementor-item:hover {
  background-color: #fff;
  color: #ee6161 !important;
}

.elementor-location-footer .menu-item-9487 {
    display: none;
} 

.panier-head {
    position: absolute;
    z-index: 999;
    right: 5rem;
    top: 2rem;
}

img#panier-icon {
  width: 40px;
}

.count-card {
    background: #EE6161;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-size: 14px;
    font-family: 'CourierPrime-Bold';
    height: 20px;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -5px;
    width: 20px;
}

.price-card {
    color: #ee6161;
    font-family: 'CourierPrime-Regular';
    left: 40px;
    position: relative;
    top: -25px;
    font-size: 16px;
}
/*CUSTOM CSS HEADER*/
/**POPUP PANIER**/
#popup-panier-icon {
    cursor: pointer;
    border: none;
    font-weight: bold;
    position: absolute;
    right: 60px;
    top: 20px;
    width: 40px;
}

.popup-count-card {
  background: #EE6161;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-family: 'CourierPrime-Bold';
  height: 20px;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 35px;
  width: 20px;
}

.popup-price-card {
  color: #ee6161;
  font-family: 'CourierPrime-Regular';
  position: absolute;
  right: 30px;
  top: 42px;
  font-size: 14px;
}

#cart-menu {
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  z-index: 99999;
  transition: right 0.3s ease; 
}

#cart-menu::-webkit-scrollbar{
  width: 6px; 
}

#cart-content {
  padding-left: 20px;
 padding-right: 20px;
  padding-top: 4em;
}

 #cart-menu table.shop_table {
  border: none;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
}

.woocommerce table.shop_table td, 
.woocommerce table.shop_table tr,
.woocommerce table.shop_table tbody th{
    border: none !important;
	font-family: "Courier Prime", Sans-serif;
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

table.shop_table tbody tr>td,
table.shop_table tbody tr>th {
    background-color: #fff;
    border: none;
    font-family: "Courier Prime", Sans-serif;
    font-weight: 600;
    font-size: 14px;
}

table.shop_table tbody tr:hover>td,
table.shop_table tbody tr:hover>th {
    background-color: #fff;
}

#cart-menu  a.remove {
  border: 0;
  border-radius: 100%;
  color: #ee6161 !important;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  height: 1em;
  line-height: 1;
  width: 1em;
  text-align: center;
  text-decoration: none; 
}

#cart-menu a.remove:hover{
	color:#fff !important;
	background: #ee6161;
}

#cart-menu .quantity .qty {
  font-size: 14px;
  font-family: "CourierPrime-Bold";
  width: 4.5em;
  text-align: center;
	padding: 0.5rem;
}

#cart-menu td.product-name a {
  color: #000000;
  font-size:14px;
}

#cart-menu .wc-proceed-to-checkout a.checkout-button {
  background-color: #ee6161; 
  border-radius: 10px 0px 10px 0px;
  border: 1px solid #ee6161;
  color: #fff;
  display: block; 
  margin-bottom: 1em;
  font-size: 16px;
  font-family: "CourierPrime-Bold";
  font-weight: 700;
  padding: 1em;
  position: absolute;
  right: 30px;
  text-align: center;  
  width: 250px;
}

#cart-menu .wc-proceed-to-checkout a.checkout-button:hover{
  background-color: #fff;
  color: #ee6161;
}

div#cart-content {
  font-size: 14px;
  font-family: "CourierPrime-Bold";
}

div#cart-content td.product-subtotal,
div#cart-content tr.cart-subtotal {
  font-size: 14px;
}

/**POPUP PANIER**/

.elementor-1891 .elementor-element.elementor-element-1d23dab {
    width: 100%;
}
/*popup fiche produit*/
button.mfp-close {
  padding: 6px;
  font-size: 40px;
  border-radius: 0;
  opacity: 1;
}

button.mfp-close:hover {
  border-radius: 0;
}

.content-element-product input[type="number"] {
  padding: 0.5rem;
}
/*popup fiche produit*/

.content-element-product {
    margin-bottom: 45px;
}

.add-cart-btn-content {
    position: absolute;
    bottom: 0;
    justify-content: center;
    width: 100%;
}