/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760710179
Updated: 2025-10-17 14:09:39
*/
.woocommerce-order a{
	color: var(--e-global-color-secondary) !important;
}
span.orange-text {
    color: var(--e-global-color-secondary) !important;
}
div#elementor-panel-state-loading {
    display: none !important;
}
/* ===================================================
   GLOBAL STYLES
   =================================================== */
body a{
	text-decoration: none!important;
}
.site-main {
    font-family: "Inter", Sans-serif !important;
}

/* ===================================================
   SINGLE PRODUCT TITLE
   =================================================== */
.woocommerce div.product h1.product_title {
    color: var(--e-global-color-primary) !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-primary-font-weight) !important;
}

/* ===================================================
   BADGE + TITRE FLEXBOX
   =================================================== */
.woocommerce div.product .summary .product_title {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

/* ===================================================
   STOCK BADGE
   =================================================== */
.woocommerce div.product .stock-badge {
    display: inline-block;
    padding: 8px 20px;
    margin: 0;
    background: rgba(34, 197, 94, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 50px;
    color: #16a34a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.15);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.woocommerce div.product .stock-badge:hover {
    background: rgba(34, 197, 94, 0.3);
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.25);
    transform: translateY(-2px);
}

.woocommerce div.product .stock-badge::before {
    content: "✓ ";
    margin-right: 5px;
    font-weight: bold;
}
.eael-product-gallery .woocommerce li.product .button.add_to_cart_button{
	margin: 30px 0 0 0!important;
    font-family: "Bricolage Grotesque", Sans-serif!important;
    font-weight: 600;
    color: var(--e-global-color-text)!important;
    background: var(--e-global-color-accent)!important;
    border-style: solid!important;
    border-width: 1px 1px 1px 1px!important;
    border-color: #222!important;
    border-radius: 5px!important;
    box-shadow: 5px 5px 0 0 #222!important;
}
.eael-product-gallery .woocommerce li.product .button{
	margin: 30px 0 0 0!important;
    font-family: "Bricolage Grotesque", Sans-serif!important;
    font-weight: 600;
    color: var(--e-global-color-text)!important;
    background: var(--e-global-color-accent)!important;
    border-style: solid!important;
    border-width: 1px 1px 1px 1px!important;
    border-color: #222!important;
    border-radius: 5px!important;
    box-shadow: 5px 5px 0 0 #222!important;
}
/* ===================================================
   PRODUCT CATEGORY LABEL
   =================================================== */
.woocommerce div.product .product-category-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7280;
}

.woocommerce div.product .product-category-label a {
    color: #808080;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "Inter", Sans-serif !important;
}

.woocommerce div.product .product-category-label a:hover {
    color: var(--e-global-color-accent);
}

.woocommerce div.product .product-category-label a::after {
    content: "";
    display: none;
}

/* ===================================================
   STOCK DISPLAY
   =================================================== */
p.stock.in-stock {
    display: none;
}

/* ===================================================
   SHORT DESCRIPTION
   =================================================== */
.woocommerce-product-details__short-description p {
    color: #808080;
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* ===================================================
   PRICE STYLES
   =================================================== */
.single-product .price,
.single-product .woocommerce-Price-amount {
    color: var(--e-global-color-accent);
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 1.25em;
    font-weight: 600;
}

/* ===================================================
   ADD TO CART BUTTON
   =================================================== */
.woocommerce div.product form.cart .button {
    background-color: var(--e-global-color-accent);
    font-family: "Bricolage Grotesque", Sans-serif;
    font-weight: 700;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    box-shadow: 5px 5px 0px 0px #222222;
    border-style: none;
    border-radius: 5px;
    padding: 18px 24px;
}

/* ===================================================
   PRODUCT META (CATEGORIES & TAGS)
   =================================================== */
.single-product .product_meta {
    padding: 10px 0;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}

.product_meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product_meta span + span {
    border-top: 1px solid #cfcfcf;
    padding-top: 10px;
    margin-top: 10px;
}

/* Espacement et style des liens */
.single-product .product_meta a {
    color: #222222;
    text-decoration: none;
    font-weight: 500;
}

/* Rendu plus aéré */
.single-product .product_meta > span {
    display: block;
    margin-bottom: 4px;
}

/* ===================================================
   PRODUCT EXTRA INFO (CERTIFICAT SOUS BOUTON)
   =================================================== */
.product-extra-info {
    display: block;
    clear: both;
    padding-top: 50px;
}

.product-extra-info .info-line {
    display: flex;
    align-items: center;
    margin: 5px 0;
    gap: 10px;
    font-weight: 500;
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Bricolage Grotesque", Sans-serif;
}

.product-extra-info .info-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: opacity 0.3s;
}

