/**
Theme Name: khadija-child-heme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: khadija-child-heme
Template: astra
*/

/* Woocommerce boutons */

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #00863A;
}
 



/* Profils Espace membre */

/* Icônes Unicode devant chaque onglet pour les Profils */
/* Icône profil SVG personnalisée */
.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 11 14' fill='%234F4F4F'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.14 3.86074C9.14 5.81876 7.57008 7.38878 5.61068 7.38878C3.65194 7.38878 2.08135 5.81876 2.08135 3.86074C2.08135 1.90272 3.65194 0.333374 5.61068 0.333374C7.57008 0.333374 9.14 1.90272 9.14 3.86074ZM5.61068 13.6667C2.71893 13.6667 0.277344 13.1967 0.277344 11.3834C0.277344 9.56933 2.73426 9.116 5.61068 9.116C8.50309 9.116 10.944 9.586 10.944 11.3994C10.944 13.2134 8.48709 13.6667 5.61068 13.6667Z'/%3E%3C/svg%3E");
    display: inline-block;
    margin-right: 8px;
}
/* Icône pour "Commandes" ou autre onglet */
.woocommerce-MyAccount-navigation-link--orders a:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%234F4F4F'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.967 2.253H10.014c2.46 0 3.66 1.313 3.653 4.007v3.247c0 2.573-1.587 4.16-4.167 4.16H4.494c-2.567 0-4.16-1.587-4.16-4.167V4.493c0-2.76 1.227-4.16 3.647-4.16h1.053c.621-.007 1.2.28 1.58.767l.587.78c.187.233.467.373.767.373ZM3.914 9.193h6.173c.273 0 .493-.227.493-.5 0-.28-.22-.5-.493-.5H3.914c-.28 0-.5.22-.5.5 0 .273.22.5.5.5Z'/%3E%3C/svg%3E");
    display: inline-block;
    margin-right: 8px;
}
/* Icône pour "Mon panier" */
.woocommerce-MyAccount-navigation-link--mon-panier a:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%234F4F4F'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.415 6.489h1.845c.28 0 .5-.231.5-.51 0-.286-.22-.51-.5-.51H8.415c-.28 0-.5.224-.5.51 0 .279.22.51.5.51ZM12.452 2.952c.406 0 .672.143.939.456.266.313.313.762.253 1.17l-.633 4.463c-.12.858-.839 1.49-1.685 1.49H4.058c-.886 0-1.619-.693-1.692-1.591L1.753 1.522.747 1.345c-.266-.048-.453-.313-.406-.585.047-.278.306-.462.58-.421l1.588.244c.227.041.393.231.413.462l.127 1.524c.02.218.193.381.406.381h8.996ZM3.952 11.605c-.56 0-1.012.463-1.012 1.034 0 .565.452 1.028 1.012 1.028.553 0 1.006-.463 1.006-1.028 0-.571-.453-1.034-1.006-1.034Zm7.494 0c-.56 0-1.012.463-1.012 1.034 0 .565.452 1.028 1.012 1.028.553 0 1.006-.463 1.006-1.028 0-.571-.453-1.034-1.006-1.034Z'/%3E%3C/svg%3E");
    display: inline-block;
    margin-right: 8px;
}






.facturation-details .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.facturation-details .col {
    width: 48%;
}

.facturation-details input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}




body.woocommerce-checkout .woocommerce-billing-fields label {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 0;
    text-align: left;
    color: var(--Gray-1, #333);
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

