/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try it out on a free dummy site: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.11.1738708997
Updated: 2025-02-04 23:43:17

*/



ul.wpcf_predefined_pledge_amount li {
    padding: 7px;
    border: sold;
    border: solid 1px #e3106e;
    border-radius: 7px;
    margin: 4px;
	color: black;
    font-weight: bold;
}
.wpneo-single-sidebar .cart .wpneo_donate_button{
    margin-top: 12px!important;
}
/*Personnalisation de la page Exports commands*/
.my-block {
    border-width: 1px;
    border-style: none!important;
    border-radius: none!important; 
    border-color: none!important; 
    padding: 10px 5px 10px 10px;
}
h1.wp-heading-inline {
    font-size: 12px!important;
}

@font-face {
    font-family: 'Google Sans';
    src: url('https://fonts.gstatic.com/s/googlesans/v60/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrw2IJllpynAESo4.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Personnalisation ambassadeurs*/
 .donation-ambassador-selection {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.donation-ambassador-selection label {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.donation-ambassador-selection select {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.donation-ambassador-selection {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.donation-ambassador-selection label {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.donation-ambassador-selection select {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.product-ambassadors, .ambassador-donations, .ambassador-donation-links {
    border: solid 1px #e00365;
    border-radius: 14px;
    padding: 9px;
    background-color: #752a4b12; 
}
li.flex-nav-next, 
li.flex-nav-prev{
	display: none!important;
}
/*Personnalisation shortcode affichage donnateurs*/
/* 🛠️ Section des Donateurs sur la page produit WooCommerce */
.donors-section {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.donors-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.donors-section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.donors-section th,
.donors-section td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.donors-section th {
    background: #f4f4f4;
    font-weight: bold;
}

.donors-section tr:nth-child(even) {
    background: #f9f9f9;
}

.donors-section tr:hover {
    background: #f1f1f1;
}
.wcdp_options>li>label {
    border: solid 1px #e00365 !important;
    border-radius: 9px!important;
}
.ambassador-donation-links ul li a {
	border: solid 1px;
    border-radius: 8px;
    padding: 1px;
}
/*Inscription d'un ambassadeur*/
form p {
    margin-bottom: 15px;
}

form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

form input[type="text"],
form input[type="email"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form button[type="submit"] {
    margin-top: 10px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

form button[type="submit"]:hover {
    background-color: #005177;
}
/*CNP-CSS page boutique*/
.swiper-button-next, .swiper-button-prev{
	margin-left : 26px;
}
.ast-on-card-button .ahfb-svg-iconset {
	display: none!important;
}
.wp-die-message p a {
	display: none!important;
}
/*Ajouter les informations de progression à côté de la barre*/
.product-details-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.product-details-container .product-description {
    flex: 1;
    min-width: 60%;
}

.product-details-container .campaign-progress-summary {
    flex: 1;
    min-width: 35%;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.product-details-container .campaign-progress-summary h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.product-details-container .campaign-progress-summary p {
    margin: 5px 0;
    font-size: 14px;
}
/*Cnp-Css barre de progression*/
.wcdp-progress-style-2 .wcdp-column {
    display: contents!important;
}
/*CNP-Css Social Media*/
.social-media-icons h3 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.social-media-icons ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 10px;
}

.social-media-icons li {
    display: inline-block;
}

.social-media-icons a {
    text-decoration: none;
}

.social-media-icons img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s;
	margin-left: 20px;
}

.social-media-icons img:hover {
    transform: scale(1.1);
}
/*CNP-Css Social Media*/
.social-media-icons h3 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.social-media-icons ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 10px;
}

.social-media-icons li {
    display: inline-block;
}

.social-media-icons a {
    text-decoration: none;
}

.social-media-icons img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s;
}

.social-media-icons img:hover {
    transform: scale(1.1);
}


/*Cnp- CSS date de fin de campagne*/
.campaign-countdown-timer {
    background: #f9f9f9;
    border: 2px solid #ddd;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
	margin-bottom: 17px;
}

/*Cnp-Css Le bouton "Retour à l'accueil" apparaîtra en haut de la page checkou*/

.thank-you-donation {
    margin-top: 20px;
    text-align: center;
}

.thank-you-donation .button {
    background-color: #e00365;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.thank-you-donation .button:hover {
    background-color: #e65c00;
}
.error-button {
    display: inline-block !important;
}




@media (min-width: 768px) {
  .woocommerce-billing-fields {
    margin: 10px 100px 10px 100px;
}
    }
select, .select2-container .select2-selection--single{
	background-image: none!important;
}

span.select2-selection.select2-selection--single:before{
	content: "⏬";
}

/*Muticurency*/
div#currency_code_meta_box{
	display: none!important;
}