.product-extra-info .info-icon:hover {
    opacity: 0.7;
}
/* ===================================================
   SUPPRIME LE TABLEAU DESSOUS PRODUIT
   =================================================== */
ul.tabs.wc-tabs {
    display: none;
}
div#tab-description{
	padding: 50px 0;
	font-size: 16px;
	color: #808080;
}
div#tab-description h2{
	display: none;
}
/* ===================================================
   PRODUITS SIMILAIRES
   =================================================== */
section.related.products{
	margin: 30px;
	text-align: center;
}
section.related.products h2{
	padding: 30px 0;
	font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 41px;
    font-weight: 600;
    line-height: 44px;
}
/* ===================================================
   PRODUITS SIMILAIRES CUSTOM TEXTE + PRIX
   =================================================== */
h2.woocommerce-loop-product__title{
	border-style: none;
    padding: 0px;
	margin: 0px;
    color: #333333;
    border-color: #E8E8E8;
	text-transform: uppercase;
	line-height: 21px!important;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.woocommerce-Price-amount {
	padding: 0px;
    margin: 0px;
    color: #9C9C9C;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	text-align: center;
}
.woocommerce ul.products li.product .button {
    display: none;
}
/* ===================================================
   ------ PAGE CATÉGORIE ----- 
   =================================================== */

h1.woocommerce-products-header__title.page-title{
	color: var(--e-global-color-primary) !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-primary-font-weight) !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    text-align: center;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
	border-radius: 5px;
}
p.woocommerce-result-count{
	display: none;
}
.term-description{
	padding: 10px 0;
	font-size: 16px;
	color: #808080;
}
/* Wrapper principal */
.filtres-wrapper {
    display: flex;
    align-items: baseline;
    margin: 30px 0;
}

/* Container des boutons catégories */
.category-filter-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
div#mla_gallery-3 figcaption {
    text-transform: uppercase;
}
/* Style des boutons catégories */
.category-filter-buttons a {
    display: inline-block;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #222222;
    border-radius: 25px;
    text-decoration: none;
    color: #222222;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 5px 0 0;
}

.category-filter-buttons a:hover {
    background: #222222;
    border-color: #222222;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 34, 34, 0.2);
}

.category-filter-buttons a.active {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.category-filter-buttons a.active:hover {
    background: #d97706;
    border-color: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.4);
}

/* Tri */
.woocommerce-ordering {
    width: 5%;
    text-align: right;
}

.woocommerce-ordering select {
    padding: 10px 15px;
    border: 2px solid #222222;
    border-radius: 25px;
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    background: #ffffff;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .filtres-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    
    .category-filter-buttons,
    .woocommerce-ordering {
        width: 100%;
    }
    
    .woocommerce-ordering {
        text-align: left;
    }
    
    .category-filter-buttons a {
        padding: 10px 18px;
        font-size: 12px;
    }
}
/* Tri avec icône uniquement */
.custom-ordering-icon {
    width: 50px;
    height: 50px;
    position: relative;
}

.custom-ordering-icon select {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 2px solid #222222;
    border-radius: 50%;
    font-size: 0;
    background: #ffffff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23222222" stroke-width="2.5" stroke-linecap="round"><path d="M3 6h18M7 12h10M11 18h4"/></svg>') no-repeat center;
    background-size: 24px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease;
}

.custom-ordering-icon select:hover {
    background-color: #f59e0b;
    border-color: #f59e0b;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2.5" stroke-linecap="round"><path d="M3 6h18M7 12h10M11 18h4"/></svg>');
    transform: rotate(180deg);
}

.custom-ordering-icon select option {
    font-size: 14px;
    color: #222222;
    padding: 10px;
}

/* Enlever la flèche par défaut */
.custom-ordering-icon select::-ms-expand {
    display: none;
}

