/*!
Theme Name: ernestine
Theme URI: #
Author: LIONDOR Cyril
Author URI: http://cliondor@gmail.com
Description: A theme from scratch
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ernestine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

ernestine is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #6D6D6D;
	font-family: "caviar_dreamsregular";
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

.font_line {
	font-family: 'manbowlines';
}

h6.font_line {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.site-main-page h3 {
	font-family: 'manbowlines';
	font-size: 27px;
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
	font-family: 'manbowlines';
	src: url("assets/fonts/manbow_lines-webfont.woff2") format("woff2"), url("assets/fonts/manbow_lines-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'caviar_dreamsregular';
	src: url("assets/fonts/CaviarDreams-webfont.eot");
	src: url("assets/fonts/CaviarDreams-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/CaviarDreams-webfont.woff2") format("woff2"), url("assets/fonts/CaviarDreams-webfont.woff") format("woff"), url("assets/fonts/CaviarDreams-webfont.ttf") format("truetype"), url("assets/fonts/CaviarDreams-webfont.svg#caviar_dreamsregular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'caviar_dreamsbold_italic';
	src: url("assets/fonts/CaviarDreams_BoldItalic-webfont.eot");
	src: url("assets/fonts/CaviarDreams_BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/CaviarDreams_BoldItalic-webfont.woff2") format("woff2"), url("assets/fonts/CaviarDreams_BoldItalic-webfont.woff") format("woff"), url("assets/fonts/CaviarDreams_BoldItalic-webfont.ttf") format("truetype"), url("assets/fonts/CaviarDreams_BoldItalic-webfont.svg#caviar_dreamsbold_italic") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'caviar_dreamsitalic';
	src: url("assets/fonts/CaviarDreams_Italic-webfont.eot");
	src: url("assets/fonts/CaviarDreams_Italic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/CaviarDreams_Italic-webfont.woff2") format("woff2"), url("assets/fonts/CaviarDreams_Italic-webfont.woff") format("woff"), url("assets/fonts/CaviarDreams_Italic-webfont.ttf") format("truetype"), url("assets/fonts/CaviarDreams_Italic-webfont.svg#caviar_dreamsitalic") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'caviar_dreamsbold';
	src: url("assets/fonts/Caviar_Dreams_Bold-webfont.eot");
	src: url("assets/fonts/Caviar_Dreams_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Caviar_Dreams_Bold-webfont.woff2") format("woff2"), url("assets/fonts/Caviar_Dreams_Bold-webfont.woff") format("woff"), url("assets/fonts/Caviar_Dreams_Bold-webfont.ttf") format("truetype"), url("assets/fonts/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.text-center {
	text-align: center;
}

.section-title,
.te_p_prod {
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	color: #009CA8;
	font-family: 'manbowlines';
}

.te_p_prod:after,
.section-title:after {
	content: '';
	display: block;
	margin: 17px auto;
	width: 199px;
	height: 27px;
	background-image: url(./assets/img/divide.svg);
}

h1.product_title.entry-title {
	font-style: normal;
	font-weight: normal;
	font-size: 27px;
	color: #009CA8;
	font-family: 'manbowlines';
}

.single-product div.product .summary.entry-summary p,
.single-product div.product .summary.entry-summary em {
	font-size: 14px;
	line-height: 16px;
}

a.reset_variations {
	text-align: right;
	display: inline-block;
	float: right;
	font-size: 10px;
	display: none !important;
}

section {
	width: 100%;
}

.pdt_c {
	text-transform: uppercase;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--tinv_wishlist a {
	position: absolute;
	opacity: 0;
	left: 20px;
	right: 0;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--tinv_wishlist:after {
	content: 'Mes favoris';
	display: block;
	font-size: 14px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--tinv_wishlist, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist {
	position: relative;
	display: none;
}

/* non affichage détail TVA : */
.includes_tax {
	display:none;
}

/* Ajout de TTC apres la prix total */
td[data-title="Total"] bdi:after {
    content:" TTC"
}

/* Elements
--------------------------------------------- */
body {
	overflow-x: hidden;
	background: #fff;
}

.w-100 {
	width: 100%;
}

