/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Fond blanc pour les images produits WooCommerce */
.woocommerce ul.products li.product img,
.woocommerce div.product div.images img {
    background-color: #f7f7f9 !important;
    padding: 10px;
    border-radius: 4px; 
}

span.slogon{
    color:#1c2a39;
}
.title-head b{
    color: #d4a95a;
}
header .elementor-menu-cart__footer-buttons a{
     font-size: 16px;
    padding: 15px 19px!important;
    border-radius: 4px;
    margin-top: 11px!important;
}


header  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 55px;
    border: 1px solid #ccc;
}


.woocommerce-mini-cart__total, .elementor-menu-cart__subtotal{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
}

/* --- STRUCTURE GLOBALE --- */
.elementor-menu-cart__product.woocommerce-cart-form__cart-item {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    padding: 8px 0;
}

/* --- IMAGE À GAUCHE --- */
.elementor-menu-cart__product-image {
    flex: 0 0 55px;
}

.elementor-menu-cart__product-image img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

/* --- CONTENU À DROITE (titre + prix + remove) --- */
.elementor-menu-cart__product-name,
.elementor-menu-cart__product-price,
.elementor-menu-cart__product-remove {
    margin: 0;
    padding: 0;
}

/* TITRE SUR TOUTE LA LARGEUR */
.elementor-menu-cart__product-name {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    flex: 1 1 100%;
}

/* ---- CONTENEUR BAS (prix + remove) ---- */
.elementor-menu-cart__product .bottom-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* PRIX À GAUCHE */
.elementor-menu-cart__product-price {
    font-size: 13px;
    flex: 1;
}

/* ---- BOUTON REMOVE X ---- */
.elementor-menu-cart__product-remove a.elementor_remove_from_cart_button {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M400 112L112 400' stroke='%23ff0000' stroke-width='40' stroke-linecap='round'/%3E%3Cpath d='M112 112L400 400' stroke='%23ff0000' stroke-width='40' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* Titre limité à 3 lignes max */
.elementor-menu-cart__product-name a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
button.wc-block-components-filter-reset-button{
   padding: 10px 20px!important;
    text-decoration: none!important;
}


.hero-section[data-type=type-1] {
    padding-top: 170px;
}

@media (max-width: 993px) {
nav.blocksy-mega-menu-wrapper {
    display: none;
}

#offcanvas .ct-icon, #offcanvas .ct-icon-container svg {
    fill: #1c2a39;
}
}
