/*
Theme Name: Tokiz Digital
Theme URI: http://underscores.me/
Author: Tokiz Digital
Author URI: https://www.tokiz.fr
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

as Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

	/* HTML */
	
html {
	font-family: sans-serif;
	color: black;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
}

a {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p {
}

ul {
}

ol {
}

li {
}

blockquote {
}

img {
}

	/* WordPress */
	
.gallery {
    display: flex;
    flex-flow: row wrap;
}

.gallery figure {
	margin: 5px;
}

.gallery a {
	display: block;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

	/* Class */

.clear {
	clear: both;
}

	/* Animations */

#primary-menu .sub-menu {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
}

#logo {
	display: flex;
	width: 260px;
}

#logo img {
	max-width: 100%;
}

#site-navigation {
}

/*--------------------------------------------------------------
4.0 Page
--------------------------------------------------------------*/
#page {
}

#content {
}

#primary {
}

#main {
}

#secondary {
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
	margin-top: 20px;
}

/*--------------------------------------------------------------
6.0 AS
--------------------------------------------------------------*/

body.fixed {
	padding-top: 100px;
}

#masthead {
	position: relative;
	z-index: 100;
	background-color: white;
}

#masthead .wrapper {
	height: 100px;
	z-index: 2;
	background: white;
}

#masthead.fixed {
	box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 10%);
	background-color: #fff;
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	border-bottom: none;
	animation-duration: 1s;
  animation-name: mastheadslide;
  animation-iteration-count: 1;
}

@keyframes mastheadslide {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}

a {
	transition: all 200ms ease-in-out;
}

p {
	font-size: 16px;
	line-height: 1.4em;
}

h1,
h2,
h3,
h4 {
	font-family: 'Lato', sans-serif;
}

.wrapper {
	max-width: 1340px;
	padding: 0 20px;
	margin: auto;
	position: relative;
}

#masthead .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#primary-menu {
	margin: 0;
	padding: 0;
	display: flex;
}

#primary-menu li {
	list-style: none;
	display: flex;
}

#primary-menu > li > a {
	display: flex;
	padding: 5px 14px;
	color: black;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}

.head-actions {
	display: flex;
	align-items: center;
}

.head-actions a {
	display: flex;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}

.head-actions a svg {
	fill: black;
	transition: all 200ms ease-in-out;
}

.head-actions a:hover svg {
	fill: #f3a395;
}

.head-actions a span {
	position: absolute;
	bottom: -2px;
	left: 15px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f3a395;
}

.home-section-1 .wrapper {
	display: flex;
	justify-content: space-between;
}

.home-slider-container {
	width: calc(100% - 340px);
	height: 600px;
	background-color: black;
	position: relative;
	overflow: hidden;
}

.home-side {
	flex: 320px 0 0;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
}

.home-side a {
	width: 100%;
	display: flex;
	background-color: black;
	flex: auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.home-side a:last-child {
	margin-top: 20px;
}

.home-side a span,
.col a span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.5s ease-out 0s;
}

.home-side a::before,
.home-side a::after,
.col a::before,
.col a::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background: rgba(255, 255, 255, 0.1);
	opacity: 0;
	z-index: 2;
	transition: all 0.5s ease-out 0s;
}

.home-side a:hover::before,
.col a:hover::before {
	opacity: 1;
	top: 50%;
	bottom: 50%;
}

.home-side a:hover::after,
.col a:hover::after {
	opacity: 1;
	left: 50%;
	right: 50%;
}

.home-side a:hover span,
.col a:hover span {
	transform: scale(1.15);
}

.home-side a strong,
.col a strong {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	line-height: 1em;
	color: #f3a395;
	background-color: white;
	text-transform: uppercase;
	padding: 18px 20px 10px 0;
	font-weight: 600;
	transition: all 200ms ease-in-out;
}

.home-side a:hover strong,
.col a:hover strong {
	color: black;
}

.home-slider * {
	outline: none;
}

.home-slider,
.home-slider .slick-track {
	height: 600px;
}

.home-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.home-slide-caption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 22px 30px 10px 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient( 90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	transition: all 300ms ease-in-out;
}

.home-slide-caption p {
	margin: 0;
}

.home-slide-caption strong {
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 10px;
	display: flex;
}

.home-slide-caption a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	color: white;
	background-color: #1a1a1a;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
	margin-top: 20px;
	padding: 14px 20px;
}

.home-slide-caption a:hover {
	background-color: #f3a395;
}

