@charset "UTF-8";
/*

Reset styles are based on the great work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/ 
and Nicolas Gallagher & Jonathan Neal http://necolas.github.io/normalize.css/

http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

normalize.css v3.0.1 | MIT License | git.io/normalize

*/
/*  ---------------------------------------

    GRID          

---------------------------------------- */
/* 
	  Responsive CSS Framework
    Copyright © 2012 Aline Keller - www.alinekeller.ch 
    This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) - http://creativecommons.org/licenses/by-sa/4.0/
*/
/* Column = 15px / Gutter = 10px => 310px */
.breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list, .wrapper,
.wrapper-narrow,
.contentcenter {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
  width: 96%;
}
@media screen and (min-width: 30em) {
  .breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list, .wrapper,
.wrapper-narrow,
.contentcenter {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list, .wrapper,
.wrapper-narrow,
.contentcenter {
    padding-left: 15px;
    padding-right: 15px;
    width: 675px;
  }
}
@media screen and (min-width: 64em) {
  .breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list, .wrapper,
.wrapper-narrow,
.contentcenter {
    padding-left: 20px;
    padding-right: 20px;
    width: 980px;
  }
}
@media screen and (min-width: 79em) {
  .breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list, .wrapper,
.wrapper-narrow,
.contentcenter {
    padding-left: 30px;
    padding-right: 30px;
    width: 1230px;
  }
}
form.woocommerce-checkout, .grid {
  margin-left: -5px;
  margin-right: -5px;
}
.flexbox form.woocommerce-checkout:after, .flexbox .grid:after {
  display: none;
}
@media screen and (min-width: 48em) {
  form.woocommerce-checkout, .grid {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    margin-left: -7px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 64em) {
  form.woocommerce-checkout, .grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 79em) {
  form.woocommerce-checkout, .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, .col {
  clear: both;
  float: none;
  margin: 0 0 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, .col {
    clear: none;
    float: left;
    padding-left: 7px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 64em) {
  form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 79em) {
  form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col.right {
  float: right;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  clear: none;
  float: left;
}

.col-xs-1 {
  width: 8.33343%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3334%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3334%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3334%;
}

.col-xs-11 {
  width: 91.6667%;
}

.col-xs-12 {
  width: 100%;
}

/*  -----------------------------------------------------------

	Media Queries - Mobile phones (> 480px)

	Column = 25px / Gutter = 10px => 430px

------------------------------------------------------------ */
@media screen and (min-width: 30em) {
  .col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11 {
    clear: none;
    float: left;
  }

  .col-s-1 {
    width: 8.3334%;
  }

  .col-s-2 {
    width: 16.6667%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-4 {
    width: 33.3334%;
  }

  .col-s-5 {
    width: 41.6667%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-7 {
    width: 58.3334%;
  }

  .col-s-8 {
    width: 66.6667%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-10 {
    width: 83.3334%;
  }

  .col-s-11 {
    width: 91.6667%;
  }

  .col-s-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Small desktop & vertical tablets (> 768px)

	Column = 40px (* 12) / Gutter = 15px (* 13) => 675px

------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .col12,
.col-m-12,
.col-l-12,
.col-xl-12 {
    clear: both;
    float: none;
  }

  /* Columns width */
  .col1 {
    width: 8.3334%;
  }

  .col2 {
    width: 16.6667%;
  }

  .col3 {
    width: 25%;
  }

  .col4 {
    width: 33.3334%;
  }

  .col5 {
    width: 41.6667%;
  }

  .col6 {
    width: 50%;
  }

  .col7 {
    width: 58.3334%;
  }

  .col8 {
    width: 66.6667%;
  }

  .col9 {
    width: 75%;
  }

  .col10 {
    width: 83.3334%;
  }

  .col11 {
    width: 91.6667%;
  }

  .col12 {
    width: 100%;
  }

  .col-m-1 {
    width: 8.33344%;
  }

  .col-m-2 {
    width: 16.6667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .col-m-4 {
    width: 33.3334%;
  }

  .col-m-5 {
    width: 41.6667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .col-m-7 {
    width: 58.3334%;
  }

  .col-m-8 {
    width: 66.6667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .col-m-10 {
    width: 83.3334%;
  }

  .col-m-11 {
    width: 91.6667%;
  }

  .col-m-12 {
    width: 100%;
  }

  /* Offset */
  .offset-m-1 {
    margin-left: 8.3334%;
  }

  .offset-m-2 {
    margin-left: 16.6667%;
  }

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

  .offset-m-4 {
    margin-left: 33.3334%;
  }

  .offset-m-5 {
    margin-left: 41.6667%;
  }

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

  .offset-m-7 {
    margin-left: 58.3334%;
  }

  .offset-m-8 {
    margin-left: 66.6667%;
  }

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

  .offset-m-10 {
    margin-left: 83.3334%;
  }

  .offset-m-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1024px

	Column = 60px (* 12) / Gutter = 20px (* 13) => 980px

------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .col-l-1 {
    width: 8.33344%;
  }

  .col-l-2 {
    width: 16.6667%;
  }

  .col-l-3 {
    width: 25%;
  }

  .col-l-4 {
    width: 33.3334%;
  }

  .col-l-5 {
    width: 41.6667%;
  }

  .col-l-6, form.woocommerce-checkout .order-review, form.woocommerce-checkout .customer-details {
    width: 50%;
  }

  .col-l-7 {
    width: 58.3334%;
  }

  .col-l-8 {
    width: 66.6667%;
  }

  .col-l-9 {
    width: 75%;
  }

  .col-l-10 {
    width: 83.3334%;
  }

  .col-l-11 {
    width: 91.6667%;
  }

  .col-l-12 {
    width: 100%;
  }

  .offset-l-1 {
    margin-left: 8.3334%;
  }

  .offset-l-2 {
    margin-left: 16.6667%;
  }

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

  .offset-l-4 {
    margin-left: 33.3334%;
  }

  .offset-l-5 {
    margin-left: 41.6667%;
  }

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

  .offset-l-7 {
    margin-left: 58.3334%;
  }

  .offset-l-8 {
    margin-left: 66.6667%;
  }

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

  .offset-l-10 {
    margin-left: 83.3334%;
  }

  .offset-l-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1264px

	Column = 70px (* 12) / Gutter = 30px (* 13) => 1230px

------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .col-xl-1 {
    width: 8.33343%;
  }

  .col-xl-2 {
    width: 16.6667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3334%;
  }

  .col-xl-5, form.woocommerce-checkout .order-review {
    width: 41.6667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7, form.woocommerce-checkout .customer-details {
    width: 58.3334%;
  }

  .col-xl-8 {
    width: 66.6667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3334%;
  }

  .col-xl-11 {
    width: 91.6667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.3334%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3334%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3334%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3334%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1440px

	Column = 80px (* 12) / Gutter = 30px (* 13) => 1280px

------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  /*
    .col-xxl-1 { width: 8.33343%; }
    .col-xxl-2 { width: 16.6667%; }
    .col-xxl-3 { width: 25%; }
    .col-xxl-4 { width: 33.3334%; }
    .col-xxl-5 { width: 41.6667%; }
    .col-xxl-6 { width: 50%; }
    .col-xxl-7 { width: 58.3334%; }
    .col-xxl-8 { width: 66.6667%; }
    .col-xxl-9 { width: 75%; }
    .col-xxl-10 { width: 83.3334%; }
    .col-xxl-11 { width: 91.6667%; }
    .col-xxl-12 { width: 100%; }

    .offset-xxl-1   { margin-left: 8.3334%; }
    .offset-xxl-2   { margin-left: 16.6667%; }
    .offset-xxl-3   { margin-left: 25%; }
    .offset-xxl-4   { margin-left: 33.3334%; }
    .offset-xxl-5   { margin-left: 41.6667%; }
    .offset-xxl-6   { margin-left: 50%; }
    .offset-xxl-7   { margin-left: 58.3334%; }
    .offset-xxl-8   { margin-left: 66.6667%; }
    .offset-xxl-9   { margin-left: 75%; }
    .offset-xxl-10  { margin-left: 83.3334%; }
    .offset-xxl-11  { margin-left: 91.6667%; }
  */
}
/* Media queries */
/* Theme colors */
/* WP colors */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 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. */
}

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

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}

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

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
  display: none;
}

/*
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.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 {
  max-width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* ------------------------------------------
 01 BASE STYLES
------------------------------------------ */
/* Fonts */
@font-face {
  font-family: "CocoGothicProDisplayHeavy";
  src: url("/wp-content/themes/website/assets/font/CocoGothicProDisplayHeavy/font.woff2") format("woff2"), url("/wp-content/themes/website/assets/font/CocoGothicProDisplayHeavy/font.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/website/assets/font/Poppins/poppins-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/website/assets/font/Poppins/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/website/assets/font/Poppins/ppoppins-italic-webfont.woff2") format("woff2"), url("/wp-content/themes/website/assets/font/Poppins/ppoppins-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/website/assets/font/Poppins/poppins-semibold-webfont.woff2") format("woff2"), url("/wp-content/themes/website/assets/font/Poppins/poppins-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/website/assets/font/Poppins/poppins-semibolditalic-webfont.woff2") format("woff2"), url("/wp-content/themes/website/assets/font/Poppins/poppins-semibolditalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/website/assets/font/Poppins/poppins-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/website/assets/font/Poppins/poppins-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/website/assets/font/Poppins/poppins-bolditalic-webfont.woff2") format("woff2"), url("/wp-content/themes/website/assets/font/Poppins/poppins-bolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
/* Structure */
html {
  scroll-behavior: smooth;
  scroll-padding: 50px;
}
html.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site {
  position: relative;
}

.grecaptcha-badge {
  display: none;
}

section {
  position: relative;
  padding: 3rem 5%;
}
@media screen and (min-width: 64em) {
  section {
    padding: 7rem 10%;
  }
}

.link-effect a {
  color: white;
  margin-top: 2rem;
  padding: 0.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #5d948f;
  transition: 0.3s;
  text-decoration: none;
}
.link-effect a span::before {
  width: 100%;
  height: 2px;
  background: #5d948f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.link-effect a span::after {
  width: 100%;
  height: 2px;
  background: #5d948f;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.link-effect a::before {
  width: 2px;
  height: 100%;
  background: #5d948f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.link-effect a::after {
  width: 2px;
  height: 100%;
  background: #5d948f;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  transform: translateY(-100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.link-effect a:hover {
  background-color: white;
  color: #5d948f;
}
.link-effect a:hover::before, .link-effect a:hover::after {
  transform: translateX(0);
}
.link-effect a:hover span::before, .link-effect a:hover span::after {
  transform: translateX(0);
}
.link-effect.link-effect-b a {
  color: white;
  background-color: black;
}
.link-effect.link-effect-b a span::before {
  background: black;
}
.link-effect.link-effect-b a span::after {
  background: black;
}
.link-effect.link-effect-b a::before {
  background: black;
}
.link-effect.link-effect-b a::after {
  background: black;
}
.link-effect.link-effect-b a:hover {
  background-color: white;
  color: black;
}
.link-effect.link-effect-w a {
  color: #5d948f;
  background-color: white;
}
.link-effect.link-effect-w a span::before {
  background: white;
}
.link-effect.link-effect-w a span::after {
  background: white;
}
.link-effect.link-effect-w a::before {
  background: white;
}
.link-effect.link-effect-w a::after {
  background: white;
}
.link-effect.link-effect-w a:hover {
  background-color: #5d948f;
  color: white;
}

/* Typography */
dd,
dt,
li,
p,
td,
th,
label,
input,
select,
textarea {
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.4em;
}
@media screen and (min-width: 64em) {
  dd,
dt,
li,
p,
td,
th,
label,
input,
select,
textarea {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 79em) {
  dd,
dt,
li,
p,
td,
th,
label,
input,
select,
textarea {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 1em;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

p.lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.125em;
}
p.lead + p.lead {
  margin-top: 1.125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}

h1 {
  font-size: 1.625em;
  color: #5d948f;
  text-transform: uppercase;
  font-weight: 500;
}

h2 {
  font-size: 1.75em;
  text-transform: uppercase;
  font-weight: 500;
  color: #5d948f;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.25em;
}

h5,
h6 {
  font-size: 1.125em;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
figure + h1,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6,
.jetpack-video-wrapper + h1,
.jetpack-video-wrapper + h2,
.jetpack-video-wrapper + h3,
.jetpack-video-wrapper + h4,
.jetpack-video-wrapper + h5,
.jetpack-video-wrapper + h6 {
  clear: both;
  margin-top: 2em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1.125em;
}

a {
  color: #5d948f;
  position: relative;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.3s ease-in-out;
  font-weight: bold;
}
a:hover, a:active {
  color: #d94f60;
}
a:focus {
  color: #d94f60;
  outline-color: #d94f60;
}

/* Lists */
li {
  margin-bottom: 0.75em;
}
li:last-child {
  margin-bottom: 0;
}

ul li {
  padding-left: 1.5em;
  position: relative;
}

.nav li {
  padding: 0;
}
.nav li:before {
  display: none;
}

/**
 * Social icons
 */
.list-socials {
  padding: 0;
}
.list-socials li {
  display: inline-block;
  margin: 0;
}
.list-socials li a {
  border: none;
  display: block;
  height: 32px !important;
  width: 32px !important;
  text-align: center;
}
.list-socials li a .label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.list-socials li a:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 2rem;
  font-weight: normal;
  line-height: 2rem;
}
.list-socials li a[href*=facebook]:before {
  content: "";
}
.list-socials li a[href*=instagram]:before {
  content: "";
}
.list-socials li a[href*=pinterest]:before {
  content: "";
}
.list-socials li a[href*=twitter]:before {
  content: "";
}
.list-socials li a[href*=youtube]:before {
  content: "";
}
.list-socials li a[href*=vimeo]:before {
  content: "";
}
.list-socials li a[href*=linkedin]:before {
  content: "";
}
.list-socials li a[href*=tiktok]:before {
  content: "";
}
.list-socials li a[href*=snapchat]:before {
  content: "";
}
.list-socials li a[href*=github]:before {
  content: "";
}
.list-socials li a[href*=bitbucket]:before {
  content: "";
}
.list-socials li a[href*=behance]:before {
  content: "";
}
.list-socials li a[href*=dribbble]:before {
  content: "";
}
.list-socials li a[href*=spotify]:before {
  content: "";
}
.list-socials li a[href*=deezer]:before {
  content: "";
}
.list-socials li a[href*=goodreads]:before {
  content: "";
}
.list-socials li a[href*=whatsapp]:before {
  content: "";
}
.list-socials li a[href*=tumblr]:before {
  content: "";
}
.list-socials li a[href*=yelp]:before {
  content: "";
}
.list-socials li a[href*=tripadvisor]:before {
  content: "";
}

/* Accessibility */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/* Forms */
label {
  display: block;
}
input[type=color],
input[type=date],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  border-radius: 0;
  border-color: #707070;
  height: 40px;
  line-height: 40px;
}
.btn,
.button,
.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
  background-color: transparent;
  border: 1px solid #5d948f;
  border-radius: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  height: 44px;
  line-height: 1.5em;
  text-align: center;
  transition: color 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn:hover,
.button:hover,
.wp-block-button__link:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover, .btn:active,
.button:active,
.wp-block-button__link:active,
button:active,
input[type=submit]:active,
input[type=button]:active {
  background: #5d948f;
  border-color: #5d948f;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .btn,
.button,
.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
    font-size: 1.125rem;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 79em) {
  .btn,
.button,
.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
    font-size: 1.25rem;
    height: 56px;
    line-height: 56px;
  }
}

a.btn,
a.button,
a.wp-block-button__link {
  display: inline-block;
  height: auto;
  line-height: 1.5em;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (min-width: 64em) {
  a.btn,
a.button,
a.wp-block-button__link {
    padding-top: 11px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 79em) {
  a.btn,
a.button,
a.wp-block-button__link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

textarea {
  height: auto;
}

fieldset.grid {
  border: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
fieldset.grid .form-item.col {
  padding: 0 10px;
}
fieldset.grid .inline-container.col12 {
  width: auto;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  h1 {
    font-size: 1.75em;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  h1 {
    font-size: 3em;
  }

  p.lead {
    font-size: 1.25rem;
  }

  textarea {
    padding: 14px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  dd,
dt,
li,
p,
td,
th,
.btn,
.button,
button,
input,
textarea,
label {
    font-size: 1.125rem;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.625em;
  }

  h4 {
    font-size: 1.375em;
  }

  h5,
h6 {
    font-size: 1.25em;
  }

  p.lead {
    font-size: 1.5rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 02 HEADER
------------------------------------------ */
.boutique-link {
  width: 50px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.site-header {
  height: 70px;
  padding: 0 5%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .site-header {
    height: 120px;
    padding: 0 10%;
  }
}
@media screen and (min-width: 79em) {
  .site-header {
    height: 120px;
    padding: 0 15%;
  }
}

/* Branding */
.site-branding {
  position: relative;
}
.site-branding img {
  width: 200px;
}
@media screen and (min-width: 64em) {
  .site-branding {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 110;
  }
  .site-branding img {
    width: 200px;
  }
}
@media screen and (min-width: 90em) {
  .site-branding img {
    width: 300px;
  }
}

.nav-burger {
  display: flex;
  position: relative;
  height: 25px;
}
.nav-burger .burger {
  position: relative;
  width: 30px;
  height: 25px;
}
.nav-burger .burger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5d948f;
  transition: 0.3s;
}
.nav-burger .burger span.mid {
  top: 10px;
}
.nav-burger .burger span.bot {
  top: 20px;
}
.nav-burger .burger.toggle span.top {
  top: 10px;
  transform: rotate(45deg);
}
.nav-burger .burger.toggle span.mid {
  opacity: 0;
}
.nav-burger .burger.toggle span.bot {
  top: 10px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 64em) {
  .nav-burger {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-burger .burger {
    display: none;
  }
}

/* --- Menu --- */
.site-menu {
  position: absolute;
  top: 69px;
  left: 100%;
  width: 100vw;
  height: calc(100vh - 70px);
  background-color: white;
  transition: 0.3s;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-menu .menu-left .nav-left,
.site-menu .menu-left .nav-right,
.site-menu .menu-right .nav-left,
.site-menu .menu-right .nav-right {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
.site-menu .menu-left .nav-left li,
.site-menu .menu-left .nav-right li,
.site-menu .menu-right .nav-left li,
.site-menu .menu-right .nav-right li {
  text-align: center;
  padding: 0;
  padding-bottom: 2rem;
  margin: 0;
}
.site-menu .menu-left .nav-left li span a,
.site-menu .menu-left .nav-right li span a,
.site-menu .menu-right .nav-left li span a,
.site-menu .menu-right .nav-right li span a {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 2rem;
}
.site-menu.open-nav {
  left: 0;
}
@media screen and (min-width: 64em) {
  .site-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    flex-direction: row;
  }
  .site-menu .menu-left,
.site-menu .menu-right {
    min-width: 25%;
  }
  .site-menu .menu-left .nav-left,
.site-menu .menu-left .nav-right,
.site-menu .menu-right .nav-left,
.site-menu .menu-right .nav-right {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    margin-top: 3px;
  }
  .site-menu .menu-left .nav-left li,
.site-menu .menu-left .nav-right li,
.site-menu .menu-right .nav-left li,
.site-menu .menu-right .nav-right li {
    padding: 0;
    margin: 0;
  }
  .site-menu .menu-left .nav-left li span a,
.site-menu .menu-left .nav-right li span a,
.site-menu .menu-right .nav-left li span a,
.site-menu .menu-right .nav-right li span a {
    font-size: 1rem;
  }
}

/* Sub menu */
.site-menu .nav li.menu-item-has-children {
  padding-left: 34px;
}
.site-menu .nav li.menu-item-has-children .dropdown {
  margin-left: -34px;
}
.site-menu .nav li.menu-item-has-children .dropdown.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.site-menu .nav li.menu-item-has-children .sub-menu {
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0;
  margin: 0.75rem 0 0 0;
  padding: 0.5rem 0;
}
.site-menu .nav li.menu-item-has-children .sub-menu li {
  background: transparent;
  border: 0;
  font-size: 0.9375rem;
  letter-spacing: 0;
  margin: 0;
  padding: 0.25em 0;
}
.site-menu .nav li.menu-item-has-children .sub-menu .sub-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5rem;
}
.site-menu .nav li.menu-item-has-children .expand-sub-menu {
  background: transparent;
  border: 0;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  transition: margin 0.3s ease-in-out;
  vertical-align: middle;
  width: 30px;
}
.site-menu .nav li.menu-item-has-children .expand-sub-menu:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  font-size: 24px;
  height: 20px;
  line-height: 22px;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
.site-menu .nav li.menu-item-has-children .expand-sub-menu.close:before {
  transform: rotate(-180deg);
}
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .site-header .header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  /* Submenu */
  .menu-item-has-children .dropdown {
    position: absolute;
    left: -3333rem;
  }
  .menu-item-has-children:hover > .dropdown, .menu-item-has-children:focus-within > .dropdown {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .menu-item-has-children .sub-menu {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
    z-index: 100;
  }
  .menu-item-has-children:hover > .dropdown > .sub-menu, .menu-item-has-children:focus-within > .dropdown > .sub-menu {
    opacity: 1;
    transform: translateY(0);
    z-index: 999;
  }

  .site-menu .nav li.menu-item-has-children,
.header-user .menu-item.menu-item-has-children {
    position: relative;
  }
  .site-menu .nav li.menu-item-has-children:before,
.header-user .menu-item.menu-item-has-children:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-size: 18px;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "";
    background: transparent;
    border-radius: 0;
    border: 0;
    color: #000;
    display: block !important;
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    margin-top: 0;
    margin-left: -6px;
    opacity: 0.3;
    position: absolute;
    text-align: center;
    top: auto;
    right: auto;
    bottom: -6px;
    left: 50%;
    width: 12px;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .site-menu .nav li.menu-item-has-children:hover:before,
.header-user .menu-item.menu-item-has-children:hover:before {
    opacity: 0;
  }
  .site-menu .nav li.menu-item-has-children .expand-sub-menu,
.header-user .menu-item.menu-item-has-children .expand-sub-menu {
    display: none;
  }
  .site-menu .nav li.menu-item-has-children .dropdown,
.header-user .menu-item.menu-item-has-children .dropdown {
    top: 2.25rem;
  }
  .site-menu .nav li.menu-item-has-children .dropdown.hidden,
.header-user .menu-item.menu-item-has-children .dropdown.hidden {
    position: static;
    overflow: visible;
    clip: auto;
    height: auto;
    width: auto;
    margin: auto;
    position: absolute;
  }
  .site-menu .nav li.menu-item-has-children .sub-menu,
.header-user .menu-item.menu-item-has-children .sub-menu {
    background: #fff;
    border-top: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 1rem 2rem;
    text-align: center;
    z-index: 1000;
  }
  .site-menu .nav li.menu-item-has-children .sub-menu:before,
.header-user .menu-item.menu-item-has-children .sub-menu:before {
    content: "";
    background: #5d948f;
    height: 3px;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: auto;
    left: 50%;
    transition: all 0.6s ease-in-out;
  }
  .site-menu .nav li.menu-item-has-children .sub-menu li,
.header-user .menu-item.menu-item-has-children .sub-menu li {
    display: block;
    font-size: 1rem;
    letter-spacing: 0;
    padding: 0.375em 0;
    text-transform: none;
  }
  .site-menu .nav li.menu-item-has-children .sub-menu li:last-child,
.header-user .menu-item.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .site-menu .nav li.menu-item-has-children .sub-menu li a,
.header-user .menu-item.menu-item-has-children .sub-menu li a {
    padding: 0 0.25em;
    white-space: nowrap;
  }
  .site-menu .nav li.menu-item-has-children:hover .sub-menu:before, .site-menu .nav li.menu-item-has-children:focus-within .sub-menu:before,
.header-user .menu-item.menu-item-has-children:hover .sub-menu:before,
.header-user .menu-item.menu-item-has-children:focus-within .sub-menu:before {
    left: 0;
    right: 0;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 03 FOOTER
------------------------------------------ */
footer {
  background-color: #5d948f;
  padding: 2rem 5%;
}
footer a {
  transition: 0.3s;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-container .footer-logo {
  margin-bottom: 2rem;
}
footer .footer-container .menu-footer .menu-left .nav-left,
footer .footer-container .menu-footer .menu-left .nav-right,
footer .footer-container .menu-footer .menu-right .nav-left,
footer .footer-container .menu-footer .menu-right .nav-right {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-container .menu-footer .menu-left .nav-left li,
footer .footer-container .menu-footer .menu-left .nav-right li,
footer .footer-container .menu-footer .menu-right .nav-left li,
footer .footer-container .menu-footer .menu-right .nav-right li {
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1rem;
}
footer .footer-container .menu-footer .menu-left .nav-left li span a,
footer .footer-container .menu-footer .menu-left .nav-right li span a,
footer .footer-container .menu-footer .menu-right .nav-left li span a,
footer .footer-container .menu-footer .menu-right .nav-right li span a {
  color: white;
}
footer .footer-container .menu-footer .footer-social {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
footer .footer-container .footer-copyright-terms {
  margin-top: 1rem;
  display: grid;
  gap: 0.5rem;
}
footer .footer-container .footer-copyright-terms .copyright-terms {
  display: grid;
  gap: 0.5rem;
}
footer .footer-container .footer-copyright-terms .copyright-terms a {
  font-size: 0.8125rem;
}
footer .footer-container .footer-copyright-terms .copyright-terms .copyright {
  order: 1;
  margin-bottom: 0;
}
footer .footer-container .footer-copyright-terms a {
  color: white;
}
footer .footer-container .footer-copyright-terms a span {
  display: none;
}
footer .footer-container .footer-copyright-terms .footer-terms {
  order: 0;
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
}
footer .site-info {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .site-info p {
  color: white;
  text-align: center;
}
footer .site-info .credits a svg path {
  fill: white;
}
footer p,
footer li {
  font-size: 0.8125rem;
}
footer .copyright {
  margin-bottom: 0.5em;
  margin-left: 0;
  color: white;
}
footer .credits.lemon {
  display: inline-block;
  margin: 0;
  height: 19px;
  width: 74px;
}
footer .credits.lemon a {
  color: #000;
  display: block;
  height: inherit;
  width: inherit;
}
footer .credits.lemon a:hover {
  color: #5d948f;
}
footer .credits.lemon a .svg {
  display: block;
  fill: currentColor;
}
footer .credits.lemon a span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
@media screen and (min-width: 79em) {
  footer {
    padding: 3rem 10%;
  }
  footer .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
  }
  footer .footer-container .footer-logo {
    margin-bottom: 6px;
  }
  footer .footer-container .menu-footer {
    display: flex;
    gap: 2rem;
  }
  footer .footer-container .menu-footer .menu-left .nav-left,
footer .footer-container .menu-footer .menu-left .nav-right,
footer .footer-container .menu-footer .menu-right .nav-left,
footer .footer-container .menu-footer .menu-right .nav-right {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer .footer-container .menu-footer .menu-left .nav-left li,
footer .footer-container .menu-footer .menu-left .nav-right li,
footer .footer-container .menu-footer .menu-right .nav-left li,
footer .footer-container .menu-footer .menu-right .nav-right li {
    margin-top: 0.5rem;
    margin-bottom: 0rem;
  }
  footer .footer-container .menu-footer .menu-left .nav-left li span a,
footer .footer-container .menu-footer .menu-left .nav-right li span a,
footer .footer-container .menu-footer .menu-right .nav-left li span a,
footer .footer-container .menu-footer .menu-right .nav-right li span a {
    font-size: 1.125rem;
    font-weight: normal;
    color: white;
  }
  footer .footer-container .menu-footer .footer-social {
    margin-top: 0;
    display: flex;
    gap: 1rem;
  }
  footer .footer-container .menu-footer .footer-social a {
    margin-top: auto;
  }
  footer .footer-container .footer-copyright-terms {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    margin-bottom: 0;
  }
  footer .footer-container .footer-copyright-terms .copyright-terms {
    display: flex;
    flex-direction: column;
  }
  footer .footer-container .footer-copyright-terms .copyright-terms .copyright {
    order: 0;
  }
  footer .footer-container .footer-copyright-terms .copyright {
    display: inline-block;
    margin-left: 0;
  }
  footer .footer-container .footer-copyright-terms a {
    margin-top: auto;
    display: inline-block;
    color: white;
    font-weight: normal;
    gap: 0.5rem;
    font-size: 1.125rem;
  }
  footer .footer-container .footer-copyright-terms a span {
    display: block;
  }
  footer .footer-container .footer-copyright-terms .footer-terms {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-left: auto;
  }
  footer .footer-container .footer-copyright-terms .footer-terms span {
    display: none;
  }
}
@media screen and (min-width: 79em) and (min-width: 90em) {
  footer .footer-container .footer-copyright-terms .footer-terms {
    flex-direction: row;
  }
  footer .footer-container .footer-copyright-terms .footer-terms a {
    display: flex;
    margin-left: auto;
  }
  footer .footer-container .footer-copyright-terms .footer-terms span {
    display: block;
  }
}
@media screen and (min-width: 79em) {
  footer .site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .site-info p {
    color: white;
    text-align: center;
  }
  footer .site-info .credits a svg path {
    fill: white;
  }
}
@media screen and (min-width: 90em) {
  footer .footer-container .footer-copyright-terms .copyright {
    margin-left: auto;
  }
}

.footer-nav li {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0;
  vertical-align: top;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 04 CONTENT
------------------------------------------ */
.slider {
  padding: 0;
  padding-bottom: 50px;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
}
.slider .slider-container .swiper-container .swiper-pagination {
  bottom: unset;
  top: calc(100% - 25px);
}
.slider .slider-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  pointer-events: none;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #aacac7;
  opacity: 1;
}
.slider .slider-container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #aacac7;
}
.slider .slider-container .swiper-container .swiper-slide {
  text-align: center;
  background-color: #eee;
  height: 40vh;
  transition: 0.5s;
}
.slider .slider-container .swiper-container .swiper-slide.swiper-slide-active {
  height: 50vh;
}
.slider .slider-container .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 64em) {
  .slider {
    padding: 0;
    height: 80vh;
    padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: content-box;
  }
  .slider .slider-container .swiper-container .swiper-slide {
    text-align: center;
    background-color: #eee;
    height: 70vh;
    transition: 0.5s;
  }
  .slider .slider-container .swiper-container .swiper-slide.swiper-slide-active {
    height: 80vh;
  }
  .slider .slider-container .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.home-featured-products {
  padding-top: 5rem;
}
.home-featured-products .picto {
  position: absolute;
  width: 30%;
  top: 2rem;
  right: 2.5%;
  z-index: 10;
}
@media screen and (min-width: 30em) {
  .home-featured-products .picto {
    position: absolute;
    width: 25%;
    top: 3rem;
    right: 2.5%;
  }
}
@media screen and (min-width: 48em) {
  .home-featured-products .picto {
    position: absolute;
    width: 15%;
    top: 1rem;
    right: 2.5%;
  }
}
.home-featured-products .path {
  display: none;
  z-index: -1;
  position: absolute;
  top: 9rem;
  right: 5%;
  height: 80%;
}
.home-featured-products .path svg {
  height: 100%;
  width: auto;
}
.home-featured-products h2 {
  text-align: left;
}
@media screen and (min-width: 64em) {
  .home-featured-products {
    padding-top: 7rem;
  }
  .home-featured-products .picto {
    top: 3rem;
    right: 2.5%;
    width: 15%;
  }
  .home-featured-products .picto img {
    width: 100%;
  }
  .home-featured-products h2 {
    text-align: center;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-featured-products .path {
    display: none;
  }
  .home-featured-products .path path {
    stroke-dasharray: 9;
    animation: path 10s linear infinite;
  }
}

@keyframes path {
  to {
    stroke-dashoffset: -500;
  }
}
.home-gallery .home-gallery-container .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.home-gallery .home-gallery-container .grid .col p {
  color: #5d948f;
}
.home-gallery .home-gallery-container .grid .col img {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .home-gallery {
    padding-top: 0;
  }
  .home-gallery .home-gallery-container {
    padding: 0 4rem;
    padding-top: 7rem;
    border-top: 1px solid #aacac7;
  }
  .home-gallery .home-gallery-container .grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-gallery .home-gallery-container .grid .col.col-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-gallery .home-gallery-container .grid .col img {
    width: 100%;
  }
}

.event-list {
  position: relative;
}
.event-list .picto {
  position: absolute;
  width: 30%;
  top: -5rem;
  left: 2.5%;
  z-index: 10;
}
@media screen and (min-width: 30em) {
  .event-list .picto {
    position: absolute;
    width: 25%;
    top: -5rem;
    left: 2.5%;
  }
}
@media screen and (min-width: 48em) {
  .event-list .picto {
    position: absolute;
    width: 15%;
    top: -3rem;
    left: 2.5%;
  }
}
.event-list:before {
  content: "";
  position: absolute;
  top: 0;
  width: 80%;
  height: 1px;
  background: #5d948f;
  opacity: 0.5;
}
.event-list.event-archive::before {
  display: none;
}
.event-list h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.event-list .event-list-container {
  max-width: 800px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.event-list .event-list-container .event-list-item .event-img {
  aspect-ratio: 1/1.41;
}
.event-list .event-list-container .event-list-item .event-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid rgba(128, 128, 128, 0.5);
  padding: 0.5rem;
}
.event-list .event-list-container .event-list-item .event-text {
  text-align: center;
  margin-top: 1rem;
}
.event-list .event-list-container .event-list-item .event-text p {
  margin: 0;
}
.event-list .event-list-container .event-list-item .event-text .event-type {
  font-weight: bold;
  color: #5d948f;
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.event-list .event-list-container .event-list-item .event-text h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
}
.event-list .event-list-container .event-list-item .event-text .event-date {
  color: #5d948f;
}
.event-list .event-list-container .event-list-item .event-text .link-effect a {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .event-list h2 {
    margin-bottom: 3rem;
  }
  .event-list .event-list-container {
    grid-template-columns: 1fr 1fr;
  }
  .event-list.about-event-list .event-list-container {
    max-width: 800px;
    grid-template-columns: 1fr 1fr;
  }
  .event-list.about-event-list .event-list-container.event-list-archive {
    gap: 4rem 2rem;
    max-width: none;
  }
}
@media screen and (min-width: 64em) {
  .event-list.about-event-list .event-list-container {
    max-width: 1200px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .event-list.about-event-list .event-list-container.event-list-archive {
    max-width: none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .event-list .picto {
    top: -10vh;
    left: 2.5%;
    width: 15%;
  }
  .event-list .picto img {
    width: 100%;
  }
}

.home-about {
  padding-inline: 0;
  padding-bottom: 0;
}
.home-about .picto {
  position: absolute;
  width: 30%;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 30em) {
  .home-about .picto {
    position: absolute;
    width: 25%;
    top: -5rem;
    right: 2.5%;
  }
}
@media screen and (min-width: 48em) {
  .home-about .picto {
    position: absolute;
    width: 15%;
    top: -3rem;
    right: 2.5%;
  }
}
.home-about .home-about-container {
  background-color: #f8f5f1;
  padding: 1.5rem;
}
.home-about .home-about-container .home-about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.home-about .home-about-container .home-about-grid .home-about-text h2 {
  color: black;
}
.home-about .home-about-container .home-about-grid .home-about-text .link-effect-b a:hover {
  background-color: #f8f5f1;
}
.home-about .home-about-container .home-about-grid .home-about-img {
  aspect-ratio: 1;
}
.home-about .home-about-container .home-about-grid .home-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 64em) {
  .home-about .picto {
    top: -50px;
    right: 2.5%;
    width: 15%;
  }
  .home-about .picto img {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .home-about {
    padding-inline: 5%;
  }
  .home-about .home-about-container {
    padding: 4rem 6rem 4rem 4rem;
  }
  .home-about .home-about-container .home-about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
  .home-about .home-about-container .home-about-grid .home-about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.home-contact h2 {
  text-align: left;
}
.home-contact .home-contact-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.home-contact .home-contact-container .home-contact-form form {
  margin: 0;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid {
  display: grid;
  grid-template-columns: 1fr;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item::after {
  display: none;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-input input {
  height: 3.5rem;
  line-height: 3.5rem;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-input input::placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-message textarea {
  height: 12.5rem;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-message textarea::placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit {
  height: 3.5rem;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit .wpcf7-spinner {
  display: none;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div {
  background-color: #5d948f;
  border-radius: 0;
  color: white;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  color: white;
  height: 3.5rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #5d948f;
  transition: 0.3s;
  text-decoration: none;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div input[type=submit] {
  background: transparent;
  border: none;
  color: white;
  transition: 0.3s;
  padding-top: 2px;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div:hover input[type=submit] {
  color: #5d948f;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div p {
  display: inline-block;
  border: none;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div p::before {
  width: 100%;
  height: 2px;
  background: #5d948f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div p::after {
  width: 100%;
  height: 2px;
  background: #5d948f;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div::before {
  width: 2px;
  height: 100%;
  background: #5d948f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div::after {
  width: 2px;
  height: 100%;
  background: #5d948f;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  transform: translateY(-100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div:hover {
  background-color: white;
  color: #5d948f;
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div:hover::before, .home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div:hover::after {
  transform: translateX(0);
}
.home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div:hover p::before, .home-contact .home-contact-container .home-contact-form .form-container .form-grid .form-item .form-submit div:hover p::after {
  transform: translateX(0);
}
.home-contact .home-contact-container .home-contact-address .address-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.home-contact .home-contact-container .home-contact-address .address-item p {
  color: #5d948f;
}
.home-contact .home-contact-container .home-contact-address .address-item a {
  font-weight: normal;
}
@media screen and (min-width: 64em) {
  .home-contact h2 {
    text-align: center;
  }
  .home-contact .home-contact-container {
    grid-template-columns: 3fr 1fr;
  }
  .home-contact .home-contact-container .home-contact-form .form-container .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .home-contact .home-contact-container .home-contact-address {
    margin-top: 2rem;
  }
  .home-contact .home-contact-container .home-contact-address .address-item {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  .home-contact .home-contact-container .home-contact-address .address-item p {
    color: #5d948f;
  }
  .home-contact .home-contact-container .home-contact-address .address-item a {
    font-weight: normal;
  }
}

.galerie-title {
  padding-bottom: 0;
}
.galerie-title h1,
.galerie-title h2 {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .galerie-title {
    padding-top: 3rem;
  }
  .galerie-title p {
    margin: auto;
    text-align: center;
    max-width: 80%;
  }
}

.galerie {
  padding-inline: 0;
}
.galerie select {
  border-color: #5d948f;
  color: white;
  background-color: #5d948f;
}
.galerie select option {
  color: white;
  background-color: #5d948f;
}
.galerie #portfolio {
  margin: 1rem 0;
  -webkit-column-count: 2;
  /* 2 columns for mobile */
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  -webkit-column-width: 50%;
  /* 50% column width for mobile */
  -moz-column-width: 50%;
  column-width: 50%;
}
@media (min-width: 64em) {
  .galerie #portfolio {
    /* for desktop screens */
    -webkit-column-count: 3;
    /* 3 columns for desktop */
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33.3333333333%;
    /* 33.33% column width for desktop */
    -moz-column-width: 33.3333333333%;
    column-width: 33.3333333333%;
  }
}
.galerie .scale-anm {
  margin: 0 0 0.5rem;
  width: 100%;
}
.galerie .tile {
  position: relative;
}
.galerie .tile img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.galerie .tile a {
  display: block;
}
.galerie .tile .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  background-color: #5d948f;
  opacity: 0;
  transition: 0.3s;
}
.galerie .tile .description p {
  max-width: 80%;
  margin: 0;
  padding: 2rem 0;
  color: white;
  font-weight: bold;
}
.galerie .tile:hover .description {
  opacity: 1;
}
.galerie .toolbar {
  padding: 0 5% 1rem;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .galerie .toolbar {
    padding: 0;
    max-width: 33%;
    margin: auto;
  }
}
@media screen and (min-width: 64em) {
  .galerie {
    padding-top: 3rem;
  }
}

.about-intro {
  overflow: hidden;
}
.about-intro .about-intro-container h1 {
  text-align: center;
}
.about-intro .about-intro-container .about-intro-img img {
  width: 100%;
  height: auto;
}
.about-intro .about-intro-container .about-intro-text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .about-intro {
    padding-inline: 0;
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .about-intro .about-intro-container {
    display: block;
    position: relative;
    padding-bottom: 10rem;
  }
  .about-intro .about-intro-container .about-intro-img {
    height: 80vh;
    width: 100%;
  }
  .about-intro .about-intro-container .about-intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-intro .about-intro-container .about-intro-text {
    padding-top: 3rem;
  }
  .about-intro .about-intro-container .about-intro-text h2 {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
  }
  .about-intro .about-intro-container .about-intro-text p {
    width: 50%;
    margin: auto;
    text-align: center;
  }
}

.about-life {
  padding-bottom: 0;
}
.about-life h2 {
  text-align: center;
}
.about-life .about-life-container .about-life-item {
  display: grid;
  grid-template-columns: 1fr;
}
.about-life .about-life-container .about-life-item .order-1 {
  order: 1;
}
.about-life .about-life-container .about-life-item .order-0 {
  order: 0;
}
.about-life .about-life-container .about-life-item .about-life-text {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.about-life .about-life-container .about-life-item .about-life-text h2 {
  text-align: left;
}
.about-life .about-life-container .about-life-item .about-life-img .swiper-slide {
  width: 100% !important;
  aspect-ratio: 16/10;
}
.about-life .about-life-container .about-life-item .about-life-img .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-life .about-life-container .about-life-item .about-life-img .swiper-button-prev,
.about-life .about-life-container .about-life-item .about-life-img .swiper-button-next {
  color: #5d948f;
}
@media screen and (min-width: 64em) {
  .about-life {
    padding-top: 0;
  }
  .about-life .about-life-container {
    position: relative;
  }
  .about-life .about-life-container .about-life-item {
    display: grid;
  }
  .about-life .about-life-container .about-life-item.grid-2-3 {
    grid-template-columns: 2fr 3fr;
  }
  .about-life .about-life-container .about-life-item.grid-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .about-life .about-life-container .about-life-item .order-1 {
    order: unset;
  }
  .about-life .about-life-container .about-life-item .order-0 {
    order: unset;
  }
  .about-life .about-life-container .about-life-item .about-life-text {
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 15%;
  }
  .about-life .about-life-container .about-life-item .about-life-img {
    max-height: 60vh;
  }
  .about-life .about-life-container .about-life-item .about-life-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.about-coulisse {
  padding: 0 5% 3rem 5%;
}
@media screen and (min-width: 64em) {
  .about-coulisse {
    padding: 7rem 10%;
  }
  .about-coulisse .about-life-container .about-life-item {
    gap: 10%;
  }
  .about-coulisse .about-life-container .about-life-item .about-life-text {
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-inline: 0;
  }
  .about-coulisse .about-life-container .about-life-item .about-life-img {
    max-height: none;
  }
}

.press .press-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.press .press-container .press-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.press .press-container .press-item .arrow-dl {
  width: 50px;
  height: 50px;
  border: 2px solid #5d948f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.press .press-container .press-item .arrow-dl svg {
  width: 20px;
  transition: 0.3s;
}
.press .press-container .press-item .arrow-dl svg path {
  fill: #5d948f;
}
.press .press-container .press-item .press-dl p {
  font-size: 1rem;
  font-weight: 500;
  color: #5d948f;
}
.press .press-container .press-item:hover .arrow-dl svg {
  transform: rotate(90deg);
}
@media screen and (min-width: 64em) {
  .press {
    padding-bottom: 0;
  }
  .press .press-container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.films .films-container {
  display: grid;
  grid-template-columns: 1fr;
}
.films .films-container .films-item h3 {
  color: #5d948f;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.films .films-container .films-item .films-embed {
  aspect-ratio: 16/10;
}
.films .films-container .films-item .films-embed iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .films .films-container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .films .films-container .films-item h3 {
    margin-bottom: 0;
    margin-top: 2rem;
    font-weight: 500;
  }
}

.banner-galerie {
  padding-inline: 0;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 0;
}
.banner-galerie .banner-galerie-img {
  position: absolute;
  width: 10rem;
  height: 10rem;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.banner-galerie .banner-galerie-container {
  padding: 3rem 5%;
  background-color: #5d948f;
}
.banner-galerie .banner-galerie-container .title {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
.banner-galerie .banner-galerie-container .link-effect {
  text-align: center;
}
.banner-galerie .banner-galerie-container .link-effect a {
  margin-top: 1rem;
}
@media screen and (min-width: 64em) {
  .banner-galerie .banner-galerie-img {
    position: absolute;
    width: 20rem;
    height: 20rem;
    top: 7rem;
    right: 5%;
    left: unset;
    transform: unset;
  }
  .banner-galerie .banner-galerie-container {
    padding: 3rem 10%;
    background-color: #5d948f;
  }
  .banner-galerie .banner-galerie-container .title {
    max-width: 75%;
    font-size: 3rem;
    text-align: left;
  }
  .banner-galerie .banner-galerie-container .link-effect {
    text-align: left;
  }
}

.banner-products {
  padding-inline: 0;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 0;
}
.banner-products .banner-products-img {
  position: absolute;
  width: 10rem;
  height: 10rem;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.banner-products .banner-products-container {
  padding: 3rem 5%;
  background-color: #5d948f;
}
.banner-products .banner-products-container .title {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
.banner-products .banner-products-container .link-effect {
  text-align: center;
}
.banner-products .banner-products-container .link-effect a {
  margin-top: 1rem;
}
@media screen and (min-width: 64em) {
  .banner-products .banner-products-img {
    position: absolute;
    width: 20rem;
    height: 20rem;
    top: 7rem;
    right: 5%;
    left: unset;
    transform: unset;
  }
  .banner-products .banner-products-container {
    padding: 3rem 10%;
    background-color: #5d948f;
  }
  .banner-products .banner-products-container .title {
    max-width: 75%;
    font-size: 3rem;
    text-align: left;
  }
  .banner-products .banner-products-container .link-effect {
    text-align: left;
  }
}

.contact-title h1 {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .contact-title {
    padding-top: 3rem;
  }
  .contact-title p {
    margin: auto;
    text-align: center;
    max-width: 80%;
  }
}

.contact-info {
  padding-top: 0;
}
.contact-info .contact-info-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.contact-info .contact-info-container .contact-form {
  order: 1;
}
.contact-info .contact-info-container .contact-form form {
  margin: 0;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid {
  display: grid;
  grid-template-columns: 1fr;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item::after {
  display: none;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-input input {
  height: 3.5rem;
  line-height: 3.5rem;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-input input::placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-message textarea {
  height: 12.5rem;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-message textarea::placeholder {
  color: rgba(29, 29, 29, 0.4);
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit {
  height: 3.5rem;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit .wpcf7-spinner {
  display: none;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div {
  background-color: #5d948f;
  border-radius: 0;
  color: white;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  color: white;
  height: 3.5rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #5d948f;
  transition: 0.3s;
  text-decoration: none;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div input[type=submit] {
  background: transparent;
  border: none;
  color: white;
  transition: 0.3s;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div:hover input[type=submit] {
  color: #5d948f;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div p {
  display: inline-block;
  border: none;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div p::before {
  width: 100%;
  height: 2px;
  background: #5d948f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div p::after {
  width: 100%;
  height: 2px;
  background: #5d948f;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div::before {
  width: 2px;
  height: 100%;
  background: #5d948f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div::after {
  width: 2px;
  height: 100%;
  background: #5d948f;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  transform: translateY(-100%);
  transition: 0.5s;
  transition-delay: 250ms;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div:hover {
  background-color: white;
  color: #5d948f;
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div:hover::before, .contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div:hover::after {
  transform: translateX(0);
}
.contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div:hover p::before, .contact-info .contact-info-container .contact-form .form-container .form-grid .form-item .form-submit div:hover p::after {
  transform: translateX(0);
}
.contact-info .contact-info-container .contact-info-address {
  order: 0;
}
.contact-info .contact-info-container .contact-info-address .address-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.contact-info .contact-info-container .contact-info-address .address-item p {
  color: #5d948f;
}
.contact-info .contact-info-container .contact-info-address .address-item a {
  font-weight: normal;
}
@media screen and (min-width: 64em) {
  .contact-info .contact-info-container {
    grid-template-columns: 3fr 1fr;
  }
  .contact-info .contact-info-container .contact-form {
    order: 0;
  }
  .contact-info .contact-info-container .contact-form .form-container .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .contact-info .contact-info-container .contact-info-address {
    order: 1;
    margin-top: 2rem;
  }
  .contact-info .contact-info-container .contact-info-address .address-item {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  .contact-info .contact-info-container .contact-info-address .address-item p {
    color: #5d948f;
  }
  .contact-info .contact-info-container .contact-info-address .address-item a {
    font-weight: normal;
  }
}

.partenaires h2 {
  text-align: center;
}
.partenaires .partenaire-text {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.partenaires .partenaires-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.partenaires .partenaires-container .partenaires-item {
  width: 100%;
}
.partenaires .partenaires-container .partenaires-item .partenaires-img {
  display: flex;
  height: 250px;
}
.partenaires .partenaires-container .partenaires-item .partenaires-img img {
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.partenaires .partenaires-container .partenaires-item h3 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .partenaires .partenaires-container .partenaires-item {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .partenaires .partenaires-container .partenaires-item {
    width: 33%;
  }
}

.empty-cart-message {
  background-color: rgba(93, 148, 143, 0.3);
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}

.single-event .single-event-container {
  display: grid;
  gap: 2rem;
}
.single-event .single-event-container .single-event-content p {
  margin-bottom: 0;
}
.single-event .single-event-container .single-event-content .type {
  font-weight: bold;
}
.single-event .single-event-container .single-event-content .date {
  color: #5d948f;
}
.single-event .single-event-container .single-event-content .description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.single-event .single-event-container .single-event-img {
  text-align: left;
}
.single-event .single-event-container .single-event-img img {
  text-align: left;
  max-width: 600px;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .single-event .single-event-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10%;
  }
  .single-event .single-event-container .single-event-content .type {
    font-weight: bold;
  }
  .single-event .single-event-container .single-event-content .date {
    color: #5d948f;
  }
  .single-event .single-event-container .single-event-content .description {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .single-event .single-event-container .single-event-img {
    text-align: center;
  }
  .single-event .single-event-container .single-event-img img {
    max-height: 800px;
  }
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
/* ------------------------------------------
 05 HOMEPAGE
------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
/* ------------------------------------------
 WOOCOMMERCE
------------------------------------------ */
/*  ---------------------------------------

    GRID          

---------------------------------------- */
/* 
	  Responsive CSS Framework
    Copyright © 2012 Aline Keller - www.alinekeller.ch 
    This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) - http://creativecommons.org/licenses/by-sa/4.0/
*/
/* Column = 15px / Gutter = 10px => 310px */
.breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list, .wrapper,
.wrapper-narrow,
.contentcenter {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
  width: 96%;
}
@media screen and (min-width: 30em) {
  .breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list, .wrapper,
.wrapper-narrow,
.contentcenter {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list, .wrapper,
.wrapper-narrow,
.contentcenter {
    padding-left: 15px;
    padding-right: 15px;
    width: 675px;
  }
}
@media screen and (min-width: 64em) {
  .breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list, .wrapper,
.wrapper-narrow,
.contentcenter {
    padding-left: 20px;
    padding-right: 20px;
    width: 980px;
  }
}
@media screen and (min-width: 79em) {
  .breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list, .wrapper,
.wrapper-narrow,
.contentcenter {
    padding-left: 30px;
    padding-right: 30px;
    width: 1230px;
  }
}
form.woocommerce-checkout, .grid {
  margin-left: -5px;
  margin-right: -5px;
}
.flexbox form.woocommerce-checkout:after, .flexbox .grid:after {
  display: none;
}
@media screen and (min-width: 48em) {
  form.woocommerce-checkout, .grid {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    margin-left: -7px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 64em) {
  form.woocommerce-checkout, .grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 79em) {
  form.woocommerce-checkout, .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, .col {
  clear: both;
  float: none;
  margin: 0 0 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, .col {
    clear: none;
    float: left;
    padding-left: 7px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 64em) {
  form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 79em) {
  form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col.right {
  float: right;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  clear: none;
  float: left;
}

.col-xs-1 {
  width: 8.33343%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3334%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3334%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3334%;
}

.col-xs-11 {
  width: 91.6667%;
}

.col-xs-12 {
  width: 100%;
}

/*  -----------------------------------------------------------

	Media Queries - Mobile phones (> 480px)

	Column = 25px / Gutter = 10px => 430px

------------------------------------------------------------ */
@media screen and (min-width: 30em) {
  .col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11 {
    clear: none;
    float: left;
  }

  .col-s-1 {
    width: 8.3334%;
  }

  .col-s-2 {
    width: 16.6667%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-4 {
    width: 33.3334%;
  }

  .col-s-5 {
    width: 41.6667%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-7 {
    width: 58.3334%;
  }

  .col-s-8 {
    width: 66.6667%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-10 {
    width: 83.3334%;
  }

  .col-s-11 {
    width: 91.6667%;
  }

  .col-s-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Small desktop & vertical tablets (> 768px)

	Column = 40px (* 12) / Gutter = 15px (* 13) => 675px

------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .col12,
.col-m-12,
.col-l-12,
.col-xl-12 {
    clear: both;
    float: none;
  }

  /* Columns width */
  .col1 {
    width: 8.3334%;
  }

  .col2 {
    width: 16.6667%;
  }

  .col3 {
    width: 25%;
  }

  .col4 {
    width: 33.3334%;
  }

  .col5 {
    width: 41.6667%;
  }

  .col6 {
    width: 50%;
  }

  .col7 {
    width: 58.3334%;
  }

  .col8 {
    width: 66.6667%;
  }

  .col9 {
    width: 75%;
  }

  .col10 {
    width: 83.3334%;
  }

  .col11 {
    width: 91.6667%;
  }

  .col12 {
    width: 100%;
  }

  .col-m-1 {
    width: 8.33344%;
  }

  .col-m-2 {
    width: 16.6667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .col-m-4 {
    width: 33.3334%;
  }

  .col-m-5 {
    width: 41.6667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .col-m-7 {
    width: 58.3334%;
  }

  .col-m-8 {
    width: 66.6667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .col-m-10 {
    width: 83.3334%;
  }

  .col-m-11 {
    width: 91.6667%;
  }

  .col-m-12 {
    width: 100%;
  }

  /* Offset */
  .offset-m-1 {
    margin-left: 8.3334%;
  }

  .offset-m-2 {
    margin-left: 16.6667%;
  }

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

  .offset-m-4 {
    margin-left: 33.3334%;
  }

  .offset-m-5 {
    margin-left: 41.6667%;
  }

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

  .offset-m-7 {
    margin-left: 58.3334%;
  }

  .offset-m-8 {
    margin-left: 66.6667%;
  }

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

  .offset-m-10 {
    margin-left: 83.3334%;
  }

  .offset-m-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1024px

	Column = 60px (* 12) / Gutter = 20px (* 13) => 980px

------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .col-l-1 {
    width: 8.33344%;
  }

  .col-l-2 {
    width: 16.6667%;
  }

  .col-l-3 {
    width: 25%;
  }

  .col-l-4 {
    width: 33.3334%;
  }

  .col-l-5 {
    width: 41.6667%;
  }

  .col-l-6, form.woocommerce-checkout .order-review, form.woocommerce-checkout .customer-details {
    width: 50%;
  }

  .col-l-7 {
    width: 58.3334%;
  }

  .col-l-8 {
    width: 66.6667%;
  }

  .col-l-9 {
    width: 75%;
  }

  .col-l-10 {
    width: 83.3334%;
  }

  .col-l-11 {
    width: 91.6667%;
  }

  .col-l-12 {
    width: 100%;
  }

  .offset-l-1 {
    margin-left: 8.3334%;
  }

  .offset-l-2 {
    margin-left: 16.6667%;
  }

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

  .offset-l-4 {
    margin-left: 33.3334%;
  }

  .offset-l-5 {
    margin-left: 41.6667%;
  }

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

  .offset-l-7 {
    margin-left: 58.3334%;
  }

  .offset-l-8 {
    margin-left: 66.6667%;
  }

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

  .offset-l-10 {
    margin-left: 83.3334%;
  }

  .offset-l-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1264px

	Column = 70px (* 12) / Gutter = 30px (* 13) => 1230px

------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .col-xl-1 {
    width: 8.33343%;
  }

  .col-xl-2 {
    width: 16.6667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3334%;
  }

  .col-xl-5, form.woocommerce-checkout .order-review {
    width: 41.6667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7, form.woocommerce-checkout .customer-details {
    width: 58.3334%;
  }

  .col-xl-8 {
    width: 66.6667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3334%;
  }

  .col-xl-11 {
    width: 91.6667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.3334%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3334%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3334%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3334%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1440px

	Column = 80px (* 12) / Gutter = 30px (* 13) => 1280px

------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  /*
    .col-xxl-1 { width: 8.33343%; }
    .col-xxl-2 { width: 16.6667%; }
    .col-xxl-3 { width: 25%; }
    .col-xxl-4 { width: 33.3334%; }
    .col-xxl-5 { width: 41.6667%; }
    .col-xxl-6 { width: 50%; }
    .col-xxl-7 { width: 58.3334%; }
    .col-xxl-8 { width: 66.6667%; }
    .col-xxl-9 { width: 75%; }
    .col-xxl-10 { width: 83.3334%; }
    .col-xxl-11 { width: 91.6667%; }
    .col-xxl-12 { width: 100%; }

    .offset-xxl-1   { margin-left: 8.3334%; }
    .offset-xxl-2   { margin-left: 16.6667%; }
    .offset-xxl-3   { margin-left: 25%; }
    .offset-xxl-4   { margin-left: 33.3334%; }
    .offset-xxl-5   { margin-left: 41.6667%; }
    .offset-xxl-6   { margin-left: 50%; }
    .offset-xxl-7   { margin-left: 58.3334%; }
    .offset-xxl-8   { margin-left: 66.6667%; }
    .offset-xxl-9   { margin-left: 75%; }
    .offset-xxl-10  { margin-left: 83.3334%; }
    .offset-xxl-11  { margin-left: 91.6667%; }
  */
}
/* Media queries */
/* Theme colors */
/* WP colors */
.woocommerce-order .woocommerce-thankyou-order-failed + .woocommerce-thankyou-order-failed-actions .button, .woocommerce-cart .woocommerce-cart-form__contents td.actions .button {
  background: #000;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.woocommerce-order .woocommerce-thankyou-order-failed + .woocommerce-thankyou-order-failed-actions .button:hover, .woocommerce-cart .woocommerce-cart-form__contents td.actions .button:hover, .woocommerce-order .woocommerce-thankyou-order-failed + .woocommerce-thankyou-order-failed-actions .button:focus, .woocommerce-cart .woocommerce-cart-form__contents td.actions .button:focus, .woocommerce-order .woocommerce-thankyou-order-failed + .woocommerce-thankyou-order-failed-actions .button:active, .woocommerce-cart .woocommerce-cart-form__contents td.actions .button:active {
  background: #5d948f;
}

/**
 * Main WooCommerce styles
 */
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../img/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../img/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.woocommerce-products-header {
  margin-top: 3rem;
}

.woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .shop-content > .product,
.woocommerce-shop .shop-content .product-list,
.woocommerce-page .shop-content .product-list {
  max-width: 100%;
}

.woocommerce-shop .shop-content .woocommerce-loop-product__title {
  color: #5d948f;
}
.woocommerce-shop .shop-content .wp-element-button {
  background-color: #5d948f;
  border: 1px solid #5d948f;
  border-radius: 0;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  text-align: center;
  text-transform: none;
  transition: color 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.woocommerce-shop .shop-content .wp-element-button:hover {
  background-color: white;
  color: #5d948f;
}

.woocommerce-Price-amount {
  margin-left: 5px;
  color: black;
  font-weight: normal;
}

.woocommerce-products-header {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .woocommerce-products-header {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .woocommerce-products-header {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .woocommerce-products-header {
    margin-bottom: 6rem;
  }
}
.woocommerce-products-header:last-child {
  margin-bottom: 0;
}

/**
 * Forms
 */
.form-row {
  margin-bottom: 2rem;
}
.form-row.form-row-first {
  float: left;
  padding-right: 10px;
  width: 50%;
}
.form-row.form-row-last {
  float: right;
  padding-left: 10px;
  width: 50%;
}

.select2-container--default .select2-selection--single {
  border-color: #e0e0e0;
  border-radius: 2px;
  height: 38px;
  line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: inherit;
  line-height: inherit;
  padding: 0 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: inherit;
  right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #b8b8b8;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #b8b8b8;
}

.select2-dropdown {
  border-color: #eaeaea;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #b8b8b8;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background: #e0e0e0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #5d948f;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/**
 * Shop tables
 */
table.shop_table {
  border: 2px solid #eaeaea;
}
table.shop_table td,
table.shop_table th {
  border-color: #eaeaea;
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 1rem;
}
table.shop_table li,
table.shop_table p,
table.shop_table dt,
table.shop_table dd,
table.shop_table label,
table.shop_table input {
  font-size: 1rem;
}
table.shop_table thead th {
  border-bottom-width: 2px;
}
table.shop_table tfoot tr:first-child td,
table.shop_table tfoot tr:first-child th {
  border-top-width: 2px;
}

table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

table.woocommerce-product-attributes th,
table.woocommerce-product-attributes td {
  border: solid #e0e0e0;
  border-width: 1px 0;
}
table.woocommerce-product-attributes th {
  width: 200px;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  margin: 0;
  margin-right: 2rem;
  padding: 0;
  height: 36px;
  width: 36px;
}
.site-header-cart .cart-contents {
  color: #000;
  display: inline-block;
  height: 36px;
  width: 36px;
  position: absolute;
  top: 0px;
  left: auto;
  text-decoration: none;
}
.site-header-cart .cart-contents.cart-empty {
  cursor: default;
  pointer-events: none;
}
.site-header-cart .cart-contents:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  font-size: 24px;
}
.site-header-cart .cart-contents .cart-subtotal {
  display: none;
}
.site-header-cart .cart-contents .cart-count {
  background: #5d948f;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  height: 24px;
  line-height: 18px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 21px;
  text-align: center;
  width: 24px;
}
.site-header-cart .cart-contents .cart-count .text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}
.site-header-cart .disable-cart .cart-contents {
  cursor: default;
  pointer-events: none;
}

.slide-in-cart {
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  position: fixed !important;
  top: 0;
  right: -100%;
  bottom: 0;
  left: auto;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: -1;
}
.slide-in-cart.open {
  overflow: visible;
  right: 0;
  z-index: 100000;
}
.slide-in-cart .close-btn {
  background: transparent;
  color: #000;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: auto;
  left: auto;
  text-align: center;
  width: 2.5rem;
}
.slide-in-cart .close-btn:hover, .slide-in-cart .close-btn:focus, .slide-in-cart .close-btn:active {
  color: #5d948f;
}
.slide-in-cart .close-btn:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  font-size: 22px;
  height: inherit;
  line-height: inherit;
}
.slide-in-cart .close-btn .label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.slide-in-cart .slide-in-content {
  box-shadow: -1px 0 8px 0 rgba(100, 100, 100, 0.3);
  height: 100%;
  padding: 1.5rem;
  position: relative;
}
.slide-in-cart .slide-in-content .widget_shopping_cart {
  height: 100%;
}
.slide-in-cart .slide-in-content .widget_shopping_cart_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.slide-in-cart .slide-in-content .widget_shopping_cart_content .woocommerce-mini-cart {
  flex-grow: 1;
}

ul.cart_list {
  padding: 0;
}
ul.cart_list li {
  padding: 0;
}
ul.cart_list li:before {
  display: none;
}

.slide-in-cart .slide-in-content {
  display: flex;
  flex-direction: column;
}
.slide-in-cart .cart-header {
  margin-bottom: 2rem;
}
.slide-in-cart .cart-header .cart-title {
  margin-bottom: 0.125rem;
}
.slide-in-cart .cart-header p {
  font-size: 0.9375rem;
}
.slide-in-cart .widget_shopping_cart {
  flex-grow: 1;
}
.slide-in-cart .widget_shopping_cart .cart_list {
  margin-bottom: 1rem;
  max-height: calc(100vh - 240px);
  overflow: scroll;
}
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1rem;
  min-height: 86px;
  padding-bottom: 1rem;
  padding-right: 3rem;
  position: relative;
}
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item::before {
  display: none;
}
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item img {
  float: left;
  margin-right: 10px;
  width: 70px;
}
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item a,
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item .link-img {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item a:hover, .slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item a:active, .slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item a:focus,
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item .link-img:hover,
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item .link-img:active,
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item .link-img:focus {
  color: #5d948f;
}
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item .quantity {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 80px;
  padding-top: 0.25rem;
}
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item dl.variation {
  padding-left: 80px;
  margin-bottom: 0.125rem;
  padding-top: 0.125rem;
}
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item .remove_from_cart_button {
  background: #b8b8b8;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  height: 1.5rem;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 1.5rem;
}
.slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item .remove_from_cart_button:hover, .slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item .remove_from_cart_button:focus, .slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item .remove_from_cart_button:active {
  background: #5d948f;
}
.slide-in-cart .total {
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: auto;
  padding-top: 1rem;
}
.slide-in-cart .buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.slide-in-cart .buttons .button {
  width: 48%;
}
.slide-in-cart .buttons .button:not(.checkout) {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  padding-top: 9px;
  padding-bottom: 9px;
}
.slide-in-cart .buttons .button:not(.checkout):hover, .slide-in-cart .buttons .button:not(.checkout):active, .slide-in-cart .buttons .button:not(.checkout):focus {
  background: #5d948f;
  border-color: #5d948f;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .slide-in-cart .buttons .button:not(.checkout) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

body.cart-open .site {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.cart-open .site:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/**
 * Star rating
 */
.star-rating {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: calc(5 * 0.9140625rem);
}
.star-rating::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  color: #e0e0e0;
  font-size: 0.8125rem;
  opacity: 1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  color: #000;
  font-size: 0.8125rem;
  top: 0;
  position: absolute;
  left: 0;
}

p.stars {
  height: 1rem;
}
p.stars a {
  display: block;
  float: left;
  font-weight: 400;
  height: 1rem;
  margin: 0;
  padding-right: 0.25rem;
  position: relative;
  text-indent: -999em;
  text-decoration: none;
  width: calc(1rem + 0.25rem);
}
p.stars a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  display: block;
  font-size: 1rem !important;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  opacity: 0.25;
}
p.stars:hover a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  opacity: 1;
}
p.stars.selected a.active::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  display: none;
  justify-content: flex-start;
  list-style: none;
  margin: 0 0 -1px;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce-tabs ul.tabs li + li {
  margin-left: -1px;
}
.woocommerce-tabs ul.tabs li a {
  color: #aacac7;
  padding: 0.5em 1em;
  display: block;
}
.woocommerce-tabs ul.tabs li.active {
  background: #fff;
  border-bottom-color: #fff;
  z-index: 2;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #000;
}
.woocommerce-tabs .panel {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #97b874;
}
.woocommerce-password-strength.short {
  color: #e56f4b;
}
.woocommerce-password-strength.bad {
  color: #e56f4b;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #97b874;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e56f4b;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #97b874;
  border: 0;
  border-radius: 4px;
  color: #fff;
  clear: both;
  font-size: 1rem;
  margin: 2rem 0;
  overflow: hidden;
  padding: 1rem 1rem 1rem 68px !important;
  position: relative;
}
.woocommerce-message:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.woocommerce-message:first-child,
.woocommerce-info:first-child,
.woocommerce-error:first-child,
.woocommerce-noreviews:first-child,
p.no-comments:first-child {
  margin-top: 0;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-noreviews:before,
p.no-comments:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.08);
  bottom: 0;
  color: #fff;
  font-size: 1.75em;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-rendering: auto;
  top: 0;
  width: 52px;
}
.woocommerce-message a,
.woocommerce-message a.button,
.woocommerce-info a,
.woocommerce-info a.button,
.woocommerce-error a,
.woocommerce-error a.button,
.woocommerce-noreviews a,
.woocommerce-noreviews a.button,
p.no-comments a,
p.no-comments a.button {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 1rem;
  padding: 10px 1rem;
  text-transform: none;
}
.woocommerce-message a:hover, .woocommerce-message a:active, .woocommerce-message a:focus,
.woocommerce-message a.button:hover,
.woocommerce-message a.button:active,
.woocommerce-message a.button:focus,
.woocommerce-info a:hover,
.woocommerce-info a:active,
.woocommerce-info a:focus,
.woocommerce-info a.button:hover,
.woocommerce-info a.button:active,
.woocommerce-info a.button:focus,
.woocommerce-error a:hover,
.woocommerce-error a:active,
.woocommerce-error a:focus,
.woocommerce-error a.button:hover,
.woocommerce-error a.button:active,
.woocommerce-error a.button:focus,
.woocommerce-noreviews a:hover,
.woocommerce-noreviews a:active,
.woocommerce-noreviews a:focus,
.woocommerce-noreviews a.button:hover,
.woocommerce-noreviews a.button:active,
.woocommerce-noreviews a.button:focus,
p.no-comments a:hover,
p.no-comments a:active,
p.no-comments a:focus,
p.no-comments a.button:hover,
p.no-comments a.button:active,
p.no-comments a.button:focus {
  background: #fff;
  border-color: white;
  color: #97b874;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}
.woocommerce-info:before,
.woocommerce-noreviews:before,
p.no-comments:before {
  content: "";
}
.woocommerce-info a:hover,
.woocommerce-info a.button:hover,
.woocommerce-noreviews a:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a:hover,
p.no-comments a.button:hover {
  color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e56f4b;
}
.woocommerce-error:before {
  content: "";
}
.woocommerce-error a:hover,
.woocommerce-error a.button:hover {
  color: #e56f4b;
}

ul.woocommerce-error li {
  font-size: 1rem;
}
ul.woocommerce-error li:before {
  display: none;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

/**
 * Breadcrumb
 */
.breadcrumb {
  color: #aacac7;
}

ol.breadcrumb li {
  color: #000;
  display: inline-block;
  float: none;
  font-size: 0.875rem;
  margin: 0 0.125rem;
}
ol.breadcrumb li:first-child {
  margin-left: 0;
}
ol.breadcrumb li:before {
  display: none;
}
ol.breadcrumb li:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  margin: 0 0.5rem;
  position: relative;
  top: 2px;
  right: -2px;
}

.breadcrumb-wrapper {
  border-bottom: 1px solid #eaeaea;
  color: #b8b8b8;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.breadcrumb-wrapper a {
  color: #000;
}
.breadcrumb-wrapper a:hover, .breadcrumb-wrapper a:focus, .breadcrumb-wrapper a:active {
  color: #5d948f;
}
.breadcrumb-wrapper .breadcrumb {
  color: #b8b8b8;
}
.breadcrumb-wrapper .breadcrumb li {
  color: #000;
  font-weight: 600;
}
.breadcrumb-wrapper .breadcrumb li a {
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  .breadcrumb-wrapper {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .breadcrumb-wrapper {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .breadcrumb-wrapper {
    margin-bottom: 5rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  /* Cart */
  .slide-in-cart {
    right: -480px;
    width: 480px;
  }
  .slide-in-cart .close-btn {
    top: 1.5rem;
    right: 1.5rem;
  }
  .slide-in-cart .slide-in-content {
    padding: 2rem;
  }

  /* Messages */
  .woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
  }
  .woocommerce-message a,
.woocommerce-message a.button,
.woocommerce-info a,
.woocommerce-info a.button,
.woocommerce-error a,
.woocommerce-error a.button,
.woocommerce-noreviews a,
.woocommerce-noreviews a.button,
p.no-comments a,
p.no-comments a.button {
    margin: -0.5rem -0.5rem -0.5rem 1rem;
    width: auto;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  /* Header cart */
  .site-header .site-menu {
    margin-right: 1.5rem;
  }

  .site-header-cart {
    margin-right: 0.5rem;
    position: relative;
  }
  .site-header-cart .cart-contents {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .site-header-cart .cart-contents .cart-subtotal {
    display: inline-block;
    font-size: 0.875rem;
    margin-left: 1rem;
  }
  .site-header-cart .widget_shopping_cart {
    display: block;
  }
}
/*  -----------------------------------------------------------
Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/**
 * Products
 */
.product .product-label,
.product .onsale {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0.375em 0.625em;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.post-type-archive-product ul.products {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 0;
  list-style: none;
}
.post-type-archive-product ul.products .product {
  width: 100%;
  text-align: center;
}
.post-type-archive-product ul.products img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.post-type-archive-product ul.products li {
  margin: 0;
  padding: 0;
}
.post-type-archive-product ul.products h2 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.post-type-archive-product ul.products span.price {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  color: black;
  font-weight: normal;
}
.post-type-archive-product ul.products .product-item {
  position: relative;
  text-align: center;
  width: 100%;
}
.post-type-archive-product ul.products .product-item .product-image {
  aspect-ratio: 1;
  margin-bottom: 1.5rem;
}
.post-type-archive-product ul.products .product-item .product-image img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.post-type-archive-product ul.products .product-item .link-effect a {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .post-type-archive-product ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 79em) {
  .post-type-archive-product ul.products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.related {
  padding-inline: 0;
}
.related ul.products {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.related ul.products img {
  width: 100%;
}
.related ul.products li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.related ul.products h2 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.related ul.products span.price {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.related ul.products .product-item {
  position: relative;
  text-align: center;
  width: 100%;
}
.related ul.products .product-item .product-image {
  aspect-ratio: 1;
  margin-bottom: 1.5rem;
}
.related ul.products .product-item .product-image img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.related ul.products .product-item .link-effect a {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .related ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 79em) {
  .related ul.products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

ul.products {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
ul.products .product-item {
  position: relative;
  text-align: center;
  width: 100%;
}
ul.products .product-item .product-image {
  aspect-ratio: 1;
  margin-bottom: 1.5rem;
}
ul.products .product-item .product-image img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
ul.products .product-item .product-title {
  font-weight: bold;
  color: #5d948f;
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
}
ul.products .product-item .link-effect a {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 79em) {
  ul.products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.product.sale .price ins {
  text-decoration: none;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .post-type-archive-product ul.products {
    gap: 3rem;
  }
  .post-type-archive-product ul.products li.product {
    align-items: none;
    width: 100%;
  }
  .post-type-archive-product ul.products li.product img {
    width: 100%;
  }
  .post-type-archive-product ul.products li.product .woocommerce-loop-product__link {
    width: 100%;
  }

  .related ul.products {
    gap: 3rem;
  }
  .related ul.products li.product {
    align-items: none;
    width: 100%;
  }
  .related ul.products li.product img {
    width: 100%;
  }
  .related ul.products li.product .woocommerce-loop-product__link {
    width: 100%;
  }

  ul.products li.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }
  ul.products li.product .woocommerce-loop-product__link {
    flex-grow: 1;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  ul.products li.product {
    width: 33.3334%;
  }

  .post-type-archive-product ul.products li.product {
    width: 100%;
  }

  .related ul.products li.product {
    width: 100%;
  }
}
/*  -----------------------------------------------------------
Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  ul.products.columns-2 li.product {
    width: calc(100% / 2);
  }

  ul.products.columns-3 li.product {
    width: calc(100% / 3);
  }

  ul.products.columns-4 li.product {
    width: calc(100% / 4);
  }

  ul.products.columns-5 li.product {
    width: calc(100% / 5);
  }

  ul.products.columns-6 li.product {
    width: calc(100% / 6);
  }

  .post-type-archive-product ul.products li.product {
    width: 100%;
  }

  .related ul.products li.product {
    width: 100%;
  }
}
/*  -----------------------------------------------------------
Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/**
 * Single product
 */
/**
 * SINGLE PRODUCT
 */
/* Page structure */
.single-product div.product {
  position: relative;
}
.single-product .entry-summary {
  position: static;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #97b874;
}
.stock.out-of-stock {
  color: #e56f4b;
}

/* Gallery */
.single-product .woocommerce-product-gallery {
  margin-bottom: 20px;
  position: relative;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 20px;
}
.single-product .woocommerce-product-gallery .link-img {
  display: block;
  position: relative;
}
.single-product .woocommerce-product-gallery .link-img[href*=uploads]:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  height: 2.5rem;
  opacity: 0.4;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  transition: all 0.3s ease-in-out;
  width: 2.5rem;
}
.single-product .woocommerce-product-gallery .link-img:hover[href*=uploads]:after, .single-product .woocommerce-product-gallery .link-img:focus[href*=uploads]:after, .single-product .woocommerce-product-gallery .link-img:active[href*=uploads]:after {
  opacity: 1;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0 -10px;
  padding: 0;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
  padding: 0 10px;
  width: 25%;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li:before {
  display: none;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.flexbox .single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  justify-content: flex-start;
}
.flexbox .single-product .woocommerce-product-gallery .flex-control-thumbs li {
  float: none;
}

/* Summary */
.single-product .summary {
  margin-bottom: 2rem;
}
.single-product .summary .entry-title {
  margin-bottom: 0.375em;
}
.single-product .summary .price {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.single-product .summary .price ~ .woocommerce-product-rating {
  margin-top: 1rem;
}
.single-product .summary .woocommerce-product-rating .woocommerce-review-link {
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  height: 1rem;
  line-height: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.single-product .summary .woocommerce-product-details__short-description {
  border-top: 1px solid #e0e0e0;
  margin-top: 2rem;
  padding-top: 2rem;
}
.single-product .summary p.stock {
  font-size: 1rem;
  margin: 1rem 0 0;
}
.single-product .summary p.stock:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 1px;
}
.single-product .summary p.stock.out-of-stock:before {
  content: "";
}
.single-product .summary p.stock.in-stock:before {
  content: "";
}
.single-product .summary p.stock + .cart {
  margin-top: 0.75rem;
}
.single-product .summary .cart {
  margin-top: 2rem;
}
.single-product .summary .cart .single_add_to_cart_button {
  vertical-align: top;
}
.single-product .summary .cart .single_add_to_cart_button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  position: relative;
  left: -0.625rem;
  vertical-align: middle;
}
.single-product .summary .cart input,
.single-product .summary .cart select {
  border: 2px solid #eaeaea;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
}
.single-product .summary .cart .quantity {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: top;
}
.single-product .summary .cart .quantity input[type=number] {
  max-width: 5rem;
}
.single-product .summary .cart.variations_form a.reset_variations {
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 2px;
  color: #aacac7;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5em;
  margin-top: 1rem;
  padding: 0.25rem 0.5rem;
  position: relative;
  transition: color 0.2s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.single-product .summary .cart.variations_form a.reset_variations:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  color: #e56f4b;
  display: inline-block;
  margin-right: 0.375rem;
  vertical-align: text-bottom;
}
.single-product .summary .cart.variations_form a.reset_variations:hover, .single-product .summary .cart.variations_form a.reset_variations:active, .single-product .summary .cart.variations_form a.reset_variations:focus {
  background: #e56f4b;
  border-color: #e56f4b;
  color: #fff;
}
.single-product .summary .cart.variations_form a.reset_variations:hover:before, .single-product .summary .cart.variations_form a.reset_variations:active:before, .single-product .summary .cart.variations_form a.reset_variations:focus:before {
  color: #fff;
}
.single-product .summary .cart.variations_form a.reset_variations[style*=hidden] {
  display: none;
}
.single-product .summary .cart.variations_form table.variations {
  border-radius: 4px;
  margin-bottom: 0;
  overflow: hidden;
}
.single-product .summary .cart.variations_form table.variations tr td,
.single-product .summary .cart.variations_form table.variations tr th {
  display: block;
  width: 100%;
}
.single-product .summary .cart.variations_form table.variations tr td {
  background: #e0e0e0;
  padding: 0.75rem 1rem;
}
.single-product .summary .cart.variations_form table.variations tr + tr td:first-child {
  border-top: 1px solid #fff;
}
.single-product .summary .cart.variations_form table.variations th,
.single-product .summary .cart.variations_form table.variations td {
  border: 0;
  padding: 0;
}
.single-product .summary .cart.variations_form table.variations td.label {
  padding-bottom: 0;
}
.single-product .summary .cart.variations_form table.variations td.label label {
  font-size: 1rem;
}
.single-product .summary .cart.variations_form table.variations select {
  font-size: 1rem;
  padding: 6px 2rem 6px 0.75rem;
}
.single-product .summary .cart.variations_form .woocommerce-variation-price {
  margin-top: 1.5rem;
}
.single-product .summary .cart.variations_form .woocommerce-variation-price .price {
  font-size: 1.5rem;
  font-weight: bold;
}
.single-product .summary .cart.variations_form .woocommerce-variation-availability {
  margin-top: 0.25rem;
}
.single-product .summary .cart {
  display: flex;
  align-items: stretch;
  margin-top: 2rem;
}
.single-product .summary .cart.variations_form {
  display: block;
}
.single-product .summary .cart.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: stretch;
  margin-top: 2rem;
}
.single-product .summary .cart .quantity .qty {
  height: 100%;
  line-height: 1;
}

/* Tabs */
.single-product .woocommerce-tabs ul.tabs {
  border: solid #eaeaea;
  border-width: 1px 0;
  justify-content: center;
}
.single-product .woocommerce-tabs ul.tabs li {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  color: #aacac7;
  display: flex;
  place-items: center;
  font-size: 0.8125rem;
  text-align: center;
}
.single-product .woocommerce-tabs ul.tabs li a {
  color: inherit;
  padding: 0.5em;
}
.single-product .woocommerce-tabs ul.tabs li.active {
  border-top: 2px solid #5d948f;
  border-bottom: 2px solid #5d948f;
  color: #000;
  margin: -1px 0;
}
.single-product .woocommerce-tabs .panel {
  background: transparent;
  border: 0;
  padding: 1.5rem 0;
}
.single-product .woocommerce-tabs .panel p,
.single-product .woocommerce-tabs .panel li,
.single-product .woocommerce-tabs .panel th,
.single-product .woocommerce-tabs .panel td,
.single-product .woocommerce-tabs .panel dt,
.single-product .woocommerce-tabs .panel dd,
.single-product .woocommerce-tabs .panel label {
  font-size: 0.9375rem;
}
.single-product .woocommerce-tabs .panel h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* Reviews */
.woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 1.125rem !important;
}
.woocommerce-Reviews .commentlist .review {
  background: #e0e0e0;
  border: 0;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
.woocommerce-Reviews .commentlist .comment_container {
  display: flex;
  align-items: flex-start;
}
.woocommerce-Reviews .commentlist .comment_container .comment-text {
  flex-grow: 1;
}
.woocommerce-Reviews .commentlist .comment_container .comment-text .star-rating {
  float: right;
  margin-top: 4px;
  margin-right: 4px;
}
.woocommerce-Reviews .commentlist .avatar {
  margin-right: 1rem;
}
.woocommerce-Reviews .comment-respond .comment-reply-title {
  font-size: 1.125rem;
  font-weight: bold;
}
.woocommerce-Reviews .comment-form .comment-form-rating label,
.woocommerce-Reviews .comment-form .comment-form-rating p.stars {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.woocommerce-Reviews .comment-form .comment-form-rating p.stars {
  margin-left: 0.5rem;
}
.woocommerce-Reviews .comment-form .comment-form-comment {
  margin-top: 1rem;
}

.single-product .related.products {
  width: 100%;
}
.single-product .related.products h2 {
  text-align: center;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  /* Variations */
  .single-product .summary .cart.variations_form table.variations tr td,
.single-product .summary .cart.variations_form table.variations tr th {
    display: table-cell;
    vertical-align: top;
    width: auto;
  }
  .single-product .summary .cart.variations_form table.variations tr + tr td {
    border-top: 1px solid #fff;
  }
  .single-product .summary .cart.variations_form table.variations td.label {
    padding-bottom: 0.75rem;
  }
  .single-product .summary .cart.variations_form table.variations td.label label {
    padding-top: 0.5rem;
  }

  /* Tabs */
  .single-product .woocommerce-tabs ul.tabs li {
    font-size: 0.875rem;
    margin: 0 0.25rem;
  }
  .single-product .woocommerce-tabs ul.tabs li a {
    padding: 0.75em 1em;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .single-product div.product .woocommerce-product-gallery {
    float: left;
    margin-bottom: 3rem;
    padding-right: 10px;
    width: 50%;
  }
  .single-product div.product .summary {
    float: left;
    margin-bottom: 3rem;
    padding-left: 10px;
    width: 50%;
  }
  .single-product div.product .woocommerce-tabs {
    clear: both;
    width: 100%;
  }
  .flexbox .single-product div.product {
    display: flex;
    flex-wrap: wrap;
  }
  .flexbox .single-product div.product .woocommerce-product-gallery,
.flexbox .single-product div.product .summary {
    float: none;
  }

  /* Tabs */
  .single-product .woocommerce-tabs ul.tabs li {
    font-size: 0.9375rem;
  }
  .single-product .woocommerce-tabs .panel p,
.single-product .woocommerce-tabs .panel li,
.single-product .woocommerce-tabs .panel th,
.single-product .woocommerce-tabs .panel td,
.single-product .woocommerce-tabs .panel dt,
.single-product .woocommerce-tabs .panel dd,
.single-product .woocommerce-tabs .panel label {
    font-size: 1rem;
  }

  /* Reviews */
  .single-product .woocommerce-Reviews {
    display: flex;
    flex-direction: row;
  }
  .single-product .woocommerce-Reviews #comments {
    padding-right: 10px;
    width: 50%;
  }
  .single-product .woocommerce-Reviews #review_form_wrapper,
.single-product .woocommerce-Reviews .woocommerce-verification-required {
    padding-left: 10px;
    width: 50%;
  }
  .single-product .woocommerce-Reviews .woocommerce-verification-required {
    padding-top: 40px;
    font-style: italic;
  }
  .single-product .woocommerce-Reviews .flexbox .clear {
    display: none;
  }
}
/*  -----------------------------------------------------------
Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .single-product div.product .woocommerce-product-gallery {
    padding-right: 15px;
  }
  .single-product div.product .summary {
    padding-left: 15px;
  }

  .single-product .summary .entry-title {
    font-size: 2.375rem;
  }
  .single-product .summary .price {
    font-size: 1.375rem;
  }

  /* Reviews */
  .single-product .woocommerce-Reviews #comments {
    padding-left: 15px;
  }
  .single-product .woocommerce-Reviews #review_form_wrapper,
.single-product .woocommerce-Reviews .woocommerce-verification-required {
    padding-right: 15px;
  }
}
/*  -----------------------------------------------------------
Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/**
 * Checkout
 */
.woocommerce-checkout .woocommerce-info {
  background: transparent;
  color: #000;
  margin: 0;
  text-align: center;
}
.woocommerce-checkout .woocommerce-info a {
  background: transparent !important;
  border: 0;
  color: #5d948f;
  float: none;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
  padding: 0;
}
.woocommerce-checkout .woocommerce-info a:hover, .woocommerce-checkout .woocommerce-info a:focus, .woocommerce-checkout .woocommerce-info a:active {
  color: #d94f60;
}
.woocommerce-checkout .woocommerce-info:before {
  background: transparent;
  color: #000;
  display: inline-block;
  font-size: 18px;
  height: auto;
  margin-right: 0.5rem;
  position: static;
  width: auto;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}
.woocommerce-checkout .woocommerce-form-login p,
.woocommerce-checkout .woocommerce-form-login label,
.woocommerce-checkout .woocommerce-form-login span,
.woocommerce-checkout .woocommerce-form-login button,
.woocommerce-checkout .woocommerce-form-coupon p,
.woocommerce-checkout .woocommerce-form-coupon label,
.woocommerce-checkout .woocommerce-form-coupon span,
.woocommerce-checkout .woocommerce-form-coupon button {
  color: white;
  font-size: 1rem;
}
.woocommerce-checkout .woocommerce-form-login {
  margin: 0 auto;
  max-width: 970px;
  padding: 2rem;
}

.woocommerce-shipping-methods {
  padding: 0;
}
.woocommerce-shipping-methods li:before {
  display: none;
}

.mini_cart_item dl.variation,
.cart_item dl.variation {
  padding-top: 0.25rem;
}
.mini_cart_item dl.variation dd,
.mini_cart_item dl.variation dt,
.mini_cart_item dl.variation p,
.cart_item dl.variation dd,
.cart_item dl.variation dt,
.cart_item dl.variation p {
  font-size: 0.875rem;
}
.mini_cart_item dl.variation dt,
.cart_item dl.variation dt {
  float: left;
}
.mini_cart_item dl.variation dd,
.cart_item dl.variation dd {
  margin-bottom: 0;
}

.woocommerce-cart .woocommerce-cart-form__contents {
  border-collapse: separate;
  padding: 1rem;
}
.woocommerce-cart .woocommerce-cart-form__contents td,
.woocommerce-cart .woocommerce-cart-form__contents th {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-remove {
  border-bottom-width: 0;
  text-align: left;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-remove a.remove {
  background: #b8b8b8;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  height: 1.5rem;
  line-height: 25px;
  text-align: center;
  width: 1.5rem;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-remove a.remove:hover, .woocommerce-cart .woocommerce-cart-form__contents td.product-remove a.remove:focus, .woocommerce-cart .woocommerce-cart-form__contents td.product-remove a.remove:active {
  background: #5d948f;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-name a {
  color: #000;
  font-weight: 500;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-name a:hover, .woocommerce-cart .woocommerce-cart-form__contents td.product-name a:active, .woocommerce-cart .woocommerce-cart-form__contents td.product-name a:focus {
  color: #5d948f;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-quantity .qty {
  display: inline-block;
  max-width: 7ch;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-subtotal {
  border-top: 1px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.woocommerce-cart .woocommerce-cart-form__contents td.actions {
  border-bottom: 0;
  margin-top: 0;
  text-align: left;
}
.woocommerce-cart .woocommerce-cart-form__contents td.actions .button {
  background: #000;
  margin-top: 1rem;
}
.woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon input[type=text] {
  margin-bottom: 0.5rem;
}
.woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon .button {
  background: #000;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}
.woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon .button:active, .woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon .button:focus, .woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon .button:hover {
  background: #5d948f;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals td {
  text-align: left;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals td .woocommerce-shipping-calculator {
  font-size: 0.875rem;
  margin-top: 0;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods {
  clear: both;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
  margin-bottom: 0.5rem;
}
.woocommerce-cart .cart-collaterals .order-total {
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
}

form.woocommerce-checkout {
  margin-top: 3rem;
}
form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}
form.woocommerce-checkout h3 {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
form.woocommerce-checkout th,
form.woocommerce-checkout td,
form.woocommerce-checkout li,
form.woocommerce-checkout label,
form.woocommerce-checkout p,
form.woocommerce-checkout span,
form.woocommerce-checkout input,
form.woocommerce-checkout select,
form.woocommerce-checkout textarea {
  font-size: 1rem;
}
form.woocommerce-checkout label.checkbox span {
  margin-bottom: 0;
}
form.woocommerce-checkout label.checkbox span:before {
  top: 3px !important;
}
form.woocommerce-checkout label.checkbox span:after {
  top: 3px !important;
}

.woocommerce-checkout .woocommerce-form-coupon {
  display: block !important;
  background: #e0e0e0;
  border-radius: 4px;
  padding: 1rem;
}
.woocommerce-checkout .woocommerce-form-coupon .coupon-title {
  font-weight: bold;
  font-size: 1.125rem;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
  margin-top: 0.5rem;
}
.woocommerce-checkout .woocommerce-form-coupon .button {
  background: #000;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce-form-coupon .button:active, .woocommerce-checkout .woocommerce-form-coupon .button:focus, .woocommerce-checkout .woocommerce-form-coupon .button:hover {
  background: #5d948f;
}

.woocommerce-checkout .customer-details #billing_address_1_field + #billing_address_2_field {
  margin-top: -1rem;
}
.woocommerce-checkout .customer-details .woocommerce-account-fields {
  margin-top: 2rem;
}

.woocommerce-checkout .shipping-details {
  border-top: 1px solid #eaeaea;
  margin-top: 2rem;
  padding-top: 2rem;
}
.woocommerce-checkout .shipping-details h3 {
  letter-spacing: 0;
  margin-bottom: 2rem;
  text-transform: none;
}

.shop_table.woocommerce-checkout-review-order-table,
.shop_table.order_details {
  border: 2px solid #eaeaea;
  margin: 0 0 2rem;
}
.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td,
.shop_table.order_details th,
.shop_table.order_details td {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.shop_table.woocommerce-checkout-review-order-table p,
.shop_table.woocommerce-checkout-review-order-table li,
.shop_table.woocommerce-checkout-review-order-table dd,
.shop_table.woocommerce-checkout-review-order-table dt,
.shop_table.order_details p,
.shop_table.order_details li,
.shop_table.order_details dd,
.shop_table.order_details dt {
  font-size: 1rem;
}
.shop_table.woocommerce-checkout-review-order-table .product-quantity,
.shop_table.order_details .product-quantity {
  font-weight: bold;
}
.shop_table.woocommerce-checkout-review-order-table dl.variation,
.shop_table.order_details dl.variation {
  margin-top: 0.25rem;
}
.shop_table.woocommerce-checkout-review-order-table dl.variation dt,
.shop_table.woocommerce-checkout-review-order-table dl.variation dd,
.shop_table.order_details dl.variation dt,
.shop_table.order_details dl.variation dd {
  font-size: 0.9375rem;
}
.shop_table.woocommerce-checkout-review-order-table dl.variation dt,
.shop_table.order_details dl.variation dt {
  float: left;
  font-weight: normal;
}
.shop_table.woocommerce-checkout-review-order-table dl.variation dd,
.shop_table.order_details dl.variation dd {
  margin-bottom: 0;
}
.shop_table.woocommerce-checkout-review-order-table .wc-item-meta,
.shop_table.order_details .wc-item-meta {
  margin-top: 0.25rem;
  padding: 0;
}
.shop_table.woocommerce-checkout-review-order-table .wc-item-meta li,
.shop_table.order_details .wc-item-meta li {
  font-size: 0.9375rem;
  margin: 0;
}
.shop_table.woocommerce-checkout-review-order-table .wc-item-meta li p,
.shop_table.order_details .wc-item-meta li p {
  font-size: 0.9375rem;
  display: inline-block;
  margin: 0;
}
.shop_table.woocommerce-checkout-review-order-table .wc-item-meta li::before,
.shop_table.order_details .wc-item-meta li::before {
  display: none;
}
.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-methods,
.shop_table.order_details .woocommerce-shipping-methods {
  padding: 0;
}
.shop_table.woocommerce-checkout-review-order-table .order-total .amount,
.shop_table.order_details .order-total .amount {
  font-weight: bold;
}

.order-review #order_review_heading {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.order-review li {
  padding: 0;
}
.order-review li:before {
  display: none;
}
.order-review label {
  font-weight: normal;
}
.order-review label:before {
  top: 3px !important;
}
.order-review label:after {
  top: 10px !important;
}
.order-review label .amount {
  font-weight: bold;
}
.order-review .woocommerce-checkout-payment .payment_methods {
  margin-bottom: 1.5rem;
  padding: 0;
}
.order-review .woocommerce-checkout-payment .payment_methods .wc_payment_method {
  background: #e0e0e0;
  margin-bottom: 1px;
  padding: 1rem 1rem 0;
}
.order-review .woocommerce-checkout-payment .payment_methods .wc_payment_method:first-child {
  border-radius: 4px 4px 0 0;
}
.order-review .woocommerce-checkout-payment .payment_methods .wc_payment_method:last-child {
  border-radius: 0 0 4px 4px;
}
.order-review .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
.order-review .woocommerce-checkout-payment .payment_methods .wc_payment_method label img {
  max-height: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
.order-review .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box {
  background: #fff;
  margin: 0 -1rem;
  padding: 0.75rem 1rem;
}
.order-review .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_box p {
  font-size: 0.9375rem;
}
.order-review .woocommerce-checkout-payment .payment_methods .wc_payment_method.payment_method_paypal .about_paypal {
  font-size: 0.75rem;
}
.order-review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .validate-required {
  margin-top: 1rem;
}
.order-review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .validate-required label {
  margin: 0;
}
.order-review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .validate-required .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 1rem;
  margin: 0;
}
.order-review .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .validate-required .required {
  display: inline-block;
}
.order-review .woocommerce-checkout-payment .place-order button {
  height: 3rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  width: 100%;
}

.woocommerce-order {
  margin-top: 4rem;
}
.woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-order .woocommerce-thankyou-order-failed {
  border: solid #e0e0e0;
  border-width: 2px 2px 0;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  padding: 3rem 2rem 2rem 0;
  position: relative;
  text-align: center;
}
.woocommerce-order .woocommerce-thankyou-order-received:before,
.woocommerce-order .woocommerce-thankyou-order-failed:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  border-radius: 50%;
  box-shadow: 0 0 0 1rem #fff;
  color: #fff;
  font-size: 2rem;
  height: 5rem;
  line-height: 5rem;
  margin-left: -2.5rem;
  position: absolute;
  top: -2.5rem;
  right: auto;
  bottom: auto;
  left: 50%;
  text-align: center;
  width: 5rem;
}
.woocommerce-order .woocommerce-thankyou-order-failed {
  font-size: 1.125rem;
  font-weight: inherit;
}
.woocommerce-order .woocommerce-thankyou-order-failed:before {
  content: "";
  background: #e56f4b;
}
.woocommerce-order .woocommerce-thankyou-order-failed + .woocommerce-thankyou-order-failed-actions {
  border: solid #e0e0e0;
  border-width: 0 2px 2px;
  margin: 0;
  padding: 0 2rem 2rem;
  text-align: center;
}
.woocommerce-order .woocommerce-thankyou-order-failed + .woocommerce-thankyou-order-failed-actions .button {
  margin: 0 0.25rem;
}
.woocommerce-order .woocommerce-thankyou-order-received:before {
  content: "";
  background: #97b874;
}
.woocommerce-order .woocommerce-thankyou-order-received + .woocommerce-thankyou-order-details {
  border: solid #e0e0e0;
  border-width: 0 2px 2px;
  margin: 0;
  padding: 0 2rem 2rem;
}
.woocommerce-order .woocommerce-thankyou-order-details li {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: 1px dashed #e0e0e0;
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.woocommerce-order .woocommerce-thankyou-order-details li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce-order .woocommerce-thankyou-order-details li strong {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
  text-transform: none;
}
.woocommerce-order .woocommerce-thankyou-order-details li:before {
  display: none;
}

.woocommerce-order-details,
.woocommerce-customer-details,
.woocommerce-order-downloads {
  margin-top: 3rem;
}
.woocommerce-order-details p,
.woocommerce-order-details li,
.woocommerce-order-details th,
.woocommerce-order-details td,
.woocommerce-order-details dt,
.woocommerce-order-details dd,
.woocommerce-order-details address,
.woocommerce-customer-details p,
.woocommerce-customer-details li,
.woocommerce-customer-details th,
.woocommerce-customer-details td,
.woocommerce-customer-details dt,
.woocommerce-customer-details dd,
.woocommerce-customer-details address,
.woocommerce-order-downloads p,
.woocommerce-order-downloads li,
.woocommerce-order-downloads th,
.woocommerce-order-downloads td,
.woocommerce-order-downloads dt,
.woocommerce-order-downloads dd,
.woocommerce-order-downloads address {
  font-size: 1rem;
}
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-order-downloads h2 {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 1rem;
}

.woocommerce-order-details .shop_table {
  border: 2px solid #e0e0e0;
}

.woocommerce-customer-details address {
  margin: 0;
}
.woocommerce-customer-details address p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.woocommerce-customer-details address .woocommerce-customer-details--phone:before,
.woocommerce-customer-details address .woocommerce-customer-details--email:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1rem;
  margin-right: 0.5rem;
  opacity: 0.6;
}
.woocommerce-customer-details address .woocommerce-customer-details--phone:before {
  content: "";
}
.woocommerce-customer-details address .woocommerce-customer-details--email:before {
  content: "";
}

.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column + .woocommerce-column {
  border-top: 1px solid #eaeaea;
  margin-top: 1rem;
  padding-top: 1rem;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .woocommerce-checkout .woocommerce-form-coupon {
    display: flex !important;
    flex-wrap: wrap;
  }
  .woocommerce-checkout .woocommerce-form-coupon .coupon-title {
    margin-bottom: 0.5em;
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-form-coupon .form-row-first {
    flex-grow: 1;
  }
  .woocommerce-checkout .woocommerce-form-coupon .form-row-last {
    margin: 0;
  }
  .woocommerce-checkout .woocommerce-form-coupon input[type=text] {
    border-right: 0;
    border-radius: 2px 0 0 2px;
  }
  .woocommerce-checkout .woocommerce-form-coupon .button {
    border-radius: 0 2px 2px 0;
    font-size: 1rem;
    white-space: nowrap;
  }

  .woocommerce-customer-details .woocommerce-columns--addresses {
    display: flex;
  }
  .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    width: auto;
  }
  .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-1 {
    border-right: 1px solid #eaeaea;
    padding-right: 2rem;
  }
  .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column.col-2 {
    padding-left: 2rem;
  }

  .woocommerce-cart .woocommerce-cart-form__contents {
    border: 0;
    border-collapse: collapse;
  }
  .woocommerce-cart .woocommerce-cart-form__contents th,
.woocommerce-cart .woocommerce-cart-form__contents td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .woocommerce-cart .woocommerce-cart-form__contents th:first-child,
.woocommerce-cart .woocommerce-cart-form__contents td:first-child {
    padding-left: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents th:last-child,
.woocommerce-cart .woocommerce-cart-form__contents td:last-child {
    padding-right: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents th {
    font-size: 0.875rem;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.product-remove {
    border-bottom-width: 1px;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail {
    display: table-cell;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail img {
    width: 40px;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.product-subtotal {
    border-top: 0;
    border-bottom-width: 1px;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.actions {
    border-top: 2px solid #eaeaea;
    padding-top: 1rem;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon {
    background: #e0e0e0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon label {
    margin: 0 1rem 0 0;
    white-space: nowrap;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon input[type=text] {
    border-right: 0;
    border-radius: 2px 0 0 2px;
    flex-grow: 1;
    margin: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon .button {
    border-radius: 0 2px 2px 0;
    font-size: 1rem;
    margin: 0;
    white-space: nowrap;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail img {
    width: 60px;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon input[type=text] {
    height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    border: 2px solid #e0e0e0;
    float: right;
    max-width: 585px;
    padding: 1.25rem;
    width: 60%;
  }
  .woocommerce-cart .cart-collaterals .cart_totals td,
.woocommerce-cart .cart-collaterals .cart_totals th {
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
  }
  .woocommerce-cart .cart-collaterals .cart_totals th {
    width: 30%;
  }
  .woocommerce-cart .cart-collaterals h2 {
    font-size: 1.25rem;
  }
  .woocommerce-cart .cart-collaterals .shop_table {
    border: 0;
    border-top: 2px solid #eaeaea;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-methods {
    padding: 0;
  }
  .woocommerce-cart .cart-collaterals .order-total td,
.woocommerce-cart .cart-collaterals .order-total th {
    border-bottom-width: 0;
  }
  .woocommerce-cart .cart-collaterals .order-total .amount {
    font-size: 1.125rem;
    font-weight: bold;
  }

  .woocommerce-checkout .woocommerce-form-coupon {
    align-items: center;
    padding-left: 1.5rem;
  }
  .woocommerce-checkout .woocommerce-form-coupon .coupon-title {
    margin: 0 2rem 0 0;
    white-space: nowrap;
    width: auto;
  }
  .woocommerce-checkout .woocommerce-form-coupon .form-row {
    float: none;
    margin: 0;
    width: auto;
  }
  .woocommerce-checkout .woocommerce-form-coupon .form-row-first {
    margin-left: auto;
  }
  .woocommerce-checkout .woocommerce-form-coupon input,
.woocommerce-checkout .woocommerce-form-coupon button {
    font-size: 1rem;
  }
  .woocommerce-checkout .woocommerce-form-coupon input[type=text] {
    height: 40px;
    min-width: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .woocommerce-checkout .woocommerce-form-coupon button {
    letter-spacing: 0;
    text-transform: none;
  }

  .woocommerce-order .woocommerce-notice--success {
    font-size: 1.25rem;
  }
  .woocommerce-order .woocommerce-thankyou-order-details {
    text-align: center;
  }
  .woocommerce-order .woocommerce-thankyou-order-details li {
    border: dashed #b8b8b8;
    border-width: 0 1px 0 0;
    display: inline-block;
    margin: 0 1rem 0 0;
    text-align: left;
    padding: 0 1rem 0 0;
  }
}
/*  -----------------------------------------------------------
Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon input[type=text] {
    height: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .woocommerce-checkout .woocommerce-form-coupon input[type=text] {
    height: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .woocommerce-order .woocommerce-thankyou-order-details li {
    font-size: 0.8125rem;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }
  .woocommerce-order .woocommerce-thankyou-order-details li strong {
    font-size: 0.975rem;
  }
}
/*  -----------------------------------------------------------
Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/**
 * Customer account
 */
.header-user .user {
  color: #000;
  display: inline-block;
  height: 36px;
  line-height: 39px;
  position: absolute;
  top: 1.125rem;
  right: 9.25rem;
  bottom: auto;
  left: auto;
}
.header-user .user .label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.header-user .user .avatar {
  border-radius: 50%;
  border: 1px solid #eaeaea;
  padding: 3px;
}
.header-user .user.user-account {
  height: 40px;
}
.header-user .user.login-link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  font-size: 22px;
}
.header-user .account-link .user {
  right: 10rem;
}
.header-user .dropdown {
  display: none;
}

.account-login {
  margin: 0 auto;
  max-width: 970px;
}
.account-login.account-signup {
  max-width: none;
}

.account-signup .col-2 {
  border-top: 1px solid #e0e0e0;
  margin-top: 3rem;
  padding-top: 3rem;
}
.account-signup .woocommerce-privacy-policy-text p {
  font-size: 0.9375rem;
}
.account-signup .woocommerce-form-register__submit {
  margin-top: 1rem;
}

.woocommerce-account.logged-in .woocommerce:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.woocommerce-MyAccount-navigation .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding-right: 2rem;
}
.woocommerce-MyAccount-navigation .user-info .user-img img {
  border-radius: 50%;
  border: 1px solid #eaeaea;
  height: 4.5rem;
  margin-right: 1rem;
  padding: 4px;
  width: 4.5rem;
}
.woocommerce-MyAccount-navigation .user-info p {
  font-size: 1.125rem;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  border: solid #e0e0e0;
  border-width: 2px 0;
  margin: 2rem 0;
  padding: 0;
  text-align: left;
}
.woocommerce-MyAccount-navigation ul a {
  color: #000;
}
.woocommerce-MyAccount-navigation ul a:hover, .woocommerce-MyAccount-navigation ul a:active, .woocommerce-MyAccount-navigation ul a:focus {
  color: #5d948f;
}
.woocommerce-MyAccount-navigation ul li {
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.75rem 0;
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  color: #000 !important;
  font-size: 1rem;
  margin-right: 0.5rem;
  opacity: 0.6;
  width: 1.125rem;
}
.woocommerce-MyAccount-navigation ul li[class*=dashboard] a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li[class*=orders] a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li[class*=downloads] a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li[class*=address] a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li[class*=acount] a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li[class*=wishlist] a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li[class*=logout] a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li + li a {
  border-top: 1px solid #eaeaea;
}

.woocommerce-MyAccount-content h3 {
  font-size: 1.125rem;
}
.woocommerce-MyAccount-content a.edit {
  font-weight: 500;
  display: inline-block;
  font-size: 0.8125rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.woocommerce-MyAccount-content a[href*=customer-logout]:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  font-size: 1rem;
  margin-left: 0.375rem;
  opacity: 0.6;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
  margin-bottom: 0.25rem;
}
.woocommerce-MyAccount-content .woocommerce-Addresses address {
  margin-top: 1rem;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
  border-top: 1px solid #eaeaea;
  margin-top: 2rem;
  padding-top: 2rem;
}

.woocommerce-MyAccount-content .woocommerce-table--order-downloads td.download-file a.button, .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.button {
  background: transparent;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4em;
  padding: 0;
  text-align: left;
  text-transform: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.woocommerce-MyAccount-content .woocommerce-table--order-downloads td,
.woocommerce-MyAccount-content .woocommerce-table--order-downloads th,
.woocommerce-MyAccount-content .woocommerce-orders-table td,
.woocommerce-MyAccount-content .woocommerce-orders-table th {
  vertical-align: middle;
}
.woocommerce-MyAccount-content .woocommerce-order-downloads {
  margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-number {
  font-weight: 500;
}
.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-total .amount {
  font-weight: 500;
}
.woocommerce-MyAccount-content .woocommerce-orders-table th.woocommerce-orders-table__header-order-actions {
  text-align: center;
}
.woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
  text-align: center;
}
/*  -----------------------------------------------------------
Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .header-user {
    margin-right: 1rem;
  }
  .header-user .user {
    height: auto;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
  }
  .header-user .user .label {
    position: static;
    overflow: visible;
    clip: auto;
    height: auto;
    width: auto;
    margin: auto;
    font-size: 0.75rem;
    line-height: 1em;
    position: absolute;
    bottom: -18px;
    left: -3333rem;
  }
  .header-user .user .label span {
    background: #000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    opacity: 0;
    padding: 0.25rem 0.5rem;
    transform: translateY(0.5rem);
    transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out;
    white-space: nowrap;
  }
  .header-user .user:hover .label {
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .header-user .user:hover .label span {
    opacity: 1;
    transform: translateY(0);
  }
  .header-user .menu-item a {
    color: #000;
  }
  .header-user .menu-item a:hover, .header-user .menu-item a:active, .header-user .menu-item a:focus {
    color: #5d948f;
  }
  .header-user .menu-item.menu-item-has-children {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .header-user .menu-item.menu-item-has-children:before {
    display: none !important;
  }
  .header-user .menu-item.menu-item-has-children .dropdown {
    display: block;
    top: 46px;
  }
  .header-user .menu-item.menu-item-has-children .dropdown li {
    margin: 0;
  }

  .account-login.account-signup .col2-set {
    display: flex;
  }
  .account-login.account-signup div[class*=col-] {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .account-login.account-signup div[class*=col-] .woocommerce-form {
    flex-grow: 1;
    margin-top: 0;
  }
  .account-login.account-signup .col-1 {
    padding-right: 20px;
  }
  .account-login.account-signup .col-2 {
    border-top: 0;
    border-left: 1px solid #e0e0e0;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
  }

  .woocommerce-MyAccount-navigation {
    background: #e0e0e0;
    border-radius: 4px;
    float: left;
    padding: 1.5rem;
    width: 25%;
  }
  .woocommerce-MyAccount-navigation .user-info {
    display: block;
    margin-top: 0;
    padding: 0;
    text-align: center;
  }
  .woocommerce-MyAccount-navigation .user-info .user-img img {
    background: #fff;
    border: 0;
    height: 120px;
    margin: 0;
    padding: 6px;
    width: 120px;
  }
  .woocommerce-MyAccount-navigation .user-info p {
    margin-top: 1rem;
  }
  .woocommerce-MyAccount-navigation ul {
    margin-top: 2rem;
    margin-bottom: 0;
    text-align: left;
  }
  .woocommerce-MyAccount-navigation ul li a:hover {
    color: #000;
  }
  .woocommerce-MyAccount-navigation ul li a:hover::before {
    color: #5d948f !important;
    font-weight: bold;
  }
  .woocommerce-MyAccount-navigation ul li.is-active {
    font-weight: 500;
  }
  .woocommerce-MyAccount-navigation ul li.is-active a {
    pointer-events: none;
  }
  .woocommerce-MyAccount-navigation ul li.is-active a::before {
    color: #000 !important;
    font-weight: bold;
  }

  .woocommerce-MyAccount-content {
    float: right;
    padding-left: 30px;
    padding-top: 3rem;
    width: 75%;
  }
  .woocommerce-MyAccount-content mark {
    background: transparent;
    font-weight: bold;
  }
  .woocommerce-MyAccount-content mark.order-status {
    font-style: italic;
  }
  .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error {
    margin-bottom: 1.5rem;
  }
  .woocommerce-MyAccount-content .shop-table {
    margin-top: 0;
  }

  .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    margin-top: 2rem;
  }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    width: auto;
  }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1 {
    border-right: 1px solid #eaeaea;
    padding-right: 2rem;
  }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-2 {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 79em) {
  .account-login.account-signup {
    max-width: 970px;
  }
  .account-login.account-signup .col-1 {
    padding-right: 30px;
  }
  .account-login.account-signup .col-2 {
    padding-left: 30px;
  }

  .woocommerce-MyAccount-navigation {
    padding: 2rem;
  }
}
.site {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content,
.site-main {
  height: 100%;
}

.site-header .wrapper {
  display: flex;
}

.home-content {
  padding-top: 30vh;
  text-align: center;
}
.home-content p {
  font-size: 32px;
}

.rsfv-has-video video.rsfv-video, .rsfv-has-video iframe.rsfv-video{
	aspect-ratio:1!important;
}

.page-numbers{
	display: flex;
    list-style: none;
    justify-content: center;
}

/*# sourceMappingURL=theme.min.css.map */
