@charset "UTF-8";
/*--------------------------------------------------------------
Author: Jeff du studio Blue room
Author URI: http://www.blueroom.fr

>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 Normalize
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Custom Post type
   13.6 Pages
   13.7 Footer
14.0 Comments
15.0 Widgets
16.0 Media
16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/* 
@package Un autre café thème
=======================================
Variables
=======================================
*/
/* Animation text */
/* 
@package Allo chauffeur
=======================================
Mixins
=======================================
*/
/* 
@package Allo chauffeur
=======================================
Wordpress
=======================================
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

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

.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;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/* 
@package 
=======================================
Fonticon
=======================================
*/
@font-face {
  font-family: "Sabon", "EB Garamond", serif;
  src: url("https://fonts.cdnfonts.com/css/sabon");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #f5f5f5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1366px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
  margin: 0 0.5%;
}

.col-1 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}

.col-1-3 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-1-3 {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-1-3 {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (min-width: 1366px) {
  .col-1-3 {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

.col-2-3 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-2-3 {
    -webkit-flex-basis: 66%;
    -moz-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-2-3 {
    -webkit-flex-basis: 66%;
    -moz-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}
@media (min-width: 1366px) {
  .col-2-3 {
    -webkit-flex-basis: 66%;
    -moz-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}

.col-2 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-2 {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-2 {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (min-width: 1366px) {
  .col-2 {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

.col-3 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-3 {
    -webkit-flex-basis: 32%;
    -moz-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin: 0 0.666666666%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-3 {
    -webkit-flex-basis: 32%;
    -moz-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin: 0 0.666666666%;
  }
}
@media (min-width: 1366px) {
  .col-3 {
    -webkit-flex-basis: 32%;
    -moz-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin: 0 0.666666666%;
  }
}

.col-4 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-4 {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-4 {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}
@media (min-width: 1366px) {
  .col-4 {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}

.col-5 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-5 {
    -webkit-flex-basis: 19%;
    -moz-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-5 {
    -webkit-flex-basis: 19%;
    -moz-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }
}
@media (min-width: 1366px) {
  .col-5 {
    -webkit-flex-basis: 19%;
    -moz-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }
}

.col-6 {
  -webkit-flex-basis: 99%;
  -moz-flex-basis: 99%;
  -ms-flex-preferred-size: 99%;
  flex-basis: 99%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col-6 {
    -webkit-flex-basis: 15.66666%;
    -moz-flex-basis: 15.66666%;
    -ms-flex-preferred-size: 15.66666%;
    flex-basis: 15.66666%;
    margin: 0 0.666666666%;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .col-6 {
    -webkit-flex-basis: 15.66666%;
    -moz-flex-basis: 15.66666%;
    -ms-flex-preferred-size: 15.66666%;
    flex-basis: 15.66666%;
    margin: 0 0.666666666%;
  }
}
@media (min-width: 1366px) {
  .col-6 {
    -webkit-flex-basis: 15.66666%;
    -moz-flex-basis: 15.66666%;
    -ms-flex-preferred-size: 15.66666%;
    flex-basis: 15.66666%;
    margin: 0 0.666666666%;
  }
}

.oversized {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

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

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #171717;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.66;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sabon", "EB Garamond", serif;
  font-weight: 700;
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
  letter-spacing: 0.03em;
  color: #D4A373;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}

h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

p a, a {
  color: inherit;
}

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

blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

.big {
  font-size: 125%;
}

.small {
  font-size: 80%;
}

/*blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before, blockquote:after {
	content: "";
}*/
:focus {
  outline: none;
}

.link {
  color: #8C2A24;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.link:hover {
  color: #8C2A24;
}
.link:hover:after {
  width: 100%;
  background: #8C2A24;
}
.link:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.09em;
  left: 0;
  width: 0;
  height: 1px;
  background: #8C2A24;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.link:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -0.09em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8C2A24;
}

.invisible {
  display: none;
}

.button {
  background-color: transparent;
  border: solid 1px white;
  color: #ededed;
  padding: 1vh 5vh;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button:hover {
  background-color: #ededed;
  color: #292929;
}

.page-title, .entry-title {
  background: url("../img/h1-bg.png") top center no-repeat;
  background-size: 20%;
  font-size: 3.188rem;
  margin: 0;
  padding: 10svh 0 !important;
  text-align: center;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
input[type=radio], input[type=radio]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: solid 2px #d2d2d2;
  border-radius: 50%;
  position: relative;
}

input[type=radio]:checked:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  background-color: #171717;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  clear: none;
  cursor: pointer;
  margin: -0.25rem 0.25rem 0 0;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  width: 16px;
  height: 16px;
  border: solid 2px #ededed;
  margin-right: 8px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

input[type=checkbox]:checked {
  background: #171717;
  border: solid 2px #171717;
}

input[type=checkbox]:checked:before {
  content: "";
  display: inline-block !important;
  height: 9px;
  width: 5px;
  border: solid 1px white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 2px;
}

input[type=text], input[type=password], input[type=email], input[type=tel] {
  display: block;
  width: 96%;
  height: 3em;
  padding: 6px 2%;
  border: solid 1px #171717;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: white;
  color: #212121;
  outline: 0;
  appearance: none;
  transition: all 0.2s ease-in-out;
}

select {
  display: block;
  width: 100%;
  height: 4em;
  padding: 6px 2%;
  border: solid 1px #171717;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5vh;
  background: white;
  color: #212121;
  outline: 0;
  appearance: none;
  transition: all 0.2s ease-in-out;
}

textarea {
  resize: none;
  display: block;
  width: 96%;
  padding: 6px 2%;
  border: solid 1px #171717;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: rgba(255, 255, 255, 0.97);
  color: #212121;
  outline: 0;
  appearance: none;
}

.wpcf7-form .label-container {
  position: relative;
  display: flex;
}
.wpcf7-form .label-container label {
  position: absolute;
  top: -15px;
  left: 20px;
  background: white;
  padding: 0 10px;
  color: #909090;
  transition: all 0.2s ease-in-out;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=password], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form textarea {
  margin-bottom: 5vh;
}
.wpcf7-form .small {
  display: inline;
  font-size: 80%;
}
.wpcf7-form input[type=submit] {
  width: 100%;
  padding: 30px 0;
  margin: 5vh 0;
  cursor: pointer;
  border: solid 1px #D4A373;
  border-radius: 0;
  background: #D4A373;
  color: #ededed;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
}
.wpcf7-form input[type=submit]::after, .wpcf7-form .wpcf7-submit::after {
  background: #8C2A24;
  content: "\f063";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: 5px;
}
.wpcf7-form input[type=submit]:hover {
  border: solid 1px #D4A373;
  background: #ededed;
  color: #D4A373;
}
.wpcf7-form .mc4wp-checkbox {
  display: inline-block;
  margin-top: 2rem;
}

.search-submit {
  font-family: "FontAwesome";
  content: "f002";
}

.screen-reader-response ul {
  color: red;
}

.wpcf7-response-output {
  color: green;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
/* MENU STYLES */
.menu-wrap {
  position: relative;
  z-index: 11;
}

.menu-wrap .toggler {
  position: absolute;
  z-index: 12;
  cursor: pointer;
  left: 40px;
  width: 70px;
  height: 70px;
  opacity: 0;
  margin: 0;
}

.menu-wrap .hamburger {
  color: #ededed;
  position: absolute;
  left: 0;
  z-index: 11;
  width: 40px;
  height: 40px;
  padding: 10px 40px;
  background: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrap .hamburger span {
  margin-right: 10px;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: "";
  position: absolute;
  z-index: 11;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu > div {
  background: #171717;
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul {
  margin: 0;
  padding: 0;
}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #ededed;
  font-family: "Sabon", "EB Garamond", serif;
  font-size: 1.25rem;
  font-weight: 200;
  padding: 1svh;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
.menu-wrap .menu > div > div > ul > li a {
  position: relative;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-decoration: none;
}
.menu-wrap .menu > div > div > ul > li a:hover {
  color: #c5c5c5;
}
.menu-wrap .menu > div > div > ul > li a:hover:before {
  width: 100%;
  background: #c5c5c5;
}
.menu-wrap .menu > div > div > ul > li a:before {
  content: "";
  position: absolute;
  z-index: 11;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background: #c5c5c5;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
#masthead {
  background-color: #171717;
  color: #ededed;
}
#masthead .header-container {
  flex-direction: row;
  justify-content: space-between;
}
#masthead .header-container .site-title {
  background: url(../img/borsomin-logo-white.svg) no-repeat center center;
  background-size: contain;
  color: transparent;
  font-size: 1.5rem;
  margin: 0;
  margin-left: 150px;
  padding: 20px 0;
  width: 250px;
}
#masthead .header-container .site-title a {
  display: block;
  width: 100%;
}
#masthead .header-container #nav-sup-right {
  margin: 0;
  display: flex;
  font-size: 0.75rem;
  list-style: none;
  padding: 20px 0;
  flex-direction: row-reverse;
}
#masthead .header-container #nav-sup-right li {
  margin: 0 10px;
  text-transform: uppercase;
}
#masthead .header-container #nav-sup-right li .fa-shopping-bag {
  margin-right: 0.5vw;
}
#masthead .header-container #nav-sup-right li a {
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#masthead .header-container #nav-sup-right li a:hover {
  color: #ededed;
}
#masthead .header-container #nav-sup-right li a:hover:after {
  width: 100%;
  background: #ededed;
}
#masthead .header-container #nav-sup-right li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.25em;
  left: 0;
  width: 0;
  height: 1px;
  background: white;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
#masthead .header-container #nav-sup-right li a .far, #masthead .header-container #nav-sup-right li a .fas {
  margin-right: 0.5vw;
}

/*--------------------------------------------------------------
13.2 Posts
--------------------------------------------------------------*/
.archive, .blog {
  background-color: #F7F3E9;
}
.archive #page .site-content-contain .site-content #primary, .blog #page .site-content-contain .site-content #primary {
  /* Si le sidebar n'est pas présent, la main occupera 100% */
}
.archive #page .site-content-contain .site-content #primary #main, .blog #page .site-content-contain .site-content #primary #main {
  display: flex; /* Prend tout l'espace disponible par défaut */
  flex-wrap: wrap;
}
.archive #page .site-content-contain .site-content #primary #main .page-header, .blog #page .site-content-contain .site-content #primary #main .page-header {
  flex-basis: 100%;
  padding: 5svh 0;
}
.archive #page .site-content-contain .site-content #primary #main .page-header .page-title, .blog #page .site-content-contain .site-content #primary #main .page-header .page-title {
  color: #D4A373;
  padding: 10svh 0 2svh !important;
  text-transform: uppercase;
}
.archive #page .site-content-contain .site-content #primary #main .page-header .sous-titre-section, .blog #page .site-content-contain .site-content #primary #main .page-header .sous-titre-section {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.archive #page .site-content-contain .site-content #primary #main .main-section, .blog #page .site-content-contain .site-content #primary #main .main-section {
  flex-basis: 100%;
}
.archive #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more .type-post, .blog #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more .type-post {
  flex: 1; /* Prend tout l'espace disponible par défaut */
}
.archive #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more .type-post .entry-header .entry-title, .blog #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more .type-post .entry-header .entry-title {
  color: #D4A373;
  background: none;
  font-size: 2rem;
  margin: 0;
  padding: 0 !important;
  text-align: left;
}
.archive #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more .type-post .entry-header .entry-date, .blog #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more .type-post .entry-header .entry-date {
  font-size: 0.7rem;
  font-weight: 800;
}
.archive #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more .type-post .entry-header .entry-date .fa-regular, .blog #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more .type-post .entry-header .entry-date .fa-regular {
  margin-right: 5px;
}
.archive #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more #sidebar, .blog #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more #sidebar {
  width: 20%; /* Prend 20% de la largeur de .site-content */
}
.archive #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more .alm-btn-wrap, .blog #page .site-content-contain .site-content #primary #main .main-section #ajax-load-more .alm-btn-wrap {
  padding: 5svh 0;
  text-align: center;
  font-weight: 700;
}
.archive #page .site-content-contain .site-content #primary #main:not(:has(#sidebar)) .type-post, .blog #page .site-content-contain .site-content #primary #main:not(:has(#sidebar)) .type-post {
  width: 100%; /* Prend 100% de la largeur de .site-content */
}
.archive #page .site-content-contain .site-content #primary #main:not(:has(#sidebar)) #sidebar, .blog #page .site-content-contain .site-content #primary #main:not(:has(#sidebar)) #sidebar {
  display: none; /* Cache le sidebar si non présent */
}