.home-slider-right,
.home-slider-right-nouveautes,
.home-slider-right-meilleuresventes {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(243, 163, 149, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 40px;
	opacity: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
	margin: auto;
	transition: all 300ms ease-in-out;
}

.home-slider-left,
.home-slider-left-nouveautes,
.home-slider-left-meilleuresventes {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(243, 163, 149, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 40px;
	opacity: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
	margin: auto;
	transition: all 300ms ease-in-out;
}

.home-slider-right-nouveautes,
.home-slider-right-meilleuresventes,
.home-slider-left-nouveautes,
.home-slider-left-meilleuresventes {
	bottom: 40px;
}

.home-slider-right:hover,
.home-slider-left:hover,
.home-slider-left-nouveautes:hover,
.home-slider-right-nouveautes:hover,
.home-slider-left-meilleuresventes:hover,
.home-slider-right-meilleuresventes:hover {
	background: rgba(243, 163, 149, 1);
}

.home-slider-right svg,
.home-slider-left svg,
.home-slider-right-nouveautes svg,
.home-slider-left-nouveautes svg,
.home-slider-right-meilleuresventes svg,
.home-slider-left-meilleuresventes svg {
	fill: white;
	width: 11px;
	stroke: white;
	stroke-width: 3px;
}

.home-slider-container:hover .home-slider-right {
	right: 20px;
	opacity: 1;
}

.home-slider-container:hover .home-slider-left {
	left: 20px;
	opacity: 1;
}

.nouveautes:hover .home-slider-right-nouveautes,
.meilleuresventes:hover .home-slider-right-meilleuresventes {
	right: -25px;
	opacity: 1;
}

.nouveautes:hover .home-slider-left-nouveautes,
.meilleuresventes:hover .home-slider-left-meilleuresventes {
	left: -25px;
	opacity: 1;
}

.home-slider-container:hover .home-slide-caption {
	padding-left: 100px;
}

.section {
	padding: 40px 0;
}

h2 {
	font-size: 30px;
}

.home-section-2 h2 {
	text-align: center;
}

.home-tabs {
	display: flex;
	justify-content: center;
}

.home-tabs a {
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	color: #f3a395;
	border: 1px solid #f3a395;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
	margin: 0 4px 10px 4px;
	padding: 14px 20px;
	box-sizing: border-box;
	text-transform: uppercase;
	cursor: pointer;
}

.home-tabs a.current,
.home-tabs a:hover {
	color: white;
	background-color: #f3a395;
}

.xoo-wsc-basket {
	display: none !important;
}

.xoo-wsc-container .xoo-wsc-price,
.xoo-wsc-shiptxt {
	display: none !important;
}

.xoo-wsc-footer-b a:last-child {
	display: none !important;
}

.xoo-wsc-footer-b {
	display: flex !important;
}

.xoo-wsc-footer a.xoo-wsc-ft-btn {
	margin: 4px 0 0 0;
	height: 42px;
	width: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.xoo-wsc-footer a:nth-child(1) {
	background-color: #1a1a1a;
}

.xoo-wsc-footer a:hover {
	background-color: #f3a395;
}

.xoo-wsc-footer {
	padding: 10px 0 0 0;
}

.xoo-wsc-tool {
	margin: 6px 0;
	font-weight: normal;
}

.xoo-wsc-tool .xoo-wsc-tools-value {
	font-weight: 600;
	color: #f3a395;
}

.xoo-wsc-empty-cart .xoo-wsc-ecnt {
	font-size: 15px;
}

.xoo-wsc-sum-col a {
	text-decoration: none;
	color: black;
}

.xoo-wsc-close {
	transition: all 200ms ease-in-out;
}

.xoo-wsc-close:hover,
.xoo-wsc-icon-trash:hover {
	color: #f3a395;
}

span.xoo-wsc-minus,
span.xoo-wsc-plus {
	text-align: center;
	cursor: pointer;
	width: 21px;
	border-radius: 50%;
	height: 21px;
	background: black;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 200ms ease-in-out;
	box-sizing: border-box;
}

span.xoo-wsc-minus:hover,
span.xoo-wsc-plus:hover {
	background: #f3a395;
	border-color: #f3a395;
}

.xoo-wsc-qtybox {
	display: flex;
	align-items: center;
	border: 0;
}

.tab-container {
	margin-top: 40px;
	position: relative;
}

.tab-container.meilleuresventes {
	opacity: 0;
	height: 0;
	margin-top: 0;
}

.tab-live {
	opacity: 1 !important;
	height: auto !important;
	margin-top: 40px !important;
}

.woocommerce a.added_to_cart {
	display: none !important;
}

.woocommerce ul.products li.product .button {
	font-size: 0;
	position: absolute;
	top: 80px;
	left: -20px;
	width: 44px;
	height: 44px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	box-shadow: 0 15px 25px rgb(0 0 0 / 8%);
}

.woocommerce ul.products li.product .button:hover {
	background-color: #f3a395;
}

.woocommerce ul.products li.product .button::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/cart.svg) no-repeat center center;
	transition: all 200ms ease-in-out;
}

.woocommerce ul.products li.product .button.product_type_variable::before {
	background: url(img/dots.svg) no-repeat center center;
}

.woocommerce ul.products li.product .button:hover::before {
	filter: invert();
}

.woocommerce ul.products li.product .add_to_wishlist,
.woocommerce ul.products li.product .delete_item {
	position: absolute;
	top: 135px;
	left: -20px !important;
	opacity: 0;
	width: 44px !important;
	height: 44px !important;
	background-color: white !important;
	border-radius: 50% !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	box-shadow: 0 15px 25px rgb(0 0 0 / 8%);
	box-sizing: border-box;
	font-size: 0 !important;
	color: black !important;
	transition: left 280ms ease-in-out, opacity 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
}

.add_to_wishlist i,
.delete_item i {
	font-size: 16px;
	margin: 0 !important;
	font-weight: 600;
}

.add_to_wishlist:hover,
.delete_item:hover,
.single-product .add_to_wishlist:hover,
.single-product .delete_item:hover,
.woocommerce ul.products li.product .add_to_wishlist:hover,
.woocommerce ul.products li.product .delete_item:hover {
	color: white !important;
	background-color: #f3a395 !important;
}

.woocommerce ul.products li.product {
	overflow: hidden;
	transition: all 200ms ease-in-out;
}

.woocommerce ul.products li.product:hover {
	box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 8%);
}

.woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover .add_to_wishlist,
.woocommerce ul.products li.product:hover .delete_item {
	left: 10px !important;
	opacity: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: black;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.woocommerce ul.products li.product .price {
	color: #f3a395;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	padding-bottom: 12px;
}

.woocommerce ul.products li.product .onsale {
	margin: 0;
	left: 10px;
	right: auto;
	top: 20px;
	width: 44px;
	height: 44px;
	background: #1a1a1a;
	box-sizing: border-box;
	font-weight: 600;
}

.slick-slider * {
	outline: none;
}

.tab-container .woocommerce ul.products .slick-list {
	margin: 0 -20px;
}

.tab-container .woocommerce ul.products .slick-track {
	display: flex;
}

.tab-container .woocommerce ul.products .slick-track li {
	float: none;
}

.tab-container .woocommerce ul.products .slick-slide {
	margin: 0 20px 40px 20px !important;
}

.home-section-2 {
	padding-bottom: 0;
}

.home-section-3 {
	padding-top: 10px;
}

.home-section-3 h2 {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 0;	
	margin-bottom: 40px;
}

.home-section-3 h2 span {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-top: 10px;
	font-weight: normal;
	font-style: italic;
	color: #929292;
}

.categories-enavant {
	display: flex;
	justify-content: space-between;
}

.col {
	width: 49%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.col a {
	display: flex;
	text-decoration: none;
	width: 48%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.categories-enavant > .col:first-child > a:first-child {
	width: 100%;
	height: 500px;
	margin-bottom: 20px;
}

.categories-enavant > .col:last-child > a:last-child {
	width: 100%;
	height: 500px;
	margin-top: 20px;
}

.home-arguments .wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-arguments .wrapper a {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	text-decoration: none;
	color: #929292;
	width: 23%;
}

.home-arguments .wrapper a strong {
	color: black;
	display: flex;
	margin: 10px 0 6px 0;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}

.home-arguments .wrapper a p {
	margin: 0;
}

.home-arguments .wrapper a img {
	width: 64px;
	height: auto;
	transition: all 200ms ease-in-out;
}

.home-arguments .wrapper a:hover img {
	filter: grayscale(1);
	transform: scale(0.9);
}

.home-speech .wrapper-speech {
	display: flex;
	background: url(img/homespeechbg.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 40px;
}

.home-speech .wrapper-speech h2 {
	margin-top: 10px;
	color: #f3a395;
}

.home-speech .wrapper-speech a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	color: white;
	background-color: #1a1a1a;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
	margin-top: 20px;
	padding: 14px 20px;
}

.home-speech .wrapper-speech a:hover {
	background-color: #f3a395;
}

.left {
	width: 50%;
}

.home-news h2 {
	text-align: center;
	margin-top: 0;
}

.news-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-container > div {
	width: 32%;
}

.ahome-news {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-top: 20px;
}

.blog .ahome-news {
	margin-top: 40px;
}

.bloc-visu {
	width: 100%;
	height: 300px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 20px;
	color: black;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.date-date {
	width: 68px;
	height: 68px;
	padding: 4px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-transform: uppercase;
	border-radius: 50%;
	font-family: 'Lato', sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 12px;
	z-index: 2;
}

.bloc-visu::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	background-color: #f3a395;
	opacity: 0.6;
	z-index: 1;
	transition: all 300ms ease-in-out;
}

.ahome-news:hover .bloc-visu::before {
	height: 100%;
}

.date-date span:nth-child(2) {
	padding: 1px 0;
	border-top: 1px solid rgb(126, 126, 126);
	border-bottom: 1px solid rgb(126, 126, 126);
	letter-spacing: 2px;
}

.cat-badge a {
	color: #929292;
	display: flex;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.cat-badge a:hover,
.titlenews:hover {
	color: #f3a395;
}

.titlenews {
	color: black;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.titlenews::after {
	content: '';
	margin: 16px 0 20px 0;
	width: 50px;
	height: 1px;
	background: #f3a395;
}

.footer-bottom *,
#footer-menus * {
	text-decoration: none;
	font-size: 13px;
	color: black;
}

.footer-top {
	padding: 40px 0;
	background: #f4ede7;
}

.footer-bottom {
	padding: 10px 0;
	background: #f0e5dc;
}

.footer-top .wrapper {
	display: flex;
	justify-content: space-between;
}

#menu-menu-footer {
	margin: 0;
	display: flex;
	justify-content: space-around;
}

#menu-menu-footer li {
	list-style: none;
}

#menu-menu-footer ul {
	padding: 0;
}

#menu-menu-footer > li > a {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	flex-direction: column;
}

