/*
Theme Name: Child Theme WDL
Description: Theme enfant de Divi par WDL
Template: Divi
*/

/*----------RESET----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Forcage du style footer*/ 
.slick-prev:before, .slick-next:before{
	color:#A66E71!important;
}
.produit{
	padding: 0px 15px!important;
}
.product-info{
	display: flex;
    justify-content:space-between;
	padding-top: 15px;
}
.product-info h3 a{
	font-family: Lato;
	font-size: 14px;
	color:#282a2b;
}
.product-info > a{
	color:#EA5F6D;
	font-family: Lato;
	font-weight: bold;
	font-size: 14px;
}

/* Style bouton Commander sur page Checkout */
.woocommerce #place_order,
.woocommerce-page #place_order,
button#place_order {
	background: #f49290 !important;
	color: white !important;
	border: none !important;
	padding: 15px 30px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
}

.woocommerce #place_order:hover,
.woocommerce-page #place_order:hover,
button#place_order:hover {
	background: #e07875 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 12px rgba(244, 146, 144, 0.3) !important;
}

.woocommerce #place_order:disabled,
.woocommerce-page #place_order:disabled,
button#place_order:disabled {
	background: #ccc !important;
	cursor: not-allowed !important;
	transform: none !important;
}

