/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 30 2022 | 11:07:35 */
/* PAGE PRODUIT */
.woocommerce div.product {
    margin-top: 50px;
}
/* Masquer le breadcrumb */
.woocommerce .woocommerce-breadcrumb {
	display: none;
}
/* Onglet actif */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #f9f9f5;
    z-index: 2;
    border-bottom-color: #f9f9f5;
}
/* Masquer les tab description & avis */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

/* Prix */
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #be1622;
    font-size: 30px;
}

/* BOUTONS WOOCOMMERCE */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #c1a97e;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px 20px 10px 20px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #be1622;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #c1a97e;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 10px 20px 10px 20px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #be1622;
	color: #FFFFFF;
}

/* CHAMPS DE SAISIE */

.quantity .qty {
    padding: 8px 10px 9px 10px;
}

textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
    background-color: #f3f3f3;
    border: solid 1px rgba(0,0,0,.1);
    padding: 7px 10px;
    border-radius: 0px;
}

/* AFFICHAGES DES CATÉGORIES DE LA PAGE COLLECTION */
.woocommerce ul.products {
    margin: 0px;
}
.loops-wrapper > .post, .woocommerce ul.loops-wrapper.products > li.product {
    margin-bottom: 0px;
}

/* PRODUITS SIMILAIRES */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: #be1622;
    text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

/* DIVERS */
/*
.woocommerce p {
    line-height: 20px;
}
*/
.woocommerce-info, .adress {
    border-top-color: #8e7d5d;
	text-align: left;
}
.woocommerce-info::before {
    color: #8e7d5d;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: transparent;
    color: #1d1d1b;
    border-top: 3px solid #8e7d5d;
}
.woocommerce-account .addresses .title h3  {
    font-size: 20px;
	font-family: "Merriweather";
	color: #8e7d5d;
	font-weight: 700;
    font-style: normal;
}
address {
	text-align: left !important;
}
.woocommerce-account .addresses .title .edit {
    padding-top: 5px;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-size: 12px;
}
em {
    font-size: 14px;
}
legend {
    font-size: 20px;
	font-family: "Merriweather";
	color: #8e7d5d;
	font-weight: 700;
	padding-top: 20px;
}