/*
Theme Name: Egudgets Child
Author: templatetrip
Description: Themes & Templates For All Platforms
Template: egudgets
Version: 1.0.7
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: egudgets
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

egudgets is based on Templatetrip https://www.templatetrip.com/, (C) 2012-2020 Automattic, Inc.
templatetrip is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.site-main-wrap,
.search-fix .select-wrap,
.page-header.inner-header-opacity {
    display: none !important;
}

.header_style.header-style-1 {
    padding-top: 15px;
    padding-bottom: 20px;
}

.field-row {
    display: flex;
    gap: 10px;
    margin-bottom: 1em;
}
.field-row .woocommerce-form-row {
    flex: 1;
}
.customer-type-toggle label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
}
.customer-type-toggle input[type="radio"] {
    margin-right: 5px;
}

/* ============================================
   Désactiver flex sur mobile pour les banners
   ============================================ */

.single-product .product .entry-summary .price {
    border-bottom: none !important;
    margin: 0 0 0 !important;
    padding: 0 0 10px !important;
}

.single-product .woocommerce-product-details__short-description {
    margin: 0 0 10px !important;
    padding: 5px 15px 5px !important;
}

.single-product .product .entry-summary .product-button-wrap {
    margin: 0 0 0;
}

footer .contact-info a .feather-headphones {
    width: 18px;
    height: 18px;
}

.header-top {
    background: #f3f5f6 !important;
}

.header-top a {
    font-size: 16px;
    color: black !important;
}

.header-top .list-inline-item.header-top-tel {
    border: none;
}

.header-top ul {
    justify-content: center !important;
}

.header-top .list-inline-item span svg {
    width: 25px;
    height: 25px;
}

.header-top .list-inline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 10px 0;
}

.header-top .list-inline-item.header-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.header-top .header-feature .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #FF7BE5;
    line-height: 1;
}

li.list-inline-item.header-top-tel svg {
    color: #FF7BE5;
}

.header-top ul {
    margin: 0 0 0 -80px;
}

.header-top .header-feature .feature-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.header-top .header-feature .feature-title {
    font-size: 11px;
    font-weight: 600;
    color: #666 !important;
    line-height: 1.2;
    text-transform: uppercase;
}

.header-top .header-feature .feature-subtitle {
    font-size: 15px;
    font-style: italic;
    color: black !important;
    line-height: 1.2;
}

.tt-banner .banner-text a.banner-button {
    background: #ffcc01 !important;
    color: black;
    text-transform: none;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
}

.right-header .mini-cart:hover .dropdown-back svg,
header .right-header .mini-cart:hover .minicart-content span.minicart-price {
    color: #8cd1c5;
}

.search-icon .top-search .search-form button,
.single-product .product .entry-summary .cart-wrap .product-button::after,
.right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count{
    background: #8cd1c5;
}

.search-icon .top-search .search-form button::after {
    background: var(--primary-color);
    color: black;
}

.single-product .product_meta {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: none;
    border-top: none;
}

.checkout-inline-error-message {
    color: red;
}

/* Bouton Valider la commande dans le panier */
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #8cd1c5 !important;
    color: white !important;
    transition: background-color 0.3s ease;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background-color: #ffcc00 !important;
    color: white !important;
}

/*#primary .woocommerce ul li a {*/
/*    color: #ffffff;*/
/*}*/

footer .widget ul.contact-info li:first-child:not(#egudgets_widget_contact_info-4 .contact-info li:first-child) {
    margin-bottom: 10px;
}

footer .main-footer, footer .main-footer a {
    font-size: 16px;
}

/* ============================================
   Bloc d'informations de contact avec icônes
   ============================================ */
.contact-info-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 100px;
    border-radius: 8px;
    margin: 20px 0;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #8cd1c5;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Style spécifique pour l'icône WhatsApp */
.contact-info-icon-whatsapp {
    background: #25D366 !important;
}

.contact-info-icon svg {
    width: 20px;
    height: 20px;
    color: white;
}

.contact-info-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-info-label {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-value {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.contact-info-value a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-value a:hover {
    color: #8cd1c5;
}

/* Effet hover spécifique pour le lien WhatsApp */
.contact-info-icon-whatsapp ~ .contact-info-text .contact-info-value a:hover {
    color: #25D366;
}

/* Responsive - Mobile pour le bloc contact */
@media (max-width: 768px) {
    .contact-info-block {
        gap: 15px;
        padding: 15px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .header-top .list-inline {
        gap: 20px;
        flex-wrap: wrap;
    }

    .header-top .header-feature .feature-icon {
        font-size: 24px;
    }

    .header-top .header-feature .feature-title {
        font-size: 12px;
    }

    .header-top .header-feature .feature-subtitle {
        font-size: 11px;
    }
}

/* Très petits écrans */
@media (max-width: 480px) {
    .header-top .list-inline {
        gap: 15px;
    }

    .header-top .list-inline-item.header-feature {
        gap: 8px;
    }

    .header-top .header-feature .feature-icon {
        font-size: 20px;
    }
}

/* ============================================
   Personnalisation de la page Mon compte
   ============================================ */

/* Style du menu de navigation Mon compte */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

/* Style du contenu de la page Mon compte */
.woocommerce-MyAccount-content {
    padding: 20px;
}

.woocommerce-MyAccount-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

/* Style des boutons dans Mon compte */
.woocommerce-MyAccount-content .woocommerce-Button {
    background-color: #8cd1c5 !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce-MyAccount-content .woocommerce-Button:hover {
    background-color: #ffcc00 !important;
}

@media (max-width: 767px) {
    .elementor-877 .elementor-element.elementor-element-7453fd6 {
        --display: block !important;
        --flex-direction: column !important;
    }

    .elementor-877 .elementor-element.elementor-element-7453fd6 > .e-con-inner > * {
        margin-bottom: 5px !important;
    }

    .elementor-877 .elementor-element.elementor-element-7453fd6 > *:last-child {
        margin-bottom: 0 !important;
    }
}