section {
	padding: 33px 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.divide {
	margin: 5px auto;
	width: 199px;
	height: 27px;
	background-image: url("./assets/img/divide.svg");
}

.divide-p {
	margin: 33px auto;
	width: 199px;
	height: 27px;
	background-image: url("./assets/img/divide.svg");
}

.divide-nom {
	margin: 0px auto;
	width: 199px;
	height: 27px;
	background-image: url("./assets/img/divide.svg");
}

.divide-mb {
	margin: 0px auto;
	margin-bottom: 33px;
	width: 199px;
	height: 27px;
	background-image: url("./assets/img/divide.svg");
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 125ms ease-in;
	-moz-transition: all 125ms ease-in;
	-ms-transition: all 125ms ease-in;
	-o-transition: all 125ms ease-in;
	transition: all 125ms ease-in;
}

a:visited {
	color: inherit;
}

a:hover, a:focus, a:active {
	color: inherit;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input#submit,
.button.alt,
.btn_readmore,
.btn-item-product-list,
.woocommerce #respond input#submit,
.woocommerce a.button,
.look_in button,
button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
button.tinvwl_button_view.tinvwl-btn-onclick,
.woocommerce-address-fields button,
form.woocommerce-EditAccountForm.edit-account button,
.woocommerce input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	min-width: 252px;
	height: 49px;
	color: #000;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #B3E0E1;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 49px;
	-webkit-transition: all 125ms ease-in;
	-moz-transition: all 125ms ease-in;
	-ms-transition: all 125ms ease-in;
	-o-transition: all 125ms ease-in;
	transition: all 125ms ease-in;
}

input#submit:before,
.button.alt:before,
.btn_readmore:before,
.btn-item-product-list:before,
.woocommerce #respond input#submit:before,
.woocommerce a.button:before,
.look_in button:before,
button.woocommerce-button.button.woocommerce-form-login__submit:before,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:before,
button.tinvwl_button_view.tinvwl-btn-onclick:before,
.woocommerce-address-fields button:before,
form.woocommerce-EditAccountForm.edit-account button:before,
.woocommerce input.button:before,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:before,
.woocommerce #respond input#submit.alt:before,
.woocommerce a.button.alt:before,
.woocommerce button.button.alt:before,
.woocommerce input.button.alt:before,
.woocommerce #respond input#submit.alt:hover:before,
.woocommerce a.button.alt:hover:before,
.woocommerce button.button.alt:hover:before,
.woocommerce input.button.alt:hover:before {
	content: '';
	display: block;
	position: absolute;
	border: 2px solid #fff;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	pointer-events: none;
}

input#submit:hover,
.button.alt:hover,
.btn_readmore:hover,
.btn-item-product-list:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.look_in button:hover,
button.woocommerce-button.button.woocommerce-form-login__submit:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
button.tinvwl_button_view.tinvwl-btn-onclick:hover,
.woocommerce-address-fields button:hover,
form.woocommerce-EditAccountForm.edit-account button:hover,
.woocommerce input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #009CA8;
	color: #fff;
}

input#submit {
	line-height: 0;
}

.button.alt {
	padding-right: 25px;
}

.btn-item-product-list {
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	min-width: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color:#6d6d6d;
	    /*font-family: 'manbowlines';*/
    /*font-size: 20px;*/
}



.look_in button {
	min-width: 1px;
	display: inline-flex;
}

span.tinvwl-mobile {
	margin-left: 5px;
}

i.ftinvwl.ftinvwl-times {
	cursor: pointer;
}

select#tinvwl_product_actions {
	height: 49px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	min-height: 44px;
}

.single_add_to_cart_button span {
	order: 2;
}