.single #page .site-content-contain .site-content #primary {
  /* Si le sidebar n'est pas présent, la main occupera 100% */
}
.single #page .site-content-contain .site-content #primary #main {
  display: flex;
  padding-top: 10svh;
}
.single #page .site-content-contain .site-content #primary #main .post {
  flex: 1; /* Prend tout l'espace disponible par défaut */
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .entry-title {
  color: #D4A373;
  background: none;
  font-size: 2rem;
  margin: 0;
  padding-top: 70px !important;
  text-align: left;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .entry-date {
  font-size: 0.7rem;
  font-weight: 800;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-header .entry-date .fa-regular {
  margin-right: 5px;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-content #comments .comments-title {
  color: #D4A373;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-content #comments #respond .comment-reply-title {
  color: #D4A373;
}
.single #page .site-content-contain .site-content #primary #main .post .entry-content #comments #respond #commentform #submit {
  background-color: #D4A373;
  color: #F7F3E9;
  border: none;
  padding: 1svh 5svw;
}
.single #page .site-content-contain .site-content #primary #main #sidebar {
  width: 20%; /* Prend 20% de la largeur de .site-content */
}
.single #page .site-content-contain .site-content #primary #main:not(:has(#sidebar)) .post {
  width: 100%; /* Prend 100% de la largeur de .site-content */
}
.single #page .site-content-contain .site-content #primary #main:not(:has(#sidebar)) #sidebar {
  display: none; /* Cache le sidebar si non présent */
}

/*--------------------------------------------------------------
13.3 Woocommerce
--------------------------------------------------------------*/
.post-type-archive-product #page .site-content-contain .site-content, .tax-product_cat #page .site-content-contain .site-content, .tax-product_tag #page .site-content-contain .site-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1366px;
}
.post-type-archive-product #page .site-content-contain .site-content .main, .tax-product_cat #page .site-content-contain .site-content .main, .tax-product_tag #page .site-content-contain .site-content .main {
  display: flex;
  padding-top: 10svh;
}
.post-type-archive-product #page .site-content-contain .site-content .main .shop-page, .tax-product_cat #page .site-content-contain .site-content .main .shop-page, .tax-product_tag #page .site-content-contain .site-content .main .shop-page {
  flex: 1; /* Prend tout l'espace disponible par défaut */
}
.post-type-archive-product #page .site-content-contain .site-content .main .shop-page .woocommerce-products-header, .tax-product_cat #page .site-content-contain .site-content .main .shop-page .woocommerce-products-header, .tax-product_tag #page .site-content-contain .site-content .main .shop-page .woocommerce-products-header {
  padding: 10svh 0 !important;
  width: 100%;
}
.post-type-archive-product #page .site-content-contain .site-content .main .shop-page .woocommerce-products-header .term-description, .tax-product_cat #page .site-content-contain .site-content .main .shop-page .woocommerce-products-header .term-description, .tax-product_tag #page .site-content-contain .site-content .main .shop-page .woocommerce-products-header .term-description {
  font-size: 1.25rem;
  font-weight: 500;
}
.post-type-archive-product #page .site-content-contain .site-content .main .shop-page .products .product, .tax-product_cat #page .site-content-contain .site-content .main .shop-page .products .product, .tax-product_tag #page .site-content-contain .site-content .main .shop-page .products .product {
  margin: 0 0.5% 2svh 0.5% !important;
  width: 49% !important;
}
.post-type-archive-product #page .site-content-contain .site-content .main .shop-page .products .product .woocommerce-LoopProduct-link .onsale, .tax-product_cat #page .site-content-contain .site-content .main .shop-page .products .product .woocommerce-LoopProduct-link .onsale, .tax-product_tag #page .site-content-contain .site-content .main .shop-page .products .product .woocommerce-LoopProduct-link .onsale {
  background: #ededed !important;
  border-radius: 0 !important;
  color: #171717 !important;
  left: 0 !important;
  padding: 0 0.9rem !important;
  right: auto !important;
  text-transform: uppercase;
  z-index: 2 !important;
}
.post-type-archive-product #page .site-content-contain .site-content .main .shop-page .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .tax-product_cat #page .site-content-contain .site-content .main .shop-page .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .tax-product_tag #page .site-content-contain .site-content .main .shop-page .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-weight: 100 !important;
}
.post-type-archive-product #page .site-content-contain .site-content .main .shop-page .products .product .woocommerce-LoopProduct-link .price, .tax-product_cat #page .site-content-contain .site-content .main .shop-page .products .product .woocommerce-LoopProduct-link .price, .tax-product_tag #page .site-content-contain .site-content .main .shop-page .products .product .woocommerce-LoopProduct-link .price {
  color: #292929 !important;
  font-size: 1.155em !important;
  font-weight: 600;
}
.post-type-archive-product #page .site-content-contain .site-content .main #sidebar, .tax-product_cat #page .site-content-contain .site-content .main #sidebar, .tax-product_tag #page .site-content-contain .site-content .main #sidebar {
  padding-top: 15svh;
  width: 20%; /* Prend 20% de la largeur de .site-content */
}
.post-type-archive-product #page .site-content-contain .site-content .main:not(:has(#sidebar)) .shop-page, .tax-product_cat #page .site-content-contain .site-content .main:not(:has(#sidebar)) .shop-page, .tax-product_tag #page .site-content-contain .site-content .main:not(:has(#sidebar)) .shop-page {
  width: 100%; /* Prend 100% de la largeur de .site-content */
}
.post-type-archive-product #page .site-content-contain .site-content .main:not(:has(#sidebar)) #sidebar, .tax-product_cat #page .site-content-contain .site-content .main:not(:has(#sidebar)) #sidebar, .tax-product_tag #page .site-content-contain .site-content .main:not(:has(#sidebar)) #sidebar {
  display: none; /* Cache le sidebar si non présent */
}