#menu-menu-footer > li > a::after {
	content: '';
	margin: 18px 0 20px 0;
	width: 25px;
	height: 1px;
	background: black;
}

#menu-menu-footer > li ul a {
	padding: 4px 0;
	display: inline-block;
}

#menu-menu-footer a:hover {
	opacity: 0.8;
}

#footer-menus {
	flex: auto;
}

.bottom-cards {
	display: flex;
}

.bottom-cards svg {
	margin-left: 10px;
	width: 36px;
	height: 36px;
}

.footer-bottom .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#primary-menu > li:hover > a {
	color: #f3a395;
}

#primary-menu .sub-menu {
	transition: all 200ms ease-in-out;
}

#primary-menu > li {
	position: relative;
	padding: 10px 0;
}

#primary-menu > li > .sub-menu {
	/* display: flex; */
	justify-content: space-between;
	position: absolute;
	left: 0;
	/* right: 0; */
	background-color: white;
	/* padding: 20px 22px 40px 22px; */
	padding: 20px 22px;
	box-sizing: border-box;
	box-shadow: 0px 2px 8px -1px rgb(0 0 0 / 10%);
	top: 120%;
	opacity: 0;
	pointer-events: none;
}

#primary-menu > li > .sub-menu > li {
	display: flex;
	flex-direction: column;
}

#primary-menu > li > .sub-menu > li > a {
	color: black;
	font-size: 15px;
	/* font-weight: 600; */
	padding-bottom: 6px;
}

#primary-menu > li > .sub-menu > li > .sub-menu {
	padding: 0 20px 0 0;
}

#primary-menu > li:hover > .sub-menu {
	top: 100%;
	opacity: 1;
	pointer-events: all;
}

#primary-menu .sub-menu a {
	white-space: nowrap;
	text-decoration: none;
	color: black;
}

#primary-menu .sub-menu a:hover {
	color: #f3a395 !important;
}

#primary-menu .sub-menu .sub-menu a {
	color: #929292;
	padding: 3px 0;
}

.search-btn {
	cursor: pointer;
}

.search-btn.opened svg {
	fill: #f3a395;
}

.search-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #f4ede7;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: all 200ms ease-in-out;
	z-index: 1;
}

.search-container.opened {
	opacity: 1;
	pointer-events: all;
	top: 100%;
}

#search {
	margin: auto 0;
	position: relative;
}

#searchproduct {
	background: url(img/search.png) no-repeat 14px center white;
	width: 400px;
	height: 40px;
	box-sizing: border-box;
	padding: 4px 10px 4px 40px;
	outline: none;
	background-size: 18px;
	border-radius: 50px;
	border: 1px solid #efeaea;
	position: relative;
	z-index: 2;
	font-style: italic;
	transition: all 200ms ease-in-out;
	font-size: 12px;
}

#searchproduct:focus {
	background-size: 16px;
	border-color: #f3a395;
}

.globsearch_purpose {
	max-height: 300px;
	overflow-y: auto;
	position: absolute;
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	left: 0;
	top: 0;
	right: 0;
	background-color: white;
	z-index: 1;
	padding-top: 38px;
	border-radius: 20px 20px 0 0;
	box-shadow: 0px 2px 12px -1px rgb(0 0 0 / 10%);
	opacity: 0;
	transition: all 200ms ease-in-out;
}

.globsearch_purpose.opened {
	opacity: 1;
}

.globsearch_purpose li {
	list-style: none;
}

.globsearch_purpose li a {
	cursor: pointer !important;
	color: black !important;
	padding: 10px 14px !important;
	display: flex !important;
	align-items: center !important;
	text-decoration: none !important;
	border-bottom: 1px solid #ddd !important;
	font-size: 13px !important;
	background-color: white !important;
	margin: 0;
	font-weight: normal !important;
}

.globsearch_purpose li a:hover {
	background-color: #faf4f0 !important;
}

.globsearch_purpose li:last-child a {
	border: 0;
}

.globsearch_purpose li a .search-visu {
	width: 38px;
	height: 38px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: white;
	border: 1px solid #ddd;
}

/* width */
.globsearch_purpose::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.globsearch_purpose::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.globsearch_purpose::-webkit-scrollbar-thumb {
  background: rgb(148, 148, 148); 
}

/* Handle on hover */
.globsearch_purpose::-webkit-scrollbar-thumb:hover {
  background: rgb(83, 83, 83); 
}

.mobmenul-container {
	right: 15px !important;
	top: 36px !important;
}

.mobmenu-content li > .sub-menu li {
	padding-left: 0 !important;
}

.page-head {
	background-color: rgb(243, 243, 243);
	margin-bottom: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.page-head::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.5;
}

.page-head .wrapper {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex-direction: column;
	z-index: 2;
}

#breadcrumbs {
	margin: 5px 0 0 0;
	font-size: 14px;
}

h1,
.h1 {
	color: white;
	margin-top: 0;
	font-size: 34px;
	margin-bottom: 6px;
	text-align: center;
}