.single_add_to_cart_button:after {
	-webkit-transition: all 125ms ease-in;
	-moz-transition: all 125ms ease-in;
	-ms-transition: all 125ms ease-in;
	-o-transition: all 125ms ease-in;
	transition: all 125ms ease-in;
	order: 1;
	content: '';
	display: block;
	height: 63px;
	width: 63px;
	background-image: url("./assets/img/addtocartbtn.svg");
	position: relative;
	z-index: 10;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.single_add_to_cart_button:hover:after {
	background-image: url("./assets/img/addtocartbtnH.svg");
}

a.post-edit-link {
	margin: 25px auto;
	text-align: center;
	display: block;
	width: 200px;
	color: #000;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	border-color: #B3E0E1;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
	border-color: #B3E0E1;
	outline: none;
}

select {
	border: 1px solid rgba(109, 109, 109, 0.5);
	border-radius: 4px;
	height: 40px;
	width: 100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar {
	/*
	.site {
		display: grid;
		grid-template-columns: auto;
		grid-template-areas:
			"header"
			"main"
			"footer";
	}

 */
}

.flex {
	display: flex;
}

.container, .slider_container {
	width: 100%;
	max-width: 1185px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1200px) {
	.container, .slider_container {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -.75rem;
	margin-left: -.75rem;
}

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

.align-items-center {
	align-items: center;
}

.align-self-center {
	align-self: center;
}

.h-100 {
	height: 100%;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: .75rem;
	padding-left: .75rem;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1 > * {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.site-footer {
	border-top: 1px solid #E5E5E5;
	padding: 33px 0;
	padding-bottom: 0;
	clear: both;
}

.footer_col_img {
	display: flex;
	align-self: stretch;
}

.footer_col_img img {
	margin: auto;
}

.site-info {
	text-align: center;
	color: #fff;
	background-size: cover;
	background-image: url("./assets/img/footer.jpg");
	padding: 20px 0;
	margin-top: 17px;
}

.site-info p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#secondary-menu {
	margin-left: 0;
	list-style: none;
	padding: 0;
}

#secondary-menu li {
	margin-left: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	padding-top: 10px;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999999999999999999999999999;
	background: #fff;
}

.admin-bar .site-header {
	/*top: 32px;*/
}

.col-1-header,
.col-2-header {
	width: 50%;
}

.col-2-header {
	display: flex;
}

.col-2-header-icons {
	width: 145px;
	margin-left: auto;
}

.col-2-header-form {
	width: 100%;
}

.col-2-header-form form {
	position: relative;
}

.col-2-header-form form .product-search-field {
	background: #FAFAFA;
	border-radius: 31px;
	height: 39px;
	width: 95%;
	padding: 5px 10px;
}

.col-2-header-form form .product-search-form-submit {
	position: absolute;
	right: 5%;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.col-2-header-icons {
	display: flex;
	font-size: 8px;
	text-transform: uppercase;
}

.col-2-header-icon {
	position: relative;
	width: 50%;
	text-align: center;
}

.col-2-header-icon a {
	color: #009CA8;
}

.col-2-header-icon img {
	display: block;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.col-2-header-icon .number_of_item {
	position: absolute;
	width: 17px;
	height: 17px;
	background: #B3E0E1;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	right: 10px;
	top: -5px;
	font-weight: bold;
}

.main-navigation {
	display: block;
	width: 100%;
	background-color: #d9eff0;
	padding: 10px 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-right: 25px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #6D6D6D;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
}

.main-navigation a .menu_item_icon_wrap {
	order: 1;
	margin-right: 5px;
}

.main-navigation a .menu_item_wrap {
	order: 2;
}

.main-navigation .menu-item-has-children {
	position: relative;
	display: flex;
	align-items: center;
}

.main-navigation .menu-item-has-children:after {
	right: 0;
	top: 0;
	content: '';
	display: block;
	margin-left: 10px;
	width: 7px;
	height: 7px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("./assets/img/arrow_menu.svg");
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	padding: 5px;
	border: none;
	cursor: pointer;
	background-color: #d9eff0;
}

@media screen and (min-width: 1130px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		display: flex;
		justify-content: center;
	}
	.main-navigation ul ul {
		display: block;
		background-color: #d9eff0;
		padding: 20px;
	}
	.main-navigation ul ul li {
		margin-bottom: 20px;
	}
	.main-navigation ul ul li:last-child {
		margin-bottom: 0;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

@media screen and (max-width: 1130px) {
	.main-navigation .menu-item-has-children {
		display: block;
	}
	.main-navigation .menu-item-has-children:after {
		display: none;
	}
	.main-navigation ul li {
		margin-bottom: 7px;
	}
	.main-navigation ul ul {
		display: block;
		position: static;
		float: none;
		padding-left: 20px;
		box-shadow: none;
	}
	.site-header {
		position: relative;
	}
	button.menu-toggle {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}

/*
@media screen and (max-width: 980px) {
	.col-1-header{
		width: 30%;
	}
	.col-2-header{
		width: 70%;
	}
}
*/
@media screen and (max-width: 1130px) {
	main {
		margin-top: 33px;
	}
	.site-header .container.flex, .site-header .flex.slider_container {
		flex-direction: column;
	}
	.col-1-header,
	.col-2-header {
		width: 100%;
	}
	.col-2-header {
		margin-bottom: 20px;
	}
}

#cible {
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	max-width: 450px;
	max-height: 300px;
	overflow-y: scroll;
	/*border-bottom: 1px solid #e3e3e3;*/
	z-index: 9;
}

@media (max-width: 800px) {
	#cible {
		width: 92vw;
		max-width: 1000%;
	}
}

#cible::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

#cible::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #B3E0E1;
}

#cible::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/*background: rgba(0, 0, 0, 0.2);*/
	background: #009CA8;
}

#cible::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.4);
}

#cible::-webkit-scrollbar-thumb:active {
	background: rgba(0, 0, 0, 0.9);
}

#cible a {
	border: 1px solid #e3e3e3;
	background-color: #fff;
	width: 100%;
	padding: 14px 9px;
	font-size: 14px;
	display: block;
	text-align: left;
	border-bottom: 1px solid gainsboro;
	clear: both;
}

