/*
Theme Name: Divichild
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Thème enfant du thème Divi
Author: Kameleon Factory
Author URI: http://www.kameleonfactory.fr
Template: Divi
Version: 2.0
*/
@import url("../Divi/style.css");
A.button.add_to_cart_button.product_type_simple,
form.cart {
    display:none;
}
a.et-cart-info {
display: none !important;
}
.home #breadcrumbs { display: none; }

/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the contact cta button */
            .contact {border-radius: 0px;}
            .contact a {color: #ffffff!important;}
            li.contact {
                background-color:#00adc6; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 12px 13px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.contact:hover {background-color:#000000;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .contact a {
                        color: #ffffff!important;}
        .contact li.current-menu-ancestor > a, .contact li.current-menu-item > a {
                    color: #ffffff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.contact {height: 33px;}}