.term-collection-art #page .site-content-contain .main .category-page .woocommerce-products-header .woocommerce-products-header__title {
  background-image: url(../img/h1-bg-noir.png);
  color: #171717;
  text-transform: uppercase;
}
.term-collection-art #page .site-content-contain .main .category-page .woocommerce-products-header .term-description {
  color: #171717;
  font-size: 1.25rem;
  font-weight: 600;
}
.term-collection-art #page .site-content-contain .main .category-page .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  color: #171717 !important;
}
.term-collection-art #page .site-content-contain .main .category-page .products .product .add-to-cart-button {
  background: #171717 !important;
}

.term-collection-design #page .site-content-contain .main .category-page .woocommerce-products-header .woocommerce-products-header__title, .term-collection-jardin-creole #page .site-content-contain .main .category-page .woocommerce-products-header .woocommerce-products-header__title {
  background-image: url(../img/h1-bg-bleu.png);
  color: #107e9a;
  text-transform: uppercase;
}
.term-collection-design #page .site-content-contain .main .category-page .woocommerce-products-header .term-description, .term-collection-jardin-creole #page .site-content-contain .main .category-page .woocommerce-products-header .term-description {
  color: #107e9a;
  font-size: 1.25rem;
  font-weight: 600;
}
.term-collection-design #page .site-content-contain .main .category-page .products .product a .woocommerce-loop-product__title, .term-collection-design #page .site-content-contain .main .category-page .products .product a .woocommerce-loop-category__title, .term-collection-jardin-creole #page .site-content-contain .main .category-page .products .product a .woocommerce-loop-product__title, .term-collection-jardin-creole #page .site-content-contain .main .category-page .products .product a .woocommerce-loop-category__title {
  color: #107e9a !important;
}
.term-collection-design #page .site-content-contain .main .category-page .products .product .add-to-cart-button, .term-collection-jardin-creole #page .site-content-contain .main .category-page .products .product .add-to-cart-button {
  background: #107e9a !important;
}

.term-collection-artisanat #page .site-content-contain .main .category-page .woocommerce-products-header .woocommerce-products-header__title {
  background-image: url(../img/h1-bg-red.png);
  color: #8C2A24;
  text-transform: uppercase;
}
.term-collection-artisanat #page .site-content-contain .main .category-page .woocommerce-products-header .term-description {
  color: #8C2A24;
  font-size: 1.25rem;
  font-weight: 600;
}
.term-collection-artisanat #page .site-content-contain .main .category-page .products .product a .woocommerce-loop-product__title, .term-collection-artisanat #page .site-content-contain .main .category-page .products .product a .woocommerce-loop-category__title {
  color: #8C2A24 !important;
}
.term-collection-artisanat #page .site-content-contain .main .category-page .products .product .add-to-cart-button {
  background: #8C2A24 !important;
}

/* Snippet: Ajouter une deuxième image produit sur survol */
ul.products li.product {
  position: relative;
  overflow: hidden;
}

ul.products li.product .attachment-woocommerce_thumbnail {
  transition: opacity 0.5s ease-in-out;
}

ul.products li.product .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

ul.products li.product:hover .attachment-woocommerce_thumbnail {
  opacity: 0;
}

ul.products li.product:hover .secondary-image {
  opacity: 1;
}

/* Style du bouton */
.add-to-cart-button {
  display: inline-block !important;
  width: 25px; /* Ajustez la taille selon vos besoins */
  height: 25px; /* Ajustez la taille selon vos besoins */
  background-color: #107e9a !important; /* Couleur de fond */
  border: none;
  border-radius: 0; /* Coins arrondis si désiré */
  padding: 0.618em !important;
  position: absolute !important; /* Positionnement absolu */
  bottom: 115px; /* Distance du bas */
  right: 10px; /* Distance de la droite */
  z-index: 1; /* Assurez-vous qu'il est au-dessus des autres éléments */
  overflow: hidden;
  transition: background-color 0.3s;
  visibility: hidden;
}

/* Style de la croix */
.cross {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px; /* Taille de la croix */
  color: white; /* Couleur de la croix */
  transform: rotate(0deg);
  transition: transform 0.3s;
}

/* Effet de survol */
.add-to-cart-button:hover .cross {
  transform: rotate(180deg); /* Rotation de 180° au survol */
}

/* Ajouter une croix */
.cross::before, .cross::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px; /* Épaisseur de la croix */
  background-color: white; /* Couleur de la croix */
}

.cross::before {
  transform: rotate(0deg); /* Première partie de la croix */
}

.cross::after {
  transform: rotate(90deg); /* Deuxième partie de la croix */
}

/* Positionner le conteneur du produit */
ul.products li.product {
  position: relative; /* Nécessaire pour le positionnement absolu du bouton */
}

.single-product #page .site-content-contain .site-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1366px;
}
.single-product #page .site-content-contain .site-content .main .single-product .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-product-gallery {
  width: 100% !important;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 50% !important;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary {
  width: 100% !important;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .entry-title {
  background: none !important;
  background-size: unset;
  font-size: 2rem;
  font-weight: 100;
  text-align: left;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .price {
  color: #292929 !important;
  font-size: 1.155em !important;
  margin: 0;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .woocommerce-product-details__short-description {
  font-size: 0.8rem;
  font-weight: 800;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart {
  margin-bottom: 0 !important;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity {
  display: flex;
  margin-bottom: 15px;
  padding: 5px;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 128, 157, 0.5);
  background: transparent;
  position: relative;
  justify-content: center;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity .minus, .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity .plus {
  display: flex;
  outline: 0;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 0;
  margin-top: 7px;
  border-radius: 50%;
  background: #107e9a;
  overflow: visible;
  color: #ededed;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity .qty {
  padding: 0;
  width: 30px;
  text-align: center;
  border: 0;
  color: #171717;
  outline: 0;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity .minus:hover, .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity .plus:hover {
  background: #107e9a;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity #smntcswcb {
  background: transparent;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .single_add_to_cart_button {
  background: #107e9a;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 128, 157, 0.5);
  letter-spacing: 0.5rem;
  padding: 1.2rem;
  transition: all 0.4s ease;
  width: 76%;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .single_add_to_cart_button:hover {
  background: #ededed;
  color: #107e9a;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .product_meta {
  font-size: 0.8rem;
  font-weight: 400;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .summary .product_meta .sku_wrapper {
  display: block;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs {
  margin-top: 5svh;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs .tabs {
  padding: 0;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs .tabs li {
  border: 0;
  border-radius: 0;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs .tabs li:before, .single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs .tabs li:after {
  border: none 0;
  border-radius: 0;
  box-shadow: none;
}
.single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs .tabs:before {
  border: 0 none;
}

.category-collection-art #page .site-content-contain .site-content .main .single-product .product .summary .product_title {
  color: #171717;
}
.category-collection-art #page .site-content-contain .site-content .main .single-product .product .related h2 {
  color: #171717;
}

.term-collection-art #page .site-content-contain #content .main .single-product .product .summary .product_title {
  color: #171717 !important;
}
.term-collection-art #page .site-content-contain #content .main .single-product .product .woocommerce-tabs .tabs {
  display: none;
}
.term-collection-art #page .site-content-contain #content .main .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  color: #171717;
}
.term-collection-art #page .site-content-contain #content .main .single-product .product .related h2 {
  color: #171717;
}
.term-collection-art #page .site-content-contain #content .main .single-product .product .related .products .product .add-to-cart-button {
  background-color: #171717 !important;
}

.category-collection-design #page .site-content-contain #content .main .single-product .product .summary .product_title, .category-collection-jardin-creole #page .site-content-contain #content .main .single-product .product .summary .product_title {
  color: #107e9a !important;
}
.category-collection-design #page .site-content-contain #content .main .single-product .product .woocommerce-tabs .tabs, .category-collection-jardin-creole #page .site-content-contain #content .main .single-product .product .woocommerce-tabs .tabs {
  display: none;
}
.category-collection-design #page .site-content-contain #content .main .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2, .category-collection-jardin-creole #page .site-content-contain #content .main .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  color: #107e9a;
}
.category-collection-design #page .site-content-contain #content .main .single-product .product .related h2, .category-collection-jardin-creole #page .site-content-contain #content .main .single-product .product .related h2 {
  color: #107e9a;
}
.category-collection-design #page .site-content-contain #content .main .single-product .product .related .products .product .add-to-cart-button, .category-collection-jardin-creole #page .site-content-contain #content .main .single-product .product .related .products .product .add-to-cart-button {
  background-color: #107e9a !important;
}

.category-collection-artisanat #page .site-content-contain #content .main .single-product .product .summary .product_title {
  color: #8C2A24 !important;
}
.category-collection-artisanat #page .site-content-contain #content .main .single-product .product .woocommerce-tabs .tabs {
  display: none;
}
.category-collection-artisanat #page .site-content-contain #content .main .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  color: #8C2A24;
}
.category-collection-artisanat #page .site-content-contain #content .main .single-product .product .related h2 {
  color: #8C2A24;
}
.category-collection-artisanat #page .site-content-contain #content .main .single-product .product .related .products .product .add-to-cart-button {
  background-color: #8C2A24 !important;
}