#cible a:hover {
	background-color: #e3e3e3;
}

#cible a img {
	width: 25px;
	float: left;
	margin-right: 20px;
}
/*
.main-navigation ul li:hover > ul {
	max-height: 300px;
	overflow: auto;
}
*/
.main-navigation ul li:hover > ul {
    max-height: 327px;
    max-height: 357px;
    overflow: auto;
}

.main-navigation ul li:hover > ul::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.main-navigation ul li:hover > ul::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #B3E0E1;
}

.main-navigation ul li:hover > ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/*background: rgba(0, 0, 0, 0.2);*/
	background: #009CA8;
}

.main-navigation ul li:hover > ul::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.4);
}

.main-navigation ul li:hover > ul::-webkit-scrollbar-thumb:active {
	background: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 1130px) {
	.main-navigation {
		padding: 0;
	}
	nav.main-navigation.toggled {
		position: fixed;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100vh;
		overflow: auto;
		background: #000000de;
	}
	nav.main-navigation.toggled::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}
	nav.main-navigation.toggled::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #000;
	}
	nav.main-navigation.toggled::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background: rgba(0, 0, 0, 0.2);
	}
	nav.main-navigation.toggled::-webkit-scrollbar-thumb:hover {
		background: #232323;
	}
	nav.main-navigation.toggled::-webkit-scrollbar-thumb:active {
		background: #232323;
	}
	nav.main-navigation.toggled ul {
		text-align: center;
		align-items: center;
		justify-content: center;
		width: 320px;
		margin: auto;
		/* display: flex; */
		/* flex-direction: column; */
	}
	.main-navigation ul ul a {
		width: 100%;
	}
	nav.main-navigation.toggled ul li {
		text-align: center;
		align-items: center;
		justify-content: center;
		display: block;
		width: 100%;
		padding: 5px 5px;
		font-size: 22px;
		margin: 0;
	}
	nav.main-navigation.toggled ul li li {
		font-size: 18px;
		display: none;
	}
	nav.main-navigation.toggled ul li li a {
		font-weight: normal;
	}
	nav.main-navigation.toggled ul li a {
		color: #fff;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	nav.main-navigation.toggled ul.sub-menu {
		margin: 0;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page {
	margin: 0;
}

.site-main-page article.page {
	margin: 0;
}

.site-main-page .entry-header {
	background-size: cover;
	background-image: url("./assets/img/header.jpg");
	display: flex;
	flex-direction: column;
	height: 185px;
	justify-content: center;
	margin-bottom: 60px;
}

.site-main-page .entry-header h1 {
	color: #fff;
	font-weight: 400;
	margin: 0 auto;
	font-size: 40px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#reviews {
	padding: 20px;
	background-color: #d9eff047;
}

#comments img.avatar {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	margin-right: 10px;
}