#breadcrumbs * {
	color: white;
	text-decoration: none;
}

.btn-filtrer {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	color: black;
	border: 1px solid black;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
	height: 44px;
	box-sizing: border-box;
	padding: 14px 20px;
	text-transform: uppercase;
	cursor: pointer;
}

.btn-filtrer svg {
	margin-right: 10px;
	transition: all 200ms ease-in-out;
}

.btn-filtrer:hover,
.btn-filtrer.opened {
	color: white;
	border-color: #f3a395;
	background-color: #f3a395;
}

.btn-filtrer:hover svg,
.btn-filtrer.opened svg {
	fill: white;
}

.wrapper-productcat {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.wrapper-productcat .filter-div {
	flex: 0 0 21%;
	max-width: 21%;
	box-sizing: border-box;
	margin-right: 4%;
	position: relative;
	transition: all 0.2s ease;
	opacity: 1;
}

.wrapper-productcat .filter-div.draw_filter {
	flex: 0;
	max-width: 0;
	padding: 0;
	transition: 0.2s;
	height: 0;
	opacity: 0;
	margin-right: 0;
}

.wrapper-productcat .filter-right {
	flex: 0 0 100%;
	max-width: 100%;
	transition: all 0.2s ease;
}

.wrapper-productcat .filter-right.opened {
	flex: 0 0 75%;
	max-width: 75%;
}

.filter-btn-container {
	margin-bottom: 20px;
	box-sizing: border-box;
}

select {
	padding: 10px;
	font-size: 13px;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
	border: 1px solid #ebebeb;
}

.wcpf-heading-label {
	position: relative;
	text-transform: capitalize;
	overflow: hidden;
}

.wcpf-heading-label span {
	padding-right: 10px;
	border-left: 2px solid #898989;
	padding-left: 10px;
}

.wcpf-heading-label::after {
	content: "";
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 50%;
}

.wcpf-field-price-slider .ui-slider .ui-slider-range {
	background-color: #f3a395;
}

.wcpf-field-button .wcpf-button {
	padding: 10px 12px;
}

.blackout {
	position: fixed;
	z-index: 5;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: black;	
	display: none;
	opacity: 0;
	pointer-events: none;
}

h1.product_title {
	color: black;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 100px !important;
	font-size: 30px;
	text-align: left;
}

.display-sku {
	color: black;
	background-color: #f4ede7;
	padding: 10px 14px;
	font-size: 11px;
	line-height: 1em;
	margin-top: 12px;
	font-weight: 400;
}

.single-product .woocommerce-variation-price,
.single-product .simpleelementprice {
	position: absolute;
	top: 6px;
	right: 20px;
	margin: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #f3a395;
	font-size: 22px;
	font-weight: 600;
}

.woocommerce div.product form.cart .reset_variations {
	display: none !important;
}

.woocommerce a.button.alt.add_to_wishlist,
.woocommerce a.button.alt.delete_item {
	position: absolute !important;
	top: 20px;
	left: 40px !important;
	width: 44px;
	height: 44px;
	background-color: white !important;
	border-radius: 50% !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	box-shadow: 0 15px 25px rgb(0 0 0 / 8%) !important;
	box-sizing: border-box;
	font-size: 0 !important;
	color: black !important;
	z-index: 10;
	transition: left 280ms ease-in-out, opacity 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
}

.woocommerce a.button.alt.add_to_wishlist:hover,
.woocommerce a.button.alt.delete_item:hover {
	color: white !important;
}

.desc-longue {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.desc-longue p,
.desc-longue {
	font-size: 15px !important;
	color: #787878;
}

.yith-wcwl-add-button .separator,
.yith-wcwl-add-button .view-wishlist {
	display: none !important;
}

.tpwpg_zoom svg,
.tpwpg-big p {
	display: none !important;
}

.launchGallery {
	right: 10px !important;
	left: auto !important;
	top: 10px !important;
	border: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
	transition: all 200ms ease-in-out;
}

.launchGallery svg {
	background: none !important;
}

.launchGallery:hover {
	opacity: 0.5;
}

.tpslick-slide {
	cursor: pointer;
}

.slider-nav .tpslick-slide.tpslick-current {
	opacity: 0.5;
}

.single-product div.product form.cart .variations * {
	vertical-align: middle;
}

.single-product div.product form.cart .variations tbody {
	display: flex;
	flex-wrap: wrap;
}

.single-product div.product form.cart .variations tbody > tr:nth-child(1),
.single-product div.product form.cart .variations tbody > tr:nth-child(2n+1) {
	width: 16%;
}

.single-product div.product form.cart .variations tr {
	display: flex;
	align-items: center;
}

.woocommerce div.product form.cart .variations td.label {
	padding-bottom: 6px;
}

.wcva_selected_attribute {
	display: none;
}

* {
	outline: none;
}

.woocommerce div.product form.cart .button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	color: white;
	background-color: #1a1a1a;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
	padding: 14px 20px;
	border-radius: 0;
	height: 42px;
	transition: all 200ms ease-in-out;
}

.woocommerce div.product form.cart .button:hover {
	background-color: #f3a395;
}

.quantity {
	display: flex;
	align-items: center;
	margin-right: 20px !important;
}

.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
	cursor: pointer;
	width: 26px !important;
	height: 26px !important;
	outline: none;
	font-weight: 600;
	font-size: 18px;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #8e8e8e !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	line-height: 1em;
	transition: all 200ms ease-in-out;
}

