/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.footer-container-bottom .footer-payment,

.featured-products .thumbnail-container .ajax_add_to_cart_button, .product-miniature .thumbnail-container .ajax_add_to_cart_button {
    color: #fff;
}
.banner img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #faf5ef; /*beige*/
	font-family: buffalo;
	padding-top: 40 px;
}
#bonbanners a .banner-inner:before {
    content: '';
    width: 95%;
    height: 80%;
    background: none;
    position: absolute;
    z-index: -1;
    left: 20px;
    top: 0;
    opacity: .80;
    /*border-style: groove;
    border-radius: 10px 50px;
    border-color: #75a8a0;
	border-width: thin;
	box-shadow: rgba(0, 0, 0, .1) 4px 4px 4px;*/
	
}

#bonbanners a .banner-inner span {
	background: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 25px;
    padding: 5px 32px;
    margin-top: 2px;
    transition: all .2s linear;
/*box-shadow: rgba(0, 0, 0, .1) 4px 4px 4px;*/
}

.footer-container-bottom .footer-payment,

.app-stores {

   display:none;

}

h1.h1 {
	style-type:bold
	
}




div.product-description {
    font-size: 18px;
    color: #000;
}
.product-description ul li {
	/*list-style-type: circle;*/	
	list-style-image: url('https://mystic-arboria.fr/etoile.png');
}

/*bloc code promo dans page panier - 26-02-26 via chatgpt*/
/* Etat fermé par défaut 
#promo-code { display: none !important; }*/
/* Etat ouvert 
#promo-code.is-open { display: block !important; }*/

#promo-code {
  display: block !important;
}