.woocommerce-Reviews-title {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.commentlist {
	margin-left: 0;
}

.comment_container {
	display: flex;
	justify-content: start;
}

span.woocommerce-review__dash {
	display: none;
}

time.woocommerce-review__published-date {
	display: block;
	font-size: 11px;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Slider
--------------------------------------------- */
.slide_home {
	position: relative;
}

.sliders_home {
	position: relative;
}

.slider_container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 780px) {
	.slider_container {
		position: relative;
	}
}

.slide_img {
	width: 100%;
}

@media (max-width: 780px) {
	.slide_img {
		height: 200%;
		max-width: 200%;
		width: auto;
	}
}

.slide_title {
	font-family: 'manbowlines';
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 51px;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.slide_title:after {
	content: '';
	display: block;
	margin: 5px auto;
	width: 199px;
	height: 27px;
	background-image: url("./assets/img/divide.svg");
}

@media (max-width: 990px) {
	.slide_title {
		font-size: 40px;
	}
}

.slide_text {
	text-align: center;
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 780px) {
	.slide_text {
		width: 100%;
		padding-bottom: 25px;
		border-bottom: 1px dotted #e3e3e3;
	}
}

.slide_description {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	text-transform: uppercase;
}

.slide_description p {
	margin-top: 0;
	padding-top: 0;
}

@media (max-width: 990px) {
	.slide_description p {
		padding: 0;
		margin-bottom: 10px;
	}
}

/* CAROUSEL */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next .owl-carousel .owl-nav button.owl-prev .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* CAROUSEL */
.owl-carousel {
	position: relative;
}

.owl-dots {
	text-align: center;
	/*margin-left: -33%;*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15px;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
}

.owl-nav {
	display: none;
}

body .owl-dot {
	height: 12px;
	width: 12px;
	background-color: #d9eff0;
	margin: 5px;
	border-radius: 100%;
	padding: 0;
	border: none;
}

.owl-dot.active {
	opacity: 1;
	background-color: #B3E0E1;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.product_in_tax_item h3,
li.product-category.product h3 {
    margin-top: 10px;
}


li.product-category.product.first {
    margin-bottom: 25px;
}

dl.variation dd {
    height: 24px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    /*transition: all 250ms ease-in*/
}

h3.pdt_c.text-center {
    margin-top: 8px;
    padding: 0;
    font-size: 15px;
}

body ul.product_list_widget .product-title{
	font-size: 15px;
	  margin-top: 8px;
    padding: 0;
    font-size: 15px;
}

h3.pdt_c.text-left {
    margin-top: 8px;
    padding: 0;
}

section.in_the_same_collec .row {
    justify-content: center;
}
section.in_the_options .row {
    justify-content: center;
}

ul.products, ul.product_list_widget {
    margin: 0;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  /* space-evenly */
    flex-direction: row;
}
li.product, li.product_in_tax_item {
	padding:15px;
}

section.in_the_same_collec .row h3.pdt_c.text-center{
    font-size:15px;
    margin-bottom:25px;
    margin-top:5px
}

dl.variation dd:after{

	    display: block;

    content: 'Lire plus ';
    position: absolute;
    top: 15px;
    width: 50%;
    right: 0;
    background: #fff;
    /*width: 7px;*/
    /*height: 7px;*/
    height: 24px;
    padding-left: 15px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(./assets/img/arrow_menu.svg);
   	display: none;

}

dl.variation dd.yop:after{
	margin-top: 10px;
	margin-bottom: 25px;
	 /*content: '...Lire moins';*/
	 background-image: url(./assets/img/arrow_menuI.svg);
	 position: static;
	 	    display: none;
}

dl.variation dd.yop{
	height: 100%;
}

dl.variation dd p{
	width: 50%;
	position: relative;
	margin-top: 0;
}

dl.variation dd p:after{
	display: block;
	content: '... Lire plus';
	position: absolute;
	right: -30%;
	top: 0;
	/*width: 20%;*/
	text-align: left;
	color: #009CA8;

}

dl.variation dd.yop p{
	width: 100%;
}

dl.variation dd.yop p:after{
	display: none;
}
dl.variation dt {
    display: block;
}

.woocommerce td.product-name dl.variation dt {
    clear: both;
    float: none;
	margin-top:15px;
}




.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 324px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{
    content:'';
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("./assets/img/coeur-v.svg");
    font-size:0
}
body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{
	 content:'';
	  background-image: url("./assets/img/coeur-p.svg");

}


.btn-list-collect { right: 5px; top: 5px; }

.tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist, .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
    opacity: 1 !important;
    cursor: pointer !important;
}



.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after{
	content:'';
	width: 20px;
	height: 21px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	background-image: url("./assets/img/oeil-f.svg");
}

.woocommerce form .display-password.show-password-input::after,
.woocommerce-page form .display-password.show-password-input::after{
	background-image: url("./assets/img/oeil-o.svg");
}

.summary.entry-summary .fake-attributes:after {
    content: '';
    display: block;
    margin: 17px 0;
    width: 125px;
    height: 27px;
    	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    background-image: url(./assets/img/divide.svg);
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-thumbnails-add-to-cart {
    display: none;
}

.hmhhh,
.product_in_tax_item img,
.widget_recently_viewed_products img,
.in_the_options .product_in_tax_item img {
    width: 100%;
    height: 312px;
    object-fit: cover;
}

.home .item-product-list img {
    /*min-height: 401px;*/
    height: 300px;
    object-fit:cover
}

.home .item-product-list{
    margin-bottom:30px
}

dl.variation dd.no-yop p:after {
    display: none;
}


@media(min-width:780px){
    .page-id-18 div#order_review {
    display: flex;
}

 .woocommerce-page #payment #place_order.button.alt{
    width:100%;
    min-width:100%
    }


.page-id-16 form.woocommerce-cart-form,
.page-id-16 .woocommerce .cart-collaterals,
.page-id-18 .site-main-page .entry-content
{
    max-width: 1030px;
    margin: auto;
}

.page-id-16 .woocommerce-message{
     max-width: 1030px;
    margin-left: auto;
     margin-right: auto;
}


}

