/* 
Theme Name: Child theme
Template: hello-elementor
*/

.woocommerce-message {
    display: none !important;
}

/* Style des flèches de navigation sur image produit */
ul.flex-direction-nav {
    position: absolute !important;
    top: 40% !important;
    z-index: 99999 !important;
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0px !important;
    list-style: none !important;
}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;content: '\f054'!important;
	font-family: 'Font Awesome 5 Free'!important;
	margin-right: 35px !important;
	font-size: 20px !important;
	font-weight: bold !important;
}
a.flex-prev::before {
    visibility:visible !important;
    content: '\f053' !important;
	font-family: 'Font Awesome 5 Free' !important;
	margin-left: 10px !important;
	font-size: 20px !important;
	font-weight: bold !important;
}
ul.flex-direction-nav li a {
	color: #466F78;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}