.quantity .screen-reader-text {
	display: none;
}

.woocommerce .quantity .qty {
	width: 34px;
	height: 42px;
	text-align: center;
	border: 0 !important;
	font-weight: 600;
	font-size: 14px;
	padding: 0;
}

.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
	background-color: black;
	border-color: black;
	color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.xoo-wsc-subtotal {
	display: none !important;
}

.single-product div.product form.cart .variations tbody > tr:nth-child(2n) {
	width: 84%;
}

.single-product div.product form.cart .variations tr td {
	padding-bottom: 14px;
}

label.wcvaround {
	border: 1px solid #ddd !important;
}

.woocommerce div.product {
	display: flex;
	flex-direction: column;
}

.woocommerce div.product section.related,
.woocommerce div.product section.up-sells {
	margin-top: 20px;
}

.woocommerce div.product section.related .wrapper,
.woocommerce div.product section.up-sells .wrapper {
	border-top: 1px solid #eee;
}

.woocommerce div.product section.related h2,
.woocommerce div.product section.up-sells h2 {
	text-align: center;
	margin-bottom: 50px;
}

.wrapper-padding {
	/* width: 100%; */
}

.woocommerce div.product span.onsale {
	position: absolute;
	left: 40px;
	top: 76px;
	background: black;
}

.present-livret {
	width: 100%;
	margin: 40px 0 20px 0;
	display: flex;
}

.present-livret .livretdiv {
	text-decoration: none;
	color: black;
	display: flex;
	/* flex-direction: column; */
	flex-wrap: wrap;
	background: url(img/minivisu-livret.jpg) no-repeat left center #f1f1f1;
	/* height: 156px; */
	box-sizing: border-box;
	padding: 20px 30px 20px 160px;
	background-size: contain;
	/* justify-content: center; */
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 600;
	align-items: flex-start;
}

.present-livret .livretdiv a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	color: black;
	border: 1px solid #ccc;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
	padding: 14px 20px;
	border-radius: 0;
	height: 42px;
	transition: all 200ms ease-in-out;
	box-sizing: border-box;
	margin-top: 16px;
}

.present-livret a:hover {
	border-color: white;
	background-color: white;
}

.present-livret .livretdiv i {
	font-style: normal;
	color: #f3a395;
	margin-bottom: 5px;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
}

#checkout_timeline.style3 li .timeline-wrapper {
	border-radius: 0 !important;
	box-sizing: border-box;
	transition: all 200ms ease-in-out;
}

.input-text {
	height: 40px;
	box-sizing: border-box;
	padding: 2px 10px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.woocommerce form .form-row label {
	font-size: 14px;
}

.form-row.woocommerce-validated input.input-text {
	border-color: #ddd;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
button[name="update_cart"],
.btn,
.woocommerce-Button,
.woocommerce-button {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	font-weight: normal !important;
	color: white !important;
	background-color: #1a1a1a !important;
	text-decoration: none;
	font-size: 14px !important;
	line-height: 1em !important;
	padding: 14px 20px !important;
	border-radius: 0 !important;
	height: 42px;
	box-sizing: border-box;
	transition: all 200ms ease-in-out;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
button[name="update_cart"]:hover,
.btn:hover,
.woocommerce-Button:hover,
.woocommerce-button:hover {
	background-color: #f3a395 !important;
}

#checkout-wrapper h3 {
	display: none;
}

.woocommerce table.shop_table {
	border-radius: 0 !important;
}

td.product-subtotal,
tr.order-total .amount {
	color: #f3a395;
	font-weight: 600;
}

td.product-name a {
	text-decoration: none;
	color: black;
}

.woocommerce table.shop_table thead * {
	background-color: #1a1a1a;
	color: white;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 14px;
}

.wishlist-title-container {
	display: none !important;
}

.shop_table.wishlist_table img {
	width: 32px !important;
}

.shop_table.wishlist_table tbody * {
	font-size: 14px;
}

.shop_table.wishlist_table .product-price {
	text-align: left;
	color: #f3a395;
	font-weight: 600;
}

.error-404 {
	text-align: center;
	padding: 80px 20px;
}

.error-404 h1 {
	color: #f3a395;
	font-size: 64px;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	color: black;
}

.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
	margin: 0 0 1px;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: black;
	color: white;
}

.woocommerce-MyAccount-navigation ul li a {
	background: #f4ede7;
	color: #585858;
	display: block;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	padding: 15px 18px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	opacity: 0.8;
}

.woocommerce-message {
	border: 0 !important;
}

.woocommerce-message::before {
	color: black !important;
}

.woocommerce-LostPassword a {
	color: black;
	font-size: 13px;
}

.woocommerce-privacy-policy-text p {
	font-size: 13px;
}

.woocommerce-privacy-policy-text a {
	color: black;
	font-size: 13px;
}

.login-pop-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.9);
	z-index: 999;
	display: none;
}