ul.wc-item-meta {
    padding: 0;
    margin-left: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    content: '';
    background-image:url("./assets/img/smartphone.png");
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    /* margin-right: 2px; */
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    content: '';
    background-image:url("./assets/img/email.png");
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
	background-position:center 2px;
}

@media(max-width: 780px){
	.admin-bar .site-header {
    top: 0;
}

.slide_title {
    font-size: 31px;
    margin-top: 10px;
}


.slide_title:after,
body .woocommerce-products-header h1:after,
body .te_p_prod:after,
body .section-title:after,
body.woocommerce-account .entry-header h1:after,
body.woocommerce-checkout .entry-header h1:after,
body.woocommerce-cart .entry-header h1:after,
body .site-main-page .entry-header h1:after,
.divide-mb
{
    width: 185px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body .woocommerce ul.order_details{
	margin: 0;
	padding: 0;
}

.slide_description {
    font-size: 16px;
    line-height: 18px;
}

body, button, input, select, optgroup, textarea {
    font-size: 16px;
}

.owl-dots{
	bottom: 4px;
}

	.owl-carousel .owl-item img{
		height:120px;
		object-fit:cover
	}

body .site-main-page .entry-header h1,
body .woocommerce-products-header h1{
	 font-size: 31px;
	 max-width: 98%;
}

body .section-title, .te_p_prod{
	font-size: 27px;
	line-height: 30px;
    margin: 10px auto;
}

.woocommerce-breadcrumb{
	text-align: center;
}

body ul.products li.product,
body ul.product_list_widget li {
    margin-bottom: 0px;
    width: 50%;
}

body ul.products li.product.first{
	margin-right: 0;
}

.row.justify-content-center .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}


body.single-product nav.woocommerce-breadcrumb {
    text-align:center!important
}

body.single-product div.product .woocommerce-product-gallery{
    flex-direction:column;
}

body.single-product div.product .woocommerce-product-gallery .flex-viewport {
    order: 1;
    width: 95%;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    flex-direction: row;
    width: 95%;
    margin: auto;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    padding: 5px;
}

body.single-product div.product .summary.entry-summary {
    padding: 0;
}

body .widget_recently_viewed_products ul.product_list_widget li {
    margin-bottom: 0;
}

.single-product button.single_add_to_cart_button.button.alt {
    width: 100%;
}

body.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	max-width: 100%
}