.wc-block-cart__submit-button, .wc-block-components-button:not(.is-link).outlined, .wc-block-components-checkout-place-order-button {
  color: #ededed !important;
  background: #D4A373 !important;
  border: none;
  border-radius: 0;
  box-shadow: inset 0px 0px 0px 1px rgba(212, 163, 115, 0.5) !important;
  font-weight: 800;
  letter-spacing: 0.3rem;
  padding: 1.2rem !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease !important;
  width: 100%;
}

.wc-block-components-button:not(.is-link).outlined {
  letter-spacing: 0.15rem;
}

.wc-block-cart__submit-button:hover, .wc-block-components-button:not(.is-link).outlined:hover, .wc-block-components-checkout-place-order-button:hover {
  background: #ededed !important;
  color: #D4A373 !important;
}

.wc-block-components-product-badge {
  background: #ae5714;
  border: none 0;
  color: #ededed;
  font-size: 70% !important;
  padding: 0.5svh 0.5svw !important;
}

.wc-block-components-radio-control__option {
  display: flex !important;
  border-radius: 0 !important;
  box-shadow: inset 0 0 0 0.5px #D4A373 !important;
  padding: 1vh 1vw !important;
}
.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout {
  margin-left: 30px;
}

.wc-block-components-radio-control__input {
  top: 1svh !important;
}

.woocommerce-orders-table {
  width: 100%;
  margin: 5svh 0;
}
.woocommerce-orders-table thead tr {
  background: #107e9a;
  color: #ededed;
  text-align: left;
}
.woocommerce-orders-table thead tr th {
  padding: 10px;
}
.woocommerce-orders-table tbody tr {
  text-align: left;
}
.woocommerce-orders-table tbody tr td {
  padding: 10px 0;
}
.woocommerce-orders-table tbody tr td .button {
  border: none 0 !important;
  color: #107e9a;
  display: inline-block;
  padding: 1vh 0 !important;
  text-align: center;
  width: 100%;
}
.woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-number, .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-date, .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-status, .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-total, .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-tracking {
  padding: 0 10px;
}

