/**
Theme Name: Bouclette Theme 2
Author: Eternel Design Studio
Author URI: https://eterneldesignstudio.com/
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: bouclette-theme-2
Template: astra
*/

/********Commentaire********/
/**Contour etoile commentaire orange**/
.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before {
	color: #ffa177;
}

/**Interieur etoile commentaire orange**/
.woocommerce .star-rating span::before {
    color: #ffa177;
}

/**pseudo d'un commentaire en couleur**/
woocommerce #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__author, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
	color: #ffa177;
}
/********Commentaire********/

/********marques produits page archive********/
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap, .woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
    margin-bottom: 0em !important;
}

p.product-brand {
    margin-bottom: 0.2em !important
}

.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
    padding: 0em !important;
}
/********marques produits page archive********/

/********forcer taille image page produit unique********/
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    width: 1000px !important;
    height: auto;
    max-width: 100% !important;
}

@media (max-width: 768px) {
    .single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
        width: 350px !important;
    }
}
/********forcer taille image page produit unique********/

/********Ajouter au panier********/
/**Contour bouton ajouter au panier carré**/
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    border-radius: 9px;
}

/**Stylisation bouton ajouter au panier sur page produit**/
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .button:where(:not(:first-child)), :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart button:where(:not(:first-child)) {
	padding: 20px;
}

woocommerce ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
    bottom: 8em !important;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-loop-product__buttons .button{
	text-align: center;
}

/**Bouton de la taille du block**/
.woocommerce-loop-product__buttons .button {
    width: 100%;
    box-sizing: border-box;
}
/********Ajouter au panier********/