.login-pop {
	max-width: 500px;
	background: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 0 0 20px 0;
}

.login-pop .col2-set .col-2 {
	display: none;
}

.login-pop .col2-set .col-1 {
	width: 100%;
}

.login-pop form.login {
	border: 0;
	padding: 0 20px;
	margin-bottom: 0;
}

.login-pop h2 {
	color: white;
	background: black;
	font-size: 20px;
	text-align: center;
	padding: 14px 10px;
	font-weight: normal;
	margin-top: 0;
}

.login-pop .woocommerce-LostPassword {
	text-align: center;
}

.woocommerce-error {
	border: 0 !important;
}

.senr-container {
	padding: 0 20px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.senr-btn {
	color: black;
	font-size: 13px;
}

.addlivretto {
	margin-right: 10px;
}

.addlivretto-cont {
	display: flex;
	flex-wrap: wrap;
}

.page-id-29574 .yith-wcwl-add-to-wishlist {
	position: absolute;
	left: 0;
	top: 0;
}

.page-id-29574 .woocommerce ul.products li.product a {
	display: flex;
	flex-direction: column;
}

.yith-wcms-button.next[style="display: none;"] {
	display: none !important;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

label[for="payment_method_stripe"] img {
	width: 43px;
}

.product-premeta > div {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.product-premeta > div svg {
	margin-right: 10px;
}

.woocommerce div.product .stock {
	color: #f3a395;
	font-weight: 600;
}

.woocommerce div.product div.summary {
	position: relative;
}

#ship-to-different-address {
	display: block !important;
}

.lost_password > a {
	color: black;
}

input.button.alt.prev[style="display: none;"] {
	display: none !important;
}

.wrapper-contact {
	display: flex;
	justify-content: space-between;
}

.wrapper-contact > div {
	width: 48%;
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.wpcf7-form-control-wrap input,
.wpcf7-textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	margin-bottom: 10px;
	padding: 10px 8px;
	font-size: 13px;
	resize: none;
	box-sizing: border-box;
}

.wpcf7-textarea {
	height: 100px;
}

p.mention {
	color: #727272;
	font-size: 12px;
	margin-top: 0;
}

p.mention a {
	color: black;
}

.wrapper-contact h2 {
	font-size: 24px;
	color: #f3a395;
}

.wpcf7-submit,
#lostpasswordform button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	color: white;
	background-color: #1a1a1a;
	text-decoration: none;
	font-size: 14px;
	line-height: 1em;
	padding: 14px 20px;
	border: 0;
	transition: all 200ms ease-in-out;
}

.wpcf7-submit:hover,
#lostpasswordform button:hover {
	background-color: #f3a395;
}

.wpcf7-not-valid-tip {
	font-size: 12px !important;
	margin-top: -6px !important;
	margin-bottom: 10px !important;
}

.wpcf7 form .wpcf7-response-output {
	font-weight: 600;
	border-color: #f4ede7 !important;
	background: #f4ede7 !important;
	font-size: 13px;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 20px;
}

#lostpasswordform {
	text-align: center;
}

#lostpasswordform * {
	margin-left: auto;
	margin-right: auto;
}

#lostpasswordform label[for="email"] {
	display: none;
}

#lostpasswordform fieldset {
	border: 0 !important;
}

#lostpasswordform fieldset legend {
	display: none;
}

.page-id-29696 .entry-header {
	display: none;
}

.som-password-error-message {
	display: none !important;
}

.moove-gdpr-branding-cnt {
	display: none !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
.moove-gdpr-modal-right-content {
	border-radius: 0 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: black !important;
}

#logo img {
	width: 260px !important;
	height: 94px !important;
}

.xoo-wsc-total-sales {
	display: none !important;
}

input[name="coupon_code"] {
	width: 100px !important;
	background-color: #f4ede7;
	border: 0 !important;
	color: black;
	margin: 0 !important;
	height: 40px;
}

button[name="apply_coupon"] {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	font-weight: normal !important;
	color: white !important;
	background-color: #1a1a1a !important;
	text-decoration: none;
	font-size: 14px !important;
	line-height: 1em !important;
	padding: 14px 20px !important;
	border-radius: 0 !important;
	height: 40px;
	box-sizing: border-box;
	transition: all 200ms ease-in-out;
}

button[name="apply_coupon"]:hover {
	background-color: #f3a395 !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	background: url(img/barcode.png) no-repeat left 10px center white !important;
	border: 2px solid #f3a395 !important;
	font-weight: 600;
	color: #1a1a1a;
	padding-left: 63px;
	background-size: 40px !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
	display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
	text-decoration: none;
	display: inline-block;
	color: #000000;
	font-weight: 700;
}

.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover {
	color: #f3a395;
}

.checkout_coupon.woocommerce-form-coupon {
	border-radius: 0 !important;
	border: 2px solid #f3a395 !important;
	display: flex;
	flex-wrap: wrap;
}

.checkout_coupon.woocommerce-form-coupon p {
	width: auto !important;
	float: none !important;
	padding: 0 !important;
}

