/**
Theme Name: cdanslerond
Author: cdanslerond
Author URI: http://cdanslerond.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: cdanslerond
Template: astra
*/


@font-face {
    font-family: 'little_trouble_girl_bvregular';
    src: url('assets/fonts/littletroublegirl-webfont.woff') format('woff');
}

.home h1.entry-title{
	display:none;
}

.entry-title,
.site-title a { 
	font-family: 'little_trouble_girl_bvregular', Arial, sans-serif;
}

/*woocommerce*/
.woocommerce ul.products li.product .onsale {
    line-height: 3.5em;
}

body.logged-in.admin-bar .ast-above-header.ast-above-header-bar {
    margin-top:30px;
}

.footer-widget-area[data-section="section-fb-html-1"] {
    line-height: 2rem;
}

/*woocommerce*/

.wc-block-featured-product__link .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
	background-color: #ad60a8;
	color: #FFF;
}

.woocommerce ul.products li.product .onsale {
    line-height: 4em;
}
.woocommerce span.onsale {
    min-width: 4em;
    min-height: 4em;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    text-align: center;
}
.astra-shop-summary-wrap{
	height: 100%;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 20px 5px rgb(35 35 35 / 8%);
    -moz-box-shadow: 0px 0px 20px 5px rgba(35,35,35,0.08);
    box-shadow: 0px 0px 20px 5px rgb(35 35 35 / 8%);
}

#astra-footer-menu #menu-item-2765{
	border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #ad60a8;
    background-color: #ad60a8;
    border-radius: 12px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
}
#astra-footer-menu #menu-item-2765 a {
		color:#FFF;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin-bottom: .0em;
}
img.attachment-woocommerce_thumbnail:hover {
  opacity: 0.6;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 10px 0 0;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding: 20px 40px;
}


.ast-woo-shop-archive  #primary{
	margin: 0em 0;
}

/*Header*/
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link{
    text-transform: uppercase;
}


/*Make Header Sticky*/
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
}

/*Adjust Content Padding*/
.site-content {
    padding-top: 180px;
}

/*Adjust Content Padding for Mobile*/
@media (max-width: 800px) {
    .site-content {
        padding-top: 100px;
    }
	/*Stick the Off-Canvas Navigation Menu - Adjust Top Margin for your Layout*/
		.main-navigation {
				position: fixed;
				margin-top: 0px;
	}
}

/*Adjust Content Padding for Mobile*/
@media (max-width: 650px) {
    .site-content {
        padding-top: 150px;
    }
	/*Stick the Off-Canvas Navigation Menu - Adjust Top Margin for your Layout*/
		.main-navigation {
				position: fixed;
				margin-top: 0px;
	}
}


.site-primary-footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-above-footer-wrap {
    padding-top: 30px;
    padding-bottom: 0px;
}

#vos-achats-en-quelques-clics {
    margin-bottom: 25px;
}

.uagb-marketing-btn__icon-wrap{
    width: 80px;
    text-align: center;
    display: inline-block;
}
.uagb-marketing-btn__title-wrap{
    text-align: center;
}