/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


/*Suppression navigation entre post */
#top .avia-post-nav { display: none; }

/* Taille de la police des produits en liste*/
.av-catalogue-title-container{position: relative; font-size: 1.2em; line-height: 1.4em;}

/*Couleur label sous variation de produits */
#top label span, #top legend span {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}

.tm-quantity {
    max-width: 20%;
    min-width: 20px;
    position: relative;
    margin: 0 120px;
    overflow: hidden;
    zoom: 1;
}

a.av-instagram-follow {
    background: #666;
    color: white;
}
a.av-instagram-follow:hover {
    background: #666;
    color: white;
}

#top div.product .woocommerce-tabs {
    clear: both;
    padding: 0px 0 0 0;
    margin: 0 0 30px 0;
}

/*  Suppression de l'afficahge du prix et de plus de details dans la grille */
.avia_cart_buttons {
	display: none;
} 

/*  Changement d'alignement et de taille afficahge des prix */
#top .price, #top .price span, #top del, #top  ins{
display: inline-block;
text-decoration: none;
font-size: 14px;
line-height: 18px;
font-weight: 600;
}