@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 .product,
.product-list, .section-contact .section-content, .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 .product,
.product-list, .section-contact .section-content, .wrapper,
.wrapper-narrow,
.contentcenter {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .product,
.product-list, .section-contact .section-content, .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 .product,
.product-list, .section-contact .section-content, .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 .product,
.product-list, .section-contact .section-content, .wrapper,
.wrapper-narrow,
.contentcenter {
    padding-left: 30px;
    padding-right: 30px;
    width: 1230px;
  }
}
form.woocommerce-checkout, ul.products, article.single-testimonial .entry-content, .page-testimonials .list-testimonials, .grid {
  margin-left: -5px;
  margin-right: -5px;
}
.flexbox form.woocommerce-checkout:after, .flexbox ul.products:after, .flexbox article.single-testimonial .entry-content:after, article.single-testimonial .flexbox .entry-content:after, .flexbox .page-testimonials .list-testimonials:after, .page-testimonials .flexbox .list-testimonials:after, .flexbox .grid:after {
  display: none;
}
@media screen and (min-width: 48em) {
  form.woocommerce-checkout, ul.products, article.single-testimonial .entry-content, .page-testimonials .list-testimonials, .grid {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    margin-left: -7px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 64em) {
  form.woocommerce-checkout, ul.products, article.single-testimonial .entry-content, .page-testimonials .list-testimonials, .grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 79em) {
  form.woocommerce-checkout, ul.products, article.single-testimonial .entry-content, .page-testimonials .list-testimonials, .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, ul.products li.product, article.single-testimonial .entry-content .testimonial, article.single-testimonial .entry-content .img, .page-testimonials .list-testimonials .testimonial, .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, ul.products li.product, article.single-testimonial .entry-content .testimonial, article.single-testimonial .entry-content .img, .page-testimonials .list-testimonials .testimonial, .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, ul.products li.product, article.single-testimonial .entry-content .testimonial, article.single-testimonial .entry-content .img, .page-testimonials .list-testimonials .testimonial, .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 79em) {
  form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, ul.products li.product, article.single-testimonial .entry-content .testimonial, article.single-testimonial .entry-content .img, .page-testimonials .list-testimonials .testimonial, .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,
.page-testimonials .list-testimonials .testimonial,
.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, .page-testimonials .list-testimonials .testimonial {
  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, article.single-testimonial .entry-content .img, .page-testimonials .list-testimonials .testimonial {
    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, article.single-testimonial .entry-content .testimonial {
    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, .page-testimonials .list-testimonials .testimonial {
    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 */
/* Structure */
body {
  font-family: omnes-pro, "Montserrat", sans-serif;
  font-weight: 300;
}

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

.wrapper-wide {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 94%;
}
@media screen and (min-width: 30em) {
  .wrapper-wide {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .wrapper-wide {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .wrapper-wide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 79em) {
  .wrapper-wide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 90em) {
  .wrapper-wide {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    max-width: 1640px;
  }
}

.img img {
  width: 100%;
}

.site {
  position: relative;
}

/* 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.5em;
}
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: "Montserrat", serif;
}

h1 {
  font-size: 1.625em;
}

h2 {
  font-size: 1.5em;
}

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: #e96e77;
  position: relative;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.3s ease-in-out;
}
a:hover, a:active {
  color: #c75760;
}
a:focus {
  color: #c75760;
  outline-color: #c75760;
}

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

ul {
  list-style: none;
  padding-left: 1.25em;
}
ul li {
  position: relative;
}
ul li:before {
  content: "";
  background: #e96e77;
  border-radius: 50%;
  height: 6px;
  margin-top: 0.6em;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: -1em;
  width: 6px;
}
ul li li:before {
  background: transparent !important;
  border: 1px solid #e96e77;
}

.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:before {
  display: none;
}
.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;
}
span.required:after,
abbr.required:after {
  content: none;
}

.form-item,
.form-item.col {
  margin-bottom: 1.5rem;
}

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: #e0dcd6;
  height: 40px;
  line-height: 40px;
}
.btn,
.button,
.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
  background-color: #e96e77;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  height: 44px;
  line-height: 1.5em;
  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;
}
.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, .btn:focus,
.button:focus,
.wp-block-button__link:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  background: #c75760;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .btn,
.button,
.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
    font-size: 1.25rem;
    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.375rem;
    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 legend {
  margin: 0 0 1.5rem;
  padding-left: 10px;
  padding-right: 1rem;
}
fieldset.grid .form-item.col {
  padding: 0 10px;
}
fieldset.grid .inline-container.col12 {
  width: auto;
}
fieldset.grid.has-legend {
  border: 0;
  background: rgba(241, 236, 230, 0.4);
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 5px;
  padding-right: 5px;
}

/*  -----------------------------------------------------------
	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: 2em;
  }

  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,
input,
textarea,
label {
    font-size: 1.125rem;
  }

  h1 {
    font-size: 2.25em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.375em;
  }

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

  p.lead {
    font-size: 1.5rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 02 HEADER
------------------------------------------ */
.site-header {
  border-bottom: 1px solid #eae6e1;
  padding-top: 20px;
  padding-bottom: 30px;
}
.site-header .wrapper {
  position: static;
}
.home .site-header {
  border-bottom: 0;
}
@media screen and (min-width: 64em) {
  .site-header {
    border-bottom: 0;
  }
}

/* Branding */
.site-branding .home-link {
  background: transparent url(../img/logo-joys-food.png) no-repeat;
  background-size: auto 100%;
  display: block;
  width: 120px;
  height: 100px;
  z-index: 1;
}
.svg .site-branding .home-link {
  background-image: url(../img/logo-joys-food.svg);
}
.site-branding .home-link .site-title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/* --- Menu --- */
/* Mobile nav */
a.menu-toggle {
  background: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  height: 50px;
  padding: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 50px;
  z-index: 99999;
}
a.menu-toggle .patty {
  background: #e96e77;
  display: block;
  height: 2px;
  margin: 12px 0;
  position: relative;
  transition: all 0.3s;
  width: 26px;
}
a.menu-toggle .patty:before, a.menu-toggle .patty:after {
  content: "";
  background: #e96e77;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}
a.menu-toggle .patty:before {
  top: -11px;
  width: 26px;
}
a.menu-toggle .patty:after {
  top: 11px;
  width: 26px;
}
a.menu-toggle:hover {
  background: #e96e77;
}
a.menu-toggle:hover .patty {
  background: #fff;
}
a.menu-toggle:hover .patty:before, a.menu-toggle:hover .patty:after {
  background: #fff;
}

.nav-open .menu-toggle {
  position: fixed;
}
.nav-open .menu-toggle .patty {
  background: transparent !important;
}
.nav-open .menu-toggle .patty:before, .nav-open .menu-toggle .patty:after {
  background: #fff;
  width: 26px;
}
.nav-open .menu-toggle .patty:before {
  top: 0 !important;
  transform: rotate(-45deg);
}
.nav-open .menu-toggle .patty:after {
  top: 0 !important;
  transform: rotate(45deg);
}
.nav-open .menu-toggle:hover {
  background: #e96e77;
}
.nav-open .menu-toggle:hover .patty:before,
.nav-open .menu-toggle:hover .patty:after {
  color: #fff;
}

/* Menu */
.site-menu a {
  display: inline-block;
}

.site-menu .menu {
  background: transparent;
  position: fixed;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  transition: background 0.6s;
  z-index: -1;
  margin: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-menu .menu:before {
  content: "";
  border: 12px solid #fff;
  opacity: 1;
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  z-index: -1;
}
.site-menu .menu li {
  font-weight: 400;
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
.site-menu .menu a {
  text-decoration: none;
}
.site-menu .menu .current-menu-item a,
.site-menu .menu .current_page_item a,
.site-menu .menu .current_page_parent a {
  position: relative;
  font-weight: bold;
}
.site-menu .menu .social-nav p {
  letter-spacing: 0.03em;
  text-transform: lowercase;
  font-size: 1em;
  font-weight: 700;
}
.site-menu .menu .social-nav .widget {
  margin-bottom: 10px;
}

.nav-open {
  overflow-y: hidden;
  height: 100%;
}
.nav-open .site-menu .menu {
  background: rgba(70, 100, 75, 0.98);
  opacity: 1;
  visibility: visible;
  z-index: 1999;
}

.admin-bar .site-menu .menu {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-menu .menu {
    top: 58px;
  }
}
.admin-bar.nav-open .menu-toggle {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar.nav-open .menu-toggle {
    top: 58px;
  }
}

/* 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);
}
.sub-menu li:before {
  content: none;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 10;
  }
  .site-header .header-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .site-branding {
    height: 120px;
    flex-basis: 100%;
    text-align: center;
    width: 100%;
  }
  .site-branding .home-link {
    background-position: center top;
    display: inline-block;
    height: 120px;
    width: 160px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .site-branding {
    height: 150px;
  }
  .site-branding .home-link {
    height: 150px;
    width: 200px;
  }

  /* --- Menu --- */
  a.menu-toggle {
    display: none;
  }

  .site-header .site-menu {
    margin: -150px 0 0;
    position: relative;
    width: 100%;
  }

  .site-menu .menu {
    display: block;
    overflow: visible;
    padding: 0;
    position: static;
    width: 100%;
    opacity: 1;
    text-align: left;
    visibility: visible;
  }
  .site-menu .menu:before {
    display: none;
  }
  .site-menu .menu .nav {
    vertical-align: middle;
  }
  .site-menu .menu .nav li {
    display: inline-block;
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0;
    padding: 0 0 1rem;
  }
  .site-menu .menu .nav li:first-child {
    margin-left: 0;
  }
  .site-menu .menu .nav li:last-child {
    margin-right: 0;
  }
  .site-menu .menu .nav a {
    color: #1d1d1d;
  }
  .site-menu .menu .nav a:hover, .site-menu .menu .nav a:focus, .site-menu .menu .nav a:active {
    color: #e96e77;
  }
  .site-menu .menu .social-nav {
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 40%;
  }
  .site-menu .menu .social-nav p {
    font-size: 0.9375rem;
  }
  .site-menu .menu .social-nav li {
    margin-right: 10px;
  }
  .site-menu .menu .main-navigation {
    display: flex;
  }
  .site-menu .menu .main-navigation .nav {
    flex-basis: 50%;
    width: 50%;
  }
  .site-menu .menu .main-navigation .nav:first-child {
    padding-right: 100px;
  }
  .site-menu .menu .main-navigation .nav:first-child li {
    margin-right: 1.125rem;
  }
  .site-menu .menu .main-navigation .nav:last-child {
    text-align: right;
    padding-left: 100px;
    padding-right: 110px;
  }
  .site-menu .menu .main-navigation .nav:last-child li {
    margin-left: 1.125rem;
  }

  .site-menu .header-user {
    position: absolute;
    top: -6px;
    right: 46px;
    bottom: auto;
    left: auto;
    margin: 0;
  }
  .site-menu .header-user .menu-item.menu-item-has-children {
    margin-top: -2px;
  }
  .site-menu .site-header-cart {
    position: absolute;
    top: -5px;
    right: 0;
    bottom: auto;
    left: auto;
    margin: 0;
  }
  .site-menu .site-header-cart .cart-contents {
    padding-right: 0 !important;
  }
  .site-menu .site-header-cart .cart-contents .cart-count {
    line-height: 20px;
  }
  .site-menu .site-header-cart .cart-contents .cart-subtotal {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    position: absolute;
    top: 2.5rem;
    right: -12px;
    bottom: auto;
    left: auto;
  }

  /* 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: #1d1d1d;
    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: #e96e77;
    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;
  }

  .site-header .site-menu {
    margin-top: -200px;
  }

  .site-menu .menu .main-navigation .nav li {
    font-size: 1.125rem;
  }
  .site-menu .menu .main-navigation .nav:first-child {
    padding-right: 130px;
  }
  .site-menu .menu .main-navigation .nav:first-child li {
    margin-right: 2rem;
  }
  .site-menu .menu .main-navigation .nav:first-child li:last-child {
    margin-right: 0;
  }
  .site-menu .menu .main-navigation .nav:last-child {
    padding-left: 130px;
    padding-right: 130px;
  }
  .site-menu .menu .main-navigation .nav:last-child li {
    margin-left: 2rem;
  }
  .site-menu .menu .main-navigation .nav:last-child li:first-child {
    margin-left: 0;
  }

  .site-menu .header-user {
    right: 50px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  .site-branding {
    height: 160px;
  }
  .site-branding .home-link {
    height: 160px;
  }

  .site-menu .menu .main-navigation .nav li {
    font-size: 1.25rem;
  }
  .site-menu .menu .main-navigation .nav:first-child li {
    margin-right: 3rem;
  }
  .site-menu .menu .main-navigation .nav:last-child li {
    margin-left: 3rem;
  }
}
/* ------------------------------------------
 03 FOOTER
------------------------------------------ */
.site-footer {
  text-align: left;
}
.site-footer p,
.site-footer li {
  font-size: 1rem;
}
.site-footer .copyright {
  margin-bottom: 0.5em;
}
.site-footer .credits.lemon {
  display: inline-block;
  margin: 0;
  height: 19px;
  width: 74px;
}
.site-footer .credits.lemon a {
  color: #1d1d1d;
  display: block;
  height: inherit;
  width: inherit;
}
.site-footer .credits.lemon a:hover {
  color: #e96e77;
}
.site-footer .credits.lemon a .svg {
  display: block;
  fill: currentColor;
}
.site-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;
}

.site-footer .footer-content {
  background: #46644b;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.site-footer .footer-content a {
  color: #b1d9b8;
}
.site-footer .footer-content a:hover, .site-footer .footer-content a:focus, .site-footer .footer-content a:active {
  color: #fbe2e4;
}
.site-footer .footer-content .footer-title {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Montserrat", serif;
  font-weight: 500;
  margin-bottom: 1em;
  padding-bottom: 0.25rem;
}
.site-footer .footer-content .footer-contact + .footer-nav {
  margin-top: 2rem;
}
.site-footer .footer-content .footer-contact .content p {
  margin-bottom: 0.5rem;
}
.site-footer .footer-content .footer-contact .content p:last-child {
  margin: 0;
}
.site-footer .footer-content .footer-socials {
  margin-top: 1rem;
}
.site-footer .footer-content .footer-socials li {
  margin: 0 0.5rem 0 0;
  padding: 0;
}
.site-footer .footer-content .footer-nav .menu + .menu {
  margin-top: 2rem;
}
.site-footer .footer-content .footer-nav .menu li {
  margin-bottom: 0.375rem;
}
.site-footer .footer-content .footer-nav .menu li:last-child {
  margin-bottom: 0;
}

.site-footer .site-info {
  background: #b1d9b8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.site-footer .site-info .copyright {
  font-size: 0.9375rem;
}
.site-footer .site-info .site-credits {
  margin-top: 0.5rem;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .site-footer .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .site-footer .wrapper:after {
    display: none;
  }

  .site-footer .footer-content .footer-contact .footer-title,
.site-footer .footer-content .footer-contact .content {
    padding-right: 1.5rem;
  }
  .site-footer .footer-content .footer-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 0 !important;
  }
  .site-footer .footer-content .footer-nav .menu + .menu {
    margin-left: 20px;
    margin-top: 0 !important;
  }
  .site-footer .footer-content .footer-nav .menu .footer-title,
.site-footer .footer-content .footer-nav .menu .nav {
    padding-right: 1.5rem;
  }

  .site-footer .site-info .wrapper {
    align-items: center;
  }
  .site-footer .site-info .site-credits,
.site-footer .site-info p {
    margin: 0;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .site-footer .footer-content {
    /*
    .footer-contact {
      background: transparent url(../img/logo-joys-food.png) no-repeat;
      background-size: 170px auto;
      padding-left: 200px;

      .svg & {
        background-image: url(../img/logo-joys-food.svg);
      }
    }
    */
  }
  .site-footer .footer-content .footer-nav .menu + .menu {
    margin-left: 30px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 04 CONTENT
------------------------------------------ */
.site-content {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media screen and (min-width: 64em) {
  .site-content {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .site-content {
    padding-bottom: 5rem;
  }
}
.home .site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.payment-footer {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 1rem 0 0 0;
  padding-top: 1rem;
}
.payment-footer p {
  display: inline-block;
  align-self: flex-end;
}
.payment-footer p img {
  margin: 0 0.25rem;
}

p[style*=font-size] {
  font-size: 1rem !important;
}
@media screen and (min-width: 79em) {
  p[style*=font-size] {
    font-size: 1.125rem !important;
  }
}
p.has-small-font-size {
  font-size: 0.8125rem;
}
@media screen and (min-width: 79em) {
  p.has-small-font-size {
    font-size: 0.875rem;
  }
}
p.has-normal-font-size, p.has-regular-font-size {
  font-size: 1rem;
}
@media screen and (min-width: 79em) {
  p.has-normal-font-size, p.has-regular-font-size {
    font-size: 1.125rem;
  }
}
p.has-medium-font-size {
  font-size: 1.25rem;
}
@media screen and (min-width: 79em) {
  p.has-medium-font-size {
    font-size: 1.375rem;
  }
}
p.has-large-font-size {
  font-size: 1.375rem;
}
@media screen and (min-width: 79em) {
  p.has-large-font-size {
    font-size: 1.75rem;
  }
}
p.has-huge-font-size, p.has-larger-font-size {
  font-size: 1.5rem;
}
@media screen and (min-width: 79em) {
  p.has-huge-font-size, p.has-larger-font-size {
    font-size: 2rem;
  }
}

hr.wp-block-separator {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: solid #e0dcd6;
  border-width: 2px 0 0;
  max-width: 200px;
}
@media screen and (min-width: 64em) {
  hr.wp-block-separator {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  hr.wp-block-separator {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  hr.wp-block-separator {
    margin-top: 6rem;
  }
}
hr.wp-block-separator:first-child {
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  hr.wp-block-separator {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  hr.wp-block-separator {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  hr.wp-block-separator {
    margin-bottom: 6rem;
  }
}
hr.wp-block-separator:last-child {
  margin-bottom: 0;
}

.wp-block-contact-form-7-contact-form-selector {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .wp-block-contact-form-7-contact-form-selector {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .wp-block-contact-form-7-contact-form-selector {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .wp-block-contact-form-7-contact-form-selector {
    margin-top: 6rem;
  }
}
.wp-block-contact-form-7-contact-form-selector:first-child {
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  .wp-block-contact-form-7-contact-form-selector {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .wp-block-contact-form-7-contact-form-selector {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .wp-block-contact-form-7-contact-form-selector {
    margin-bottom: 6rem;
  }
}
.wp-block-contact-form-7-contact-form-selector:last-child {
  margin-bottom: 0;
}

.wp-block-video,
.wp-block-gallery,
.wp-block-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 79em) {
  .wp-block-video,
.wp-block-gallery,
.wp-block-image {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.wp-block-gallery .blocks-gallery-grid li:before {
  content: none;
}

.section-title {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .section-title {
    font-size: 2.125rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 79em) {
  .section-title {
    font-size: 2.25rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 90em) {
  .section-title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
}

.page-header,
.woocommerce-products-header {
  margin-top: 0;
  margin-bottom: 3rem;
  text-align: center;
}
.page-header .page-title,
.woocommerce-products-header .page-title {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 64em) {
  .page-header,
.woocommerce-products-header {
    margin-top: -1rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .page-header .page-title,
.woocommerce-products-header .page-title {
    display: inline-block;
  }
  .page-header .page-title:before,
.woocommerce-products-header .page-title:before, .page-header .page-title:after,
.woocommerce-products-header .page-title:after {
    content: "";
    height: 132px;
    margin-top: -66px;
    position: absolute;
    top: 50%;
    opacity: 0.8;
    width: 42px;
  }
  .page-header .page-title:before,
.woocommerce-products-header .page-title:before {
    background: url(../img/title-before.svg) no-repeat transparent;
    left: -80px;
  }
  .page-header .page-title:after,
.woocommerce-products-header .page-title:after {
    background: url(../img/title-after.svg) no-repeat transparent;
    right: -80px;
  }
}
@media screen and (min-width: 79em) {
  .page-header,
.woocommerce-products-header {
    margin-bottom: 4rem;
  }
}

.video-container.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-container.responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.percentage-circles {
  display: flex;
  flex-wrap: wrap;
}
.percentage-circles .circle {
  width: 100%;
  justify-content: space-around;
}
.percentage-circles .circle .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 220px;
}
.percentage-circles .circle .circle-bg {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
}
.percentage-circles .circle .circle {
  fill: none;
}
.animate-charts .percentage-circles .circle .circle {
  stroke: #688a6e;
  stroke-width: 3;
  stroke-linecap: round;
  animation: progress 1500ms ease-out forwards;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.percentage-circles .circle .percentage {
  fill: #46644b;
  font-size: 0.5em;
  text-anchor: middle;
}

.list-testimonials .img img {
  border-radius: 50%;
}

.page-testimonials .page-content {
  max-width: 770px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 48em) {
  .page-testimonials .page-content {
    margin-bottom: 3rem;
  }
}

.page-testimonials .list-testimonials .testimonial {
  margin-bottom: 2rem !important;
}
.page-testimonials .list-testimonials .testimonial .img {
  margin-bottom: 1rem;
}
.page-testimonials .list-testimonials .testimonial .entry-title {
  color: #1d1d1d;
  font-size: 1.25rem;
  margin: 0;
  text-align: center;
}
.page-testimonials .list-testimonials .testimonial .post-link:hover .entry-title, .page-testimonials .list-testimonials .testimonial .post-link:active .entry-title, .page-testimonials .list-testimonials .testimonial .post-link:focus .entry-title {
  color: #e96e77;
}

article.single-testimonial {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  article.single-testimonial {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  article.single-testimonial {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  article.single-testimonial {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  article.single-testimonial {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 48em) {
  article.single-testimonial {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  article.single-testimonial {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  article.single-testimonial {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  article.single-testimonial {
    padding-bottom: 6rem;
  }
}
article.single-testimonial .entry-content {
  align-items: center;
}
article.single-testimonial .img {
  margin-top: 2rem;
  text-align: center;
}
article.single-testimonial .img img {
  border-radius: 50%;
  max-width: 480px;
}
article.single-testimonial .testimonial {
  border: 0;
  margin: 0 auto;
  max-width: 770px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
article.single-testimonial .testimonial p {
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  article.single-testimonial .testimonial p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 79em) {
  article.single-testimonial .testimonial p {
    font-size: 1.5rem;
  }
}
article.single-testimonial .testimonial p:first-of-type:before {
  content: "«";
  margin-right: 0.25em;
}
article.single-testimonial .testimonial p:last-of-type:after {
  content: "»";
  margin-left: 0.25em;
}
article.single-testimonial .testimonial cite {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  article.single-testimonial .testimonial cite {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 79em) {
  article.single-testimonial .testimonial cite {
    font-size: 1.25rem;
  }
}

.wp-block-gallery.gallery-icons .blocks-gallery-grid {
  justify-content: center;
}
.wp-block-gallery.gallery-icons .blocks-gallery-grid .blocks-gallery-item {
  flex-grow: 0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .wp-block-gallery.gallery-icons .blocks-gallery-grid .blocks-gallery-item {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-gallery.gallery-icons .blocks-gallery-grid .blocks-gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-gallery.gallery-icons.columns-4 .blocks-gallery-grid .blocks-gallery-item {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-gallery.gallery-icons.columns-5 .blocks-gallery-grid .blocks-gallery-item {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-gallery.gallery-icons.columns-6 .blocks-gallery-grid .blocks-gallery-item {
    width: 16.667%;
  }
}

.page-resellers .page-content + .resellers-map {
  margin-top: 2rem;
}
@media screen and (min-width: 79em) {
  .page-resellers .page-content + .resellers-map {
    margin-top: 3rem;
  }
}
.page-resellers .actions {
  text-align: center;
}

.resellers-map .acf-map {
  height: 520px;
  max-height: 80vh;
}
.resellers-map .acf-map p {
  font-size: 0.975rem;
  margin-bottom: 0;
}
.resellers-map .acf-map p.reseller-addr {
  margin-top: 0.25em;
}

.woocommerce-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.woocommerce-pagination .page-numbers {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.woocommerce-pagination .page-numbers li:before {
  display: none;
}

.page-description .yith-wcan-filters {
  max-width: 100%;
  margin-top: 4rem;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .page-testimonials .list-testimonials .testimonial {
    margin-bottom: 3rem;
  }
  .page-testimonials .list-testimonials .testimonial .img {
    margin-bottom: 1.5rem;
    padding: 0 10px;
  }
  .page-testimonials .list-testimonials .testimonial .entry-title {
    font-size: 1.375rem;
  }

  .percentage-circles .circle {
    width: 33%;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  article.single-testimonial .testimonial {
    text-align: left;
  }

  .page-description .yith-wcan-filters {
    max-width: 50%;
    margin: auto;
    margin-top: 4rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .page-content.wrapper-narrow .wp-block-video,
.page-content.wrapper-narrow .wp-block-gallery,
.page-content.wrapper-narrow .wp-block-image,
.page-content.wrapper-narrow .lemon-map {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
/* ------------------------------------------
 05 HOMEPAGE
------------------------------------------ */
.home-content .actions {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .home-content .actions {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-content .actions {
    margin-top: 5rem;
  }
}

.home-intro .section-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .home-intro .section-content {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-intro .section-content {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-intro .section-content {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-intro .section-content {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .home-intro .section-content {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-intro .section-content {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-intro .section-content {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-intro .section-content {
    padding-bottom: 6rem;
  }
}
.home-intro .section-content ul {
  --left-padding: 30px;
  --icon-size: 20px;
  padding-left: var(--left-padding);
}
.home-intro .section-content ul li {
  color: #46644b;
  font-size: 1.25rem;
  font-weight: 600;
}
.home-intro .section-content ul li: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: "";
  background: transparent;
  color: #688a6e;
  font-size: var(--icon-size);
  height: var(--icon-size);
  margin: 0;
  top: 4px;
  left: calc(var(--left-padding) * -1);
  width: var(--icon-size);
}

.home-testimonials .actions .btn, .home-featured-products .actions .btn {
  background: #fff;
  color: #46644b;
}
.home-testimonials .actions .btn:hover, .home-featured-products .actions .btn:hover, .home-testimonials .actions .btn:active, .home-featured-products .actions .btn:active, .home-testimonials .actions .btn:focus, .home-featured-products .actions .btn:focus {
  background: #b1d9b8;
  color: #1d1d1d;
}

.home-featured-products {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #688a6e;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .home-featured-products {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-featured-products {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-featured-products {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-featured-products {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .home-featured-products {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-featured-products {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-featured-products {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-featured-products {
    padding-bottom: 6rem;
  }
}
.home-featured-products .section-title,
.home-featured-products h2,
.home-featured-products h3 {
  color: #e3f2e6;
}
.home-featured-products ul.products li.product .woocommerce-loop-product__link {
  color: #fff;
}
.home-featured-products ul.products li.product .product-thumbnail {
  position: relative;
}
.home-featured-products ul.products li.product .product-thumbnail:after {
  content: "";
  background: #fff url(../img/icon-leaves.png) no-repeat;
  background-position: center 24px;
  background-size: auto 42px;
  border-radius: 50%;
  display: block;
  height: 80px;
  position: absolute;
  top: auto;
  right: 4px;
  bottom: 4px;
  left: auto;
  width: 80px;
}
.svg .home-featured-products ul.products li.product .product-thumbnail:after {
  background-image: url(../img/icon-leaves.svg);
}
.home-featured-products ul.products li.product .button {
  background: #e3f2e6;
  border: 0;
  color: #1d1d1d;
}
.home-featured-products ul.products li.product .button:hover, .home-featured-products ul.products li.product .button:active, .home-featured-products ul.products li.product .button:focus {
  background: #b1d9b8;
  color: #1d1d1d;
}
.home-presentation {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f1ece6;
}
@media screen and (min-width: 48em) {
  .home-presentation {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-presentation {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-presentation {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-presentation {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .home-presentation {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-presentation {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-presentation {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-presentation {
    padding-bottom: 6rem;
  }
}
.home-presentation .presentation-video + .percentage-circles {
  padding-top: 2rem;
}
@media screen and (min-width: 48em) {
  .home-presentation .presentation-video + .percentage-circles {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-presentation .presentation-video + .percentage-circles {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-presentation .presentation-video + .percentage-circles {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-presentation .presentation-video + .percentage-circles {
    padding-top: 6rem;
  }
}
.home-presentation .percentage-circles .circle-caption {
  font-size: 1.25rem;
  line-height: 1.3em;
  margin: 1rem auto 0;
  max-width: 200px;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .home-presentation .percentage-circles .circle-caption {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 79em) {
  .home-presentation .percentage-circles .circle-caption {
    font-size: 1.5rem;
  }
}

.home-pet-food {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .home-pet-food {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-pet-food {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-pet-food {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-pet-food {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .home-pet-food {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-pet-food {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-pet-food {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-pet-food {
    padding-bottom: 6rem;
  }
}
.home-pet-food .section-title {
  color: #46644b;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}
.home-pet-food .list-food-icons {
  background-size: 100vw auto;
  background-repeat: no-repeat;
  background-position: center -10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  justify-content: center;
  padding: 50vw 0 0;
}
.home-pet-food .list-food-icons li {
  margin-bottom: 2rem;
  text-align: center;
  width: 48%;
}
.home-pet-food .list-food-icons li:last-child {
  margin-bottom: 0;
}
.home-pet-food .list-food-icons li:before {
  display: none;
}
.home-pet-food .list-food-icons li .img {
  margin-bottom: 1rem;
}
.home-pet-food .list-food-icons li .img img {
  max-height: 160px;
  max-width: 160px;
}
.home-pet-food .list-food-icons li p {
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

.home-testimonials {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #688a6e;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .home-testimonials {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-testimonials {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-testimonials {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-testimonials {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .home-testimonials {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-testimonials {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-testimonials {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-testimonials {
    padding-bottom: 6rem;
  }
}
.home-testimonials .featured-testimonial .testimonial {
  border: 0;
  margin: 0 auto 1.25rem;
  max-width: 770px;
  padding: 0;
  text-align: center;
}
.home-testimonials .featured-testimonial .testimonial p {
  font-size: 1rem;
  margin-bottom: 0.375em;
}
@media screen and (min-width: 48em) {
  .home-testimonials .featured-testimonial .testimonial p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 79em) {
  .home-testimonials .featured-testimonial .testimonial p {
    font-size: 1.25rem;
  }
}
.home-testimonials .featured-testimonial .testimonial p:before {
  content: "«";
  margin-right: 0.25em;
}
.home-testimonials .featured-testimonial .testimonial p:after {
  content: "»";
  margin-left: 0.25em;
}
.home-testimonials .featured-testimonial .testimonial cite {
  font-size: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .home-testimonials .featured-testimonial .testimonial cite {
    font-size: 1rem;
  }
}
@media screen and (min-width: 79em) {
  .home-testimonials .featured-testimonial .testimonial cite {
    font-size: 1.125rem;
  }
}

.home-testimonials .list-testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
  padding: 0 5px;
}
.home-testimonials .list-testimonials .testimonial {
  margin-bottom: 20px;
  padding: 0 10px;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
  width: 50%;
}
.home-testimonials .list-testimonials .testimonial:hover {
  transform: scale(1.1);
}
.home-testimonials .list-testimonials .img {
  background: #fff;
  border-radius: 50%;
  padding: 0.5rem;
}
.home-testimonials .list-testimonials .img img {
  border-radius: 50%;
}

.home-barf-presentation {
  position: relative;
}
.home-barf-presentation .section-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .home-barf-presentation .section-content {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-barf-presentation .section-content {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-barf-presentation .section-content {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-barf-presentation .section-content {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .home-barf-presentation .section-content {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-barf-presentation .section-content {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-barf-presentation .section-content {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-barf-presentation .section-content {
    padding-bottom: 6rem;
  }
}

.home-barf-steps {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f1ece6;
}
@media screen and (min-width: 48em) {
  .home-barf-steps {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-barf-steps {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-barf-steps {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-barf-steps {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .home-barf-steps {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-barf-steps {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-barf-steps {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-barf-steps {
    padding-bottom: 6rem;
  }
}
.home-barf-steps .section-title {
  color: #46644b;
}
.home-barf-steps p.intro {
  font-size: 1.375rem;
  margin-top: -0.75rem;
  margin-bottom: 2rem;
  text-align: center;
}
.home-barf-steps .barf-steps {
  list-style: none;
  margin-bottom: 2rem;
}
.home-barf-steps .barf-steps .step {
  margin-bottom: 2rem;
  text-align: center;
}
.home-barf-steps .barf-steps .step:last-child {
  margin-bottom: 0;
}
.home-barf-steps .barf-steps .icon {
  max-height: 220px;
}
.home-barf-steps .barf-steps .icon img {
  max-height: inherit;
  width: auto;
}
.home-barf-steps .barf-steps p {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Montserrat", serif;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.home-barf-steps .barf-steps p span {
  background: #688a6e;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 0.375rem 1rem;
}

.home-about {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .home-about {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-about {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-about {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-about {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .home-about {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .home-about {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 79em) {
  .home-about {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .home-about {
    padding-bottom: 6rem;
  }
}
.home-about .photos {
  margin-top: 2rem;
}
.home-about .img:first-child {
  margin-left: -8px;
  padding-right: 30%;
}
.home-about .img:nth-child(2) {
  margin-right: -8px;
  margin-top: -90px;
  padding-left: 30%;
}
.home-about .img:nth-child(3) {
  margin-left: -8px;
  margin-top: -60px;
  padding-right: 30%;
}
.home-about .img img {
  background: #fff;
  border-radius: 50%;
  padding: 8px;
}

.section-contact {
  background: #fbe2e4;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-contact .section-title {
  color: #e96e77;
  margin-bottom: 2rem;
}
.section-contact .contact-info .name {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
}
.section-contact .contact-map {
  margin-bottom: 2rem;
}
.section-contact .contact-info {
  text-align: center;
}
.section-contact .contact-info .grid{
	margin:0;
}
.section-contact .contact-info .col-m-6:first-child {
  margin-bottom: 1.5rem;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .home-intro {
    position: relative;
  }
  .home-intro .section-content {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .home-pet-food .list-food-icons {
    background-size: 80%;
    padding-top: 34vw;
  }

  .home-testimonials .list-testimonials {
    margin: 0 -15px;
  }
  .home-testimonials .list-testimonials .testimonial {
    padding: 0 15px;
    width: 33.334%;
  }

  .home-about .photos {
    margin-top: 3rem;
  }
  .home-about .img:first-child {
    margin-left: -32px;
    padding-right: 30%;
  }
  .home-about .img:nth-child(2) {
    margin-right: -32px;
    margin-top: -160px;
    padding-left: 30%;
  }
  .home-about .img:nth-child(3) {
    margin-left: -32px;
    margin-top: -140px;
    padding-right: 30%;
  }
  .home-about .img img {
    background: #fff;
    border-radius: 50%;
    padding: 12px;
  }

  .section-contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-contact .contact-map {
    margin-bottom: 3rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .home-intro {
    margin-top: -140px;
  }
  .home-intro:before {
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
    /* IE6-9 */
    height: 30%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
  }
  .home-intro .section-content {
    padding-top: 7rem;
  }
  .home-intro .section-content ul {
    --left-padding: 40px;
    --icon-size: 24px;
  }
  .home-intro .section-content ul li {
    font-size: 1.375rem;
    margin-bottom: 0.75em;
  }
  .home-intro .section-content .actions {
    margin-top: 3rem;
  }

  .home-featured-products ul.products li.product {
    margin-bottom: 0;
  }
  .home-featured-products ul.products li.product .woocommerce-loop-product__link {
    color: #fff;
  }

  .home-pet-food .list-food-icons {
    background-size: 460px auto;
    background-position: center 20%;
    margin-top: 4rem;
    padding: 640px 0 0;
    position: relative;
  }
  .home-pet-food .list-food-icons li {
    position: absolute;
    width: 160px;
  }
  .home-pet-food .list-food-icons li:after {
    content: "";
    background: transparent no-repeat;
    background-size: 70%;
    background-position: center center;
    position: absolute;
    height: 200px;
    width: 200px;
  }
  .home-pet-food .list-food-icons li:nth-child(1) {
    top: 0;
    left: 0;
  }
  .home-pet-food .list-food-icons li:nth-child(1):after {
    background-image: url(../img/arrow-top-left.svg);
    top: 0;
    right: -125%;
  }
  .home-pet-food .list-food-icons li:nth-child(2) {
    top: 46%;
    left: 40px;
  }
  .home-pet-food .list-food-icons li:nth-child(2):after {
    background-image: url(../img/arrow-bottom-left.svg);
    top: -80px;
    right: -125%;
  }
  .home-pet-food .list-food-icons li:nth-child(3) {
    bottom: -2rem;
    left: 40%;
  }
  .home-pet-food .list-food-icons li:nth-child(3):after {
    background-image: url(../img/arrow-bottom-center.svg);
    top: -94%;
    right: -40px;
  }
  .home-pet-food .list-food-icons li:nth-child(4) {
    top: 40%;
    right: 40px;
  }
  .home-pet-food .list-food-icons li:nth-child(4):after {
    background-image: url(../img/arrow-bottom-right.svg);
    top: -50px;
    left: -120%;
  }
  .home-pet-food .list-food-icons li:nth-child(5) {
    top: 0;
    right: 0;
  }
  .home-pet-food .list-food-icons li:nth-child(5):after {
    background-image: url(../img/arrow-top-right.svg);
    top: 0;
    left: -130%;
  }

  .home-testimonials .list-testimonials {
    margin: 0 -20px;
    justify-content: flex-start;
  }
  .home-testimonials .list-testimonials .testimonial {
    margin-bottom: 0;
    padding: 0 20px;
    position: relative;
    width: 25%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(1) {
    top: -30px;
    width: 24%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(2) {
    padding-left: 0;
    top: 20px;
    left: -10px;
    width: 30%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(3) {
    padding-left: 5px;
    padding-right: 30px;
    top: 40px;
    width: 22%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(4) {
    width: 24%;
    padding-right: 40px;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(5) {
    margin-top: -30px;
    padding-left: 76px;
    width: 28%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(6) {
    margin-left: 12%;
    margin-top: 10px;
    width: 20%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(7) {
    margin-top: -40px;
    padding-right: 0;
    width: 20%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(8) {
    margin-top: -20px;
    width: 20%;
  }

  .home-barf-presentation .section-content {
    color: #fff;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 34%;
  }
  .home-barf-presentation .section-content .section-title {
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .home-barf-presentation .section-content .actions {
    margin-top: 2rem;
    text-align: left;
  }

  .home-barf-steps p.intro {
    font-size: 1.75rem;
    margin-top: -1rem;
    margin-bottom: 3rem;
  }
  .home-barf-steps .barf-steps {
    display: flex;
    justify-content: space-between;
    margin: 0 -40px 3rem;
  }
  .home-barf-steps .barf-steps .step {
    margin-bottom: 0;
    padding: 0 40px;
  }
  .home-barf-steps .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
    text-align: center;
  }
  .home-barf-steps .content p {
    font-size: 1.25rem;
  }

  .home-about {
    position: relative;
  }
  .home-about .section-content {
    padding-bottom: 40vw;
    position: static;
  }
  .home-about .content {
    margin-left: 50%;
    margin-top: 5rem;
    width: 50%;
  }
  .home-about .content .actions {
    text-align: left;
  }
  .home-about .photos {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .home-about .img {
    padding: 0 !important;
    position: absolute;
  }
  .home-about .img:first-child {
    left: -3%;
    bottom: 200px;
    width: 50%;
  }
  .home-about .img:nth-child(2) {
    left: 34%;
    bottom: 4rem;
    width: 34%;
  }
  .home-about .img:nth-child(3) {
    right: 15px;
    bottom: 4rem;
    width: 34%;
  }

  .section-contact {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-contact .section-content {
    display: flex;
    padding: 0 !important;
    width: 100% !important;
  }
  .section-contact .section-content .contact-map,
.section-contact .section-content .contact-info {
    width: 50%;
  }
  .section-contact .contact-map {
    margin-bottom: 0;
  }
  .section-contact .contact-map .lemon-map {
    height: 100%;
  }
  .section-contact .contact-info {
    padding: 3rem;
    text-align: left;
  }
  .section-contact .contact-info .section-title {
    text-align: left;
  }
  .section-contact .contact-info .name {
    font-size: 1.25rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .home-intro {
    margin-top: -190px;
  }
  .home-intro .section-content {
    padding-top: 10rem;
  }
  .home-intro .section-content ul {
    --left-padding: 54px;
    --icon-size: 32px;
  }
  .home-intro .section-content ul li {
    font-size: 1.75rem;
  }
  .home-intro .section-content .actions {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }

  .home-pet-food .list-food-icons {
    background-size: 520px auto;
    background-position: center 20%;
    margin-top: 4rem;
    padding-top: 680px;
  }
  .home-pet-food .list-food-icons li {
    position: absolute;
    width: 160px;
  }
  .home-pet-food .list-food-icons li:after {
    content: "";
    background-size: 80%;
  }
  .home-pet-food .list-food-icons li:nth-child(3):after {
    top: -100%;
  }

  .home-testimonials .list-testimonials .img {
    padding: 10px;
  }
  .home-testimonials .list-testimonials .testimonial {
    width: 25%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(1) {
    width: 22%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(2) {
    padding-left: 0;
    top: 20px;
    left: -10px;
    width: 30%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(3) {
    padding-left: 0;
    padding-right: 30px;
    top: 60px;
    width: 18%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(4) {
    top: 10px;
    margin-left: 6%;
    width: 24%;
    padding-right: 40px;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(5) {
    left: -16px;
    margin-top: -70px;
    padding-left: 80px;
    width: 26%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(6) {
    left: -10px;
    margin-left: 15%;
    margin-top: 0;
    width: 20%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(7) {
    margin-top: -110px;
    padding-right: 0;
    width: 21%;
  }
  .home-testimonials .list-testimonials .testimonial:nth-child(8) {
    margin-top: 0px;
    padding-right: 0;
    width: 17%;
  }

  .home-barf-presentation .section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-barf-presentation .section-content .section-title {
    margin-bottom: 2rem;
  }
  .home-barf-presentation .section-content .actions {
    margin-top: 3rem;
  }

  .home-barf-steps p.intro {
    font-size: 1.875rem;
    margin-bottom: 4rem;
  }
  .home-barf-steps .barf-steps {
    margin-bottom: 4rem;
  }

  .home-about .img:first-child {
    bottom: 240px;
  }
  .home-about .img:nth-child(2) {
    bottom: 5rem;
  }
  .home-about .img:nth-child(3) {
    bottom: 7rem;
  }

  .section-contact .contact-info {
    padding: 4rem 5rem;
    text-align: left;
  }
  .section-contact .contact-info .section-title {
    text-align: left;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  .home-featured-products ul.products li.product .product-thumbnail:after {
    content: "";
    background-position: center 26px;
    background-size: auto 50px;
    height: 90px;
    right: 8px;
    bottom: 8px;
    width: 90px;
  }

  .home-about .actions {
    margin-top: 4rem;
  }
  .home-about .img:first-child {
    bottom: 260px;
    left: -4%;
  }
  .home-about .img:nth-child(2) {
    bottom: 6rem;
    left: 35%;
  }
  .home-about .img:nth-child(3) {
    bottom: 8rem;
  }
}
/* 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 .product,
.product-list, .wrapper,
.wrapper-narrow,
.contentcenter, .section-contact .section-content {
  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 .product,
.product-list, .wrapper,
.wrapper-narrow,
.contentcenter, .section-contact .section-content {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .breadcrumb-wrapper .breadcrumb, .woocommerce-products-header,
.woocommerce-notices-wrapper,
.single-product .product,
.product-list, .wrapper,
.wrapper-narrow,
.contentcenter, .section-contact .section-content {
    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 .product,
.product-list, .wrapper,
.wrapper-narrow,
.contentcenter, .section-contact .section-content {
    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 .product,
.product-list, .wrapper,
.wrapper-narrow,
.contentcenter, .section-contact .section-content {
    padding-left: 30px;
    padding-right: 30px;
    width: 1230px;
  }
}
form.woocommerce-checkout, ul.products, .grid, .page-testimonials .list-testimonials, article.single-testimonial .entry-content {
  margin-left: -5px;
  margin-right: -5px;
}
.flexbox form.woocommerce-checkout:after, .flexbox ul.products:after, .flexbox .grid:after, .flexbox .page-testimonials .list-testimonials:after, .page-testimonials .flexbox .list-testimonials:after, .flexbox article.single-testimonial .entry-content:after, article.single-testimonial .flexbox .entry-content:after {
  display: none;
}
@media screen and (min-width: 48em) {
  form.woocommerce-checkout, ul.products, .grid, .page-testimonials .list-testimonials, article.single-testimonial .entry-content {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    margin-left: -7px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 64em) {
  form.woocommerce-checkout, ul.products, .grid, .page-testimonials .list-testimonials, article.single-testimonial .entry-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 79em) {
  form.woocommerce-checkout, ul.products, .grid, .page-testimonials .list-testimonials, article.single-testimonial .entry-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}

form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, ul.products li.product, .col, .page-testimonials .list-testimonials .testimonial, article.single-testimonial .entry-content .img, article.single-testimonial .entry-content .testimonial {
  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, ul.products li.product, .col, .page-testimonials .list-testimonials .testimonial, article.single-testimonial .entry-content .img, article.single-testimonial .entry-content .testimonial {
    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, ul.products li.product, .col, .page-testimonials .list-testimonials .testimonial, article.single-testimonial .entry-content .img, article.single-testimonial .entry-content .testimonial {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 79em) {
  form.woocommerce-checkout .customer-details,
form.woocommerce-checkout .order-review, ul.products li.product, .col, .page-testimonials .list-testimonials .testimonial, article.single-testimonial .entry-content .img, article.single-testimonial .entry-content .testimonial {
    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,
.page-testimonials .list-testimonials .testimonial,
.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, .page-testimonials .list-testimonials .testimonial {
  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, .page-testimonials .list-testimonials .testimonial, article.single-testimonial .entry-content .img {
    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, article.single-testimonial .entry-content .testimonial {
    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, .page-testimonials .list-testimonials .testimonial {
    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: #1d1d1d;
  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: #e96e77;
}

.wrapper-narrow {
  max-width: 970px;
}

/**
 * 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.gif") 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.gif") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

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

/**
 * 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: #e0dcd6;
  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: #bfbab4;
}

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

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

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #bfbab4;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background: #e0dcd6;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #e96e77;
}

/*  -----------------------------------------------------------
	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 #eae6e1;
}
table.shop_table td,
table.shop_table th {
  border-color: #eae6e1;
  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 #e0dcd6;
  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;
  padding: 0;
}
.site-header-cart .cart-contents {
  color: #1d1d1d;
  display: inline-block;
  height: 36px;
  line-height: 39px;
  position: absolute;
  top: 1.125rem;
  right: 5rem;
  bottom: auto;
  left: auto;
  text-decoration: none;
}
.site-header-cart .cart-contents.cart-has-items {
  padding-right: 1.125rem;
}
.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: #e96e77;
  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: #1d1d1d;
  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: #e96e77;
}
.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 #eae6e1;
  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: #1d1d1d;
  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: #e96e77;
}
.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: #bfbab4;
  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: #e96e77;
}
.slide-in-cart .total {
  border-top: 1px solid #e0dcd6;
  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 #1d1d1d;
  color: #1d1d1d;
  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: #e96e77;
  border-color: #e96e77;
  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: #e0dcd6;
  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: #1d1d1d;
  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: flex;
  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 #e0dcd6;
  display: inline-block;
  margin: 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: #666;
  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: #1d1d1d;
}
.woocommerce-tabs .panel {
  background: #fff;
  border: 1px solid #e0dcd6;
  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: #666;
}

ol.breadcrumb li {
  color: #1d1d1d;
  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 #eae6e1;
  color: #bfbab4;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.breadcrumb-wrapper a {
  color: #1d1d1d;
}
.breadcrumb-wrapper a:hover, .breadcrumb-wrapper a:focus, .breadcrumb-wrapper a:active {
  color: #e96e77;
}
.breadcrumb-wrapper .breadcrumb {
  color: #bfbab4;
}
.breadcrumb-wrapper .breadcrumb li {
  color: #1d1d1d;
  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;
  }
}
.shop-content .woocommerce-breadcrumb {
  margin-top: -2rem;
}
@media screen and (min-width: 48em) {
  .shop-content .woocommerce-breadcrumb {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 64em) {
  .shop-content .woocommerce-breadcrumb {
    margin-top: -4rem;
  }
}
@media screen and (min-width: 79em) {
  .shop-content .woocommerce-breadcrumb {
    margin-top: -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 Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  /* Header cart */
  .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 > 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;
  color: #fff;
  background-color: #e96e77;
  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;
  z-index: 1;
}

ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}
ul.products li.product:before {
  display: none;
}
ul.products li.product .woocommerce-loop-product__link {
  color: #1d1d1d;
  display: block;
  margin: 0;
  padding-bottom: 1.5rem;
  position: relative;
}
ul.products li.product .woocommerce-loop-product__link:hover + .button, ul.products li.product .woocommerce-loop-product__link:active + .button, ul.products li.product .woocommerce-loop-product__link:focus + .button {
  background: #e96e77;
  color: #fff;
}
ul.products li.product .product-thumbnail {
  margin-bottom: 1.5rem;
}
ul.products li.product img {
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0;
  padding: 10px;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0.375em;
}
ul.products li.product .price {
  display: block;
  font-size: 1rem;
}
ul.products li.product .button {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #e96e77;
  color: #e96e77;
  font-size: 1rem;
  padding: 10px 1rem;
}
ul.products li.product .button:hover, ul.products li.product .button:active, ul.products li.product .button:focus {
  background: #e96e77;
  color: #fff;
}
@media screen and (min-width: 375px) {
  ul.products li.product {
    width: 50%;
  }
  ul.products li.product .product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  ul.products li.product .woocommerce-loop-product__link {
    flex-grow: 1;
  }
}

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

.price .woocommerce-Price-currencySymbol {
  margin: 0 0.125em;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  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;
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.products li.product .woocommerce-loop-product__title {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  ul.products li.product {
    width: 33.3334%;
  }
}
/*  -----------------------------------------------------------
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);
  }
}
/*  -----------------------------------------------------------
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: #1d1d1d;
  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 #e0dcd6;
  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 {
  padding-left: 1.5rem;
  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 #eae6e1;
  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 #eae6e1;
  border-radius: 2px;
  color: #666;
  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: #f1ece6;
  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 {
  border-bottom: 1px solid #e0dcd6;
  margin-bottom: 2rem;
}
.single-product .woocommerce-tabs ul.tabs {
  border: solid #eae6e1;
  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: #666;
  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 #e96e77;
  border-bottom: 2px solid #e96e77;
  color: #1d1d1d;
  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: #f1ece6;
  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) {
  .single-product .summary .cart .quantity {
    margin-right: 1rem;
  }
  .single-product .summary .cart .quantity .qty {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* 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: #1d1d1d;
  margin: 0;
  text-align: center;
}
.woocommerce-checkout .woocommerce-info a {
  background: transparent !important;
  border: 0;
  color: #e96e77;
  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: #c75760;
}
.woocommerce-checkout .woocommerce-info:before {
  background: transparent;
  color: #1d1d1d;
  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-coupon p,
.woocommerce-checkout .woocommerce-form-coupon label,
.woocommerce-checkout .woocommerce-form-coupon span {
  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: #bfbab4;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  height: 1.5rem;
  line-height: 1;
  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: #e96e77;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form__contents td.product-name a {
  color: #1d1d1d;
  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: #e96e77;
}
.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 #eae6e1;
  border-bottom: 2px solid #eae6e1;
  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: #1d1d1d;
  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: #1d1d1d;
  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: #e96e77;
}

.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: #f1ece6;
  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: #1d1d1d;
  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: #e96e77;
}

.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 #eae6e1;
  margin-top: 2rem;
  padding-top: 2rem;
}
.woocommerce-checkout .shipping-details h3 {
  letter-spacing: 0;
  margin-bottom: 2rem;
  text-transform: none;
}

.woocommerce-checkout-review-order label {
  display: inline-block;
}
.woocommerce-checkout-review-order input[type=radio] {
  margin-top: 6px;
  vertical-align: top;
}

.shop_table.woocommerce-checkout-review-order-table,
.shop_table.order_details {
  border: 2px solid #eae6e1;
  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: #f1ece6;
  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;
}
.order-review .woocommerce-checkout-payment .payment_methods .wc_payment_method label img {
  margin-left: 0.5rem;
  vertical-align: middle;
  display: inline-block;
}
.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 #e0dcd6;
  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 #e0dcd6;
  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 #e0dcd6;
  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 #e0dcd6;
  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 #e0dcd6;
}

.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 #eae6e1;
  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 {
    display: flex !important;
    flex-grow: 1;
  }
  .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;
    height: 40px;
    line-height: 1;
    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 #eae6e1;
    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 #eae6e1;
    padding-top: 1rem;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td.actions .coupon {
    background: #f1ece6;
    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;
    height: 40px;
    line-height: 1;
    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 #e0dcd6;
    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 #eae6e1;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-methods {
    padding: 0;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-methods li {
    display: flex;
    align-items: center;
  }
  .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 #bfbab4;
    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: #1d1d1d;
  display: inline-block;
  height: 36px;
  line-height: 39px;
  position: absolute;
  top: 1.125rem;
  right: 9rem;
  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 #eae6e1;
  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: 9rem;
}
.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 #e0dcd6;
  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 #eae6e1;
  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 #e0dcd6;
  border-width: 2px 0;
  margin: 2rem 0;
  padding: 0;
  text-align: left;
}
.woocommerce-MyAccount-navigation ul a {
  color: #1d1d1d;
}
.woocommerce-MyAccount-navigation ul a:hover, .woocommerce-MyAccount-navigation ul a:active, .woocommerce-MyAccount-navigation ul a:focus {
  color: #e96e77;
}
.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: #1d1d1d !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 #eae6e1;
}

.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 #eae6e1;
  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: #1d1d1d;
  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-notices-wrapper {
  padding: 0;
}
.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) {
  .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 #e0dcd6;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
  }

  .woocommerce-account.logged-in .page-header .page-title {
    font-size: 2rem;
  }
  .woocommerce-account.logged-in .page-header:after {
    display: none;
  }
  .woocommerce-account.logged-in .page-content {
    margin-top: -4.5rem;
  }

  .woocommerce-MyAccount-navigation {
    background: #f1ece6;
    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: #1d1d1d;
  }
  .woocommerce-MyAccount-navigation ul li a:hover::before {
    color: #46644b !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: #1d1d1d !important;
    font-weight: bold;
  }

  .woocommerce-MyAccount-content {
    float: right;
    padding-left: 30px;
    padding-top: 4rem;
    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 #eae6e1;
    padding-right: 2rem;
  }
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-2 {
    padding-left: 2rem;
  }
}
/*  -----------------------------------------------------------
Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .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: #1d1d1d;
    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: #1d1d1d;
  }
  .header-user .menu-item a:hover, .header-user .menu-item a:active, .header-user .menu-item a:focus {
    color: #e96e77;
  }
  .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: 44px;
  }
  .header-user .menu-item.menu-item-has-children .dropdown li {
    margin: 0;
  }

  .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;
  }
}
/* Theme colors */
/* WP colors */
.collapsible {
  background: #fff;
  border-radius: 6px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.collapsible:before {
  content: "";
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.collapsible + .collapsible {
  border-top: 1px solid #e0dcd6;
  border-radius: 0 0 6px 6px;
  margin-top: -2rem;
}
.collapsible + .collapsible:after {
  content: "";
  background: #fff;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: -1;
}
.collapsible + h2, .collapsible + h3, .collapsible + h4, .collapsible + h5, .collapsible + h6 {
  margin-top: 2.25em;
}

.collapsible-header {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.collapsible-header:focus {
  outline: 2px dotted #c75760;
}
.collapsible-header:focus .collapsible-title {
  color: #e96e77;
}
.collapsible-header:focus .collapsible-title:before {
  background: #e96e77;
}
.collapsible-header .collapsible-title {
  background: transparent;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75rem 4rem 0.75rem 1.125rem;
  transition: background-color 0.3s ease-in-out, color 0.2s ease-in-out;
}
.collapsible-header .collapsible-title: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: #c75760;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 2rem;
  line-height: 34px;
  margin-top: -1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  bottom: auto;
  left: auto;
  text-align: center;
  transition: transform 0.3s ease-in-out, background 0.2s ease-in-out;
  width: 2rem;
}
.collapsible-header .collapsible-title:hover {
  color: #e96e77;
}
.collapsible-header .collapsible-title:hover:before {
  background: #e96e77;
}

.collapsible-content {
  border-top: solid 1px #e0dcd6;
  height: auto;
  max-height: 200em;
  overflow: hidden;
  opacity: 1;
  padding: 0 1.125rem;
  position: relative;
  transition: max-height 0.8s ease-in-out, opacity 0.4s ease-in-out;
  transition-delay: 0s, 1s;
  z-index: 1;
}
.collapsible-content[aria-hidden=true] {
  max-height: 0;
  opacity: 0;
  transition-delay: -0.4s, 0.4s;
}
.collapsible-content[aria-hidden=false] {
  transition-delay: 0s, 0s;
}
.collapsible-content > *:first-child {
  padding-top: 1rem;
}
.collapsible-content > *:last-child {
  padding-bottom: 1rem;
}

.open .collapsible-header .collapsible-title {
  font-weight: 600;
}
.open .collapsible-header .collapsible-title:before {
  transform: rotate(180deg);
}

.collapsible-content p:not(:last-child) {
  margin-bottom: 1em;
}

/* composite */ 

.composite_form .component_title_toggled .component_title_text{
  font-size: 2rem;
  padding-left: 1.1em;
  vertical-align: middle;
  display: inline-block;
}

.composite_form {
  padding-left: 4px !important;
  position: relative;
}

.composited_product_details_wrapper{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.component .composited_product_images, .woocommerce-page div.product div.composited_product_images, .woocommerce-page #content div.product div.composited_product_images, .woocommerce div.product div.composited_product_images, .woocommerce #content div.product div.composited_product_images{
  width:100%!important;
}

.summary-add-to-cart-form-composite .component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper>.details{
  padding-left:0!important;
}

.component .component_wrap>p:first-child, .component .component_wrap>span:first-child, .single-product div.product .component .component_wrap>p:first-child, .single-product div.product .component .component_wrap>span:first-child{
  font-weight:bold;
}

.component .component_wrap *+.quantity_button .quantity, .single-product .component div.product .component_wrap *+.quantity_button .quantity input{
  width:50px;
	margin:0!important;
}

.component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper>.details{
  width:100%!important;
}

.composite_form .cart .variations select, .single-product div.product .composite_form .cart .variations select{
  width:100%;
}

.component_wrap{
  display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr;   
}

.component_wrap .price{
  font-weight:bold;
}

.component .component_wrap>p:first-child, .component .component_wrap>span:first-child, .single-product div.product .component .component_wrap>p:first-child, .single-product div.product .component .component_wrap>span:first-child{
  order:1;
}

.single_variation_wrap{
  display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr; 
}

.single_variation_wrap .single_variation{
  order:1;
}

.single_variation_wrap .woocommerce-variation-add-to-cart{
  order:0;
}

.composite_form .composite_component{
  margin-bottom:2rem!important;
}

.composite_form .composite_component:last-of-type{
  margin-bottom:0;
}

.composited_product_details_wrapper{
  display:grid;
  gap:1rem;
}

.quantity_button{
  order:0;
}

.component .component_options_select{
  width:100%;
}

.component .component_summary .content{
  padding-inline: 0;
}

.composited_product_title_wrapper p:last-child, .composited_product_title_wrapper h4:last-child{
  text-align: right;
}

.composite_data .woocommerce-Price-amount{
  font-weight: bold;
  font-size:1.5rem;
}

.composite_data .wcsatt-options-product-dropdown{
width:100%;
}

.composite_form .composite_availability p.stock, .single-product .composite_form .composite_availability p.stock{
  font-size:1.25rem!important;
}

.composite_button{
  display: grid;
    grid-template-columns: 50px 1fr;
    gap: 2rem;
}

.composite_button::before{
  display:none!important;
}

.composite_button::after{
  display:none!important;
}

.wcsatt-add-to-subscription-wrapper{
  display:none!important;
}

.summary-add-to-cart-form-composite{
  margin-top:2rem!important;
  margin-bottom:2rem!important;
}

.product-type-composite .product_meta{
  display:none!important;
}

.single-product .product-type-composite .summary .price{
  display:none!important;
}


.composite_form .component_title_toggled .component_title_text{
  font-size:1.75rem!important;
  line-height: 1.2em;
  color:#e96e77;
}

.composite_form .component_title_toggled{
  width:100%;
  position:relative;
}

.component_wrap:after{
	display:none!important;
}

.composite_form .component_title_toggled::before{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  height:1px;
  width:100%;
  background-color: #e96e77;
}

@media screen and (min-width:980px){
  .composite_data .wcsatt-options-product-dropdown {
    width: 100%;
    max-width:300px;
  }
	.composite_form:not(.paged) .component .component_inner {
    	padding-bottom: 0!important;
	}
  .composite_button {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 2rem;
    max-width:400px;
  }
  .composited_product_details_wrapper {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
  .composited_product_title_wrapper p:last-child, .composited_product_title_wrapper h4:last-child {
    text-align: left;
  }
  .component .component_wrap>p:first-child, .component .component_wrap>span:first-child, .single-product div.product .component .component_wrap>p:first-child, .single-product div.product .component .component_wrap>span:first-child{
    font-size:1.5rem;
  }
	.component .component_options_select{
  		width:100%;
		max-width:400px!important;
	}
  .component_wrap {
    display: flex;
	gap:1rem;
    align-items: center;
  }
	.component .component_wrap>p.stock, .component .component_wrap>.woocommerce-variation p.stock, .component .component_wrap>span.price, .component .component_wrap>.single_variation .price, .component .component_wrap>.single_variation .woocommerce-variation-description p:first-child, .single-product .component div.product .component_wrap>span.price, .single-product .component div.product .component_wrap>.single_variation .price {
    font-size:1.5rem;
		margin:0!important;
}
	.component_wrap .stock.out-of-stock{
		margin-top:0!important;
	}
	
	.composite_form .composite_component{
		margin-bottom:2rem!important;
	}
	.composite_form .composite_component:last-of-type{
		margin-bottom:0!important;
	}
}

.payment_methods li::before{
	display:none;
}

.woocommerce-SavedPaymentMethods li{
	display:flex;
}

.woocommerce-SavedPaymentMethods li::before{
	display:none;
}

#update_all_subscriptions_payment_method_field{
	margin-bottom:2rem;
}

@media screen and (min-width: 79em){
	.subscription_renewal_early{
		margin-top:0.25rem;
	}
}

.page-id-302 .wp-block-image{
	margin-top:0;
}

.sample-grid{
  	display:flex!important;
	flex-direction:column!important;
  	gap:0.5rem;
	margin-bottom:3rem;
	padding:1.5rem;
	border:1px solid #FCC8CC;
	border-radius:10px;
	background-color:#FFF5F6;
}
.sample-grid-2{
	border:1px solid #B1D9B7;
	border-radius:10px;
	background-color:#F3F8F4;
}

.sample-grid{

}

.sample-grid-img{
	display:flex;
	justify-content:center;
}

.sample-grid-text{

}

.sample-grid-text .wp-block-group{
    
}

@media screen and (min-width: 79em){
	.sample-grid{
		display:flex!important;
		flex-direction:row!important;
		align-items:center;
		gap:3rem;
		padding:2rem 5rem;
		border:1px solid #FCC8CC;
		border-radius:10px;
		background-color:#FFF5F6;
	}
	.sample-grid-img{
		max-width:200px;
		display:flex;
		align-items:center;
	}
	.sample-grid-img figure img{
		width:100%;
	}
	.sample-grid-text .wp-block-group{
		columns: 2;
		column-gap: 2rem;
	}
}

.wpcf7-submit{
	margin-top:1rem!important;
}

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