body.woocommerce .woocommerce-customer-details,
body .woocommerce .woocommerce-order-details,
body.woocommerce .woocommerce-order-downloads {
    margin: 0;
}

body .woocommerce .woocommerce-customer-details :last-child,
body .woocommerce .woocommerce-order-details :last-child,
body .woocommerce .woocommerce-order-downloads :last-child{
    padding-top:0;
     padding-bottom:0;
}

main {
    margin-top: 0;
}

.woocommerce table.my_account_orders .button {
    min-width: 100%;
}

.home .item-product-list img {
    height: 200px;
}

}



.page-id-18 ul.wc-item-meta li,
.page-id-20 ul.wc-item-meta li
{
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-end;
    margin: 8px 0;
}

.page-id-18 ul.wc-item-meta li p,
.page-id-20 ul.wc-item-meta li p
{
    width: 80%;
    text-align: justify;
}

.page-id-18 ul.wc-item-meta li .wc-item-meta-label{margin-right: auto!important;min-width: 0;}
.page-id-20 ul.wc-item-meta li .wc-item-meta-label{margin-right: auto!important;min-width: 0;}


.page-id-20 th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions span {
    display: none;
}


li.current-menu-parent a,
li.current-menu-item a,
li.current-menu-parent .sub-menu li.current-menu-item a
{
    color:#009ca8;
}

li.current-menu-parent .sub-menu a,
li.current-menu-item .sub-menu a{
    color:#6D6D6D;
}


ul.sub-menu  .li-collections a{
    color:#009ca8;
}


h3#order_review_heading {
    margin-top: 25px;
    /* margin-bottom: 20px; */
    padding: 0 15px;
}

div#order_review {
    padding: 15px;
}

.woocommerce-order-received.page-id-18 ul.wc-item-meta li{
    justify-content:flex-start
}

td.product-quantity .qty {
    width: 4.6em!important;
}

section.in_the_options  .row input.input-text.qty.text,
section.in_the_options  .row .quantity-nav{
    min-width:100px
}


.new_response {display: flex;}

.new_response .amount bdi {
    display: flex;
}
.new_response .amount .woocommerce-Price-currencySymbol{
    order:2;
    margin-right:10px
}
.woocommerce-variation-price {position: absolute;opacity: 0;z-index: -1;pointer-events: none;}

.new_response {
    display: none;
}

body .in_the_options span.pp_price {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 10px;
}

body .woocommerce_total_product_price_in_option {
    display: flex;
    order: 2;

}

body .woocommerce_total_product_price_in_option form {
    order: 1
}

body .woocommerce_total_product_price_in_option .price{
        margin-bottom: 19px;
    display:block
}

body section.in_the_options .product_in_tax_item {
    display: flex;
	margin-bottom:2.5rem;
}

body .col-md-3.product_in_tax_item .row {
    align-items: flex-start
}


body .col-md-3.product_in_tax_item button{
    padding-top:0
}




.pswp {
    z-index: 9999999999;
}

.admin-bar .pswp{
    top:0;
    bottom:0;
    height: 100%;
}


.pswp--open img.pswp__img {
   -webkit-animation: 450ms linear 0s  both move_eye;
          animation: 450ms linear 0s  both move_eye;
}

img.pswp__img {
   opacity:0

}

@-webkit-keyframes move_eye { from {  transform: scale(0.7); } to { transform: scale(1); opacity:1 }  }
        @keyframes move_eye { from { transform: scale(0.7); } to { transform: scale(1); opacity:1 }  }

.pswp__bg {
    background: #000000bf;
}


span.pp_price {
    display: flex;
    align-items: flex-end;
}

span.leviat {
    margin-right: 6px;
}

body .in_the_options span.pp_price {
    display: flex;
    width: 120%;
    min-width: 250px;
}

.fake-attributes p {
    order: -2;
}