.cwginstock-subscribe-form .panel {
  border: none !important;
}
.cwginstock-subscribe-form .panel .panel-heading {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.cwginstock-subscribe-form .panel .panel-heading h4 {
  color: #171717 !important;
  text-align: left !important;
}
.cwginstock-subscribe-form .panel .panel-body {
  padding: 0 !important;
}
.cwginstock-subscribe-form .panel .panel-body .row .col-md-12 {
  padding: 0 !important;
}
.cwginstock-subscribe-form .panel .panel-body .row .col-md-12 .col-md-12 {
  padding-left: 8px !important;
}
.cwginstock-subscribe-form .panel .panel-body .row .col-md-12 .col-md-12 p {
  width: 10%;
}
.cwginstock-subscribe-form .panel .panel-body .row .col-md-12 .col-md-12 .form-group .cwgstock_button {
  border: none;
  width: 105% !important;
  padding: 15px !important;
  background: #171717;
}

/*--------------------------------------------------------------
13.4 Front Page
--------------------------------------------------------------*/
.pagination {
  position: absolute !important;
  width: 100%;
  text-align: center;
  right: 0;
  padding: 0 !important;
  bottom: 30px;
  z-index: 999;
}
.pagination__item {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin: 0 5px;
  transition: 0.2s ease-in-out;
}
.pagination__item.is-current, .pagination__item:hover {
  background-color: #fff;
}

.container {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 699px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 700px) and (max-width: 1599px) {
  .container {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    max-width: 140rem;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-right: 9.5625rem;
    padding-left: 9.5625rem;
    max-width: 144.125rem;
  }
}

.background-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.slideshow {
  position: relative;
  color: #ffffff;
  background-color: #1e1e22;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
}
.slideshow__slide {
  visibility: hidden;
  transition: visibility 0s 1.7s;
}
.slideshow__slide.is-current {
  visibility: visible;
  transition-delay: 0s;
}
@media (max-width: 699px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 700px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.slideshow__slide-background-load-wrap {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
  overflow: hidden;
}

.is-loaded .slideshow__slide-background-load-wrap {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.slideshow__slide.is-prev .slideshow__slide-background-parallax,
.slideshow__slide.is-next .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
.slideshow__slide.is-next-section .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide-background-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, -50%, 0);
}

.is-loaded .slideshow__slide-background-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-background-wrap {
  transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-background-wrap {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-background-wrap {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-background {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
  overflow: hidden;
}

.slideshow__slide.is-prev .slideshow__slide-background, .slideshow__slide.is-next .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-background, .slideshow__slide.is-next-section .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-image-wrap {
  transform: translate3d(0, 50%, 0);
}

.slideshow__slide-image {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
}

.slideshow__slide.is-prev .slideshow__slide-image, .slideshow__slide.is-next .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-image, .slideshow__slide.is-next-section .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image::before, .slideshow__slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}

.slideshow__slide-image::before {
  background-color: #1e1e22;
}

.slideshow__slide-image::after {
  background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}

.slideshow__slide.is-prev .slideshow_container,
.slideshow__slide.is-next .slideshow_container {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow_container,
.slideshow__slide.is-next-section .slideshow_container {
  transform: none !important;
}

.slideshow__slide-caption-text {
  position: relative;
  height: 100%;
  padding-top: 33vh;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-caption-text {
  transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-caption-text {
  transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
  transform: translate3d(0, -100%, 0);
  transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-caption-text {
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-caption {
  position: relative;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.is-loaded .slideshow__slide-caption {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-title {
  color: #ededed;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-height: 500px) {
  .slideshow__slide-caption-title {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 699px) {
  .slideshow__slide-caption-title {
    font-size: 40px;
    margin-bottom: 150px;
  }
  .slideshow.-full .slideshow__slide-caption-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .slideshow__slide-caption-title {
    font-size: 5.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .slideshow__slide-caption-title {
    font-size: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .slideshow__slide-caption-title {
    font-size: 6.25rem;
  }
}
.slideshow__slide-caption-title.-full {
  width: 100%;
}

.slideshow__slide-caption-subtitle {
  display: inline-block;
  padding: 1.875rem 0;
}

.slideshow__slide-caption-subtitle.-load {
  transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-transform: translate3d(0, 3.75rem, 0);
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .slideshow__slide-caption-subtitle.-load {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .slideshow__slide-caption-subtitle.-load, body[data-route-option=next-section] .slideshow__slide-caption-subtitle.-load {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label, .o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
  transform: translateX(20px);
}

/* OLD */
.c-header-home_heading {
  line-height: 1;
}

@media (max-height: 500px) {
  .c-header-home_heading {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 699px) {
  .c-header-home_heading {
    font-size: 40px;
    margin-bottom: 150px;
  }
  .c-header-home.-full .c-header-home_heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .c-header-home_heading {
    font-size: 5.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_heading {
    font-size: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .c-header-home_heading {
    font-size: 6.25rem;
  }
}
.c-header-home_heading.-full {
  width: 100%;
}

.c-header-home_subheading {
  display: inline-block;
  padding: 1.875rem 0;
}

.c-header-home_subheading.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .c-header-home_subheading.-load {
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_subheading.-load, body[data-route-option=next-section] .c-header-home_subheading.-load {
  transform: translate3d(0, 0, 0);
}

.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-header-home_controls, .c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 40px;
  }
}
@media (min-width: 700px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 3.75rem;
  }
}
.is-loaded .c-header-home_controls, .is-loaded .c-header-home_buttons {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_controls, body[data-route-option=prev-section] .c-header-home_buttons, body[data-route-option=next-section] .c-header-home_controls, body[data-route-option=next-section] .c-header-home_buttons {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

@media (min-width: 700px) {
  .c-header-home_controls {
    float: left;
  }
}
.c-header-home_buttons {
  transition-delay: 0.75s;
}

@media (max-width: 699px) {
  .c-header-home_buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1000px) {
  .c-header-home_buttons {
    float: right;
  }
}
@media (max-width: 699px) {
  .c-header-home_button {
    width: 50% !important;
  }
}
@media (min-width: 700px) {
  .c-header-home_button {
    width: 15.625rem;
  }
}
button, .c-header-filters_button,
.o-button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button:hover, .c-header-filters_button:hover,
.o-button:hover {
  text-decoration: none;
}

.o-wrap {
  overflow: hidden;
}

.o-page.-anim {
  transform: translate3d(0, 9.375rem, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .o-page.-anim {
  transform: translate3d(0, 0, 0);
}

.o-barba, .o-barba_container {
  height: 100%;
}

.js-parallax {
  transform: translateZ(0);
  will-change: transform;
}

.scroll-content {
  overflow: hidden;
}

.o-blockquote.-nomargin {
  margin: 0;
}

.o-action-link {
  display: block;
  padding-top: 12.8125rem;
  padding-bottom: 7.5rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 699px) {
  .o-action-link {
    font-size: 40px;
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  .o-action-link {
    color: #1e1e22;
  }
}
@media (min-width: 700px) {
  .o-action-link {
    font-size: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .o-action-link {
    color: #ffffff;
  }
}
.o-action-link:hover {
  color: #ffffff;
}

.o-action-link_label {
  display: inline-block;
  position: relative;
}

.o-action-link_label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 0.1875rem solid;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-action-link:hover .o-action-link_label::after {
  transform: scaleX(1);
}

.o-hsub {
  font-size: 0.75rem;
  padding: 1.25rem 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.o-hsub::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid;
  width: 1.5rem;
  background-color: #1e1e22;
  margin-right: 1.125rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

.o-hsub.-link {
  color: #ffffff;
  text-decoration: none;
}

.o-hsub.-link:hover::before, .o-hsub-wrap:hover .o-hsub.-link::before {
  transform: scaleX(1.5);
}

.o-hsub.-link.-dark {
  color: #1e1e22;
}

.o-hsub.-link.-dark:hover {
  color: #1e1e22;
}

.o-hsub.-h {
  vertical-align: middle;
}

@media (max-width: 699px) {
  .o-hsub.-h {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 700px) {
  .o-hsub.-h {
    margin-left: 2.5rem;
  }
}
.o-hsub_label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .o-hsub_label, .o-hsub-wrap:hover .o-hsub_label {
  transform: translateX(20px);
}

.is-loaded .o-loader {
  visibility: hidden;
  transition-delay: 0.6s;
}

.o-container {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 699px) {
  .o-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .o-container.-small {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 700px) and (max-width: 1599px) {
  .o-container {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    max-width: 140rem;
  }
}
@media (min-width: 1600px) {
  .o-container {
    padding-right: 9.5625rem;
    padding-left: 9.5625rem;
    max-width: 144.125rem;
  }
}
.o-section {
  position: relative;
}

.o-section.-offset {
  margin-top: -9.375rem;
  background-color: #f6f6f6;
}

.o-section.-padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.o-section.-padding-top {
  padding-top: 7.5rem;
}

@media (max-width: 699px) {
  .o-section.-bottom {
    padding-bottom: 60px;
  }
}
@media (min-width: 700px) {
  .o-section.-bottom {
    padding-bottom: 7.5rem;
  }
}
.o-section.-left {
  margin-right: 15rem;
}

.o-section.-right {
  margin-left: 15rem;
}

.o-section.-left-large {
  margin-right: 22.5rem;
}

.o-section.-right.-padding {
  padding-left: 9.5625rem;
}

.o-section_image {
  position: relative;
  overflow: hidden;
}

.o-section_image.-small {
  padding-bottom: 57.144%;
}

.o-section_image.-large {
  padding-bottom: 55%;
}

.o-section_image.-padding-left {
  margin-left: 7.5rem;
}

.o-section_image.-left {
  margin-right: 15rem;
}

@media (max-width: 1599px) {
  .o-section_image.-left {
    margin-left: -7.5rem;
  }
}
@media (min-width: 1600px) {
  .o-section_image.-left {
    margin-left: -9.5625rem;
  }
}
.o-section_image.-right {
  margin-left: 15rem;
}

@media (max-width: 1599px) {
  .o-section_image.-right {
    margin-right: -7.5rem;
  }
}
@media (min-width: 1600px) {
  .o-section_image.-right {
    margin-right: -9.5625rem;
  }
}
.o-section_image img {
  width: 100%;
}

.o-grid {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-grid.-margin {
  margin-left: -3.75rem;
}

.o-grid_item {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
}

@media (max-width: 699px) {
  .o-grid_item.-button {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-button {
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  .o-grid_item.-button {
    width: 18.75rem;
  }
}
@media (max-width: 699px) {
  .o-grid_item.-button-content {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-button-content {
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  .o-grid_item.-button-content {
    width: calc(100% - 18.75rem);
  }
}
.o-grid.-margin .o-grid_item {
  padding-left: 3.75rem;
}

@media (min-width: 700px) {
  .o-grid_item.-half {
    width: 50%;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .o-grid_item.-half.-large {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-half.-medium {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .o-grid_item.-third {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .o-grid_item.-third {
    width: 33.3333333333%;
  }
}
.o-form {
  padding-bottom: 11.25rem;
}

@media (max-width: 699px) {
  .o-form_item {
    margin-bottom: 35px;
  }
}
@media (min-width: 700px) {
  .o-form_item {
    margin-bottom: 2.9375rem;
  }
}
.o-form_fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

@media (max-width: 699px) {
  .o-form_fieldset {
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  .o-form_fieldset {
    margin-bottom: 3.75rem;
  }
}
.o-form_button {
  text-align: right;
}

.o-label {
  display: block;
  height: 100%;
  color: #b3b3b3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.875rem;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-label {
    font-size: 9px;
  }
}
@media (min-width: 700px) {
  .o-label {
    font-size: 0.5625rem;
  }
}
.o-input-wrap .o-label {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input:focus ~ .o-label, .o-select:focus ~ .o-label, .o-textarea:focus ~ .o-label, .o-label.is-active {
  -webkit-transform: translateY(-1.875rem);
  -ms-transform: translateY(-1.875rem);
  transform: translateY(-1.875rem);
}

.o-input.has-error ~ .o-label, .has-error.o-select ~ .o-label, .has-error.o-textarea ~ .o-label {
  color: #cc3d3d;
}

.o-input-wrap {
  position: relative;
}

.o-input, .o-select, .o-textarea {
  padding: 0.875rem;
  background-color: transparent;
  border-bottom: 1px solid #b3b3b3;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-input, .o-select, .o-textarea {
    font-size: 14px;
  }
}
@media (min-width: 700px) {
  .o-input, .o-select, .o-textarea {
    font-size: 0.875rem;
  }
}
.o-input::-webkit-input-placeholder, .o-select::-webkit-input-placeholder, .o-textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

.o-input:-ms-input-placeholder, .o-select:-ms-input-placeholder, .o-textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

.o-input::placeholder, .o-select::placeholder, .o-textarea::placeholder {
  color: #b3b3b3;
}

.o-input.-search, .-search.o-select, .-search.o-textarea {
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  border-bottom: none;
}

@media (max-width: 699px) {
  .o-input.-search, .-search.o-select, .-search.o-textarea {
    font-size: 26px;
  }
}
@media (min-width: 700px) {
  .o-input.-search, .-search.o-select, .-search.o-textarea {
    font-size: 3.75rem;
  }
}
.o-input.-search::-webkit-input-placeholder, .-search.o-select::-webkit-input-placeholder, .-search.o-textarea::-webkit-input-placeholder {
  color: #000000;
}

.o-input.-search:-ms-input-placeholder, .-search.o-select:-ms-input-placeholder, .-search.o-textarea:-ms-input-placeholder {
  color: #000000;
}

.o-input.-search::placeholder, .-search.o-select::placeholder, .-search.o-textarea::placeholder {
  color: #000000;
}

.-mobile .o-input.-search, .-mobile .-search.o-select, .-mobile .-search.o-textarea {
  font-size: 26px;
  padding: 0;
}

.o-input.-search.-light, .-search.-light.o-select, .-search.-light.o-textarea {
  color: #1e1e22;
}

.o-input.-search.-light::-webkit-input-placeholder, .-search.-light.o-select::-webkit-input-placeholder, .-search.-light.o-textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

.o-input.-search.-light:-ms-input-placeholder, .-search.-light.o-select:-ms-input-placeholder, .-search.-light.o-textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

.o-input.-search.-light::placeholder, .-search.-light.o-select::placeholder, .-search.-light.o-textarea::placeholder {
  color: #b3b3b3;
}

.o-input.has-error, .has-error.o-select, .has-error.o-textarea {
  border-color: #cc3d3d;
}

.o-input:focus, .o-select:focus, .o-textarea:focus {
  outline: none;
}

.o-input-line {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #1e1e22;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

.o-input:focus ~ .o-input-line, .o-select:focus ~ .o-input-line, .o-textarea:focus ~ .o-input-line {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.o-input-lines::before, .o-input-lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-right: 1px solid #b3b3b3;
  height: 0.375rem;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input.has-error ~ .o-input-lines::before, .has-error.o-select ~ .o-input-lines::before, .has-error.o-textarea ~ .o-input-lines::before, .o-input.has-error ~ .o-input-lines::after, .has-error.o-select ~ .o-input-lines::after, .has-error.o-textarea ~ .o-input-lines::after {
  border-color: #cc3d3d;
}

.o-input-lines::before {
  left: 0;
  transition-delay: 0.3s;
}

.o-input-lines::after {
  right: 0;
}

.o-input:focus ~ .o-input-lines::before, .o-select:focus ~ .o-input-lines::before, .o-textarea:focus ~ .o-input-lines::before, .o-input:focus ~ .o-input-lines::after, .o-select:focus ~ .o-input-lines::after, .o-textarea:focus ~ .o-input-lines::after {
  border-color: #1e1e22;
}

.o-input:focus ~ .o-input-lines::before, .o-select:focus ~ .o-input-lines::before, .o-textarea:focus ~ .o-input-lines::before {
  transition-delay: 0s;
}

.o-input:focus ~ .o-input-lines::after, .o-select:focus ~ .o-input-lines::after, .o-textarea:focus ~ .o-input-lines::after {
  transition-delay: 0.3s;
}

.o-checkbox, .o-radio {
  position: absolute;
  width: 0;
  opacity: 0;
}

.o-checkbox:checked + .o-checkbox-label::after, .o-radio:checked + .o-checkbox-label::after, .o-checkbox:checked + .o-radio-label::after, .o-radio:checked + .o-radio-label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.o-checkbox-label, .o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.4;
  margin-right: 4.0625rem;
  cursor: pointer;
  padding-top: 0.125rem;
}

@media (max-width: 699px) {
  .o-checkbox-label, .o-radio-label {
    font-size: 12px;
    padding-left: 27px;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label, .o-radio-label {
    font-size: 0.875rem;
    padding-left: 1.1875rem;
  }
}
.o-checkbox-label.-uppsercase, .-uppsercase.o-radio-label {
  text-transform: uppercase;
}

.o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  padding: 0;
  content: "";
  border: 1px solid;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
    margin-top: -0.28125rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.o-checkbox-label::after, .o-radio-label::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1e1e22 transparent transparent transparent;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-checkbox-label::after, .o-radio-label::after {
    border-width: 12px 12px 0 0;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label::after, .o-radio-label::after {
    border-width: 0.5625rem 0.5625rem 0 0;
  }
}
.o-checkbox-label.has-error::before, .has-error.o-radio-label::before {
  border-color: #cc3d3d;
}

.o-checkbox-label_text {
  display: inline-block;
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.o-checkbox-label:hover .o-checkbox-label_text, .o-radio-label:hover .o-checkbox-label_text {
  -webkit-transform: translateX(0.3125rem);
  -ms-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.o-radio-label::before, .o-radio-label::after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.o-radio-label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.o-radio:checked + .o-radio-label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.o-select {
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
}

.o-select:focus {
  border-bottom-color: #1e1e22;
}

.o-select-wrap {
  position: relative;
}

.o-select-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23b3b3b3%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.o-textarea-wrap {
  position: relative;
}

.o-textarea {
  min-height: 9.375rem;
}

.o-button {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #1e1e22;
  white-space: nowrap;
  font-size: 0;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.o-button > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

@media (max-width: 699px) {
  .o-button {
    height: 60px;
    padding: 0 20px;
  }
}
@media (min-width: 700px) {
  .o-button {
    height: 3.75rem;
    padding: 0 1.875rem;
  }
}
.o-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1e1e22;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s, -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:hover {
  color: #ffffff;
  transition-delay: 0s;
}

.o-button:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
}

@media (min-width: 1200px) {
  .o-button.-anim {
    border-color: transparent;
  }
}
.o-button.-left::after {
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.o-button.-white {
  border-color: #ffffff;
}

.o-button.-white::after {
  background-color: #ffffff;
}

.o-button.-white:hover {
  color: #000000;
}

@media (max-width: 699px) {
  .o-button.-width {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .o-button.-width {
    width: 15rem;
  }
}
.o-button.-form {
  width: 11.25rem;
}

.o-button.-form:focus {
  color: #ffffff;
  transition-delay: 0s;
}

.o-button.-form:focus::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
}

.o-button.-square {
  padding: 0;
}

@media (max-width: 699px) {
  .o-button.-square {
    width: 60px;
  }
}
@media (min-width: 700px) {
  .o-button.-square {
    width: 3.75rem;
  }
}
.o-button-group .o-button + .o-button {
  border-left: none;
}

@media (max-width: 699px) {
  .o-button.-padding {
    padding: 1.25rem;
  }
}
@media (min-width: 700px) {
  .o-button.-padding {
    padding: 1.25rem 2.5rem;
  }
}
.o-button_label {
  display: inline-block;
  position: relative;
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  line-height: 1.4;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 0.75rem;
}

.o-button:hover .o-button_label {
  -webkit-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
  transition-delay: 0.075s;
}

.o-button.-left:hover .o-button_label {
  -webkit-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}

.o-button.-square:hover .o-button_label {
  -webkit-transform: translateX(0.375rem);
  -ms-transform: translateX(0.375rem);
  transform: translateX(0.375rem);
}

.o-button.-left.-square:hover .o-button_label {
  -webkit-transform: translateX(-0.375rem);
  -ms-transform: translateX(-0.375rem);
  transform: translateX(-0.375rem);
}

.o-button-group {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-button_icon {
  position: relative;
  width: 1.1875rem;
  height: 1.1875rem;
  fill: #1e1e22;
  transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button.-white .o-button_icon {
  fill: #ffffff;
}

.o-button:hover .o-button_icon {
  fill: #f6f6f6;
  transition-delay: 0s;
}

.o-button.-white:hover .o-button_icon {
  fill: #1e1e22;
}

.o-button_line::before, .o-button_line::after {
  content: "";
  position: absolute;
  background-color: #1e1e22;
}

.is-mobile .o-button_line::before, .is-mobile .o-button_line::after {
  display: none;
}

.o-button_line::before {
  width: 1px;
  top: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line::after {
  height: 1px;
  right: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line:first-of-type::before {
  left: 0;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.o-button_line:first-of-type::after {
  top: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}

.o-button_line:last-of-type::before {
  right: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.o-button_line:last-of-type::after {
  bottom: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.o-button.is-inview .o-button_line::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.o-button.is-inview .o-button_line::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.o-button.is-inview .o-button_line:first-of-type::before {
  transition-delay: 1.15s;
}

.o-button.is-inview .o-button_line:first-of-type::after {
  transition-delay: 0.1s;
}

.o-button.is-inview .o-button_line:last-of-type::before {
  transition-delay: 0.55s;
}

.o-button.is-inview .o-button_line:last-of-type::after {
  transition-delay: 0.7s;
}

.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-header-home_controls, .c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 40px;
  }
}
@media (min-width: 700px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_controls, .c-header-home_buttons {
    padding-bottom: 3.75rem;
  }
}
.is-loaded .c-header-home_controls, .is-loaded .c-header-home_buttons {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_controls, body[data-route-option=prev-section] .c-header-home_buttons, body[data-route-option=next-section] .c-header-home_controls, body[data-route-option=next-section] .c-header-home_buttons {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

@media (min-width: 700px) {
  .c-header-home_controls {
    float: left;
  }
}
.c-header-home_buttons {
  transition-delay: 0.75s;
}

@media (max-width: 699px) {
  .c-header-home_buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1000px) {
  .c-header-home_buttons {
    float: right;
  }
}
@media (max-width: 699px) {
  .c-header-home_button {
    width: 50% !important;
  }
}
@media (min-width: 700px) {
  .c-header-home_button {
    width: 15.625rem;
  }
}
.home #page .site-content-contain #content #primary #main #section-1 {
  height: 90svh;
}
.home #page .site-content-contain #content #primary #main #section-2 {
  padding: 5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-2 .header-section-2 .page-title {
  padding: 10svh 0 2svh !important;
  text-transform: uppercase;
}
.home #page .site-content-contain #content #primary #main #section-2 .header-section-2 .sous-titre-section {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-2-3 .image-container, .home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-1-3 .image-container {
  margin-bottom: 3svh;
  position: relative;
  overflow: hidden;
}
.home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-2-3 .image, .home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-1-3 .image {
  width: 100%;
  transition: transform 0.3s ease;
}
.home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-2-3 .image-container:hover .image, .home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-1-3 .image-container:hover .image {
  transform: scale(1.1); /* Agrandit l'image au survol */
}
.home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-2-3 .overlay, .home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-1-3 .overlay {
  position: absolute; /* Positionne le texte et le bouton au-dessus de l'image */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex; /* Utilise flexbox pour centrer le contenu */
  flex-direction: column; /* Aligne le texte et le bouton verticalement */
  justify-content: center; /* Centre verticalement */
  align-items: center; /* Centre horizontalement */
  background-color: rgba(0, 0, 0, 0.1); /* Fond semi-transparent */
  color: #ededed;
  text-align: center;
  z-index: 1;
}
.home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-2-3 .overlay h3, .home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-1-3 .overlay h3 {
  color: rgba(255, 255, 255, 0);
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 5svh;
  transition: all ease-in-out 0.5s;
}
.home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-2-3 .overlay:hover, .home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-1-3 .overlay:hover {
  background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
}
.home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-2-3 .overlay:hover h3, .home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-1-3 .overlay:hover h3 {
  color: #ededed;
}
.home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-2-3 .button, .home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-1-3 .button {
  background-color: #D4A373; /* Couleur du bouton */
  color: #ededed; /* Couleur du texte du bouton */
  padding: 10px 20px; /* Espacement interne du bouton */
  text-decoration: none; /* Supprime le soulignement */
  transition: background-color 0.3s ease; /* Transition pour le changement de couleur */
}
.home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-2-3 .button:hover, .home #page .site-content-contain #content #primary #main #section-2 .content-section-2 .col-1-3 .button:hover {
  color: #D4A373;
  background-color: #ededed; /* Couleur du bouton au survol */
}
.home #page .site-content-contain #content #primary #main #section-3 {
  background: url("https://www.borsomin.re/wp-content/uploads/2025/04/section-3-bg.png") center center no-repeat; /* Centre l'image */
  background-size: cover; /* Remplit l'espace sans déformer l'image */
  position: relative; /* Nécessaire pour le positionnement */
  padding: 20svh 20px; /* Ajoutez un peu d'espace autour du texte */
  color: white; /* Ajustez la couleur du texte si nécessaire */
  overflow: hidden; /* Cache les débordements */
  box-sizing: border-box; /* Assurez-vous que le padding est inclus dans la hauteur totale */
}
.home #page .site-content-contain #content #primary #main #section-3 .content-section-3 {
  position: relative; /* Nécessaire pour que le texte soit au-dessus du pseudo-élément */
  z-index: 2; /* Assurez-vous que le texte est au-dessus du pseudo-élément */
  text-align: center;
}
.home #page .site-content-contain #content #primary #main #section-3 .content-section-3 .quote {
  font-family: "Sabon", "EB Garamond", serif;
  font-size: 3vw;
}
.home #page .site-content-contain #content #primary #main #section-3::before {
  content: ""; /* Nécessaire pour afficher le pseudo-élément */
  position: absolute; /* Positionnement absolu par rapport à #section-3 */
  top: 0; /* Aligne en haut */
  left: 0; /* Aligne à gauche */
  right: 0; /* Aligne à droite */
  bottom: 0; /* Aligne en bas */
  background-color: rgba(0, 0, 0, 0.5); /* Couleur de fond avec opacité (noir semi-transparent) */
  z-index: 1; /* Assurez-vous que le pseudo-élément est au-dessus de l'image de fond */
}
.home #page .site-content-contain #content #primary #main #section-4 {
  padding: 5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-4 .header-section-4 .page-title {
  padding: 10svh 0 2svh !important;
  text-transform: uppercase;
}
.home #page .site-content-contain #content #primary #main #section-4 .header-section-4 .sous-titre-section {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.home #page .site-content-contain #content #primary #main #section-4 .content-section-4 {
  margin: 5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-4 .content-section-4 .col-3 .image-container {
  margin-bottom: 3svh;
  position: relative;
  overflow: hidden;
}
.home #page .site-content-contain #content #primary #main #section-4 .content-section-4 .col-3 .image {
  width: 100%;
  transition: transform 0.3s ease;
}
.home #page .site-content-contain #content #primary #main #section-4 .content-section-4 .col-3 .image-container:hover .image {
  transform: scale(1.1); /* Agrandit l'image au survol */
}
.home #page .site-content-contain #content #primary #main #section-4 .content-section-4 .col-3 .overlay {
  position: absolute; /* Positionne le texte et le bouton au-dessus de l'image */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex; /* Utilise flexbox pour centrer le contenu */
  flex-direction: column; /* Aligne le texte et le bouton verticalement */
  justify-content: center; /* Centre verticalement */
  align-items: center; /* Centre horizontalement */
  background-color: rgba(0, 0, 0, 0.1); /* Fond semi-transparent */
  color: #ededed;
  z-index: 1;
}
.home #page .site-content-contain #content #primary #main #section-4 .content-section-4 .col-3 .overlay h3 {
  color: #ededed;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 5svh;
}
.home #page .site-content-contain #content #primary #main #section-4 .content-section-4 .col-3 .overlay:hover {
  background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
}
.home #page .site-content-contain #content #primary #main #section-4 .content-section-4 .col-3 .button {
  background-color: #D4A373; /* Couleur du bouton */
  color: #ededed; /* Couleur du texte du bouton */
  padding: 10px 20px; /* Espacement interne du bouton */
  text-decoration: none; /* Supprime le soulignement */
  transition: background-color 0.3s ease; /* Transition pour le changement de couleur */
}
.home #page .site-content-contain #content #primary #main #section-4 .content-section-4 .col-3 .button:hover {
  color: #D4A373;
  background-color: #ededed; /* Couleur du bouton au survol */
}
.home #page .site-content-contain #content #primary #main #section-5 {
  background: url(../img/section-5-bg.png);
}
.home #page .site-content-contain #content #primary #main #section-5 .header-section-5 {
  margin: 5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-5 .header-section-5 .page-title {
  padding: 10svh 0 2svh !important;
  text-transform: uppercase;
}
.home #page .site-content-contain #content #primary #main #section-5 .content-section-5 {
  padding: 5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .expedition, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .retour, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .suivi, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .livraison {
  color: #171717;
  position: relative;
  padding-left: 0;
  padding-top: 60px;
  text-align: center;
}
.home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .expedition:before, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .retour:before, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .suivi:before, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .livraison:before {
  font-family: "FontAwesome";
  font-size: 2.5rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .expedition:before {
  content: "\f57c";
}
.home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .retour:before {
  content: "\f0e2";
}
.home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .suivi:before {
  content: "\f3c5";
}
.home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .livraison:before {
  content: "\f118";
}
.home #page .site-content-contain #content #primary #main #section-6 {
  margin: 5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-6 .header-section-6 {
  flex-basis: 100%;
  margin: 5svh 0;
}
.home #page .site-content-contain #content #primary #main #section-6 .header-section-6 .page-title {
  padding: 10svh 0 2svh !important;
  text-transform: uppercase;
}
.home #page .site-content-contain #content #primary #main #section-6 .header-section-6 .sous-titre-section {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.home #page .site-content-contain #content #primary #main #section-6 .figure-section-6 {
  flex-basis: 100%;
  margin: 0;
}
.home #page .site-content-contain #content #primary #main #section-6 .content-section-6 {
  flex-basis: 100%;
  padding: 0;
}
.home #page .site-content-contain #content #primary #main #section-6 .content-section-6 .title-section-6 {
  font-size: 2rem;
}
.home #page .site-content-contain #content #primary #main #section-6 .content-section-6 .button {
  background: #171717;
  border: solid 1px white;
  color: #ededed;
}
.home #page .site-content-contain #content #primary #main #section-6 .content-section-6 .button:hover {
  background: #ededed;
  border: solid 1px #171717;
  color: #171717;
}

/*--------------------------------------------------------------
13.4 Page
--------------------------------------------------------------*/
.maintenance {
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.page-template-default #page .site-content-contain .site-content #main .page .entry-header {
  padding-top: 10svh;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
13.5 Mailchimp
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.7 Footer
--------------------------------------------------------------*/
/* Recaptcha Google*/
#colophon {
  background: url(../img/footer_bg.png);
  color: #ededed;
}
#colophon .container-nav-footer {
  align-content: center;
  flex-direction: row;
}
#colophon .container-nav-footer .info-footer {
  flex-basis: 95%;
  margin: 10svh auto 5svh;
  text-align: center;
}
#colophon .container-nav-footer .info-footer .header-info-footer .title-info-footer {
  background: url(../img/borsomin-logo-transparent.png) no-repeat center center;
  background-size: contain;
  color: transparent;
  height: 100px;
  margin: 0 0 2vh;
}
#colophon .container-nav-footer .info-footer #nav-social-menu {
  margin-bottom: 1vw;
}
#colophon .container-nav-footer .info-footer #nav-social-menu .social-menu {
  display: flex;
  font-size: 2rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#colophon .container-nav-footer .info-footer #nav-social-menu .social-menu .menu-item {
  margin-right: 20px;
}
#colophon .container-nav-footer .info-footer #nav-social-menu .social-menu .menu-item .fa-brands {
  transition: all 0.5s;
}
#colophon .container-nav-footer .info-footer #nav-social-menu .social-menu .menu-item .fa-brands:hover {
  animation: bounce-fa 0.5s ease infinite;
  color: #d2d2d2;
}
@keyframes bounce-fa {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#colophon .container-nav-footer .info-footer #nav-social-menu .social-menu .menu-item:last-child {
  margin-right: 0;
}
#colophon .site-info {
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
#colophon .site-info .menu-extra-container {
  flex-basis: 100%;
}
#colophon .site-info .menu-extra-container #nav-info ul {
  border-top: solid 1px #ededed;
  display: inline-flex;
  font-size: 80%;
  padding: 20px;
  list-style: none;
  margin: 0;
}
#colophon .site-info .menu-extra-container #nav-info ul .menu-item {
  margin-right: 10px;
}
#colophon .site-info .menu-extra-container #nav-info ul .menu-item a {
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#colophon .site-info .menu-extra-container #nav-info ul .menu-item a:hover {
  color: #d2d2d2;
}
#colophon .site-info .menu-extra-container #nav-info ul .menu-item a:hover:after {
  width: 100%;
  background: #ededed;
}
#colophon .site-info .menu-extra-container #nav-info ul .menu-item a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.09em;
  left: 0;
  width: 0;
  height: 1px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
#colophon .site-info .menu-extra-container #nav-info ul .menu-item:last-child {
  margin-right: 0;
}
#colophon .site-info .menu-extra-container #nav-info ul .blueroom:before {
  content: "Webdesign & Développement : ";
}
#colophon .site-info .kap {
  list-style: none;
}
#colophon .site-info .kap li {
  display: inline-flex;
}

/* cookies */
.cky-btn-accept {
  border-color: #292929;
  background: #292929;
}

/*--------------------------------------------------------------
13.8 Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 53em) {
  /*Menu*/
  .menu-wrap .menu > div > div > ul > li {
    list-style: none;
    color: #ededed;
    font-family: "Sabon", "EB Garamond", serif;
    font-size: 3rem;
    font-weight: 200;
    padding: 1svh;
    text-transform: uppercase;
    letter-spacing: 1rem;
  }
  /*Accueil*/
  .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 {
    padding: 5svh 0;
    text-align: left;
  }
  .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 h3 {
    color: #171717;
  }
  .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .expedition, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .retour, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .suivi, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .livraison {
    position: relative;
    padding-top: 0;
    padding-left: 50px;
    text-align: left;
  }
  .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .expedition:before, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .retour:before, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .suivi:before, .home #page .site-content-contain #content #primary #main #section-5 .content-section-5 .col-4 .livraison:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .home #page .site-content-contain #content #primary #main #section-6 .figure-section-6 {
    flex-basis: 25%;
  }
  .home #page .site-content-contain #content #primary #main #section-6 .content-section-6 {
    flex-basis: 74%;
    padding: 0 0 0 1%;
  }
  /*Woocommerce*/
  .single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-product-gallery {
    width: 58% !important;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary {
    width: 38% !important;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .entry-title {
    background: none !important;
    background-size: unset;
    font-size: 2rem;
    font-weight: 100;
    text-align: left;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .price {
    color: #292929 !important;
    font-size: 1.155em !important;
    margin: 0;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .woocommerce-product-details__short-description {
    font-size: 0.8rem;
    font-weight: 800;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart {
    margin-bottom: 0 !important;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity {
    display: flex;
    margin-bottom: 15px;
    padding: 5px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 128, 157, 0.5);
    background: transparent;
    position: relative;
    justify-content: center;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity .minus, .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity .plus {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 0;
    margin-top: 7px;
    border-radius: 50%;
    background: #107e9a;
    overflow: visible;
    color: #ededed;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity .qty {
    padding: 0;
    width: 30px;
    text-align: center;
    border: 0;
    color: #171717;
    outline: 0;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity .minus:hover, .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity .plus:hover {
    background: #107e9a;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .quantity #smntcswcb {
    background: transparent;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .single_add_to_cart_button {
    background: #107e9a;
    border-radius: 0;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 128, 157, 0.5);
    letter-spacing: 0.5rem;
    padding: 1.2rem;
    transition: all 0.4s ease;
    width: 76%;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .cart .single_add_to_cart_button:hover {
    background: #ededed;
    color: #107e9a;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .product_meta {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .summary .product_meta .sku_wrapper {
    display: block;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs {
    margin-top: 5svh;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs .tabs {
    padding: 0;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs .tabs li {
    border: 0;
    border-radius: 0;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs .tabs li:before, .single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs .tabs li:after {
    border: none 0;
    border-radius: 0;
    box-shadow: none;
  }
  .single-product #page .site-content-contain .site-content .main .single-product .product .woocommerce-tabs .tabs:before {
    border: 0 none;
  }
}
/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
.sidebar {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  margin-left: 1%;
}
@media (max-width: 414px) {
  .sidebar {
    -webkit-flex-basis: 98%;
    -moz-flex-basis: 98%;
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    margin: 0 1%;
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .sidebar {
    -webkit-flex-basis: 98%;
    -moz-flex-basis: 98%;
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sidebar {
    -webkit-flex-basis: 98%;
    -moz-flex-basis: 98%;
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
    margin: 0 1%;
  }
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar a {
  color: white;
}
.sidebar .fb_iframe_widget {
  overflow-y: scroll;
}
.sidebar ._2lqg {
  border: none;
  background: black;
}

/*--------------------------------------------------------------
16.O Medias
--------------------------------------------------------------*/
img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  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;
}

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 12%;
}
.gallery .gallery-item img {
  border: none;
}

.gallery .gallery-caption {
  margin-left: 0;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*# sourceMappingURL=borsomin.css.map */
