/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  line-height: 16px;
  font-size: 16px;
  background-color: #f7f7f7;
  color: #5e604b;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  position: relative;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Butler Light", sans-serif;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 20px;
  }
}

h1 {
  font-size: 2rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h2 {
  font-size: 1.8125rem;
  line-height: 2.0625rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h4 {
  font-size: 1.4375rem;
  line-height: 1.6875rem;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h6 {
  font-size: 1.0625rem;
  line-height: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

sup {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

a,
a:link,
a:focus,
a:visited {
  color: #5e604b;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 768px) {
  a,
  a:link,
  a:focus,
  a:visited {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
a:hover,
a:link:hover,
a:focus:hover,
a:visited:hover {
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1670px;
}

.container-narrow {
  width: 98%;
  max-width: 1250px;
}
@media only screen and (min-width: 768px) {
  .container-narrow {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .container-narrower {
    width: 80%;
    max-width: 850px;
  }
}

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

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

.bold,
strong {
  font-weight: 700;
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.title {
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 20px;
  font-family: "Butler Light", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 2.75rem;
    line-height: 3rem;
  }
}

.term-description {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.term-description p {
  margin-bottom: 10px;
}

.added-to-cart-info-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 130px;
  margin: auto;
  text-align: center;
  z-index: 9999;
}
.added-to-cart-info-popup .text-wrap {
  background-color: #fff;
  border: 1px solid #5e604b;
  color: #5e604b;
  border-radius: 50px;
  font-weight: 400;
  padding: 12px 42px;
  display: inline-block;
}

.selectize-control {
  display: inline-block;
}
.selectize-control.single .selectize-input {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #5e604b;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #5e604b;
  border-radius: 20px;
  padding: 11px 30px 11px 20px;
  display: inline-block;
  background-image: none;
}
.selectize-control.single .selectize-input.input-active {
  background-color: transparent;
}
.selectize-control.single .selectize-input.dropdown-active::before {
  display: none;
}
.selectize-control.single .selectize-input.dropdown-active::after {
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #5e604b transparent;
  margin-top: -4px;
}
.selectize-control.single .selectize-input::after {
  border-width: 10px 5px 0 5px;
  border-color: #5e604b transparent transparent transparent;
}
.selectize-control .selectize-dropdown {
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding-top: 10px;
}
.selectize-control .selectize-dropdown .option {
  background-color: #f7f7f7;
  margin-bottom: 6px;
  text-align: center;
  border: 1px solid #5e604b;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #5e604b;
  border-radius: 20px;
  padding: 11px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.selectize-control .selectize-dropdown .option.selected, .selectize-control .selectize-dropdown .option.active {
  background-color: #828021;
  color: #fff;
}

@font-face {
  font-family: "Butler Black";
  src: url("../fonts/Butler_Black.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Butler Bold";
  src: url("../fonts/Butler_Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Butler ExtraBold";
  src: url("../fonts/Butler_ExtraBold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Butler Light";
  src: url("../fonts/Butler_Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Butler UltraLight";
  src: url("../fonts/Butler_Ultra_Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Butler Medium";
  src: url("../fonts/Butler_Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Butler Regular";
  src: url("../fonts/Butler_Regular.otf");
  font-weight: normal;
  font-style: normal;
}
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.btn,
.btn:link,
.btn:focus,
.btn:visited {
  position: relative;
  display: block;
  background-color: transparent;
  border: 1px solid #5e604b;
  color: #5e604b;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
  text-decoration: none;
}
.btn:hover,
.btn:link:hover,
.btn:focus:hover,
.btn:visited:hover {
  color: #fff;
  background-color: rgba(37, 37, 34, 0.9);
}
.btn.background-color,
.btn:link.background-color,
.btn:focus.background-color,
.btn:visited.background-color {
  border: 1px solid #f7f7f7;
  color: #f7f7f7;
}
@media only screen and (min-width: 768px) {
  .btn,
  .btn:link,
  .btn:focus,
  .btn:visited {
    padding: 12px 42px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 99;
}
nav .row {
  margin: 0 -5px;
}
nav .row .col {
  padding: 0 5px;
}
nav .img-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  nav .img-wrap {
    padding: 0;
  }
}
nav .img-wrap img {
  max-width: 180px;
  margin-left: -25px;
}
@media only screen and (min-width: 768px) {
  nav .img-wrap img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  nav .img-wrap img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  nav .img-wrap img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  nav .img-wrap img {
    max-width: 300px;
  }
}
nav .menu:not(.mobile-menu) {
  list-style: none;
  flex-direction: row;
  justify-content: center;
}
nav .menu:not(.mobile-menu) li {
  display: inline-block;
}
nav .menu:not(.mobile-menu) li a {
  display: block;
  padding: 38px 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu) li a {
    padding: 38px 20px;
  }
}
nav .menu:not(.mobile-menu) li a::after {
  content: "";
  background-color: #d3d4c2;
  position: absolute;
  right: 20px;
  left: 20px;
  height: 1.5px;
  bottom: 34.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
nav .menu:not(.mobile-menu) li:hover a::after {
  opacity: 1;
}
nav .language-media-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 0;
}
@media only screen and (min-width: 1200px) {
  nav .language-media-menu {
    justify-content: flex-end;
  }
}
nav .language-media-menu a,
nav .language-media-menu p,
nav .language-media-menu span {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}
@media only screen and (min-width: 1400px) {
  nav .language-media-menu .language-wrap {
    margin-right: 40px;
  }
}
nav .language-media-menu .language-wrap .active {
  font-weight: 700;
}
nav .language-media-menu .medias-wrap img {
  max-width: 24px;
  aspect-ratio: 1/1;
}
nav .language-media-menu .medias-wrap a:nth-of-type(1) {
  margin-right: 12px;
}

.hamburger {
  float: right;
  padding: 35px 0;
}
.hamburger .hamburger-inner::before {
  background-color: transparent;
  height: 0;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #5e604b;
  border-radius: 10px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-inner::after {
  top: 6px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after {
  background-color: #5e604b;
}
.hamburger.is-active .hamburger-inner::after {
  top: 0px;
}

.sidenav {
  position: fixed;
  background-color: #f7f7f7;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.sidenav.open {
  left: 0px;
}
.sidenav .hamburger {
  position: absolute;
  top: 10px;
  right: 0;
}
.sidenav .hamburger .hamburger-inner,
.sidenav .hamburger .hamburger-inner::after,
.sidenav .hamburger .hamburger-inner::before {
  background-color: #5e604b;
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img,
.sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  height: calc(100% - 67px);
  overflow: scroll;
  padding-top: 60px;
}
.sidenav .menu-bg-wrap .mobile-menu {
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
  margin-bottom: 40px;
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
}
.sidenav .menu-bg-wrap .mobile-menu li a {
  color: #5e604b;
  text-align: left;
  font-weight: 400;
  padding: 18px 0;
  display: block;
  border-bottom: 1px solid #5e604b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a:hover {
  background-color: #d3d4c2;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow {
  height: 100%;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../images/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #000;
  border-left: 1px solid #303030;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow:hover {
  background-color: #000;
}
.sidenav .language-media-menu {
  float: unset;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  flex-direction: column;
}
.sidenav .language-media-menu .language-wrap {
  margin-bottom: 40px;
}

.menu-lang li {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .menu-lang li {
    margin-left: 0;
    margin-right: 22px;
  }
}
.menu-lang li::after {
  position: absolute;
  content: "/";
  right: -10px;
  top: 4.5px;
}
@media only screen and (min-width: 1200px) {
  .menu-lang li::after {
    right: -17px;
  }
}
.menu-lang li:nth-last-of-type(1) {
  margin-left: 10px;
}
@media only screen and (min-width: 1200px) {
  .menu-lang li:nth-last-of-type(1) {
    margin-left: 0;
  }
}
.menu-lang li:nth-last-of-type(1)::after {
  display: none;
}
.menu-lang li.current-lang a {
  font-weight: 600;
}
.menu-lang li a {
  text-decoration: none;
}

.nav-icon-single.cart {
  position: relative;
  padding-top: 2px;
  margin-right: 10px;
}
@media only screen and (min-width: 1600px) {
  .nav-icon-single.cart {
    margin-right: 40px;
  }
}
.nav-icon-single.cart.cart-mobile {
  margin-top: 35px;
  margin-right: 10px;
}
.nav-icon-single.cart .cartVal {
  position: absolute;
  right: -4px;
  top: -4px;
  color: #fff;
  background-color: #aab200;
  padding: 1px 5px;
  border-radius: 100%;
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 700;
}
.nav-icon-single.cart .cartVal.hidden {
  display: none;
}

.align-right-mobile-only {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .align-right-mobile-only {
    text-align: center;
  }
}

footer .img-wrap {
  padding: 40px 0;
}
footer .img-wrap img {
  max-width: 160px;
}

.about-me {
  padding: 60px 0 100px;
}
.about-me .title {
  font-family: "Butler Light";
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .about-me .title {
    margin-bottom: 50px;
  }
}
.about-me .about-wrap {
  background-color: #f2f1ed;
  padding: 39px 0;
}
.about-me .about-wrap .inside {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .about-me .about-wrap .inside {
    flex-wrap: nowrap;
  }
}
.about-me .about-wrap .inside .photo-wrap {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1600px) {
  .about-me .about-wrap .inside .photo-wrap {
    margin: -54px 0;
    width: auto;
  }
}
.about-me .about-wrap .inside .photo-wrap img {
  object-fit: cover;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 1600px) {
  .about-me .about-wrap .inside .photo-wrap img {
    margin: 0;
    height: 100%;
  }
}
.about-me .about-wrap .inside .text-wrap {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .about-me .about-wrap .inside .text-wrap {
    max-width: 50%;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .about-me .about-wrap .inside .text-wrap {
    max-width: 954px;
  }
}

.ask {
  background-color: #f2f1ed;
  padding: 100px 0;
}
.ask .align-center {
  margin-bottom: 40px;
}

.breadcrumbs-wrap {
  margin: 20px 0;
}
.breadcrumbs-wrap .breadcrumbs-class span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #d3d4c2;
}
.breadcrumbs-wrap .breadcrumbs-class span a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #d3d4c2;
}
.breadcrumbs-wrap .breadcrumbs-class span.breadcrumb_last {
  color: #5e604b;
}

.woocommerce-breadcrumb {
  display: none;
}

.contact {
  padding: 60px 0;
}
.contact h1 {
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .contact h1 {
    font-size: 2.75rem;
    line-height: 3rem;
    margin-bottom: 60px;
  }
}
.contact p {
  margin-bottom: 6px;
}
.contact .medias-wrap {
  padding: 20px 0;
  justify-content: center;
}
.contact .medias-wrap a {
  margin: 0 6px;
}
.contact .medias-wrap a img {
  width: 32px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.contact .form-wrap {
  padding: 40px 60px;
  background-color: #f2f1ed;
  margin-bottom: 40px;
}
.contact .form-wrap h3 {
  margin-bottom: 40px;
}
.contact .data-wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.contact .data-wrap p > strong {
  margin-bottom: 10px;
}

.fancybox-is-open .fancybox-bg {
  background: #f7f7f7;
}

.fancybox-navigation button {
  width: fit-content;
  height: 0;
  color: transparent;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .fancybox-navigation button {
    padding: 17px;
  }
}
.fancybox-navigation button::before {
  display: none;
}
.fancybox-navigation button svg path {
  stroke: #5e604b;
  stroke-width: 1;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 80% !important;
  margin: 0 auto;
  left: 10%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .fancybox-image,
  .fancybox-spaceball {
    max-width: 100% !important;
    left: 0;
    margin: 0;
    border: 0;
  }
}

input[type=text],
input[type=email] {
  border: none;
  padding: 10px 6px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: transparent;
  color: #5e604b;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #5e604b;
  margin-bottom: 10px;
}
input[type=text]:focus,
input[type=email]:focus {
  border: 0px;
  border-bottom: 2px solid #5e604b;
  outline: none;
}

textarea {
  padding: 10px 6px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: transparent;
  color: #5e604b;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  border: none;
  width: 100%;
  max-width: 100%;
  min-height: 80px;
  min-width: 100%;
  border-bottom: 1px solid #5e604b;
  margin-bottom: 20px;
}
textarea:focus {
  border: 0px;
  border-bottom: 2px solid #5e604b;
  outline: none;
}

.ask textarea {
  min-height: 100px;
}

.links {
  padding: 50px 0 80px;
}
.links .title {
  font-family: "Butler Light";
  margin-bottom: 40px;
  font-size: 1.375rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .links .title {
    font-size: 2.375rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .links .links-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .links .links-wrap {
    justify-content: center;
  }
}
.links .links-wrap .btn {
  margin: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .links .links-wrap .btn {
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 840px) {
  .links .links-wrap .btn {
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-bottom: 20px;
  }
}

.other-products {
  padding: 50px 0;
}
.other-products h3 {
  margin-bottom: 40px;
}
.other-products .row {
  margin: 0 -5px;
}
.other-products .row .col {
  padding: 0 5px;
}
.other-products .product-wrap {
  max-height: 295px;
  height: 295px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .other-products .product-wrap {
    height: 100%;
  }
}
.other-products.examples .product-wrap {
  max-height: fit-content;
}
.other-products.examples .product-wrap img {
  object-fit: contain;
}
.other-products.single-product-page .product-wrap {
  max-height: 359px;
}
.other-products.single-product-page .single-see-also p.title {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .other-products.single-product-page .single-see-also p.title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .other-products.single-product-page .single-see-also p.title {
    font-size: 1.3125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1300px) {
  .other-products.single-product-page .single-see-also p.title {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .other-products.illustrations .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .other-products.illustrations .container {
    width: 90%;
  }
}
.other-products.illustrations .product-wrap p.title {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .other-products.illustrations .product-wrap p.title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .other-products.illustrations .product-wrap p.title {
    font-size: 1.3125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1300px) {
  .other-products.illustrations .product-wrap p.title {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}

.products-front-page .row {
  margin: 0 -5px;
}
.products-front-page .row .col {
  padding: 0 5px;
  margin-bottom: 10px;
}
.products-front-page.two-products-column .product-wrap {
  max-height: 100%;
}
.products-front-page.two-products-column .two-products-in-column {
  max-height: 100%;
  overflow: hidden;
}
.products-front-page.two-products-column .two-products-in-column .product-wrap {
  max-height: 50%;
  height: 100%;
}
.products-front-page.two-products-column .two-products-in-column .product-wrap:nth-of-type(1) {
  margin-bottom: 10px;
}
.products-front-page .product-wrap {
  max-height: 750px;
}
.products-front-page .product-wrap .overlay p.title {
  text-align: center;
}

.product-wrap,
.category-wrap,
.realization-wrap {
  height: 100%;
  position: relative;
  display: block;
}
.product-wrap:hover .overlay,
.category-wrap:hover .overlay,
.realization-wrap:hover .overlay {
  background-color: rgba(37, 37, 34, 0.8);
}
.product-wrap:hover .overlay a,
.product-wrap:hover .overlay p,
.category-wrap:hover .overlay a,
.category-wrap:hover .overlay p,
.realization-wrap:hover .overlay a,
.realization-wrap:hover .overlay p {
  opacity: 1;
}
.product-wrap:hover .title-wrap,
.category-wrap:hover .title-wrap,
.realization-wrap:hover .title-wrap {
  background-color: rgba(247, 247, 247, 0.9);
}
.product-wrap:hover .title-wrap p.title,
.category-wrap:hover .title-wrap p.title,
.realization-wrap:hover .title-wrap p.title {
  opacity: 1;
}
.product-wrap img,
.category-wrap img,
.realization-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-wrap .overlay,
.category-wrap .overlay,
.realization-wrap .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(37, 37, 34, 0);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-wrap .overlay a,
.product-wrap .overlay p,
.category-wrap .overlay a,
.category-wrap .overlay p,
.realization-wrap .overlay a,
.realization-wrap .overlay p {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-wrap .overlay p.title,
.category-wrap .overlay p.title,
.realization-wrap .overlay p.title {
  color: #f7f7f7;
  margin-bottom: 20px;
  font-family: "Butler Light", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .product-wrap .overlay p.title,
  .category-wrap .overlay p.title,
  .realization-wrap .overlay p.title {
    font-size: 2.75rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .product-wrap .overlay p.title,
  .category-wrap .overlay p.title,
  .realization-wrap .overlay p.title {
    text-align: left;
    max-width: 80%;
    margin: 0 auto 20px;
  }
}
.product-wrap .title-wrap,
.category-wrap .title-wrap,
.realization-wrap .title-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(247, 247, 247, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .product-wrap .title-wrap,
  .category-wrap .title-wrap,
  .realization-wrap .title-wrap {
    padding: 30.19px 0;
  }
}
.product-wrap .title-wrap p.title,
.category-wrap .title-wrap p.title,
.realization-wrap .title-wrap p.title {
  color: #5e604b;
  margin-bottom: 0;
  font-family: "Butler Light", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .product-wrap .title-wrap p.title,
  .category-wrap .title-wrap p.title,
  .realization-wrap .title-wrap p.title {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

.realization-wrap .title-wrap p.title {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .realization-wrap .title-wrap p.title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .realization-wrap .title-wrap p.title {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 1300px) {
  .realization-wrap .title-wrap p.title {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

.col:has(> .realization-wrap) {
  margin-bottom: 20px;
}

.post-type-archive-product .title-wrap {
  background-color: rgba(247, 247, 247, 0.9);
}
.post-type-archive-product .title-wrap p.title {
  opacity: 1;
}

.realizations {
  padding-top: 60px;
}
.realizations .row {
  margin: 0 -5px;
}
.realizations .row .col {
  padding: 0 5px;
  margin-bottom: 40px;
}
.realizations .filters-wrap {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.realizations .filters-wrap .btn {
  margin: 0 5px 10px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .realizations .filters-wrap .btn {
    width: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .realizations .realization-wrap {
    height: 100%;
    max-height: 600px;
  }
}

.single-illustration .container-single-illustration {
  padding: 30px 0;
}
@media only screen and (min-width: 1600px) {
  .single-illustration .container-single-illustration {
    padding: 60px 0;
  }
}
.single-illustration .slider-side {
  position: relative;
}
.single-illustration .slider-side .arrows-wrap {
  position: absolute;
  justify-content: space-between;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 66;
}
@media only screen and (min-width: 768px) {
  .single-illustration .slider-side .arrows-wrap {
    left: unset;
  }
}
@media only screen and (min-width: 992px) {
  .single-illustration .slider-side .arrows-wrap {
    width: 97%;
    top: 115px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-illustration .slider-side .arrows-wrap {
    top: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-illustration .slider-side .arrows-wrap {
    top: 285px;
  }
}
@media only screen and (min-width: 992px) {
  .single-illustration .slider-side .slider-wrap {
    padding: 0 65px;
  }
}
.single-illustration .slider-side .slider-wrap .illustration-wrap img {
  margin: 0 auto;
  object-fit: contain;
  max-height: 250px;
}
@media only screen and (min-width: 768px) {
  .single-illustration .slider-side .slider-wrap .illustration-wrap img {
    max-height: 350px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-illustration .slider-side .slider-wrap .illustration-wrap img {
    max-height: 100%;
  }
}
.single-illustration .description-wrap {
  position: relative;
  top: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-illustration .description-wrap {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .single-illustration .description-wrap {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-illustration .description-wrap {
    top: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-illustration .description-wrap {
    top: 145px;
  }
}
.single-illustration .description-wrap h1 {
  font-family: "Butler Light";
}
.single-illustration .description-wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.single-illustration .description-wrap p.description {
  margin-bottom: 40px;
}
.single-illustration .description-wrap .options-wrap {
  padding: 24px 32px 12px;
  background-color: #f0ede6;
  color: #5e604b;
}
.single-illustration .description-wrap .options-wrap .btn {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 16px;
}
.single-illustration .description-wrap .options-wrap .categories-wrap {
  flex-wrap: wrap;
}
.single-illustration .description-wrap .category-wrap {
  height: 98px;
  width: 127px;
  margin-right: 10px;
}
.single-illustration .description-wrap .category-wrap:last-of-type {
  margin-right: 0;
}
.single-illustration .description-wrap .category-wrap .category {
  color: #f7f7f7;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.single-illustration .description-wrap .category-wrap img {
  object-fit: cover;
}
.single-illustration .description-wrap .category-wrap:hover .overlay .category {
  opacity: 1;
}

.single-product-section {
  padding: 30px 0;
}
@media only screen and (min-width: 1600px) {
  .single-product-section {
    padding: 60px 0;
  }
}
.single-product-section .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .single-product-section .container {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.single-product-section .row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .single-product-section .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.single-product-section .row .col {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .single-product-section .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-product-section .product-wrap {
    padding: 0 65px;
  }
}
.single-product-section .product-wrap img {
  object-fit: contain;
}
.single-product-section .slider-side {
  position: relative;
}
.single-product-section .slider-side .arrows-wrap {
  position: absolute;
  justify-content: space-between;
  top: 50%;
  left: -10%;
  width: 120%;
  height: auto;
  display: flex;
  z-index: 66;
}
@media only screen and (min-width: 992px) {
  .single-product-section .slider-side .arrows-wrap {
    display: flex;
    left: unset;
    width: 97%;
    top: 36%;
  }
}
.single-product-section .slider-side .arrows-wrap svg {
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 768px) {
  .single-product-section .slider-side .arrows-wrap svg {
    width: 45px;
    height: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .single-product-section .slider-side .slider-wrap {
    padding: 0 65px;
  }
}
.single-product-section .slider-side .slider-wrap .illustration-wrap img {
  margin: 0 auto;
  object-fit: contain;
  max-height: 250px;
}
@media only screen and (min-width: 768px) {
  .single-product-section .slider-side .slider-wrap .illustration-wrap img {
    max-height: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .single-product-section .slider-side .slider-wrap .illustration-wrap img {
    max-height: 450px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-product-section .slider-side .slider-wrap .illustration-wrap img {
    max-height: 100%;
  }
}
.single-product-section .description-wrap {
  padding: 50px 0 25px;
}
@media only screen and (min-width: 768px) {
  .single-product-section .description-wrap {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .single-product-section .description-wrap {
    padding: 12.5px 0 12.5px 82px;
  }
}
.single-product-section .description-wrap h1 {
  font-size: 1.75rem;
  font-family: "Butler Light";
}
@media only screen and (min-width: 768px) {
  .single-product-section .description-wrap h1 {
    font-size: 2.75rem;
  }
}
.single-product-section .description-wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.single-product-section .description-wrap p.description {
  margin-bottom: 40px;
}
.single-product-section .measurements-wrap {
  background-color: #f2f1ed;
  padding: 24px 32px;
  margin-bottom: 40px;
}
.single-product-section .measurements-wrap .measurements {
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.single-product-section .measurements-wrap .measurements::after {
  position: absolute;
  content: "";
  background-color: #d3d4c2;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 6px;
}
.single-product-section .measurements-wrap .measurements p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 12px;
  font-weight: 400;
}
.single-product-section .btn {
  width: fit-content;
}

.summary .variations {
  margin-top: 40px;
  margin-bottom: 40px;
}
.summary .variations .label-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  font-family: "Butler Light", sans-serif;
  color: #5e604b;
  margin-bottom: 10px;
  display: inline-block;
}
.summary .variations .value select {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #5e604b;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #5e604b;
  border-radius: 20px;
  padding: 12px 20px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .summary .variations .value .selectize-control {
    min-width: 370px;
  }
}
.summary .variations .value .reset_variations {
  display: none;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #5e604b;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  color: #5e604b;
  border-radius: 20px;
  padding: 12px 20px;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.summary .variations .value .reset_variations:hover {
  background-color: rgba(37, 37, 34, 0.9);
  color: #fff;
}
.summary .quantity-price-button-wrap {
  background-color: #F2F1ED;
  margin-bottom: 40px;
  padding: 24px 32px;
}
.summary .quantity-price-button-wrap .price {
  float: right;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: -2px;
  font-weight: 300;
  font-family: "Butler Light", sans-serif;
  color: #5e604b;
}
.summary .quantity-price-button-wrap .add_to_cart_button {
  width: 100%;
  display: block;
  background-color: transparent !important;
  box-shadow: none;
  border: 1px solid #5e604b;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #5e604b !important;
  border-radius: 50px;
  padding: 16px 20px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.summary .quantity-price-button-wrap .add_to_cart_button:hover {
  background-color: rgba(37, 37, 34, 0.9) !important;
  color: #fff !important;
}
.summary .quantity-wrap {
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
  float: left;
}
.summary .quantity-wrap .quantity-label {
  font-size: 1.25rem;
  line-height: 2.375rem;
  font-weight: 300;
  font-family: "Butler Light", sans-serif;
  color: #5e604b;
  float: left;
  margin-right: 20px;
}
.summary .quantity-wrap .feather {
  border-top: 1px solid #5e604b;
  border-bottom: 1px solid #5e604b;
  height: 38px;
  width: 38px;
  padding: 10px;
  float: left;
  cursor: pointer;
}
.summary .quantity-wrap .feather.feather-minus {
  border-left: 1px solid #5e604b;
}
.summary .quantity-wrap .feather.feather-plus {
  border-right: 1px solid #5e604b;
}
.summary .quantity-wrap .quantity {
  float: left;
}
.summary .quantity-wrap .quantity input[name=quantity] {
  pointer-events: none;
  height: 38px;
  width: auto;
  max-width: 60px;
  font-size: 1.3125rem;
  line-height: 2.0625rem;
  font-weight: 400;
  color: #5e604b;
  border-top: 1px solid #5e604b;
  border-bottom: 1px solid #5e604b;
  border-left: none;
  border-right: none;
  background-color: transparent;
  -moz-appearance: textfield; /* Firefox */
}
.summary .quantity-wrap .quantity input[name=quantity]::-webkit-outer-spin-button, .summary .quantity-wrap .quantity input[name=quantity]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.shop {
  padding: 30px 0;
}
@media only screen and (min-width: 1600px) {
  .shop {
    padding: 60px 0;
  }
}
.shop h1 {
  font-size: 2.75rem;
  margin-bottom: 40px;
}
.shop .row {
  margin: 0 -5px;
}
.shop .row .col {
  padding: 0 5px;
  margin-bottom: 10px;
}
.shop .category-wrap {
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .shop .category-wrap {
    min-height: 600px;
    max-height: 600px;
  }
}
.shop .category-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tabs-selectors-wrap {
  margin-bottom: 40px;
}
.tabs-selectors-wrap .btn {
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 20px;
}
.tabs-selectors-wrap .btn.active {
  color: #fff;
  background-color: rgba(37, 37, 34, 0.9);
}

.tabs-wrap .tab-single {
  display: none;
}
.tabs-wrap .tab-single.active {
  display: block;
}

.top {
  padding: 54px 0;
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .top {
    padding: 100px 0;
    max-width: 100%;
  }
}
.top h1 {
  font-size: 2rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .top h1 {
    font-size: 2.75rem;
    line-height: 3rem;
  }
}

.woocommerce-info {
  border-top-color: #aab200;
}
.woocommerce-info::before {
  color: #aab200;
}

.woocommerce .cart-page-template .btn {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #5e604b;
  color: #5e604b;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
  text-decoration: none;
}
.woocommerce .cart-page-template .btn:hover {
  color: #fff;
  background-color: rgba(37, 37, 34, 0.9);
}
.woocommerce .cart-page-template table.shop_table {
  border: none;
  margin: 0;
  border-radius: 0;
}
.woocommerce .cart-page-template table.shop_table tr.apaczka-parcel-machine th, .woocommerce .cart-page-template table.shop_table tr.apaczka-parcel-machine td {
  border-top: none;
}
.woocommerce .cart-page-template table.shop_table tr.apaczka-parcel-machine #apaczka_pl_geowidget_classic {
  box-shadow: none !important;
  background-color: transparent;
  border: 1px solid #5e604b !important;
  color: #5e604b;
  border-radius: 50px;
  padding: 14px 20px;
  font-size: 14px !important;
  line-height: 1.25rem;
  font-weight: 300 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  max-width: none !important;
  font-family: "Barlow", sans-serif;
}
@media only screen and (min-width: 768px) {
  .woocommerce .cart-page-template table.shop_table tr.apaczka-parcel-machine #apaczka_pl_geowidget_classic {
    padding: 14px 40px;
    font-size: 18px !important;
    line-height: 1.25rem;
  }
}
.woocommerce .cart-page-template table.shop_table tr.apaczka-parcel-machine #apaczka_pl_geowidget_classic:hover {
  color: #fff;
  background-color: rgba(37, 37, 34, 0.9);
}
.woocommerce .cart-page-template table.shop_table tr.apaczka-parcel-machine #selected-parcel-machine {
  text-align: left;
}
.woocommerce .cart-page-template table.shop_table td {
  padding: 10px 0;
}
.woocommerce .cart-page-template table.shop_table td:last-of-type {
  text-align: right;
}
.woocommerce .cart-page-template table.shop_table th {
  padding: 10px 0;
}
.woocommerce .cart-page-template table.shop_table th.product-total {
  text-align: right;
}
.woocommerce .cart-page-template table.shop_table .order-summary-tr td, .woocommerce .cart-page-template table.shop_table .order-summary-tr th {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  font-family: "Butler Light", sans-serif;
}
.woocommerce .cart-page-template table.shop_table .order-summary-tr td.highlight-total, .woocommerce .cart-page-template table.shop_table .order-summary-tr th.highlight-total {
  font-size: 2rem;
  line-height: 2.5rem;
}
.woocommerce .cart-page-template table.shop_table .remove {
  display: inline-block;
  margin-top: 9px;
}
.woocommerce .cart-page-template table.shop_table .product-thumbnail {
  padding-right: 20px;
  width: 165px;
  max-width: 165px;
}
.woocommerce .cart-page-template table.shop_table .product-thumbnail > a {
  display: block;
  width: 100%;
  max-width: 165px;
  aspect-ratio: 16/9;
  position: relative; /* If you want text inside of it */
  min-width: 75px;
}
.woocommerce .cart-page-template table.shop_table .product-thumbnail > a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce .cart-page-template table.shop_table .product-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.woocommerce .cart-page-template table.shop_table .product-name .product-category {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-bottom: 2px;
}
.woocommerce .cart-page-template table.shop_table .product-name > a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.woocommerce .cart-page-template .quantity-wrap {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .woocommerce .cart-page-template .quantity-wrap {
    float: left;
  }
}
.woocommerce .cart-page-template .quantity-wrap .quantity-label {
  font-size: 1.25rem;
  line-height: 2.375rem;
  font-weight: 300;
  font-family: "Butler Light", sans-serif;
  color: #5e604b;
  float: left;
}
.woocommerce .cart-page-template .quantity-wrap .feather {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 30px;
  padding: 5px;
  float: left;
  cursor: pointer;
}
.woocommerce .cart-page-template .quantity-wrap .feather.feather-minus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .cart-page-template .quantity-wrap .feather.feather-plus {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .cart-page-template .quantity-wrap .quantity {
  float: left;
}
.woocommerce .cart-page-template .quantity-wrap .quantity .qty {
  pointer-events: none;
  height: 30px;
  width: auto;
  max-width: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #5e604b;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-right: none;
  background-color: transparent;
  -moz-appearance: textfield; /* Firefox */
}
.woocommerce .cart-page-template .quantity-wrap .quantity .qty::-webkit-outer-spin-button, .woocommerce .cart-page-template .quantity-wrap .quantity input[name=quantity]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce .cart-page-template .coupon-header {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 300;
  margin-bottom: 8px;
  font-family: "Butler Light", sans-serif;
}
.woocommerce .cart-page-template .coupon-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.woocommerce .cart-page-template .coupon {
  text-align: right;
}
.woocommerce .cart-page-template .coupon input[type=text] {
  margin-bottom: 20px;
}
.woocommerce .cart-page-template .woocommerce-cart-form {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.woocommerce .cart-page-template .order-total th, .woocommerce .cart-page-template .order-total td, .woocommerce .cart-page-template .cart-subtotal th, .woocommerce .cart-page-template .cart-subtotal td {
  padding: 10px 0;
  font-weight: 300;
  font-family: "Butler Light", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.woocommerce .cart-page-template .order-total th, .woocommerce .cart-page-template .order-total td {
  padding: 10px 0;
  font-weight: 300;
  font-family: "Butler Light", sans-serif;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.woocommerce .cart-page-template .order-total th .woocommerce-Price-amount, .woocommerce .cart-page-template .order-total td .woocommerce-Price-amount {
  font-size: 2rem;
  line-height: 2.5rem;
}
.woocommerce .cart-page-template .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.woocommerce .cart-page-template .cart-collaterals .cart_totals th, .woocommerce .cart-page-template .cart-collaterals .cart_totals td {
  padding: 10px 0;
  font-weight: 300;
  font-family: "Butler Light", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.woocommerce .cart-page-template .cart-collaterals .cart_totals .order-total th, .woocommerce .cart-page-template .cart-collaterals .cart_totals .order-total td {
  padding: 10px 0;
  font-weight: 300;
  font-family: "Butler Light", sans-serif;
  font-size: 1.25rem;
  line-height: 2.5rem;
}
.woocommerce .cart-page-template .cart-collaterals .cart_totals .order-total th .woocommerce-Price-amount, .woocommerce .cart-page-template .cart-collaterals .cart_totals .order-total td .woocommerce-Price-amount {
  font-size: 2rem;
  line-height: 2.5rem;
}
.woocommerce .cart-page-template .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce .cart-page-template .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #5e604b;
  color: #5e604b;
  border-radius: 50px;
  padding: 14px 80px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
  text-decoration: none;
}
.woocommerce .cart-page-template .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
  color: #fff;
  background-color: rgba(37, 37, 34, 0.9);
}
.woocommerce .cart-page-template .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 2.75rem;
  line-height: 3rem;
  font-weight: 400;
  font-family: "Butler Light", sans-serif;
  margin-bottom: 30px;
}

.cart-page-template {
  padding: 50px 0;
}
.cart-page-template h1 {
  margin-bottom: 40px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  position: relative;
  background-color: transparent;
  border: 1px solid #5e604b;
  color: #5e604b;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
  text-decoration: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
  color: #fff;
  background-color: rgba(37, 37, 34, 0.9);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button[name=apply_coupon], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button[name=apply_coupon] {
  padding: 12px 40px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled] {
  position: relative;
  background-color: transparent;
  border: 1px solid #5e604b;
  color: #5e604b;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
  text-decoration: none;
  opacity: 0.3;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover {
  background-color: transparent;
  color: #5e604b;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 0;
  border: 0;
}
.woocommerce form.checkout_coupon input[type=text], .woocommerce form.login input[type=text], .woocommerce form.register input[type=text] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #5e604b;
  border-radius: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
  top: 1.5em;
}

.order-header-top {
  font-size: 2.75rem;
  line-height: 3rem;
  font-weight: 300;
  margin-bottom: 40px;
}

.woocommerce .cart-page-template form .form-row .input-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #5e604b;
  border-radius: 0;
}

.woocommerce .cart-page-template .col2-set, .woocommerce-page .col2-set {
  width: auto;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
  margin-bottom: 20px;
}
.woocommerce form .selectize-control.single {
  display: block;
}
.woocommerce form .selectize-control.single .selectize-input {
  border: none;
  border-bottom: 1px solid #5e604b;
  border-radius: 0;
  padding: 11px 30px 11px 10px;
}

.woocommerce-checkout-review-order-top {
  margin-bottom: 40px;
}

.woocommerce-checkout-review-order-bottom {
  border-top: 1px solid #D3D4C2;
  margin-top: 40px;
  padding-top: 40px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: transparent;
  border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}

.woocommerce-checkout #payment div.form-row {
  padding: 10px 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  position: relative;
  display: block;
  background-color: transparent;
  border: 1px solid #5e604b;
  color: #5e604b;
  border-radius: 50px;
  padding: 14px 40px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
  text-decoration: none;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  color: #fff;
  background-color: rgba(37, 37, 34, 0.9);
}

.order-contact {
  text-align: center;
  padding: 40px 60px 25px 60px;
  background-color: #F2F1ED;
}
.order-contact .header {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -2%;
  font-weight: 300;
  color: #5e604b;
  margin-bottom: 20px;
  font-family: "Butler Light", sans-serif;
}
.order-contact p a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #5e604b;
  text-decoration: underline;
}
.order-contact p a:hover {
  text-decoration: none;
}

.row-typ {
  margin-left: -70px;
  margin-right: -70px;
}
.row-typ .col {
  padding-left: 70px;
  padding-right: 70px;
}

.custom-order-info {
  margin-bottom: 40px;
}

.order-summary {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -2%;
  font-weight: 300;
  color: #5e604b;
  margin-bottom: 20px;
  font-family: "Butler Light", sans-serif;
}

.extra-info-typ {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.woocommerce .cart-page-template .woocommerce-customer-details address {
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.woocommerce .cart-page-template .woocommerce-customer-details address .woocommerce-customer-details--email {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  padding-left: 0;
}
.woocommerce .cart-page-template .woocommerce-customer-details address .woocommerce-customer-details--email::before {
  display: none;
}/*# sourceMappingURL=main.min.css.map */