/* Ajuster le wrapper si nécessaire */
.woocommerce-ordering {
    width: auto !important;
    text-align: right;
}
.fkcart_summary_cta .fkcart-summary-amount{
	font-weight: 600;
	color: #222222;
}
.fkcart_summary_cta span.woocommerce-Price-amount.amount{
	font-weight: 600;
	color: #222222;
}

/* ===================================================
  PAGE DE COMPTE
   =================================================== */


 form.cart {
    display: flex;
    flex-direction: column;
}
.elementor-element.elementor-element-5680bbe.elementor-widget.elementor-widget-image {
    display: flex;
    justify-content: center;
}
.custom-product-filter a{
	margin-right: 10px;
}
/* ===================================================
  GALLERIE
   =================================================== */
.gallery-caption {
    margin-left: 0;
    text-align: left;
    padding: 10px 0;
}
.gallery-caption span{
    font-weight: 500;
    color: var(--e-global-color-primary) !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}
.elementor-element.elementor-element-f450c76.elementor-widget.elementor-widget-image a{
	display: flex;
	justify-content: center;
}


/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Elementor Team
Version: 1.0
*/

/* ===================================================
   FILTRE CATEGORIES WOOCOMMERCE
=================================================== */
.custom-product-filter {
    display: flex;
    flex-wrap: wrap;          /* permet plusieurs lignes si nécessaire */
    gap: 10px;
    justify-content: center; /* alignement à gauche, change en center si tu veux centré */
}

/* ===================================================
   2. BOUTONS DE CATEGORIES
=================================================== */
.custom-product-filter .cat-btn {
    display: flex;
    border: none;
    flex-direction: column;    /* image au-dessus du titre */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    flex: 0 0 auto;           /* empêche les boutons de se réduire trop */
    white-space: normal;
    font-family: "Bricolage Grotesque", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--e-global-color-primary);
}

/* ===================================================
   3. IMAGE DES CATEGORIES
=================================================== */
.custom-product-filter .cat-btn img.cat-img {
    width: 100px;              /* largeur et hauteur fixes */
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;       /* espace entre image et titre */
}

/* ===================================================
   4. ETAT ACTIF DES BOUTONS
=================================================== */
.custom-product-filter .cat-btn.active {
    color: #222;
    font-weight: 600;
}

/* ===================================================
   5. EFFETS AU SURVOL
=================================================== */
.custom-product-filter .cat-btn:hover {
    transform: scale(1.05);
}
.custom-product-filter .cat-btn:hover{
    background: none;
}
.custom-product-filter .cat-btn.active{
    background: none;
}
/* Supprime le background sur les boutons de catégorie */
#custom-product-filter .cat-btn {
    background: none !important;
    border: none;
    box-shadow: none;
}

/* Supprime le background quand actif */
#custom-product-filter .cat-btn.active {
    background: none !important;
    box-shadow: none !important;
}
/* ===================================================
   6. VERSION MOBILE : défilement horizontal
=================================================== */
@media (max-width: 768px) {
    .custom-product-filter {
        display: flex;
        flex-wrap: nowrap;         /* empêche le retour à la ligne */
        overflow-x: auto;          /* active le défilement horizontal */
        -webkit-overflow-scrolling: touch; /* défilement fluide sur iOS */
        gap: 12px;
        justify-content: flex-start;
        scroll-snap-type: x mandatory; /* effet de "snap" au défilement */
        padding: 10px 0;
    }

    .custom-product-filter .cat-btn {
        flex: 0 0 auto;            /* largeur fixe pour le scroll */
        scroll-snap-align: start;  /* chaque bouton s’aligne bien au scroll */
    }

    /* Optionnel : masque la barre de défilement pour un look plus propre */
    .custom-product-filter::-webkit-scrollbar {
        display: none;
    }
}
/* ========================================
   CSS PERSONNALISÉ - PAGE MON COMPTE
   ======================================== */


/* Container principal */
.woocommerce-account .woocommerce {
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    gap: 40px;
}

/* ========================================
   SIDEBAR - NAVIGATION
   ======================================== */
.woocommerce-MyAccount-navigation {
    padding: 30px;
    border-radius: 15px;
    min-width: 280px;
    height: fit-content;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #555;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #FFF5ED;
    color: #F5A86D;
    transform: translateX(5px);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #F5A86D;
    color: #2C2C2C;
}

