/**
Theme Name: WP Dream Dog
Author: Baptiste Pages	
Author URI: https://baptistepages.com/
Description: Un thème basé sur Astra pour la refonte 2019 du site dreamdog.fr
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: wp-dream-dog
Template: astra
*/

@font-face {
font-family: 'antonioregular';
src: url('fonts/antonio-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'builttitling';
src: url('fonts/built_titling_bd-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
a.mega-menu-link{
font-family: 'antonioregular' !important;
}
.woocommerce-error, .woocommerce-message {
    position: fixed;
    z-index: 20;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    bottom: 10px;
    left: 10px;
    margin: 0;
}
/*-------------------SIDECART*/
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a{
font-family: 'builttitling', "Roboto", Sans-serif;
font-size:16px;
}
.elementor-widget-woocommerce-menu-cart dd{
margin: 0 0.5em 0.5em;
}
.elementor-widget-woocommerce-menu-cart dd p{
margin-bottom:0;
font-weight:400;
font-size:12px;
}
.elementor-widget-woocommerce-menu-cart a.elementor-button--checkout{
background-color:#0db2e2;
}
/*-------------------COMMANDE*/
button#place_order{
font-family: 'builttitling', "Roboto", Sans-serif;
font-size:24px;
letter-spacing:2px;
color:white;
padding: 20px 40px;
}