/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/

#cn-accept-cookie, #cn-more-info {
    background: #792013;
}

.menu-text {
	display: none
}

.icon span {
	line-height: 20px
}

.logo img{
	width: auto;
	max-height: 100px;
	transition: all 1s ease;
}

.scroll--active .logo  img {
	max-height: 40px;
	transition: all 1s ease;
}

.copyright_footer {
	text-align: center;
	font-size: 0.8em;
}

.copyright_footer span {
	white-space: nowrap;
	display: inline-block;
}


/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	direction: ltr;
}
.product-quantities__items {
	list-style: none
}
.product-quantity__item {
	line-height: 1.75
}
.product-quantity__item .product-quantity {
	font-weight: 700;
	font-size: 18px;
	padding-right: 5px
}
.product-quantity__item .product-price {
	padding-left: 5px
}
.product-price {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	line-height: 100%;
}
.wbd_inscription .label {
	border: 0;
	background-color: white;
}