/* Ajout des icônes avant les liens */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "📊 ";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "📦 ";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "📥 ";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "📍 ";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "💳 ";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "⚙️ ";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "🚪 ";
}

/* ========================================
   CONTENU PRINCIPAL
   ======================================== */
.woocommerce-MyAccount-content {
    flex: 1;
    font-family: 'Inter', sans-serif;
}

/* Bannière de bienvenue */
.woocommerce-MyAccount-content > p:first-child {
    background: linear-gradient(135deg, #F5A86D 0%, #F5C89D 100%);
    color: #2C2C2C;
    padding: 30px 40px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(245, 168, 109, 0.2);
    font-size: 16px;
    line-height: 1.6;
}

/* ========================================
   TABLEAU DES COMMANDES
   ======================================== */
.woocommerce-orders-table {
    background-color: #FFF;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.woocommerce-orders-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: none;
}

.woocommerce-orders-table thead {
    background-color: #F5A86D;
}

.woocommerce-orders-table thead th {
    padding: 18px;
    text-align: left;
    font-weight: 600;
    color: #2C2C2C;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

.woocommerce-orders-table tbody tr {
    border-bottom: 1px solid #F0F0F0;
    transition: background-color 0.3s;
}

.woocommerce-orders-table tbody tr:hover {
    background-color: #FFF5ED;
}

.woocommerce-orders-table tbody tr:last-child {
    border-bottom: none;
}

.woocommerce-orders-table tbody td {
    padding: 20px 18px;
    color: #555;
    border: none;
}

/* Numéro de commande */
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a {
    color: #C85C7F;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a:hover {
    color: #F5A86D;
}

/* Badge de statut */
.woocommerce-orders-table .woocommerce-orders-table__cell-order-status {
    font-weight: 600;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-status mark {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    background-color: #FFF3CD;
    color: #856404;
    border: none;
}

/* Prix */
.woocommerce-orders-table .woocommerce-orders-table__cell-order-total {
    font-weight: 600;
    color: #2C2C2C;
    font-size: 16px;
}

/* Boutons d'action */
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    text-align: right;
}

.woocommerce-orders-table .woocommerce-button {
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

.woocommerce-orders-table .woocommerce-button.button.view {
    background-color: #F5A86D;
    color: #2C2C2C;
}

.woocommerce-orders-table .woocommerce-button.button.view:hover {
    background-color: #F59956;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 168, 109, 0.3);
}

.woocommerce-orders-table .woocommerce-button.button:not(.view) {
    background-color: #FFF;
    color: #555;
    border: 2px solid #E0E0E0;
}

.woocommerce-orders-table .woocommerce-button.button:not(.view):hover {
    border-color: #F5A86D;
    color: #F5A86D;
}

/* ========================================
   TITRES
   ======================================== */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #2C2C2C;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-Message {
    background: linear-gradient(135deg, #F5A86D 0%, #F5C89D 100%);
    color: #2C2C2C;
    padding: 30px 40px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(245, 168, 109, 0.2);
    border: none;
}

/* Liens dans le contenu principal */
.woocommerce-MyAccount-content a {
    color: #F5A86D;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.woocommerce-MyAccount-content a:hover {
    color: #F59956;
    text-decoration: underline;
}

/* Texte du dashboard */
.woocommerce-MyAccount-content p {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #2C2C2C;
    font-size: 15px;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 968px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-orders-table table {
        font-size: 14px;
    }

    .woocommerce-orders-table .woocommerce-button {
        display: block;
        margin: 5px 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .woocommerce-orders-table {
        overflow-x: auto;
        padding: 20px;
    }

    .woocommerce-orders-table table {
        min-width: 800px;
    }

    .woocommerce-MyAccount-content > p:first-child {
        padding: 20px 25px;
        font-size: 14px;
    }
}
a.woocommerce-button.button.invoice.order-actions-button{
	background-color: #FFAC6300;
    font-family: "Bricolage Grotesque", Sans-serif;
    font-weight: 700;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    box-shadow: 5px 5px 0px 0px #222222;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-text);
    border-radius: 5px 5px 5px 5px;
    padding: 18px 24px 18px 24px;
}
video.elementor-video {
    border-radius: 10px !important;
}