/*!
	Theme Name: DotSpice
	Theme URI: https://dotspice.com/
	Author: Ivan Romanets, Jakub Czerwonka, Dawid Ozga
	Author URI: https://dotspice.com/
	Version: 1.3.0
*/
/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - link
 * 2.0 - link-color
 * 3.0 - link-underline
 */
/* 1.0 - link */
.widget-posts__list .widget-post__h a {
  transition: background-size 0.35s ease 0s, color 0.35s ease 0.35s;
  background-image: linear-gradient(#303845, #303845);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0% 1px;
}
.widget-posts__list .widget-post__h a:hover {
  color: #303845;
  background-size: 100% 1px;
  background-position: 0 100%;
}

/* 1.1 - link-color */
.widget-posts__list .widget-post__h a {
  color: currentColor;
  background-image: linear-gradient(currentColor, currentColor);
}
.widget-posts__list .widget-post__h a:hover {
  color: currentColor;
}

/* 3.0 - link-underline */
/**
 * Table of Contents:

 * 1.0 - swiper-box
 * 2.0 - swiper-slider
	* 2.1 - type-default
	* 2.2 - type-custom
	* 2.3 - type-post
	* 2.4 - type-product
	* 2.5 - grid
 * 3.0 - swiper-wrapper
 * 4.0 - swiper-slide
	* 4.1 - slide__container
	* 4.2 - slide__content
	* 4.3 - slide__sub-h
	* 4.4 - slide__h
	* 4.5 - slide__desc
	* 4.6 - slide__button
 * 5.0 - swiper-button
	* 5.1 - swiper-button-prev
	* 5.2 - swiper-button-next
 * 6.0 - swiper-scrollbar
 * 7.0 - swiper-pagination
 */
@-webkit-keyframes fadeInUpPx {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@-moz-keyframes fadeInUpPx {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fadeInUpPx {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.swiper {
  /* 1.0 - swiper-box */
  /* 2.0 - swiper-slider */
  /* 3.0 - swiper-wrapper */
  /* 4.0 - swiper-slide */
  /* 5.0 - swiper-button */
  /* 6.0 - swiper-scrollbar */
  /* 7.0 - swiper-pagination */
}
.swiper-box {
  position: relative;
}
.swiper-slider {
  /* 2.1 - type-default */
  /* 2.2 - type-custom */
  /* 2.3 - type-post */
  /* 2.4 - type-product */
  /* 2.5 - grid */
}
.swiper-slider.type-default:not(.grid) .slide {
  height: 750px;
}
@media only screen and (max-width: 767.98px) {
  .swiper-slider.type-default:not(.grid) .slide {
    height: 450px;
  }
}
.swiper-slider.type-custom:not(.grid) .slide {
  height: 750px;
}
@media only screen and (max-width: 767.98px) {
  .swiper-slider.type-custom:not(.grid) .slide {
    height: 450px;
  }
}
.swiper-slider.grid .swiper-wrapper {
  align-items: stretch !important;
}
.swiper-slider.grid .swiper-slide {
  display: flex;
  align-items: stretch;
}
.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.swiper-slide [class*=col-] {
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.swiper-slide .slide {
  /* 4.1 - slide__container */
  /* 4.2 - slide__content */
  /* 4.3 - slide__sub-h */
  /* 4.4 - slide__h */
  /* 4.5 - slide__desc */
  /* 4.6 - slide__button */
}
.swiper-slide .slide__sub-h, .swiper-slide .slide__h, .swiper-slide .slide__desc, .swiper-slide .slide__button-wrap {
  opacity: 0;
}
.swiper-slide-active .slide__sub-h {
  -webkit-animation: 0.8s 0.9s fadeInUpPx both;
  -moz-animation: 0.8s 0.9s fadeInUpPx both;
  animation: 0.8s 0.9s fadeInUpPx both;
}
.swiper-slide-active .slide__h {
  -webkit-animation: 0.8s 0.8s fadeInUpPx both;
  -moz-animation: 0.8s 0.8s fadeInUpPx both;
  animation: 0.8s 0.8s fadeInUpPx both;
}
.swiper-slide-active .slide__desc {
  -webkit-animation: 0.8s 0.7s fadeInUpPx both;
  -moz-animation: 0.8s 0.7s fadeInUpPx both;
  animation: 0.8s 0.7s fadeInUpPx both;
}
.swiper-slide-active .slide__button-wrap {
  -webkit-animation: 0.8s 0.6s fadeInUpPx both;
  -moz-animation: 0.8s 0.6s fadeInUpPx both;
  animation: 0.8s 0.6s fadeInUpPx both;
}
.swiper-box .swiper-button {
  /* 5.1 - swiper-button-prev */
  /* 5.2 - swiper-button-next */
}
/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0  - container
 * 2.0  - content
 * 3.0  - reset css
 * 4.0  - img
 * 5.0  - full-width
	* 5.1 - full-left
	* 5.2 - full-right
 * 6.0  - form search
 * 7.0  - gallery
 * 8.0  - thumbnail hover
 * 9.0  - pagination
 * 10.0 - woocommerce-pagination
 * 11.0 - margins & paddings
 * 12.0 - data-aos
 * 13.0 - modal
 * 14.0 - catapult-cookie-bar
 * 15.0 - keyframes
 * 16.0 - Accordion
 */
/* 1.0  - container */
.container {
  max-width: 1170px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.container.large {
  max-width: 1920px;
}

/* 2.0  - content */
.content {
  padding: 30px 0 90px;
}

.site-content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2020/11/bg.jpg");
}

/* 3.0  - reset css */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto !important;
  -webkit-clip-path: none;
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

:focus,
*:focus {
  outline: none !important;
}

::-moz-selection {
  background: #C5A028;
  color: #fff;
}

::selection {
  background: #C5A028;
  color: #fff;
}

body,
html {
  max-width: 100vw;
  margin: 0 auto;
}

p:empty {
  display: none;
}

.clear {
  clear: both;
}

.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.col-flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.col-flex--bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* 4.0  - img */
img {
  max-width: 100%;
  height: auto;
}
img.alignnone {
  margin: 30px 0;
}
img.alignleft {
  float: left;
  margin: 30px 30px 30px 0;
}
@media only screen and (max-width: 767.98px) {
  img.alignleft {
    margin: 30px auto;
    float: none;
  }
}
img.alignright {
  float: right;
  margin: 30px 0 30px 30px;
}
img.aligncenter {
  display: block;
  margin: 30px auto;
}
img.alignnone:first-child, img.alignleft:first-child, img.alignright:first-child, img.aligncenter:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
  img.alignnone, img.alignleft, img.alignright, img.aligncenter {
    margin: 30px auto;
    float: none;
  }
}

/* 5.0  - full-width */
.full {
  /* 5.1 - full-left */
  /* 5.2 - full-right */
}
.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
@media (min-width: 100vw) {
  .full-width {
    margin-left: calc(100vw * -0.5 + 50%);
    margin-right: calc(100vw * -0.5 + 50%);
  }
}
.full-left [class^=col-]:first-child {
  width: calc(100vw / 2);
  flex: 0 0 calc(100vw / 2);
  max-width: calc(100vw / 2);
  margin-left: calc(100vw * -0.5 + 50%);
  padding-left: 0;
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .full-left [class^=col-]:first-child {
    padding-left: 15px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.full-right [class^=col-]:last-child {
  width: calc(100vw / 2);
  flex: 0 0 calc(100vw / 2);
  max-width: calc(100vw / 2);
  margin-right: calc(100vw * -0.5 + 50%);
  padding-right: 0;
}
@media only screen and (max-width: 767.98px) {
  .full-right [class^=col-]:last-child {
    padding-right: 15px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* 6.0  - form search */
form[role=search] {
  position: relative;
}
form[role=search] input[type=search] {
  padding-right: 44px;
}
form[role=search] button,
form[role=search] input[type=submit] {
  border: 0;
  background: transparent;
  color: #303845;
  padding: 0 14px;
  font-size: 13px;
  line-height: 1;
  border-radius: 0;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
form[role=search] button:hover,
form[role=search] input[type=submit]:hover {
  color: #333;
}
form[role=search] .svg-icon-path-basic {
  stroke: #303845;
}
form[role=search] .svg-icon:hover .svg-icon-path-basic {
  stroke: #aaa;
}

/* 7.0  - gallery */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -15px 20px;
}
@media only screen and (max-width: 575.98px) {
  .gallery {
    margin: -7.5px;
  }
}
.gallery-item {
  margin: 0;
  padding: 15px;
}
@media only screen and (max-width: 575.98px) {
  .gallery-item {
    padding: 7.5px;
  }
}
.gallery-item a,
.gallery-item img,
.gallery-item picture {
  width: 100%;
  display: block;
}
.gallery.gallery-columns-6 > .gallery-item {
  -ms-flex: 0 0 16.6666666%;
  flex: 0 0 16.6666666%;
  max-width: 16.6666666%;
}
@media only screen and (max-width: 1199.98px) {
  .gallery.gallery-columns-6 > .gallery-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 991.98px) {
  .gallery.gallery-columns-6 > .gallery-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery.gallery-columns-6 > .gallery-item {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}
@media only screen and (max-width: 575.98px) {
  .gallery.gallery-columns-6 > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gallery.gallery-columns-5 > .gallery-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 991.98px) {
  .gallery.gallery-columns-5 > .gallery-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery.gallery-columns-5 > .gallery-item {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}
@media only screen and (max-width: 575.98px) {
  .gallery.gallery-columns-5 > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gallery.gallery-columns-4 > .gallery-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 991.98px) {
  .gallery.gallery-columns-4 > .gallery-item {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}
@media only screen and (max-width: 767.98px) {
  .gallery.gallery-columns-4 > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gallery.gallery-columns-3 > .gallery-item {
  -ms-flex: 0 0 33.3333333%;
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
}
@media only screen and (max-width: 767.98px) {
  .gallery.gallery-columns-3 > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gallery.gallery-columns-2 > .gallery-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.gallery.gallery-columns-1 > .gallery-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* 8.0  - thumbnail hover */
.gallery .gallery-item .gallery-icon > a,
.blog-post__img-link {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 9;
}
.gallery .gallery-item .gallery-icon > a:before,
.blog-post__img-link:before {
  content: "";
  background: #000;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery .gallery-item .gallery-icon > a:after,
.blog-post__img-link:after {
  z-index: 3;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  text-align: center;
  line-height: 48px;
  border: 1px solid #FFF;
  border-radius: 2px;
  opacity: 0;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery .gallery-item .gallery-icon > a:hover:before,
.blog-post__img-link:hover:before {
  opacity: 0.5;
}
.gallery .gallery-item .gallery-icon > a:hover:after,
.blog-post__img-link:hover:after {
  margin-top: 0;
  opacity: 1;
}

.slb_details {
  display: none;
}

/* 9.0  - pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
.pagination a,
.pagination span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(0, 0, 0);
  margin-left: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  -o-border-image: initial;
  border-image: initial;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.pagination a:hover, .pagination a.current,
.pagination span:hover,
.pagination span.current {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  text-decoration: none;
}

/* 10.0 - woocommerce-pagination */
/*
nav.woocommerce-pagination {
	margin-top: 25px;

	ul.page-numbers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		list-style: none;
		padding: 0;

		a,
		span {
			width: 40px;
			height: 40px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			color: rgb(0, 0, 0);
			margin-left: -1px;
			border-width: 1px;
			border-style: solid;
			border-color: rgb(204, 204, 204);
			-o-border-image: initial;
			border-image: initial;
			@include css3(transition, all 0.2s linear 0s);

			&:hover,
			&.current {
				color: rgb(255, 255, 255);
				background: rgb(0, 0, 0);
				border-color: rgb(0, 0, 0);
				text-decoration: none;
			}
		}
	}
}
*/
a.prev.page-numbers,
a.next.page-numbers {
  padding-bottom: 2px;
}

/* 11.0 - margins & paddings */
.mb-100 {
  margin-bottom: 100px !important;
}

.mb-n100 {
  margin-bottom: -100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-n100 {
  margin-top: -100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-n100 {
  padding-bottom: -100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-n100 {
  padding-top: -100px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-n95 {
  margin-bottom: -95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-n95 {
  margin-top: -95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-n95 {
  padding-bottom: -95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-n95 {
  padding-top: -95px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-n90 {
  margin-bottom: -90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-n90 {
  margin-top: -90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-n90 {
  padding-bottom: -90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-n90 {
  padding-top: -90px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-n85 {
  margin-bottom: -85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-n85 {
  margin-top: -85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-n85 {
  padding-bottom: -85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-n85 {
  padding-top: -85px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-n80 {
  margin-bottom: -80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-n80 {
  margin-top: -80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-n80 {
  padding-bottom: -80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-n80 {
  padding-top: -80px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-n75 {
  margin-bottom: -75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-n75 {
  margin-top: -75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-n75 {
  padding-bottom: -75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-n75 {
  padding-top: -75px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-n70 {
  margin-bottom: -70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-n70 {
  margin-top: -70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-n70 {
  padding-bottom: -70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-n70 {
  padding-top: -70px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-n65 {
  margin-bottom: -65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-n65 {
  margin-top: -65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-n65 {
  padding-bottom: -65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-n65 {
  padding-top: -65px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-n60 {
  margin-bottom: -60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-n60 {
  margin-top: -60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-n60 {
  padding-bottom: -60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-n60 {
  padding-top: -60px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-n55 {
  margin-bottom: -55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-n55 {
  margin-top: -55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-n55 {
  padding-bottom: -55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-n55 {
  padding-top: -55px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-n50 {
  margin-bottom: -50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-n50 {
  margin-top: -50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-n50 {
  padding-bottom: -50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-n50 {
  padding-top: -50px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-n45 {
  margin-bottom: -45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-n45 {
  margin-top: -45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-n45 {
  padding-bottom: -45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-n45 {
  padding-top: -45px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-n40 {
  margin-bottom: -40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-n40 {
  margin-top: -40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-n40 {
  padding-bottom: -40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-n40 {
  padding-top: -40px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-n35 {
  margin-bottom: -35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-n35 {
  margin-top: -35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-n35 {
  padding-bottom: -35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-n35 {
  padding-top: -35px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-n30 {
  margin-bottom: -30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-n30 {
  margin-top: -30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-n30 {
  padding-bottom: -30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-n30 {
  padding-top: -30px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-n25 {
  margin-bottom: -25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-n25 {
  margin-top: -25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-n25 {
  padding-bottom: -25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-n25 {
  padding-top: -25px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-n20 {
  margin-bottom: -20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-n20 {
  margin-top: -20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-n20 {
  padding-bottom: -20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-n20 {
  padding-top: -20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-n15 {
  margin-bottom: -15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-n15 {
  margin-top: -15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-n15 {
  padding-bottom: -15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-n15 {
  padding-top: -15px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-n10 {
  margin-bottom: -10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-n10 {
  margin-top: -10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-n10 {
  padding-bottom: -10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-n10 {
  padding-top: -10px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-n5 {
  margin-bottom: -5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-n5 {
  margin-top: -5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-n5 {
  padding-bottom: -5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-n5 {
  padding-top: -5px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-n0 {
  margin-bottom: -0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-n0 {
  margin-top: -0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-n0 {
  padding-bottom: -0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-n0 {
  padding-top: -0px !important;
}

.margin-0 {
  margin: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

/* 12.0 - data-aos */
@media only screen and (max-width: 767.98px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

.row > [class^=col-][data-aos=fade-up]:not([data-aos-delay]).aos-animate:nth-child(2),
.row > [class^=col-][data-aos=fade-right]:not([data-aos-delay]).aos-animate:nth-child(2) {
  transition-delay: 0.1s;
}
.row > [class^=col-][data-aos=fade-up]:not([data-aos-delay]).aos-animate:nth-child(3),
.row > [class^=col-][data-aos=fade-right]:not([data-aos-delay]).aos-animate:nth-child(3) {
  transition-delay: 0.2s;
}
.row > [class^=col-][data-aos=fade-up]:not([data-aos-delay]).aos-animate:nth-child(4),
.row > [class^=col-][data-aos=fade-right]:not([data-aos-delay]).aos-animate:nth-child(4) {
  transition-delay: 0.3s;
}
.row > [class^=col-][data-aos=fade-up]:not([data-aos-delay]).aos-animate:nth-child(5),
.row > [class^=col-][data-aos=fade-right]:not([data-aos-delay]).aos-animate:nth-child(5) {
  transition-delay: 0.4s;
}
.row > [class^=col-][data-aos=fade-up]:not([data-aos-delay]).aos-animate:nth-child(6),
.row > [class^=col-][data-aos=fade-right]:not([data-aos-delay]).aos-animate:nth-child(6) {
  transition-delay: 0.5s;
}
.row > [class^=col-][data-aos=fade-up]:not([data-aos-delay]).aos-animate:nth-child(7),
.row > [class^=col-][data-aos=fade-right]:not([data-aos-delay]).aos-animate:nth-child(7) {
  transition-delay: 0.6s;
}
.row > [class^=col-][data-aos=fade-up]:not([data-aos-delay]).aos-animate:nth-child(8),
.row > [class^=col-][data-aos=fade-right]:not([data-aos-delay]).aos-animate:nth-child(8) {
  transition-delay: 0.7s;
}
@media only screen and (max-width: 767.98px) {
  .row > [class^=col-][data-aos=fade-up]:not([data-aos-delay]).aos-animate,
  .row > [class^=col-][data-aos=fade-right]:not([data-aos-delay]).aos-animate {
    transition-delay: 0s !important;
  }
}

/* 13.0 - modal */
.modal-header {
  padding: 15px 20px;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header .h {
  margin-top: 0;
}
.modal-header .close {
  padding: 10px 20px;
  margin-top: 0;
}
.modal-header .close:hover {
  color: #C5A028;
  background: transparent;
}
.modal-title {
  font-size: 24px;
  padding-top: 5px;
}
.modal-zip {
  border-color: #CCC !important;
  width: 180px !important;
  font-size: 14px !important;
  margin: 25px auto;
}
.modal-subtitle {
  font-size: 18px;
}
.modal-time > p {
  margin: 0;
  /* .woocommerce-input-wrapper {
  	margin: 25px auto;
  } */
}
.modal-time > p > label {
  display: none;
}
.modal-text {
  font-size: 15px;
}
.modal-message {
  display: none;
  margin-bottom: 25px;
}
.modal-step {
  display: none;
}
.modal-step.step-1 {
  display: block;
}
.modal-body {
  padding: 40px 20px;
  text-align: center;
}

/* 14.0 - catapult-cookie-bar */
#catapult-cookie-bar {
  color: #ddd;
  background-color: #464646;
  box-sizing: border-box;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  transform: translateY(100%);
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
#catapult-cookie-bar .ctcc-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  #catapult-cookie-bar .ctcc-inner {
    text-align: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  #catapult-cookie-bar .ctcc-inner .ctcc-left-side {
    margin-right: 15px;
  }
}
#catapult-cookie-bar .ctcc-inner .ctcc-left-side a {
  color: inherit;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
#catapult-cookie-bar .ctcc-inner .ctcc-left-side a:hover {
  opacity: 0.65;
}
#catapult-cookie-bar .ctcc-inner button#catapultCookie {
  padding: 7px 10px;
}
@media only screen and (max-width: 767.98px) {
  #catapult-cookie-bar .ctcc-inner button#catapultCookie {
    margin: 15px 0 0;
  }
}

.has-cookie-bar #catapult-cookie-bar {
  transform: translateY(0);
}

/* 15.0 - keyframes */
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* 16.0 - Accordion */
.accordion {
  margin-top: 40px;
}
.accordion .card {
  border: 1px solid #303845 !important;
  border-radius: 0 !important;
}
.accordion .card:not(:first-child) {
  margin-top: 20px;
}
.accordion .card-header {
  border: 0;
  margin-bottom: 0 !important;
  padding: 0;
  background: none;
  border-radius: 0 !important;
}
.accordion .card-header button {
  background: none;
  border: none;
  padding: 20px 30px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  color: #000;
}
.accordion .card-header button .svg-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: auto;
  left: auto;
  width: 12px;
  height: 20px;
  margin-top: -10px;
  color: currentColor;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.accordion .card-header button[aria-expanded=true] .svg-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .card-header button h2,
.accordion .card-header button h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  font-family: "InterVariable", sans-serif;
}
.accordion .collapse .card-body,
.accordion .collapsing .card-body {
  border: 0 !important;
  padding: 0 30px 20px;
}
.accordion .collapse .card-body p:last-child,
.accordion .collapse .card-body ul:last-child,
.accordion .collapsing .card-body p:last-child,
.accordion .collapsing .card-body ul:last-child {
  margin-bottom: 0;
}
.accordion .collapse .card-body h2,
.accordion .collapse .card-body h3,
.accordion .collapsing .card-body h2,
.accordion .collapsing .card-body h3 {
  font-size: 20px;
}

body:not(.home).wp-singular,
body.woocommerce {
  padding-top: 122px;
}
@media (max-width: 767px) {
  body:not(.home).wp-singular,
  body.woocommerce {
    padding-top: 125px;
  }
  body:not(.home).wp-singular.admin-bar,
  body.woocommerce.admin-bar {
    padding-top: 112px;
  }
}

.accordion .card .card-header button .svg-icon.angle-down {
  transition: transform 0.3s ease;
}
.accordion .card .card-header button[aria-expanded=true] .svg-icon.angle-down {
  transform: rotate(180deg);
}
.accordion .card .collapse {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
#acc-1 button:hover, #acc-1 button:focus {
  background: none;
  border: none;
  box-shadow: none;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - global
 * 2.0 - ul.std-list
 * 3.0 - ol.std-list
 * 4.0 - svg-icon
 */
@font-face {
  font-family: "soriasoria";
  src: url("../fonts/soria-font-webfont.eot");
  src: url("../fonts/soria-font-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/soria-font-webfont.woff2") format("woff2"), url("../fonts/soria-font-webfont.woff") format("woff"), url("../fonts/soria-font-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "senbold";
  src: url("../fonts/sen-bold-webfont.eot");
  src: url("../fonts/sen-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sen-bold-webfont.woff2") format("woff2"), url("../fonts/sen-bold-webfont.woff") format("woff"), url("../fonts/sen-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "senregular";
  src: url("../fonts/sen-regular-webfont.eot");
  src: url("../fonts/sen-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sen-regular-webfont.woff2") format("woff2"), url("../fonts/sen-regular-webfont.woff") format("woff"), url("../fonts/sen-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PlayfairDisplayVariableItalic";
  src: url("../fonts/PlayfairDisplay-Italic-VariableFont_wght.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Italic-VariableFont_wght.woff") format("woff");
  font-weight: 100 900;
  /* Standard range for variable fonts */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplayVariable";
  src: url("../fonts/PlayfairDisplay-VariableFont_wght.woff2") format("woff2"), url("../fonts/PlayfairDisplay-VariableFont_wght.woff") format("woff");
  font-weight: 100 900;
  /* Standard range for variable fonts */
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "InterVariable";
  src: url("../fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2"), url("../fonts/Inter-VariableFont_opsz,wght.woff") format("woff");
  font-weight: 100 900;
  /* Standard range for variable fonts */
  font-style: normal;
  font-display: swap;
}
/* 1.0 - global */
body,
.p {
  font-family: "InterVariable", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: rgb(48, 56, 69);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

p,
.p,
ol,
ul {
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h {
  font-family: "PlayfairDisplayVariable", serif;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 500;
  color: rgb(48, 56, 69);
  letter-spacing: 0;
  text-transform: none;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 767.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h {
    font-size: 32px;
    letter-spacing: 0;
    margin: 40px 0 24px;
  }
}

a {
  color: inherit;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
a:hover {
  color: #C5A028;
  text-decoration: underline;
}

b,
strong {
  font-family: "InterVariable", sans-serif;
  font-weight: 700;
}

/* 2.0 - ul.std-list */
ul.std-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
ul.std-list li {
  padding-left: 25px;
  position: relative;
}
ul.std-list li:before {
  position: absolute;
  left: 0px;
  content: "";
  width: 16px;
  height: 16px;
  top: 3px;
}
ul.std-list.columns-2 {
  display: flex;
  flex-wrap: wrap;
}
ul.std-list.columns-2 li {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  ul.std-list.columns-2 li {
    width: 50%;
  }
}
ul.std-list .std-list {
  margin-top: 0;
}

/* 3.0 - ol.std-list */
ol.std-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  counter-reset: item-count;
}
ol.std-list li {
  padding-left: 25px;
  position: relative;
  counter-increment: item-count;
}
ol.std-list li:before {
  position: absolute;
  left: 0px;
  color: #C5A028;
  font-family: "PlayfairDisplayVariable", serif;
  content: counter(item-count) ".";
}
ol.std-list li:nth-child(n+10):before {
  left: -5px;
}
ol.std-list[type=a] li {
  counter-increment: chapter;
}
ol.std-list[type=a] li:before {
  content: counter(chapter, lower-alpha) ".";
}
ol.std-list .std-list {
  margin-top: 0;
}

/* 4.0 - svg-icon */
.svg-icon {
  width: 20px;
  stroke-width: 0px;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.svg-icon-path-basic {
  fill: currentColor;
}
.svg-icon-path-main {
  fill: #C5A028;
}
.svg-icon[width] {
  width: auto;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - button
 * 2.0 - reverse
 */
/* 1.0 - button */
button,
.button,
input[type=submit] {
  font-family: "InterVariable", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  padding: 14px 30px;
  border: 1px solid #C5A028;
  border-radius: 0;
  background: #C5A028;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  /* 2.0 - reverse */
}
button:hover,
.button:hover,
input[type=submit]:hover {
  color: #fff;
  border-color: #303845;
  background: #303845;
  text-decoration: none;
}
button.reverse,
.button.reverse,
input[type=submit].reverse {
  color: #fff;
  border-color: #303845;
  background: #303845;
}
button.reverse:hover,
.button.reverse:hover,
input[type=submit].reverse:hover {
  color: #fff;
  border: 1px solid #C5A028;
  background: #C5A028;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/* Inputs */
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
select,
textarea,
.form-row > span > strong,
.select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--below {
  font-size: 20px;
  min-height: 48px;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
  border-radius: 0;
  width: 100%;
  padding: 9px 19px 8px;
  background: #fff;
  color: #303845;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus,
.form-row > span > strong:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--open .select2-dropdown--below:focus {
  border-color: #303845;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-row > span > strong::-webkit-input-placeholder,
.select2-container--default .select2-selection--single::-webkit-input-placeholder,
.select2-container--open .select2-dropdown--below::-webkit-input-placeholder {
  color: #303845;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.form-row > span > strong::-moz-placeholder,
.select2-container--default .select2-selection--single::-moz-placeholder,
.select2-container--open .select2-dropdown--below::-moz-placeholder {
  color: #303845;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-row > span > strong:-ms-input-placeholder,
.select2-container--default .select2-selection--single:-ms-input-placeholder,
.select2-container--open .select2-dropdown--below:-ms-input-placeholder {
  color: #303845;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.form-row > span > strong::-ms-input-placeholder,
.select2-container--default .select2-selection--single::-ms-input-placeholder,
.select2-container--open .select2-dropdown--below::-ms-input-placeholder {
  color: #303845;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
select::placeholder,
textarea::placeholder,
.form-row > span > strong::placeholder,
.select2-container--default .select2-selection--single::placeholder,
.select2-container--open .select2-dropdown--below::placeholder {
  color: #303845;
  opacity: 1;
}
input[type=text] .select2-selection__rendered,
input[type=tel] .select2-selection__rendered,
input[type=email] .select2-selection__rendered,
input[type=number] .select2-selection__rendered,
input[type=password] .select2-selection__rendered,
input[type=search] .select2-selection__rendered,
select .select2-selection__rendered,
textarea .select2-selection__rendered,
.form-row > span > strong .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--open .select2-dropdown--below .select2-selection__rendered {
  padding-left: 0 !important;
  line-height: 48px !important;
}
input[type=text] .select2-selection__arrow,
input[type=tel] .select2-selection__arrow,
input[type=email] .select2-selection__arrow,
input[type=number] .select2-selection__arrow,
input[type=password] .select2-selection__arrow,
input[type=search] .select2-selection__arrow,
select .select2-selection__arrow,
textarea .select2-selection__arrow,
.form-row > span > strong .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--open .select2-dropdown--below .select2-selection__arrow {
  top: 0 !important;
  height: 48px !important;
  width: 32px !important;
}

.form-row > span > strong {
  line-height: 28px;
}

select {
  height: 48px;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 5px;
  overflow: hidden;
}

button:disabled,
button.disabled {
  opacity: 0.6;
}
button:disabled:hover,
button.disabled:hover {
  cursor: no-drop;
}

.form-row {
  margin-left: 0;
  margin-right: 0;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -5px;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - before-header
 * 2.0 - site-header
 * 3.0 - navbar
	* 3.1 - navbar-brand
	* 3.2 - navbar-nav
		* 3.2.1 - navbar-nav__menu
		* 3.2.2 - nav-item lvl 1
		* 3.2.3 - dropdown-menu
		* 3.2.4 - nav-item lvl 2
		* 3.2.5 - nav-item lvl n
	* 3.3 - navbar-btns
	* 3.4 - navbar-btn
		* 3.4.1 - navbar-btn__wrap
		* 3.4.2 - navbar-btn__content
		* 3.4.3 - navbar-btn__menu
	* 3.5 - navbar-overlay
 * 4.0 - navbar-nav-mobile
	* 4.1 - navbar-nav__menu
	* 4.2 - nav-item lvl 1
	* 4.3 - dropdown-menu
	* 4.4 - nav-item lvl n
*/
/* 1.0 - before-header */
/* 2.0 - site-header */
.site-header {
  position: absolute;
  background: transparent;
  z-index: 50;
  right: 0;
  left: 0;
}
.site-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-header .sticky-area {
  background: transparent;
}
.site-header .sticky-area.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  top: -176px;
  -webkit-transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header .sticky-area.sticky.pinned {
  top: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.15);
}
.site-header .sticky-area.no-transition {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}

/* navbar */
.navbar {
  flex-wrap: nowrap;
  padding: 0;
  height: 176px;
  justify-content: flex-start;
  /* 3.1 - navbar-brand */
  /* 3.2 - navbar-nav */
  /* 3.3 - navbar-btns */
  /* 3.4 - navbar-btn */
  /* 3.5 - navbar-overlay */
}
@media only screen and (min-width: 1200px) {
  .navbar {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navbar {
    height: 120px;
  }
}
.navbar-brand {
  font-size: 0;
  display: inline-block;
  margin: 0 10px;
  padding: 15px;
}
@media only screen and (min-width: 1200px) {
  .navbar-brand {
    order: 2;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navbar-brand {
    height: 120px;
    padding: 10px 0;
  }
}
.navbar-brand__image {
  width: auto;
  object-fit: contain;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-brand__image {
    height: 100%;
  }
}
.navbar-nav {
  flex-direction: row;
  justify-content: center;
  order: 1;
  /* 3.2.1 - navbar-nav__menu */
}
.navbar-nav.right {
  order: 3;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-nav {
    flex-grow: 0;
  }
}
.navbar-nav__menu {
  display: flex;
  /* 3.2.2 - nav-item lvl 1 */
}
.navbar-nav__menu .nav-item {
  margin: 0 10px;
  /* 3.2.3 - dropdown-menu */
  /* 3.2.5 - nav-item lvl n */
}
.navbar-nav__menu .nav-item .nav-link {
  font-family: "InterVariable", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 9px;
  letter-spacing: 0px;
  text-transform: none;
  color: #FFF;
  border-radius: 0;
  background: transparent;
  -webkit-transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar-nav__menu .nav-item .nav-link .svg-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .navbar-nav__menu .nav-item .nav-link .svg-icon {
    display: none !important;
  }
}
.navbar-nav__menu .nav-item .nav-link .svg-icon .svg-icon-path-basic {
  -webkit-transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), fill 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), fill 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), fill 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}
.navbar-nav__menu .nav-item.show > .nav-link, .navbar-nav__menu .nav-item.current-nav-item > .nav-link, .navbar-nav__menu .nav-item.current-menu-item > .nav-link, .navbar-nav__menu .nav-item.current-menu-parent > .nav-link, .navbar-nav__menu .nav-item.current-menu-ancestor > .nav-link, .navbar-nav__menu .nav-item.current_page_parent > .nav-link {
  padding-left: 11px;
  padding-right: 11px;
  border: 2px solid #FFF !important;
  color: #FFF;
  background: transparent;
}
@media only screen and (min-width: 1200px) {
  .navbar-nav__menu .nav-item.hide-on-desktop {
    display: none;
  }
}
.navbar-nav__menu .nav-item .dropdown-menu {
  position: absolute;
  top: calc(100% - 6px);
  left: -1000px;
  display: block;
  visibility: hidden;
  min-width: 160px;
  margin: 0;
  padding: 5px 0;
  opacity: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  /* 3.2.4 - nav-item lvl 2 */
}
.navbar-nav__menu .nav-item .dropdown-menu .nav-item .nav-link {
  padding: 3px 20px;
  text-transform: none;
  font-size: 16px;
  line-height: 1.42857143;
  border: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .navbar-nav__menu .nav-item .dropdown-menu .nav-item .nav-link {
    white-space: nowrap;
  }
}
.navbar-nav__menu .nav-item .dropdown-menu .nav-item .nav-link .svg-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
}
.navbar-nav__menu .nav-item:hover > .nav-link > .svg-icon .svg-icon-path-basic {
  transform: rotate(180deg);
}
.navbar-nav__menu .nav-item:hover > .dropdown-menu {
  left: 0;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.navbar-nav__menu .nav-item.click > .dropdown-menu {
  display: none;
  visibility: visible;
  transform: none;
  opacity: 1;
}
.navbar-nav__menu .nav-item.click:hover > .nav-link > .svg-icon .svg-icon-path-basic {
  transform: none;
}
.navbar-nav__menu .nav-item.click.show > .nav-link > .svg-icon .svg-icon-path-basic {
  transform: rotate(180deg);
}
.navbar-nav__menu .nav-item.click.show > .dropdown-menu {
  left: 0;
  display: block;
}
.navbar-nav__menu .nav-item .nav-item {
  margin: 0;
}
.navbar-nav__menu .nav-item .nav-item .dropdown-menu {
  top: -21px;
  transform: translateX(25px);
}
.navbar-nav__menu .nav-item .nav-item:hover > .dropdown-menu {
  left: 100%;
  transform: translateX(0);
}
.navbar-btns {
  display: flex;
  justify-content: flex-end;
  order: 4;
  margin: 0 10px;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-btns {
    order: 0;
    flex-grow: 1;
    margin-left: 20px;
  }
}
.navbar-btns .navbar-btn__menu {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-btns .navbar-btn__menu {
    display: block;
  }
}
.navbar-btn {
  font-size: 20px;
  display: flex;
  min-width: 40px;
  height: 40px;
  margin: 0;
  background: transparent;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  color: #FFF;
  /* 3.4.1 - navbar-btn__wrap */
  /* 3.4.2 - navbar-btn__content */
  /* 3.4.3 - navbar-btn__menu */
}
@media only screen and (max-width: 1199.98px) {
  .navbar-btn {
    margin: 0;
  }
}
.navbar-btn:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
}
.navbar-btn > span {
  position: relative;
  top: -1px;
  font-family: "InterVariable", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar-btn > span img {
  max-height: 100%;
}
.navbar-btn .btn-title {
  margin-right: 12px;
}
@media only screen and (max-width: 767.98px) {
  .navbar-btn .btn-title {
    display: none;
  }
}
.navbar-btn .svg-icon {
  width: 20px;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar-btn .count {
  font-size: 10px;
  font-weight: 400;
  width: 14px;
  line-height: 12px;
  color: #fff !important;
  background: #C5A028;
  border: 1px solid #C5A028;
  border-radius: 50%;
  font-family: "Arial";
  position: absolute;
  top: 6px;
  right: 3px;
  bottom: auto;
  left: auto;
}
.navbar-btn .count[data-count="0"] {
  display: none;
}
.navbar-btn__wrap {
  position: relative;
}
.navbar-btn__wrap:hover .navbar-btn {
  background: transparent;
  color: #FFF;
}
.navbar-btn__wrap:hover .navbar-btn:hover:after {
  height: 68px;
}
@media only screen and (max-width: 1199.98px) {
  .navbar-btn__wrap:hover .navbar-btn:hover:after {
    height: 40px;
  }
}
.navbar-btn__wrap:hover .navbar-btn__content {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.navbar-btn__content {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  visibility: hidden;
  min-width: 250px;
  transform: translateY(25px);
  opacity: 0;
  border-width: 0px;
  border-style: solid;
  border-color: #303845;
  background: rgba(0, 0, 0, 0.8);
  color: #CCC;
  /* 3.4.2.1 - languages */
}
@media only screen and (max-width: 1199.98px) {
  .navbar-btn__content {
    top: calc(100% + 40px);
  }
}
.navbar-btn__content input[type=search] {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.8);
  color: #CCC;
}
.navbar-btn__content input[type=search]::-webkit-input-placeholder {
  color: #CCC;
  opacity: 1;
}
.navbar-btn__content input[type=search]::-moz-placeholder {
  color: #CCC;
  opacity: 1;
}
.navbar-btn__content input[type=search]:-ms-input-placeholder {
  color: #CCC;
  opacity: 1;
}
.navbar-btn__content input[type=search]::-ms-input-placeholder {
  color: #CCC;
  opacity: 1;
}
.navbar-btn__content input[type=search]::placeholder {
  color: #CCC;
  opacity: 1;
}
.navbar-btn__content .search-submit i {
  color: #FFF;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar-btn__content .search-submit:hover i {
  color: #FFF;
}
.navbar-btn__content.languages {
  padding: 20px 0;
  min-width: auto;
}
.navbar-btn__content.languages .lang.current {
  opacity: 0.5;
  cursor: default;
}
.navbar-btn__content.languages .lang__box {
  padding: 10px 40px 10px 25px;
  display: flex;
  align-items: center;
  font-family: "InterVariable", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFF;
  -webkit-transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar-btn__content.languages .lang__box[href]:hover {
  color: #FFF;
}
.navbar-btn__content.languages .lang img {
  min-width: 32px;
  width: 32px;
  margin-right: 10px;
  border: 1px solid #303845;
}
.navbar-btn__menu {
  position: relative;
}
.navbar-btn__menu span {
  height: 2px;
  border-radius: 1px;
  background: #FFF;
  position: absolute;
  top: 48%;
  right: 7px;
  bottom: auto;
  left: 7px;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-btn__menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-btn__menu.collapsed span {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}
.navbar-btn__menu.collapsed span:nth-child(1) {
  top: 10px;
}
.navbar-btn__menu.collapsed span:nth-child(2) {
  top: 19px;
}
.navbar-btn__menu.collapsed span:nth-child(3) {
  top: 28px;
}
.navbar-btn__menu:hover > span {
  background: #FFF;
}
.navbar-overlay {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 100px;
  content: "";
  opacity: 0;
  background: rgba(54, 54, 54, 0.6);
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 1199.98px) {
  .navbar-overlay {
    padding: 50px 20px;
  }
}
.navbar-overlay .navbar-btn {
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.navbar-overlay .navbar-btn span {
  background: #fff;
}
.navbar-overlay .navbar-btn:hover {
  opacity: 0.75;
}
.navbar-btn:not(.collapsed) + .navbar-overlay {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .navbar-btn:not(.collapsed) + .navbar-overlay[data-target*=__primary] {
    visibility: hidden;
    opacity: 0;
  }
}

/* 4.0 - navbar-nav-mobile */
@media only screen and (max-width: 1199.98px) {
  .navbar-nav {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: -315px;
    display: block;
    overflow-y: auto;
    width: 315px;
    height: auto;
    background: #55585f;
    -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    /* 4.1 - navbar-nav__menu */
  }
}
@media only screen and (max-width: 1199.98px) and (max-width: 575.98px) {
  .navbar-nav {
    left: calc(-100% - 80px);
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .navbar-nav.active {
    left: 0 !important;
  }
  .navbar-nav .navbar-nav__menu {
    display: block;
    width: 100%;
    padding: 100px 20px 60px;
    /* 4.2 - nav-item lvl 1 */
    /* 4.3 - dropdown-menu */
  }
}
@media only screen and (max-width: 1199.98px) and (max-width: 575.98px) {
  .navbar-nav .navbar-nav__menu {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .navbar-nav .navbar-nav__menu .nav-item {
    margin: 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #303845;
  }
  .navbar-nav .navbar-nav__menu .nav-item:last-child {
    border-width: 1px 0;
  }
  .navbar-nav .navbar-nav__menu .nav-item .nav-link {
    position: relative;
    padding: 15px 40px 15px 10px;
    text-transform: none;
    border: 2px solid transparent;
  }
  .navbar-nav .navbar-nav__menu .nav-item .nav-link .svg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    padding: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .navbar-nav .navbar-nav__menu .nav-item:hover > .nav-link > .svg-icon .svg-icon-path-basic {
    transform: none;
  }
  .navbar-nav .navbar-nav__menu .nav-item.active > .nav-link > .svg-icon .svg-icon-path-basic {
    transform: rotate(180deg);
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu {
    position: static;
    display: none;
    visibility: visible;
    min-width: auto;
    transform: none !important;
    opacity: 1;
    padding: 0;
    border-width: 0 0 0 1px;
    border-style: dashed;
    border-color: #303845;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    /* 4.4 - nav-item lvl n */
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu .nav-item {
    padding-left: 0;
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu .nav-item:last-child {
    border-width: 1px 0 0;
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu .nav-item .nav-link .svg-icon .svg-icon-path-basic {
    transform: rotate(90deg);
  }
  .navbar-nav .navbar-nav__menu .dropdown-menu .nav-item.active > .nav-link > .svg-icon .svg-icon-path-basic {
    transform: rotate(270deg);
  }
}
.navbar-nav__additional {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: -315px;
  display: block;
  overflow-y: auto;
  width: 315px;
  height: auto;
  background: #55585f;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  /* 4.1 - navbar-nav__menu */
}
@media only screen and (max-width: 575.98px) {
  .navbar-nav__additional {
    left: calc(-100% - 80px);
    width: calc(100% - 80px);
  }
}
.navbar-nav__additional.active {
  left: 0 !important;
}
.navbar-nav__additional .navbar-nav__menu {
  display: block;
  width: 100%;
  padding: 100px 20px 60px;
  /* 4.2 - nav-item lvl 1 */
  /* 4.3 - dropdown-menu */
}
@media only screen and (max-width: 575.98px) {
  .navbar-nav__additional .navbar-nav__menu {
    padding: 60px 20px;
  }
}
.navbar-nav__additional .navbar-nav__menu .nav-item {
  margin: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #303845;
}
.navbar-nav__additional .navbar-nav__menu .nav-item:last-child {
  border-width: 1px 0;
}
.navbar-nav__additional .navbar-nav__menu .nav-item .nav-link {
  position: relative;
  padding: 15px 40px 15px 10px;
  text-transform: none;
  border: 2px solid transparent;
}
.navbar-nav__additional .navbar-nav__menu .nav-item .nav-link .svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  padding: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
}
.navbar-nav__additional .navbar-nav__menu .nav-item:hover > .nav-link > .svg-icon .svg-icon-path-basic {
  transform: none;
}
.navbar-nav__additional .navbar-nav__menu .nav-item.active > .nav-link > .svg-icon .svg-icon-path-basic {
  transform: rotate(180deg);
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu {
  position: static;
  display: none;
  visibility: visible;
  min-width: auto;
  transform: none !important;
  opacity: 1;
  padding: 0;
  border-width: 0 0 0 1px;
  border-style: dashed;
  border-color: #303845;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  /* 4.4 - nav-item lvl n */
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu .nav-item {
  padding-left: 0;
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu .nav-item:last-child {
  border-width: 1px 0 0;
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu .nav-item .nav-link .svg-icon .svg-icon-path-basic {
  transform: rotate(90deg);
}
.navbar-nav__additional .navbar-nav__menu .dropdown-menu .nav-item.active > .nav-link > .svg-icon .svg-icon-path-basic {
  transform: rotate(270deg);
}

#siteHeader {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.admin-bar #siteHeader {
  top: 32px;
}
.site-header-scrolled #siteHeader {
  top: 0;
}

body:not(.home) .logo-light {
  display: none;
}
body:not(.home) .page-template-elementor_header_footer {
  padding-top: 120px;
}
.admin-bar body:not(.home) .page-template-elementor_header_footer {
  padding-top: 88px;
}
body:not(.home) #menuWrap {
  background: #fff;
}

body.home #menuWrap {
  background: transparent;
}
body.home .logo-dark {
  display: none;
}
body.home #siteHeader {
  box-shadow: none;
}
body.home #siteHeader:not(.site-header-scrolled) {
  box-shadow: none;
}
body.home #siteHeader:not(.site-header-scrolled) .elementor-menu-cart__toggle .elementor-button svg {
  fill: #fff;
}
body.home #siteHeader:not(.site-header-scrolled) .elementor-menu-toggle .e-font-icon-svg {
  fill: #fff;
}
body.home #siteHeader:not(.site-header-scrolled) .contact-item {
  color: #fff;
}
body.home #siteHeader:not(.site-header-scrolled) .elementor-nav-menu > li > a {
  color: #fff;
}
body.home #siteHeader:not(.site-header-scrolled) .elementor-nav-menu > li svg path {
  fill: #fff;
}
@media (max-width: 1024px) {
  body.home #siteHeader:not(.site-header-scrolled) .elementor-nav-menu > li svg path {
    fill: #000;
  }
}
@media (max-width: 1024px) {
  body.home #siteHeader:not(.site-header-scrolled) .elementor-nav-menu--dropdown a {
    color: #000 !important;
  }
  body.home #siteHeader:not(.site-header-scrolled) .elementor-nav-menu--dropdown a.highlighted, body.home #siteHeader:not(.site-header-scrolled) .elementor-nav-menu--dropdown a:hover {
    color: #fff !important;
  }
  body.home #siteHeader:not(.site-header-scrolled) .elementor-nav-menu--dropdown a.highlighted svg path, body.home #siteHeader:not(.site-header-scrolled) .elementor-nav-menu--dropdown a:hover svg path {
    fill: #fff !important;
  }
}
@media (max-width: 1024px) {
  body.home #siteHeader:not(.site-header-scrolled) .elementor-nav-menu--dropdown .catering-btn a {
    color: #fff !important;
  }
}
@media (max-width: 1024px) {
  body.home #siteHeader.site-header-scrolled .elementor-nav-menu--dropdown a.highlighted svg path, body.home #siteHeader.site-header-scrolled .elementor-nav-menu--dropdown a:hover svg path {
    fill: #fff !important;
  }
}
body.home .site-header-scrolled#siteHeader {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body.home .site-header-scrolled .logo-light {
  display: none;
}
body.home .site-header-scrolled .logo-dark {
  display: block;
}
body.home .site-header-scrolled #menuWrap {
  background: #fff;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - jumbotron
 * 2.0 - page-slider
	* 2.1 - page-slider__breadcrumbs
 */
@-webkit-keyframes push {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes push {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes push {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/* 1.0  - jumbotron */
.jumbotron {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  /* 2.0 - page-slider */
}
.jumbotron .page-slider {
  padding: 164px 0 60px;
  min-height: 425px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2020/12/header__sklep.jpg");
  /* 2.1 - page-slider__breadcrumbs */
}
@media only screen and (max-width: 1199.98px) {
  .jumbotron .page-slider {
    min-height: 300px;
    padding: 150px 0 30px;
  }
}
.jumbotron .page-slider .container {
  display: flex;
  justify-content: center;
}
.jumbotron .page-slider__breadcrumbs {
  border: 2px solid #fff;
  padding: 35px 80px;
  display: inline-block;
  letter-spacing: 2px;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
}
.jumbotron .page-slider__breadcrumbs * {
  color: inherit;
}
.jumbotron .page-slider__breadcrumbs a:hover {
  text-decoration: underline;
}
.jumbotron .social {
  position: fixed;
  right: 0;
  top: 54px;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.jumbotron .social a {
  margin-bottom: 5px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: background-color 0.5s;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767.98px) {
  .jumbotron .social a {
    width: 40px;
    height: 40px;
  }
}
.jumbotron .social a:hover {
  animation-name: push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.jumbotron .social a .svg-icon {
  height: 24px;
  width: 24px;
}
.jumbotron .social a.fb {
  background: rgb(41, 72, 125);
  color: rgb(255, 255, 255);
}
.jumbotron .social a.ig {
  background: rgb(243, 108, 55);
  color: rgb(255, 255, 255);
}
.jumbotron .social a.ph {
  background: rgb(255, 255, 255);
  color: #4C371A;
}
@media only screen and (min-width: 1200px) {
  .jumbotron .social a.ph {
    display: none;
  }
}
.jumbotron .social a.ph .svg-icon {
  height: 14px;
  width: 14px;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - ul
 * 2.0 - widget_product_categories
 * 3.0 - widget-posts
*/
.sidebar {
  /* 2.0 - widget_product_categories */
}
.sidebar .widget {
  margin: 40px 0 20px;
  /* 1.0 - ul */
}
.sidebar .widget-title {
  font-size: 20px;
  font-family: "InterVariable", sans-serif;
}
.sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .widget ul a {
  display: block;
  padding: 11px 18px;
  color: #303845;
  line-height: 1.3;
  font-size: 20px;
}
.sidebar .widget ul ul {
  display: block;
  border-left: 1px dashed #303845;
  margin-left: 15px;
}
@media only screen and (max-width: 575.98px) {
  .sidebar .widget_product_categories#woocommerce_product_categories-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .sidebar .widget_product_categories#woocommerce_product_categories-3 {
    display: none;
  }
}
.sidebar .widget_product_categories .cat-parent {
  position: relative;
}
.sidebar .widget_product_categories .cat-parent:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 12px;
  width: 12px;
  height: 12px;
}
.sidebar .widget_product_categories .cat-parent > a {
  padding-right: 30px;
}
.sidebar .widget_product_categories .cat-parent > ul {
  display: none;
}
.sidebar .widget_product_categories .cat-parent.current-cat:after, .sidebar .widget_product_categories .cat-parent.current-cat-parent:after {
  transform: rotate(180deg);
}
.sidebar .widget_product_categories .cat-parent.current-cat > ul, .sidebar .widget_product_categories .cat-parent.current-cat-parent > ul {
  display: block;
}
.sidebar .widget_product_categories .current-cat > a,
.sidebar .widget_product_categories .current-cat-parent > a {
  color: #FFF;
  background: #303845;
  text-decoration: none !important;
}
.sidebar .widget_product_categories .cat-item-none {
  padding: 9px 10px;
}

/* 3.0 - widget-posts */
.widget-posts__list .widget-post {
  display: flex;
  align-items: center;
}
.widget-posts__list .widget-post:not(:first-child) {
  margin-top: 20px;
}
.widget-posts__list .widget-post__img-link {
  width: 80px;
  min-width: 80px;
  margin-right: 15px;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.widget-posts__list .widget-post__img-link:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.widget-posts__list .widget-post__date {
  font-size: 14px;
  margin-bottom: 5px;
}
.widget-posts__list .widget-post__h {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.widget-posts__list .widget-post__h a {
  color: rgb(48, 56, 69);
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/* Homepage */
/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/* Pages */
.page-content__img {
  margin: 40px 0 20px;
}
.page-content__text:first-child {
  margin: 40px 0 20px;
}

.page-regulamin h1,
.page-regulamin h2,
.page-regulamin h3,
.page-regulamin .h {
  font-size: 30px;
}

.woocommerce-terms-and-conditions h1,
.woocommerce-terms-and-conditions h2,
.woocommerce-terms-and-conditions h3,
.woocommerce-terms-and-conditions .h {
  font-size: 24px;
}

.slider-header {
  font-family: "PlayfairDisplayVariable", serif;
}
.slider-header--big {
  font-size: 73px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .slider-header--big {
    font-size: 40px;
  }
}
.slider-header--small {
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  font-family: "PlayfairDisplayVariableItalic";
}
@media (max-width: 1024px) {
  .slider-header--small {
    font-size: 30px;
  }
}

.home .swiper-slide-contents .elementor-slide-heading {
  margin-bottom: 10px !important;
}
.home .swiper-slide-contents .elementor-button {
  background: #C5A028 !important;
  color: #fff;
  padding: 13px 30px;
  font-size: 18px;
  border-color: #C5A028 !important;
  font-weight: 500;
}
.home .swiper-slide-contents .elementor-button:hover {
  background: transparent !important;
  color: #C5A028 !important;
  border-color: #C5A028 !important;
}

#contactForm .wpcf7-form-control-wrap input,
#contactForm .wpcf7-form-control-wrap textarea {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  transition: border-color 0.3s ease;
}
#contactForm .wpcf7-form-control-wrap:focus, #contactForm .wpcf7-form-control-wrap:hover {
  border-color: #C5A028;
  outline: none;
}
#contactForm label {
  font-size: 14px;
  font-weight: 500;
  color: #515151;
  margin-bottom: 10px;
}

#galleryButtons a.active {
  background: #C5A028;
  color: #fff;
  pointer-events: none;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - variables
	* 1.1 - wpcf7
	* 1.2 - input
	* 1.3 - output
	* 1.4 - ajax-loader
 * 2.0 - contact
 */
/* 1.0 - variables */
/* 1.1 - wpcf7 */
div.wpcf7 {
  position: relative;
  font-size: 16px;
  /* 1.2 - input */
  /* 1.3 - output */
  /* 1.4 - ajax-loader */
}
div.wpcf7 [class*=col-] {
  position: static;
}
div.wpcf7 .wpcf7-form-control-wrap,
div.wpcf7 .wpcf7-response-output {
  display: block;
  margin: 0 0 30px 0;
}
div.wpcf7 input:not([type=submit]),
div.wpcf7 textarea {
  border-width: 1px;
  padding: 5px 8px;
}
div.wpcf7 input:not([type=submit])::placeholder,
div.wpcf7 textarea::placeholder {
  opacity: 1;
}
div.wpcf7 input:not([type=submit]).wpcf7-not-valid,
div.wpcf7 textarea.wpcf7-not-valid {
  border-color: #ff0000;
}
div.wpcf7 input:not([type=submit]):focus,
div.wpcf7 textarea:focus {
  border-color: #303845;
}
div.wpcf7 input:not([type=submit]) + .wpcf7-not-valid-tip,
div.wpcf7 textarea + .wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7 textarea {
  height: 140px;
  resize: none;
}
div.wpcf7 div.wpcf7-validation-errors,
div.wpcf7 div.wpcf7-response-output {
  font-size: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
div.wpcf7 div.wpcf7-validation-errors {
  border-color: #ff0000;
  background: #ffe2e2;
  color: #C10000;
}
div.wpcf7 div.wpcf7-response-output {
  padding: 5px 8px;
  text-align: center;
}
div.wpcf7 div.wpcf7-response-output:empty {
  display: none;
  margin: 0;
}
div.wpcf7 .wpcf7-spam-blocked {
  background: #e2e2e2;
  border-color: #bcbcbc !important;
  color: #383838;
}
div.wpcf7 .wpcf7-mail-sent-ng {
  background: #fcf8e3;
  border-color: #ac9163 !important;
  color: #8a6d3b;
}
div.wpcf7 .wpcf7-mail-sent-ok {
  background: #dff0d8;
  border-color: #3c763d !important;
  color: #3c763d;
}
div.wpcf7 .ajax-loader {
  background: rgba(255, 255, 255, 0.75);
  height: 100%;
  width: 100%;
  margin: 0;
  color: #c5a028;
  z-index: 2;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
div.wpcf7 .ajax-loader.is-active {
  opacity: 1;
}
div.wpcf7 .ajax-loader:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  height: 40px;
  width: 40px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loading 2s infinite linear;
  -moz-animation: loading 2s infinite linear;
  animation: loading 2s infinite linear;
}

/* 2.0 - contact */
/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - blog-post
 * 2.0 - blog-post__date
 * 3.0 - blog-post__h
 * 4.0 - blog-post__text
*/
/* 1.0 - blog-post */
.blog-post {
  margin: 10px 0 20px;
  position: relative;
  flex-grow: 1;
  /* 2.0 - blog-post__date */
  /* 3.0 - blog-post__h */
  /* 4.0 - blog-post__text */
}
@media only screen and (max-width: 575.98px) {
  .blog-post {
    margin: 0 0 30px;
  }
}
.blog-post__date {
  position: absolute;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 15px;
  margin: 0;
  line-height: 1;
  background: #C5A028;
  color: #fff;
  padding: 7px 10px;
  font-family: "InterVariable", sans-serif;
  font-size: 13px;
  border-radius: 0;
  z-index: 9;
}
.blog-post__h {
  font-family: "PlayfairDisplayVariable", serif;
  font-size: 120%;
  margin: 25px 0 15px;
  color: rgb(48, 56, 69);
}
.blog-post__h a {
  color: inherit;
}
.blog-post__h a:hover {
  color: #C5A028;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.blog-post__text {
  flex-grow: 1;
  margin: 0 0 20px;
}
.blog-post__text p {
  margin: 0;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - error-404__number
 * 2.0 - error-404__products
*/
.error-404 {
  /* 1.0 - error-404__number */
  /* 2.0 - error-404__products */
}
.error-404__number {
  font-family: "PlayfairDisplayVariable", serif;
  font-size: 200px;
  font-weight: 700;
  color: rgb(48, 56, 69);
  line-height: 1;
  margin: 30px 0 0;
}
@media only screen and (max-width: 575.98px) {
  .error-404__number {
    font-size: 130px;
  }
}
.error-404__products {
  margin-top: 100px;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - shop_table
	* 1.1 - shop_table.cart
		* 1.1.1 - product-remove
		* 1.1.2 - product-thumbnail
		* 1.1.3 - product-name
		* 1.1.4 - product-quantity
		* 1.1.5 - product-subtotal
	 * 1.2 - shop_table.cart mobile
 * 2.0 - coupon
 * 3.0 - wc-proceed-to-checkout
*/
/* 1.0 - shop_table */
.shop_table {
  width: 100%;
  /* 1.1 - shop_table.cart */
}
.shop_table th {
  font-weight: 400;
}
.shop_table th, .shop_table td {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #303845;
}
.shop_table p, .shop_table label, .shop_table ul, .shop_table ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.shop_table .shipping-calculator-form p {
  margin: 10px 0;
}
.shop_table.cart {
  margin: 40px 0 20px;
  /* 1.1.1 - product-remove */
  /* 1.1.2 - product-thumbnail */
  /* 1.1.3 - product-name */
  /* 1.1.4 - product-quantity */
  /* 1.1.5 - product-subtotal */
  /* 1.2 - shop_table.cart mobile */
}
.shop_table.cart tr {
  -webkit-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.shop_table.cart tr:nth-child(even) {
  background: rgba(230, 230, 230, 0.3);
}
.shop_table.cart tr:hover {
  background-color: rgba(230, 230, 230, 0.5);
}
.shop_table.cart th, .shop_table.cart td {
  vertical-align: middle;
  padding: 10px;
}
.shop_table.cart .product-remove {
  width: 38px;
  padding: 0;
  text-align: right;
}
.shop_table.cart .product-remove a {
  display: inline-block;
  width: 28px;
  line-height: 30px;
  height: 28px;
  text-align: center;
  font-size: 24px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: red;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.shop_table.cart .product-remove a:hover {
  text-decoration: none;
  background: red;
  color: #fff;
}
.shop_table.cart .product-thumbnail {
  width: 105px;
  min-width: 80px;
}
.shop_table.cart .product-name {
  min-width: 220px;
}
.shop_table.cart .product-name a {
  font-family: "InterVariable", sans-serif;
  color: rgb(48, 56, 69);
  font-weight: 400;
}
.shop_table.cart .product-name .variation {
  margin: 0;
  font-size: 80%;
  line-height: 1.6;
}
.shop_table.cart .product-name .variation dt {
  display: inline;
  font-weight: 400;
}
.shop_table.cart .product-name .variation dt:before {
  content: " ";
  display: block;
}
.shop_table.cart .product-name .variation dd {
  display: inline;
}
.shop_table.cart .product-name .variation dd p {
  display: inline;
}
.shop_table.cart .product-quantity {
  width: 115px;
}
.shop_table.cart .product-subtotal {
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .shop_table.cart thead {
    display: none;
  }
  .shop_table.cart tr {
    display: block;
    position: relative;
    border: 1px solid #303845;
  }
  .shop_table.cart tr + tr {
    margin-top: 30px;
  }
  .shop_table.cart tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
  .shop_table.cart tr td:before {
    content: attr(data-title) ": ";
    font-weight: 400;
    text-align: left;
  }
  .shop_table.cart tr td.product-remove {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
  }
  .shop_table.cart tr td.product-remove:before, .shop_table.cart tr td.product-remove:after {
    content: none !important;
  }
  .shop_table.cart tr td.product-remove a {
    background: red;
    color: #FFFFFF;
  }
  .shop_table.cart tr td.product-remove a:hover {
    background: #FFFFFF;
    color: red;
  }
  .shop_table.cart tr td.product-thumbnail {
    width: 100%;
    justify-content: center;
  }
  .shop_table.cart tr td.product-thumbnail:before, .shop_table.cart tr td.product-thumbnail:after {
    content: none !important;
  }
  .shop_table.cart tr td.product-quantity {
    width: 100%;
  }
  .shop_table.cart tr td.product-quantity .product-price__box {
    justify-content: flex-end;
  }
  .shop_table.cart tr td.product-subtotal {
    border: 0;
  }
}

/* 2.0 - coupon */
.cart-coupon .coupon {
  margin: 0 0 20px;
}
.cart-coupon .coupon #coupon_code {
  float: left;
  width: 200px;
  margin: 0 15px 10px 0;
}

/* 3.0 - wc-proceed-to-checkout */
.wc-proceed-to-checkout {
  margin: 40px 0 20px;
  text-align: right;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - checkout_coupon
 * 2.0 - fields
 * 3.0 - order_review
*/
/* 1.0 - checkout_coupon */
.checkout_coupon .form-row {
  float: left;
  margin: 0 0 10px;
}
.checkout_coupon .form-row-first {
  margin-right: 15px;
}

/* 2.0 - fields */
.acc-form label,
.shipping_address label,
.woocommerce-billing-fields label,
.woocommerce-address-fields label,
.woocommerce-additional-fields label,
#ship-to-different-address label {
  margin: 0 0 3px;
  font-weight: 400;
}
.acc-form .form-row > span,
.shipping_address .form-row > span,
.woocommerce-billing-fields .form-row > span,
.woocommerce-address-fields .form-row > span,
.woocommerce-additional-fields .form-row > span,
#ship-to-different-address .form-row > span {
  display: block;
  width: 100%;
}
.acc-form .form-row > span input,
.acc-form .form-row > span > span,
.acc-form .form-row > span > strong,
.shipping_address .form-row > span input,
.shipping_address .form-row > span > span,
.shipping_address .form-row > span > strong,
.woocommerce-billing-fields .form-row > span input,
.woocommerce-billing-fields .form-row > span > span,
.woocommerce-billing-fields .form-row > span > strong,
.woocommerce-address-fields .form-row > span input,
.woocommerce-address-fields .form-row > span > span,
.woocommerce-address-fields .form-row > span > strong,
.woocommerce-additional-fields .form-row > span input,
.woocommerce-additional-fields .form-row > span > span,
.woocommerce-additional-fields .form-row > span > strong,
#ship-to-different-address .form-row > span input,
#ship-to-different-address .form-row > span > span,
#ship-to-different-address .form-row > span > strong {
  max-width: 555px;
  display: block;
}
.acc-form textarea,
.shipping_address textarea,
.woocommerce-billing-fields textarea,
.woocommerce-address-fields textarea,
.woocommerce-additional-fields textarea,
#ship-to-different-address textarea {
  height: 120px;
}

.create-account {
  margin: 0;
}
.create-account .form-row {
  display: block;
}
.create-account .form-row label {
  display: block;
}
.create-account .form-row input {
  max-width: 555px;
}

#ship-to-different-address {
  font-weight: 400;
}

/* 3.0 - order_review */
#order_review {
  margin: 40px 0 20px;
}
#order_review th {
  border-bottom: 1px solid #303845;
}
#order_review dl {
  margin: 0;
  display: flex;
}
#order_review dd {
  margin: 0 0 0 5px;
}
#order_review .methods {
  list-style: none;
}
#order_review .methods .payment_method_przelewy24 img {
  margin-left: 10px;
  position: relative;
  top: -4px;
}
#order_review .place-order button {
  margin: 0 0 20px 0 0 20px 0 0 20px auto;
}

@media screen and (min-width: 768px) {
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    overflow: auto !important;
  }
}
/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - woocommerce-MyAccount
	* 1.1 - woocommerce-MyAccount-navigation
	* 1.2 - woocommerce-MyAccount-content
 * 2.0 - woocommerce-form
*/
/* 1.0 - woocommerce-MyAccount */
.woocommerce-MyAccount {
  /* 1.1 - woocommerce-MyAccount-navigation */
  /* 1.2 - woocommerce-MyAccount-content */
}
.woocommerce-MyAccount-navigation {
  margin-top: 20px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation-link {
  border-width: 1px 0;
  border-style: solid;
  border-color: #303845;
}
.woocommerce-MyAccount-navigation-link + li {
  border-width: 0 0 1px 0;
}
.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 5px 15px;
  color: rgb(48, 56, 69);
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
  background: #303845;
  text-decoration: none;
}
.woocommerce-MyAccount-content {
  margin-top: 20px;
}
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-Message {
  margin-top: 0;
}

/* 2.0 - woocommerce-form */
.woocommerce-form .password-input {
  display: block;
  width: 100%;
}
.woocommerce-form-login__rememberme {
  width: 100%;
}

/**
 * Global
 */
/**
 * Header
 */
/**
 * Content
 */
/* Std List */
/* Buttons */
/* Form */
/**
 * Jumbotron
 */
/**
 * Thumbnail Hover
 */
/**
 * Blog Post
 */
/**
 * Woocommerce
 */
/**
 * Woocommerce | Archive
 */
/**
 * Woocommerce | Single
 */
/**
 * Table of Contents:

 * 1.0 - site-footer
 * 2.0 - site-footer__widgets
 	* 2.1  - widgets-area
 	* 2.2  - widget
 * 3.0 - site-footer__copy
 */
/* 1.0 - site-footer */
.site-footer {
  background: rgb(48, 56, 69);
  font-size: 14px;
  color: #FFF;
  /* 2.0 - site-footer__widgets */
  /* 3.0 - site-footer__copy */
}
.site-footer .container {
  max-width: 1000px;
}
.site-footer__widgets {
  padding-top: 85px;
  padding-bottom: 30px;
  /* 2.1  - widgets-area */
  /* 2.2  - widget */
}
.site-footer__widgets .widgets-area {
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  padding-bottom: 18px;
}
.site-footer__widgets .widgets-area.area-1 {
  width: 200px;
  text-align: left;
}
.site-footer__widgets .widgets-area.area-2 {
  width: 380px;
}
.site-footer__widgets .widgets-area.area-3 {
  width: 400px;
}
@media only screen and (max-width: 1199.98px) {
  .site-footer__widgets .widgets-area {
    width: 33.3336% !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .site-footer__widgets .widgets-area {
    width: 100% !important;
  }
}
.site-footer__widgets .widget a {
  color: currentcolor;
}
.site-footer__widgets .widget .phone {
  font-size: 16px;
}
.site-footer__widgets .widget .phone a {
  font-size: 30px;
  font-family: "InterVariable", sans-serif;
  line-height: 1;
}
.site-footer__widgets .widget .logo {
  display: inline-block;
  position: relative;
  top: -30px;
}
.site-footer__copy {
  background: rgb(10, 9, 7);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 16px;
}

.single-product .next-delivery-date .delivery-date-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.single-product form.cart {
  position: relative;
}
.single-product form.cart .quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto !important;
  flex: 0;
}
.single-product form.cart .quantity input {
  width: 100px !important;
  min-height: 1px !important;
}
.single-product form.cart .e-atc-qty-button-holder .quantity-buttons {
  display: flex;
  gap: 2px;
  width: auto !important;
  flex-direction: column;
  padding-left: 2px;
}
.single-product form.cart .e-atc-qty-button-holder .quantity-buttons button {
  margin: 0 !important;
  aspect-ratio: 1/1;
  padding: 0 !important;
  height: 23px;
}

.woocommerce-breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.woocommerce-breadcrumb .breadcrumb-separator {
  padding: 0 5px;
}
.woocommerce-breadcrumb a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.woocommerce-breadcrumb span:last-child {
  color: #000;
}

[data-widget_type="woocommerce-products.default"] .products .product img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 10px;
}

.archive .elementor-501632 .elementor-element.elementor-element-7b655cb.elementor-wc-products ul.products li.product .woocommerce-loop-product__title .count,
.archive .elementor-501632 .elementor-element.elementor-element-7b655cb.elementor-wc-products ul.products li.product .woocommerce-loop-category__title .count {
  display: none;
}

.woocommerce .elementor-element.elementor-products-grid ul.products li.product {
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product .onsale {
  position: absolute;
  top: 0;
  right: 0 !important;
  z-index: 99;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product h2 {
  padding: 10px;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 21px;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product img {
  transition: all 0.3s ease;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product:hover img {
  transform: scale(1.05);
}

.woocommerce .elementor-element.elementor-products-grid section.related li.product {
  border: none;
  border-radius: 0;
  padding: inherit;
  overflow: hidden;
  transition: all 0.3s ease;
}
.woocommerce .elementor-element.elementor-products-grid section.related li.product h2 {
  padding: inherit;
  margin-top: 12px;
  margin-bottom: inherit;
}

.added_to_cart.wc-forward {
  display: none;
}

.woocommerce .elementor-element.elementor-products-grid ul.products li.product {
  overflow: hidden;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product img {
  transition: all 0.3s ease;
}
.woocommerce .elementor-element.elementor-products-grid ul.products li.product:hover img {
  transform: scale(1.05);
}

.tax-product_cat .elementor-element.elementor-products-grid li.product {
  display: flex !important;
  flex-direction: column !important;
}
.tax-product_cat .elementor-element.elementor-products-grid li.product .price {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  display: block;
}
.tax-product_cat .elementor-element.elementor-products-grid li.product .button {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: auto !important;
}

.woocommerce-notices-wrapper {
  padding-top: 20px;
}

.woocommerce-cart-form [name=update_cart] {
  display: none;
}
.woocommerce-cart-form td.actions:before {
  content: none !important;
}
@media (max-width: 768px) {
  .woocommerce-cart-form td.actions .coupon {
    flex-direction: column;
    align-items: flex-start;
  }
}
.woocommerce-cart-form .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-cart-form .coupon input {
  max-width: 200px;
  flex: 1;
}
.woocommerce-cart-form .coupon input::placeholder {
  color: #878787;
}
.woocommerce-cart-form .coupon button {
  flex-shrink: 0;
  margin-right: auto;
}

.cart_totals td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart_totals .shop_table th {
  padding-right: 36px;
}
.cart_totals .woocommerce-shipping-destination {
  padding-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods input[type=radio].shipping_method {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin-top: 1px;
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}
.cart_totals .woocommerce-shipping-methods input[type=radio].shipping_method:hover {
  border-color: #999;
}
.cart_totals .woocommerce-shipping-methods input[type=radio].shipping_method:checked {
  border-color: #C5A028;
  background-color: #C5A028;
}
.cart_totals .woocommerce-shipping-methods input[type=radio].shipping_method:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.cart_totals .woocommerce-shipping-methods input[type=radio].shipping_method:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(197, 160, 40, 0.2);
}
.cart_totals .woocommerce-shipping-methods label {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}
.cart_totals .woocommerce-shipping-methods label .woocommerce-Price-amount {
  font-weight: 600;
  color: #333;
}

.woocommerce-cart button,
.woocommerce-cart .button,
.woocommerce-cart input[type=submit] {
  font-size: inherit;
}

.woocommerce-checkout .col2-set {
  display: flex;
}
.woocommerce-checkout .showcoupon {
  font-weight: 600;
}
.woocommerce-checkout td,
.woocommerce-checkout th {
  padding-bottom: 10px;
  padding-top: 10px;
}
.woocommerce-checkout bdi,
.woocommerce-checkout .woocommerce-Price-amount {
  font-weight: 600;
}
.woocommerce-checkout th {
  font-weight: 600;
}
.woocommerce-checkout input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin-top: 1px;
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}
.woocommerce-checkout input[type=radio]:hover {
  border-color: #999;
}
.woocommerce-checkout input[type=radio]:checked {
  border-color: #C5A028;
  background-color: #C5A028;
}
.woocommerce-checkout input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.woocommerce-checkout input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(197, 160, 40, 0.2);
}
.woocommerce-checkout label {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce-checkout label .woocommerce-Price-amount {
  font-weight: 600;
  color: #333;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  max-width: 100%;
  flex: 1;
}
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=password],
.woocommerce-checkout input[type=search],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .form-row > span > strong,
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  border-color: #d8d8d8;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #fff;
  transition: all 0.3s ease;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order input[type=radio].shipping_method {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin-top: 1px;
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order input[type=radio].shipping_method:hover {
  border-color: #999;
}
.woocommerce-checkout .woocommerce-checkout-review-order input[type=radio].shipping_method:checked {
  border-color: #C5A028;
  background-color: #C5A028;
}
.woocommerce-checkout .woocommerce-checkout-review-order input[type=radio].shipping_method:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.woocommerce-checkout .woocommerce-checkout-review-order input[type=radio].shipping_method:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(197, 160, 40, 0.2);
}
.woocommerce-checkout .woocommerce-checkout-review-order label {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce-checkout .woocommerce-checkout-review-order label .woocommerce-Price-amount {
  font-weight: 600;
  color: #333;
}
.woocommerce-checkout .payment_methods.methods {
  padding-left: 0;
  padding-top: 50px;
  padding-bottom: 10px;
}
.woocommerce-checkout .payment_methods.methods li {
  padding-bottom: 10px;
  padding-top: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #f1f1f1;
}
.woocommerce-checkout .payment_methods.methods li .payment_box {
  width: 100%;
}
.woocommerce-checkout .payment_methods.methods li label {
  margin: 0;
}

.woocommerce-NoticeGroup [role=alert] .woocommerce-error {
  background-color: rgba(255, 151, 151, 0.1411764706);
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-NoticeGroup [role=alert] .woocommerce-error li {
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #f53c3c;
  border-bottom: 1px solid rgba(245, 60, 60, 0.1411764706);
}
.woocommerce-NoticeGroup [role=alert] .woocommerce-info {
  background-color: #f5f5f5;
}
.woocommerce-NoticeGroup [role=alert] .woocommerce-info li {
  border-bottom: 1px solid rgba(245, 60, 60, 0.1411764706);
}

@media (max-width: 768px) {
  .woocommerce-order-received .col2-set {
    flex-direction: column;
  }
}
.woocommerce-order-received .woocommerce-order {
  padding-bottom: 40px;
}
.woocommerce-order-received .woocommerce-order .additional_info th {
  font-size: 20px;
  font-weight: 600;
}

.delivery-date-section svg {
  width: 42px;
  height: 42px;
  color: #C5A028;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.delivery-date-section .form-row {
  flex-direction: column;
  align-items: flex-start;
}
.delivery-date-section .form-row .delivery-date-icon {
  width: 24px;
  height: 24px;
}
.delivery-date-section input::placeholder {
  color: #878787;
}

form .form-row label {
  display: block;
}
form .form-row label.checkbox {
  display: inline;
}
form .form-row select {
  width: 100%;
}
form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}
form .form-row-first,
form .form-row-last {
  width: 47%;
  overflow: visible;
}
form .form-row-first {
  float: left;
  /*rtl:raw:
  	float: right;
  	*/
}
form .form-row-last {
  float: right;
}
form .form-row-wide {
  clear: both;
}
form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* Hide the Edge "reveal password" native button */
}
form .password-input input[type=password] {
  padding-right: 2.5rem;
}
form .password-input input::-ms-reveal {
  display: none;
}
form .show-password-input {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: var(--wc-form-color-text, #000);
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
}
form .show-password-input::before {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
  content: "";
  display: block;
  height: 22px;
  width: 22px;
}
form .show-password-input.display-password::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>');
}

.woocommerce-account .woocommerce {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 200px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:not(.woocommerce-button):not(.button) {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-decoration: underline;
}
.woocommerce-account .woocommerce .col-1,
.woocommerce-account .woocommerce .col-2 {
  max-width: 100%;
  flex: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a:hover {
  color: #fff;
}
.woocommerce-account .woocommerce address {
  border: 1px solid #d8d8d8;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  max-width: 500px;
  margin-top: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  max-width: 800px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding-right: 0;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-orders-table {
    width: 100%;
    overflow-x: auto;
  }
  .woocommerce-account .woocommerce .woocommerce-orders-table table {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-top: 42px;
}
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-MyAccount-content {
  max-width: 500px;
}
.woocommerce-account .woocommerce-EditAccountForm .input-text,
.woocommerce-account .woocommerce-MyAccount-content .input-text {
  width: 100%;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row {
  display: flex;
  flex-direction: column;
}

/* Paste your code here */
/*# sourceMappingURL=style.css.map */