.checkout_coupon.woocommerce-form-coupon > p:first-child {
	width: 100% !important;
}

/* Waiting list */

.wcwl_elements {
	margin: 15px 0;
}

.wcwl_elements p {
	font-size: 15px !important;
    color: #787878;
}

.wcwl_elements .wcwl_email {
	padding: 10px;
    font-size: 13px;
	width: 100%;
    box-sizing: border-box;
}

.wcwl_control {
	text-decoration: none;
}

.woocommerce_waitlist {
	float: none !important;
}

.single-metas {
	color: #505050;
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 10px;
	font-weight: 500;
}

.single-metas a {
	color: #f3a395;
	font-weight: 600;
	text-decoration: none;
}

.imgmeta {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 400px;
	margin: 30px 0;
}

.wrapper-singlepost h1 {
	color: black;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 60px;
}

.wrapper-singlepost {
	max-width: 900px;
}

/* ---- CATALOG MODE ---- */

/* .product-premeta,
.forsimpleprod,
.cart-btn,
.add_to_cart_button,
.product .button:not(.add_to_wishlist),
.quantity {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.present-livret .livretdiv a[rel="nofollow"] {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.catalogu-message {
	text-align: center;
	background: black;
	color: white;
	font-weight: 600;
	padding: 8px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.catalogu-message .wrapper {
	height: auto !important;
	background: none !important;
	justify-content: center !important;
} */



/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1300px) {

	.wrapper-padding {
		margin: 0;
	}

}

@media screen and (max-width: 1090px) {

	.home-arguments .wrapper a {
    width: 48%;
		margin-top: 20px;
	}

	.head-actions {
    padding-right: 40px;
	}

	#site-navigation {
		display: none;
	}

}

@media screen and (max-width: 900px) {

	.blackout {
		opacity: 0.8;
	}

	.wrapper-productcat .filter-right.opened {
    flex: 0 0 100%;
    max-width: 100%;
	}

	.wrapper-productcat .filter-div {
		flex: auto;
    max-width: 70%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 100px;
    bottom: 0;
    background-color: white;
    z-index: 8;
    margin: 0;
    padding: 0 20px 20px 20px;
    overflow-y: auto;
		height: 100% !important;
	}

	.btn-filtrer svg {
		margin-right: 0;
		fill: white;
	}

	.btn-filtrer {
    position: fixed;
    z-index: 10;
    font-size: 0;
    bottom: 12px;
    right: 20px;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: black;
	}
	
	html {
		width: 100%;
		height: 100%;
	}
	
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	
}

@media screen and (max-width: 800px) {

	.wrapper-contact {
		flex-direction: column;
	}
	
	.wrapper-contact > div {
		width: 100%;
	}

	.addlivretto-cont {
    justify-content: center;
	}

	.present-livret .livretdiv {
    background-size: 200px;
    padding: 210px 20px 20px 20px;
    background-position: center top;
    text-align: center;
    align-items: center;
    justify-content: center;
	}

	#menu-menu-footer > li {
		margin-top: 16px;
	}

	#menu-menu-footer {
		padding: 0;
    flex-direction: column;
		margin-top: 16px;
	}

	.footer-top .wrapper {
    flex-direction: column;
    align-items: center;
		text-align: center;
	}

	.news-container > div {
		width: 100%;
	}

	.news-container {
		flex-direction: column;
	}

	.left {
		width: 100%;
	}

	.home-arguments .wrapper a {
    width: 100%;
	}

	.col {
		width: 100%;
		margin-top: 20px;
	}

	.categories-enavant {
		flex-direction: column;
	}

	.home-side a {
		height: 300px;
	}

	.home-side {
    flex: auto;
    margin-left: 0;
		margin-top: 20px;
	}

	.home-section-1 .wrapper {
    flex-direction: column;
	}

	.home-slider-container {
		width: 100%;
    height: 400px;
	}
	
	.home-slider,
	.home-slider .slick-track {
		height: 400px;
	}
	
}

@media screen and (max-width: 600px) {

	.content-content img {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.imgmeta {
		height: 300px;
	}

	#logo img {
		width: 166px !important;
		height: 60px !important;
	}

	.tpwpg-main .slider-for,
	.tpwpg-main .slider-for * {
		pointer-events: none !important;
	}

	.single-product div.product form.cart .variations tbody > tr:nth-child(2n) {
    width: 60%;
	}

	.single-product div.product form.cart .variations tbody > tr:nth-child(1), .single-product div.product form.cart .variations tbody > tr:nth-child(2n+1) {
    width: 40%;
	}

	.woocommerce div.product .product_title {
    margin-top: 20px;
		text-align: left;
	}

	.woocommerce ul.products li.product .price {
    font-size: 12px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 15px;
	}

	.footer-bottom .wrapper {
		flex-direction: column;
	}

	.col a {
		margin-bottom: 20px;
		width: 100%;
	}

	.col {
		flex-direction: column;
		margin: 0;
	}

	.home-tabs {
    flex-direction: column;
	}

	#search {
    width: 100%;
    padding: 0 20px;
	}
	
}