/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ==UserStyle==
@name           asbd.jakoshop.fr
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

/* ==UserStyle==
@name           asbd.jakoshop.fr
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */



h1 {
	font-family: cabin !important;
	font-size: 70px !important;
}
h2 {
	font-family: cabin !important;
	font-size: 30px !important;
}

/*   A C C U E I L  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* titre produit */
.woocommerce-loop-product__title{
	color: black !important;
	font-size: 15px !important;
	font-family: cabin !important;
    text-transform: unset !important;
}

/* prix barrés */
.price del {
    display: none !important;
}

/* prix taille */
.premium-woocommerce bdi , .premium-woocommerce .woocommerce-Price-currencySymbol,.premium-woocommerce .price {
    font-size: 18px !important;
}

/* categories */
.additional_information_tab, .sku_wrapper, .premium-woo-product-category {
    display: none !important;
}

/* vire les boutons du widget "ajouter options"*/
.premium-woo-atc-button {
	display:none !important;
}

/* P A G E   P R O D U I T  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* !!!!! ATTENTION !!!!!
il y a un widget qui agit aussi
CF cs_page_produit
h2 {display: none !important;}
span { font-size: 20px !important;}
*/

.product_title, .price, label, .woo-selected-variation-item-name{
    color:black !important;
}
/* taille titre produit */
 .entry-title {
	 font-size: 30px !important;
    }
/* virer le breadcrumb en haut et le badge promo */ 
 .woocommerce-breadcrumb , .onsale{
        display: none !important;
    }
 /* marge en haut de la page */
.woocommerce-notices-wrapper {
        margin-top: 50px !important;
    }
    
[for="pa_tailles"],[for="pa_couleurs"] {
    /* display: inline-block; */
    margin: -12px 10px 0px 0px !important;
    font-size: 25px !important;    
}

.single_add_to_cart_button {
    background:#00a7e4 !important;
    margin-top: 3px !important;
}

.woocommerce-Tabs-panel {
    background:#00b9da !important;
    border-radius: 60px;
}

.woocommerce-Tabs-panel p {
    color:white !important;
    font-size: 24px !important;
    font-weight: bold;
     padding-left: 55px !important;
    text-transform: uppercase!important;
}

.description_tab {
    display: none !important;
}

/* effacer choix */
.reset_variations {
    display: none !important;
    font-size: 20px !important;
}

/* bandeau du bas affichant d'autres produits */
.related.products {
    display: none !important;
}

/* taille texte bouton mini cart */
.pa-woo-mc__btn-txt {
    font-weight: 500 !important;
    font-size: 13px !important;
}

.woocommerce-tabs .wc-tabs-wrapper {
       display:none !important;
    }
/*
.woocommerce-Price-amount, .woocommerce-Price-currencySymbol,  span.price ins {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    text-decoration: none !important; 
}
/* P A G E   P A N I E R  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* col Valider la commande */
 .wc-block-cart__submit-container a:hover {
        color: #00d3ff !important;
    }

