/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/* ===============
   Font faces
   =============== */
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/cherry-child/assets/fonts/oswald-v57-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/cherry-child/assets/fonts/oswald-v57-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-BlackItalic-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-BlackItalic-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Black-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-BoldItalic-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Bold-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-MediumItalic-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-MediumItalic-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Medium-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-RegularItalic-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Regular-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-LightItalic-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-LightItalic-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Light-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-ThinItalic-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-ThinItalic-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Duplicate Ionic Web";
  src: url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Thin-Web.woff2") format("woff2"), url("/wp-content/themes/cherry-child/assets/fonts/DuplicateIonic-Thin-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
/* ===============
   Variables
   =============== */
/* ===============
   Mixins
   =============== */
/* ===============
   Structure
   =============== */
html, body {
  height: 100%;
}

#page {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100%;
}
#page #masthead {
  width: 100%;
}
#page #content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
#page #colophon {
  width: 100%;
}

.in-grid {
  max-width: 1600px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1600px) {
  .in-grid {
    max-width: 100%;
  }
}

.in-grid-s, .post-password-form, footer .footer-top .column.col-12 > div {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .in-grid-s, .post-password-form, footer .footer-top .column.col-12 > div {
    max-width: 100%;
  }
}

.gut > a,
.gut > div,
.gut > form,
.gut > header,
.gut > article,
.gut > nav {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.row-spacing {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.row-spacing-m {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.row-spacing-s {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.row-spacing-xs {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

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

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

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

.col-1 {
  width: calc(8.3333333333% * 1);
}

.col-2 {
  width: calc(8.3333333333% * 2);
}

.col-3 {
  width: calc(8.3333333333% * 3);
}

.col-4 {
  width: calc(8.3333333333% * 4);
}

.col-5 {
  width: calc(8.3333333333% * 5);
}

.col-6 {
  width: calc(8.3333333333% * 6);
}

.col-7 {
  width: calc(8.3333333333% * 7);
}

.col-8 {
  width: calc(8.3333333333% * 8);
}

.col-9 {
  width: calc(8.3333333333% * 9);
}

.col-10 {
  width: calc(8.3333333333% * 10);
}

.col-11 {
  width: calc(8.3333333333% * 11);
}

.col-12 {
  width: calc(8.3333333333% * 12);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:focus-visible {
  outline: 2px dashed #4AAD31;
  box-shadow: 0 0 0 3px rgba(74, 173, 49, 0.3);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, .wc-block-components-product-name, h4, .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, fieldset, legend, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

body,
button,
input,
textarea {
  color: #11327B;
  font-family: "Duplicate Ionic Web", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  margin-top: 0 !important;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

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

blockquote {
  margin: 0;
}

address {
  margin: 0;
  font-style: normal;
}

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

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

big {
  font-size: 125%;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ol {
  list-style: decimal;
}

/* ===Images=== */
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

.gallery-caption {
  display: block;
}

/* ===Tables=== */
table {
  margin: 0;
  width: 100%;
}

.bypostauthor {
  display: block;
}

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

:focus {
  outline: 0;
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #FDFDFD;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #11327B;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

@media only screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
}

/*--------------------------------------------------------------
# Extends
--------------------------------------------------------------*/
.h1, h1 {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.h2, h2 {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.h3, h3, .wc-block-components-product-name {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.h4, h4, .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  font-size: 18px;
  font-family: "Duplicate Ionic Web", sans-serif;
}

.h5, h5 {
  font-size: 16px;
  font-family: "Duplicate Ionic Web", sans-serif;
}

.base-button, .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner a, .woocommerce-order-details a.button, .custom-coupon-section .custom-coupon-content .custom-apply-coupon, .wc-block-components-button, .ccwc-add-to-cart-modal .modal-content a.go-to-cart,
.ccwc-add-to-cart-modal .modal-content .continue-shopping, .btns .btn-main.primary a, button,
input[type=button],
input[type=submit] {
  text-decoration: none;
  padding: 8px 30px;
  line-height: 1.2;
  background: #4AAD31 !important;
  color: #fff !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.base-button:hover, .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner a:hover, .woocommerce-order-details a.button:hover, .custom-coupon-section .custom-coupon-content .custom-apply-coupon:hover, .wc-block-components-button:hover, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover,
.ccwc-add-to-cart-modal .modal-content .continue-shopping:hover, .btns .btn-main.primary a:hover, button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #11327B !important;
}
.bg-green .base-button, .bg-green .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner a, .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner .bg-green a, .bg-green .woocommerce-order-details a.button, .woocommerce-order-details .bg-green a.button, .bg-green .custom-coupon-section .custom-coupon-content .custom-apply-coupon, .custom-coupon-section .custom-coupon-content .bg-green .custom-apply-coupon, .bg-green .wc-block-components-button, .bg-green .ccwc-add-to-cart-modal .modal-content a.go-to-cart, .ccwc-add-to-cart-modal .modal-content .bg-green a.go-to-cart,
.bg-green .ccwc-add-to-cart-modal .modal-content .continue-shopping,
.ccwc-add-to-cart-modal .modal-content .bg-green .continue-shopping, .bg-green .btns .btn-main.primary a, .btns .btn-main.primary .bg-green a, .bg-green button,
.bg-green input[type=button],
.bg-green input[type=submit], .bg-blue .base-button, .bg-blue .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner a, .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner .bg-blue a, .bg-blue .woocommerce-order-details a.button, .woocommerce-order-details .bg-blue a.button, .bg-blue .custom-coupon-section .custom-coupon-content .custom-apply-coupon, .custom-coupon-section .custom-coupon-content .bg-blue .custom-apply-coupon, .bg-blue .wc-block-components-button, .bg-blue .ccwc-add-to-cart-modal .modal-content a.go-to-cart, .ccwc-add-to-cart-modal .modal-content .bg-blue a.go-to-cart,
.bg-blue .ccwc-add-to-cart-modal .modal-content .continue-shopping,
.ccwc-add-to-cart-modal .modal-content .bg-blue .continue-shopping, .bg-blue .btns .btn-main.primary a, .btns .btn-main.primary .bg-blue a, .bg-blue button,
.bg-blue input[type=button],
.bg-blue input[type=submit] {
  background: #fff !important;
  color: #11327B !important;
}
.bg-green .base-button:hover, .bg-green .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner a:hover, .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner .bg-green a:hover, .bg-green .woocommerce-order-details a.button:hover, .woocommerce-order-details .bg-green a.button:hover, .bg-green .custom-coupon-section .custom-coupon-content .custom-apply-coupon:hover, .custom-coupon-section .custom-coupon-content .bg-green .custom-apply-coupon:hover, .bg-green .wc-block-components-button:hover, .bg-green .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover, .ccwc-add-to-cart-modal .modal-content .bg-green a.go-to-cart:hover,
.bg-green .ccwc-add-to-cart-modal .modal-content .continue-shopping:hover,
.ccwc-add-to-cart-modal .modal-content .bg-green .continue-shopping:hover, .bg-green .btns .btn-main.primary a:hover, .btns .btn-main.primary .bg-green a:hover, .bg-green button:hover,
.bg-green input[type=button]:hover,
.bg-green input[type=submit]:hover {
  background: #11327B !important;
  color: #fff !important;
}
.bg-blue .base-button:hover, .bg-blue .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner a:hover, .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner .bg-blue a:hover, .bg-blue .woocommerce-order-details a.button:hover, .woocommerce-order-details .bg-blue a.button:hover, .bg-blue .custom-coupon-section .custom-coupon-content .custom-apply-coupon:hover, .custom-coupon-section .custom-coupon-content .bg-blue .custom-apply-coupon:hover, .bg-blue .wc-block-components-button:hover, .bg-blue .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover, .ccwc-add-to-cart-modal .modal-content .bg-blue a.go-to-cart:hover,
.bg-blue .ccwc-add-to-cart-modal .modal-content .continue-shopping:hover,
.ccwc-add-to-cart-modal .modal-content .bg-blue .continue-shopping:hover, .bg-blue .btns .btn-main.primary a:hover, .btns .btn-main.primary .bg-blue a:hover, .bg-blue button:hover,
.bg-blue input[type=button]:hover,
.bg-blue input[type=submit]:hover {
  background: #4AAD31 !important;
  color: #fff !important;
}

.input-standard, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  width: 100%;
  display: block;
  padding: 5px 10px;
  color: #11327B;
  background-color: #fff;
  border: 1px solid #E7EAEF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.input-standard:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #11327B;
}
.input-standard:disabled, input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=range]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled,
select:disabled {
  background: #FDFDFD;
}

.img-holder-container {
  display: block;
}

.fontawesome, .wc-block-cart-item__remove-link:before, .wysiwyg-content ul li:before, footer .footer-top .column .company-data li.company:not(.logo):before, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after, .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fontawesome-brands {
  font-family: "Font Awesome 6 Brands";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flexbox, .woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.tax-product_cat .in-grid .results-ordering-container, .quantity button.quantity-button, .quantity, .single-product .product-description .woocommerce-tabs .tabs, .single-product .product-information .in-grid .content-col, .single-product .product-summary .grid .mobile-add-to-cart-section form, .single-product .product-summary .grid, .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.add-to-cart .inner form, .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div .inner, .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section, .woocommerce-lost-password .woocommerce, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell, .account-page .in-grid ul, .wc-block-cart-items .wc-block-cart-items__row, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus, .wc-block-cart-item__quantity .wc-block-components-quantity-selector, .wc-block-cart-item__quantity, .nav-cart .inner-box,
.nav-account .inner-box, .nav-cart,
.nav-account, .ccwc-add-to-cart-modal .modal-content, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-loader, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container, .cc-add-to-cart-popup .pop-up-container, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-loader, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container, .cc-base-popup .pop-up-container, .product-item .product-item-inner .product-content > div.product-content-bottom .product-actions, .product-item .product-item-inner .product-content > div.product-content-bottom, .product-item .product-item-inner .product-content, .product-item .product-item-inner, .fancybox-container .fancybox-toolbar, .cc-slider .swiper-pagination.swiper-pagination-progressbar, .cc-slider .swiper-pagination, .cc-slider .slider-controls, .navigation .pagination, .query-container .query-item .qi-inner .qi-thumb .post-categories, .query-container .query-item .qi-inner, .query-container, .post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next, .post-nav, .product-list-block .inner-list-block .product-list, .faq-toggle-item .faq-toggle-question, .social-icons > ul, .icon-text, .btns .btn-main, .btns, .flex-products-list-row .in-grid .sidebar-col, .flex-products-list-row .in-grid .products-col, .flex-content-columns-row .in-grid .column:not(:only-child), .c-align-right .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-center .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-left .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .flex-content-columns-row .in-grid .column .cc-contentcontainer, .error404 .site-content, .responsive-menu-container .responsive-menu-logo > a, .responsive-menu-container .responsive-menu-logo, footer .bottom-footer .in-grid .statements, header#masthead .main-navigation ul.menu, header#masthead .main-navigation, header#masthead .site-branding > a, header#masthead .site-branding, .gf_page_steps .gf_step a, .gf_page_steps .gf_step, .gf_page_steps, .gform_footer, .gform_page_footer, .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div, .gform_body .gform_fields .gfield .ginput_complex, .gform_body .gform_fields, #page, .in-grid, .in-grid-s, .post-password-form, footer .footer-top .column.col-12 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-cover, .single-product .product-summary .grid .woocommerce-product-gallery .woocommerce-product-gallery__image .woocommerce-product-gallery__wrapper img, .checkout-order-summary-block-fill .wc-block-components-order-summary-item__image img, .woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img, .wc-block-cart-item__image a img, .product-item .product-item-inner .product-thumbnail .thumbnail-holder img, .cc-contentcontainer .cc-image-element .image-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-contain, .product-list-block .inner-list-block .label-container .icon img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ===============
   Input Fields
   =============== */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  font-family: "Duplicate Ionic Web", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

select {
  min-height: 36px;
  /* Arrow */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 0.5rem auto;
  padding-right: 25px !important;
}

textarea {
  resize: vertical;
}
textarea.small {
  height: 80px;
}
textarea.medium {
  height: 140px;
}
textarea.large {
  height: 200px;
}

button,
input[type=button],
input[type=submit] {
  border: none;
}

/* ===============
   Forms
   =============== */
form ul {
  list-style: none;
}
.wysiwyg-content form ul li {
  padding-left: 0;
}
.wysiwyg-content form ul li:before {
  display: none;
}

/* ===============
  Gravity Forms
  =============== */
.gform_wrapper form {
  margin-left: -8px;
  margin-right: -8px;
}

.gform_body .gform_fields .gfield {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px;
}
.gform_body .gform_fields .gfield .gfield_label {
  margin-bottom: 5px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield {
    width: 100% !important;
  }
}
.gform_body .gform_fields .gfield.gsection {
  width: 100%;
}
.gform_body .gform_fields .gfield.gfield--width-quarter {
  width: 25%;
}
.gform_body .gform_fields .gfield.gfield--width-third {
  width: 33.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-five-twelfths {
  width: 41.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-half {
  width: 50%;
}
.gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
  width: 58.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-two-thirds {
  width: 66.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-three-quarter {
  width: 75%;
}
.gform_body .gform_fields .gfield.gfield--width-five-sixths {
  width: 83.3333333333%;
}
.gform_body .gform_fields .gfield.gfield--width-eleven-twelfths {
  width: 91.6666666667%;
}
.gform_body .gform_fields .gfield.gfield--width-full {
  width: 100%;
}
.gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_body .gform_fields .gfield.spacer {
  display: none !important;
}
.gform_body .gform_fields .gfield.gf_left_half {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield.gf_right_half {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
  width: 50%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield.gform_validation_container, .gform_body .gform_fields .gfield.gfield_visibility_hidden {
  display: none !important;
}
.gform_body .gform_fields .gfield.gfield_error input, .gform_body .gform_fields .gfield.gfield_error textarea, .gform_body .gform_fields .gfield.gfield_error select {
  border: 1px solid #c23630;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice:not(:first-child), .gform_body .gform_fields .gfield .gfield_radio .gchoice:not(:first-child) {
  margin-top: 2px;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox], .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio] {
  display: none;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label:before {
  opacity: 1;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=radio]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=checkbox]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label:after {
  opacity: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label, .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  opacity: 0;
  font-weight: bold;
  color: #43896e;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before {
  content: "\f14a";
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after {
  content: "\f0c8";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  content: "\f058";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  content: "\f111";
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group:not(:first-of-type) {
  margin-top: 10px;
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group_item {
  margin-bottom: 5px;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.add_list_item {
  background: #333333;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.delete_list_item {
  background: #565656;
}
.gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 600px) {
  .gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
    width: 100%;
    margin-right: 0 !important;
  }
  .gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
    margin-bottom: 5px;
  }
}
.gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
  margin-right: 5px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex label {
  font-size: 16px;
  font-weight: bold;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  width: 50%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left select, .gform_body .gform_fields .gfield .ginput_complex .ginput_right select {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right, .gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  margin-bottom: 15px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload > input {
  margin-right: 15px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload > div + .gform_fileupload_rules {
  margin-top: 5px;
  display: inline-block;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area {
  padding: 15px 30px;
  border: 1px solid #E7EAEF;
  text-align: center;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div {
  margin-top: 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div > span {
  margin-right: 15px;
}

.gform_footer, .gform_page_footer {
  padding-left: 8px;
  padding-right: 8px;
  align-items: flex-start;
  width: 100% !important;
}
.gform_footer .gform_next_button, .gform_page_footer .gform_next_button {
  margin-left: auto;
}

.gf_page_steps {
  padding-left: 8px;
  padding-right: 8px;
}
.gf_page_steps .gf_step {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .gf_page_steps .gf_step {
    width: 100%;
    margin-right: 0 !important;
  }
  .gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
    padding: 10px !important;
    border-bottom: none !important;
    border-left: 3px solid #E7EAEF;
    width: auto !important;
  }
  .gf_page_steps .gf_step a:after, .gf_page_steps .gf_step.gf_step_active:after {
    content: none !important;
  }
  .gf_page_steps .gf_step:not(:last-child) {
    margin-bottom: 10px;
  }
}
.gf_page_steps .gf_step:not(:last-child) {
  margin-right: 10px;
}
.gf_page_steps .gf_step a {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #333333;
}
.gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
  padding: 10px 0;
  border-bottom: 3px solid #E7EAEF;
}
.gf_page_steps .gf_step.gf_step_active {
  border-color: #565656;
  position: relative;
}
.gf_page_steps .gf_step.gf_step_active:after {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  width: 20px;
  height: 10px;
  background: #565656;
}
.gf_page_steps .gf_step .gf_step_number {
  width: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  background: #565656 !important;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.gf_page_steps .gf_step .gf_step_label {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
}

.validation_message {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  background: #c23630;
  width: auto !important;
  margin-top: 10px;
  position: relative;
}
.validation_message:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #c23630;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  left: 50%;
}
.validation_message.validation_message--hidden-on-empty {
  display: none;
}

.validation_error {
  font-weight: bold;
  color: #c23630;
  margin-bottom: 15px;
}

.warning-container {
  color: #fff;
  padding: 5px 10px;
  background: #c23630;
  text-align: center;
}

.gform_validation_errors {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 4px solid #c23630;
}
.gform_validation_errors .gform_submission_error {
  font-size: 18px;
  line-height: 1.5;
}

.ui-datepicker {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 5px auto 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #E7EAEF;
  border-bottom: 1px solid #565656;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #565656;
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #c8cfdb;
  border-right: 1px solid #c8cfdb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #565656;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #E7EAEF;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #E7EAEF;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  margin-top: 5px;
  width: auto;
  padding: 0;
  display: inline-block;
  padding: 3px 10px;
}
.ui-datepicker .ui-datepicker-title select:not(:first-of-type) {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  width: 100%;
  top: calc(50% + 6px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #FFF;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #FDFDFD;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #43896e; /* set the active date background color */
  color: white; /* set the active date font color */
  position: relative;
}
.ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #c8cfdb;
}
.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  background: #E7EAEF;
  color: #565656;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-trigger {
  display: block;
  position: absolute;
  top: 35px;
  right: 10px;
}

/* ===============
   Placeholder color
   =============== */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #565656;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #565656;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #565656;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #565656;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #565656;
}

/* ===============
   Autocomplete
   =============== */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FDFDFD inset;
  -webkit-text-fill-color: #11327B;
}

/* GF Spinner */
.gform_ajax_spinner, .gform-loader {
  margin-left: 10px !important;
  border: 4px solid #4AAD31;
  border-left: 4px solid transparent;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spinner 1.1s infinite linear;
  -moz-animation: spinner 1.1s infinite linear;
  -ms-animation: spinner 1.1s infinite linear;
  -o-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Hide empty description placeholders after labels */
.gform_wrapper .gfield_label + p:empty {
  display: none;
}

/* Hide empty heading paragraphs */
.gform_wrapper .gform_heading p:empty {
  display: none;
}

/* Tidy footer noise */
.gform_wrapper .gform_footer > p:empty {
  display: none;
}

.gform_wrapper .gform_footer br {
  display: none;
}

/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
/* ===============
   Header
   =============== */
header#masthead {
  position: sticky;
  top: 0;
  left: 0;
  padding: 30px 0 30px 0;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99997;
}
@media only screen and (max-width: 1200px) {
  header#masthead {
    border-bottom: 2px solid transparent;
  }
}
header#masthead:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 30px);
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  header#masthead:before {
    height: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  header#masthead {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1200px) {
  header#masthead.has-scrolled {
    border-bottom: 2px solid #4AAD31;
  }
}
.admin-bar header#masthead.has-scrolled {
  top: 32px;
}
@media only screen and (max-width: 768px) {
  .admin-bar header#masthead.has-scrolled {
    top: 0;
  }
}
header#masthead.has-scrolled .header-shape {
  opacity: 1;
}
header#masthead.nav-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.mobile-device header#masthead.nav-up {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
@media only screen and (max-width: 1200px) {
  header#masthead.nav-up {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header#masthead.nav-up .header-shape {
  bottom: 0;
}
header#masthead .in-grid {
  position: relative;
  z-index: 3;
}
header#masthead .header-shape {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -30px;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  header#masthead .header-shape {
    display: none;
  }
}
header#masthead .header-shape svg {
  width: 100%;
  height: 60px;
  display: block;
}
header#masthead .in-grid.menu-bar {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
header#masthead .site-branding {
  padding: 0 15px;
  gap: 15px;
}
.mobile-device header#masthead .site-branding {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  header#masthead .site-branding {
    width: 100%;
    gap: 5px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
header#masthead .site-branding > a {
  width: max-content;
}
header#masthead .site-branding > a img {
  height: 54px;
  display: block;
  width: auto !important;
}
@media only screen and (max-width: 1400px) {
  header#masthead .site-branding > a img {
    height: 30px;
  }
}
header#masthead .main-navigation {
  padding: 0 15px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.mobile-device header#masthead .main-navigation {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header#masthead .main-navigation {
    display: none;
  }
}
header#masthead .main-navigation ul {
  list-style: none !important;
}
header#masthead .main-navigation ul li a {
  color: #11327B;
  display: block;
  font-size: 18px;
  line-height: 1.8;
  padding: 3px 15px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .main-navigation ul li:hover a {
  color: #4AAD31;
}
header#masthead .main-navigation ul.menu {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children {
  position: relative;
  overflow: visible;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  content: "\f0d7";
  font-weight: bold;
  width: 10px;
  text-align: center;
  right: 5px;
  position: absolute;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  background-color: #FDFDFD;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  min-width: 200px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item {
  border-bottom: 1px solid #E7EAEF;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item > a {
  text-align: left;
  position: relative;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children:last-of-type > ul.sub-menu {
  left: auto;
  right: 0;
}
header#masthead .main-navigation ul.menu > li.menu-item.current-menu-item > a, header#masthead .main-navigation ul.menu > li.menu-item.current-menu-parent > a {
  color: #4AAD31;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover > ul.sub-menu {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}

/* ===============
   Footer
   =============== */
footer .footer-curve {
  display: block;
  width: 100%;
  height: clamp(120px, 18vw, 120px);
  margin-bottom: -30px;
}
footer .footer-curve path {
  fill: #11327B;
}
footer * {
  color: #fff;
}
footer .h1, footer h1, footer .h2, footer h2, footer .h3, footer h3, footer .wc-block-components-product-name, footer .h4, footer h4, footer .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar footer .wc-block-cart__totals-title, footer .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar footer .wc-block-cart__totals-title, footer .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar footer .wc-block-cart__totals-title, footer .h5, footer h5, footer .h6, footer h1, footer h2, footer h3, footer .wc-block-components-product-name, footer h4, footer h5, footer h6 {
  color: #fff !important;
}
footer .footer-top {
  padding: 30px 0 30px;
  background: #11327B;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .col-1, footer .footer-top .col-2 {
    width: 25%;
  }
  footer .footer-top .col-3, footer .footer-top .col-4 {
    width: 50%;
  }
  footer .footer-top .col-5, footer .footer-top .col-6, footer .footer-top .col-7, footer .footer-top .col-8, footer .footer-top .col-9, footer .footer-top .col-10, footer .footer-top .col-11 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-top .col-1, footer .footer-top .col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-top .col-3, footer .footer-top .col-4 {
    width: 100%;
  }
}
footer .footer-top .column {
  padding-bottom: 30px;
}
footer .footer-top .column > div:not(:first-of-type) {
  margin-top: 30px;
}
footer .footer-top .column .company-data li.company:not(.logo) {
  padding-left: 30px;
  position: relative;
}
footer .footer-top .column .company-data li.company:not(.logo):before {
  content: "";
  font-size: 16px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 2px;
}
footer .footer-top .column .company-data li.company:not(.logo).address:before {
  content: "\f3c5";
}
footer .footer-top .column .company-data li.company:not(.logo).email:before {
  content: "\f0e0";
}
footer .footer-top .column .company-data li.company:not(.logo).phone:before {
  content: "\f095";
}
footer .footer-top .column .company-data li.company:not(.logo).website:before {
  content: "\f0c1";
}
footer .footer-top .column .company-data li.company:not(.logo).kvk:before {
  content: "\f1ad";
}
footer .footer-top .column .company-data li.company:not(.logo).tax:before {
  content: "\f51e";
}
footer .bottom-footer {
  padding: 30px 0;
  gap: 30px;
  width: 100%;
  background: #11327B;
}
footer .bottom-footer .in-grid {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
footer .bottom-footer .in-grid > div {
  font-size: 16px;
}
footer .bottom-footer .in-grid .statements .link-item:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
footer .bottom-footer .in-grid .statements .link-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background: #fff;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:visited, footer a:hover, footer a:focus, footer a:active {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  list-style: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/* ===============
   Mobile Menu
   =============== */
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s !important;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in !important;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -ms-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -o-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transition-delay: 0.12s !important;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0 !important;
  opacity: 0 !important;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out !important;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0 !important;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}

.hamburger {
  background: #11327B;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  position: fixed;
  right: 15px;
  top: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
}
.admin-bar .hamburger {
  top: 52px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .hamburger {
    top: 20px;
  }
}
.mobile-device .hamburger {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger-box {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}
.hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.hamburger .hamburger-box .hamburger-inner:before {
  content: "";
  top: -7px;
}
.hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  bottom: -7px;
}

body.lock {
  overflow: hidden;
}

.responsive-menu-container {
  display: none;
  background: #fff;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99996;
  padding-top: 84px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.mobile-device .responsive-menu-container {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .responsive-menu-container {
    display: block;
  }
}
.responsive-menu-container .responsive-menu-logo {
  padding: 15px;
  padding-right: 60px;
}
.responsive-menu-container .responsive-menu-logo > a {
  width: max-content;
}
.responsive-menu-container .responsive-menu-logo > a img {
  height: 54px;
  display: block;
}
.responsive-menu-container ul.menu {
  list-style: none;
  padding-top: 30px;
  border-top: 1px solid #E7EAEF;
}
.responsive-menu-container ul.menu > li.menu-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lock .responsive-menu-container ul.menu > li.menu-item {
  opacity: 1;
}
.responsive-menu-container ul.menu > li.menu-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.responsive-menu-container ul.menu li.menu-item a {
  font-size: 20px;
  color: #11327B;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  line-height: 1.2;
}
.responsive-menu-container ul.menu li.menu-item.current-menu-item > a, .responsive-menu-container ul.menu li.menu-item.current-menu-parent > a {
  color: #4AAD31;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children > a {
  position: relative;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 5px 12px;
  position: relative;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon i {
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu {
  margin-left: 0;
  padding-top: 114px;
  background: #FDFDFD;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 999;
  box-sizing: border-box;
  overflow: visible;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.responsive-menu-container.slide-left {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.responsive-menu-container.slide-left.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-right {
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.responsive-menu-container.slide-right.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-bottom {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}
.responsive-menu-container.slide-bottom.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.responsive-menu-container.slide-top {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.responsive-menu-container.slide-top.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ===============
   GLOBAL SETTINGS
   =============== */
/* ===Body=== */
body {
  background: #E7EAEF; /* Fallback for when there is no custom background color defined. */
  position: relative;
}
body.admin-bar {
  padding-top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 0;
  }
}

/* ===Links=== */
a {
  color: #4AAD31;
}
a:visited, a:hover, a:focus, a:active {
  color: #4AAD31;
}
a:hover, a:active {
  outline: 0;
}

h1, h2, h3, .wc-block-components-product-name, h4, .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, h5, h6 {
  clear: both;
  line-height: 1.2;
  color: #11327B;
}

/* ===Lists=== */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* ===Posts=== */
.comments-area .comment-list .comment {
  background-color: #E7EAEF;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #4AAD31;
}
.comments-area .comment-list .comment .comment-meta .comment-content a {
  word-wrap: break-word;
}

.error404 .site-content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error404 .site-content .content-area {
  width: 100%;
}

.error-404 .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error-404 .in-grid .col-4 {
  border-right: 2px solid #E7EAEF;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 {
    width: 100%;
    text-align: center;
    border-right: 0px;
  }
}
.error-404 .in-grid .col-4 svg {
  overflow: inherit;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 svg {
    width: 250px;
    border-bottom: 1px solid #E7EAEF;
    padding-bottom: 30px;
  }
}
@keyframes fade {
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .in-grid .col-4 svg .cls-2, .error-404 .in-grid .col-4 svg .cls-3 {
  fill: #E7EAEF;
  opacity: 0;
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .in-grid .col-4 svg .cls-3 {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
.error-404 .in-grid .col-4 svg .cls-2 {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-8 {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
}
.error-404 .in-grid .col-8 p {
  margin-bottom: 0px;
}

.wysiwyg-content *:last-child {
  margin-bottom: 0;
}
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content .wc-block-components-product-name, .wysiwyg-content h4, .wysiwyg-content .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar .wysiwyg-content .wc-block-cart__totals-title, .wysiwyg-content .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wysiwyg-content .wc-block-cart__totals-title, .wysiwyg-content .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wysiwyg-content .wc-block-cart__totals-title, .wysiwyg-content h5, .wysiwyg-content h6 {
  margin-bottom: 15px;
}
.wysiwyg-content p {
  margin-bottom: 15px;
}
.wysiwyg-content p.big-paragraph {
  font-size: 24px;
  color: #11327B;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .wysiwyg-content p.big-paragraph {
    font-size: 20px;
    line-height: 1.5;
  }
}
.wysiwyg-content ul {
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.wysiwyg-content ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
  padding-left: 25px;
}
.wysiwyg-content ul li:before {
  position: absolute;
  left: 0;
  content: "\f111";
  color: #11327B;
  width: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 0.5em;
}
.wysiwyg-content ul li ul li:before {
  content: "\f192";
}
.wysiwyg-content ol {
  padding-left: 15px;
  margin-bottom: 15px;
}
.wysiwyg-content ol > li > ol {
  list-style: lower-alpha;
}
.wysiwyg-content ol > li > ol > li > ol {
  list-style: lower-roman;
}
.wysiwyg-content blockquote {
  padding-left: 1.5em;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
}
.wysiwyg-content figure {
  margin-bottom: 15px;
}
.wysiwyg-content img, .wysiwyg-content figure {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.wysiwyg-content img.alignright, .wysiwyg-content figure.alignright {
  margin-left: auto;
}
.wysiwyg-content img.aligncenter, .wysiwyg-content figure.aligncenter {
  margin: auto;
}
.wysiwyg-content img.alignleft, .wysiwyg-content figure.alignleft {
  margin-right: auto;
}
.wysiwyg-content .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 16px;
  padding: 5px;
  background: #FDFDFD;
  font-style: italic;
}

.hero.page-hero {
  background: #fff;
  position: relative;
  padding: 30px 0 90px 0;
  margin-top: -30px;
}
.hero.page-hero .hero-shape {
  height: 80px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media only screen and (max-width: 1200px) {
  .hero.page-hero .hero-shape {
    height: 75px;
  }
}
.hero.page-hero .hero-shape svg {
  width: 100%;
  height: 80px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .hero.page-hero .hero-shape svg {
    height: 75px;
  }
}
.hero.page-hero .in-grid .content-col {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .hero.page-hero .in-grid .content-col {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 850px) {
  .hero.page-hero .in-grid .content-col {
    width: 100%;
  }
}
.hero.product-hero {
  background: #fff;
  position: relative;
  padding: 45px 0 45px 0;
  margin-top: -30px;
}
@media only screen and (max-width: 1200px) {
  .hero.product-hero {
    margin-top: -15px;
  }
}
.hero.product-hero .hero-shape {
  height: 75px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.hero.product-hero .hero-shape svg {
  width: 100%;
  height: 75px;
  display: block;
}

.cc-contentcontainer > div {
  width: 100%;
}
.cc-contentcontainer > div:not(:first-child) {
  margin-top: 20px;
}
.cc-contentcontainer > .title:not(:first-child) {
  margin-top: 40px;
}
.cc-contentcontainer .cc-image-element {
  position: relative;
  padding-top: 66.6666666667%;
}
.cc-contentcontainer .cc-image-element.ratio-horizontal {
  padding-top: 66.6666666667%;
}
.cc-contentcontainer .cc-image-element.ratio-square {
  padding-top: 100%;
}
.cc-contentcontainer .cc-image-element.ratio-vertical {
  padding-top: 150%;
}
.cc-contentcontainer .cc-image-element .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.sidebar-col > div:not(:first-child) {
  margin-top: 30px;
}
.sidebar-col .content-block .inner-block {
  padding: 30px;
  background: #4AAD31;
  border-radius: 0 30px 15px 15px;
  -webkit-border-radius: 0 30px 15px 15px;
  -moz-border-radius: 0 30px 15px 15px;
  -ms-border-radius: 0 30px 15px 15px;
  -o-border-radius: 0 30px 15px 15px;
  border-radius: 0 30px 15px 15px;
}
.sidebar-col .content-block .inner-block.bg-green {
  background: #4AAD31;
}
.sidebar-col .content-block .inner-block.bg-blue {
  background: #11327B;
}
.sidebar-col .content-block .inner-block * {
  color: #fff;
}

.flex-row.pd-top-small {
  padding-top: 30px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-top-small {
    padding-top: 15px;
  }
}
.flex-row.pd-top-medium {
  padding-top: 60px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-top-medium {
    padding-top: 30px;
  }
}
.flex-row.pd-top-large {
  padding-top: 90px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-top-large {
    padding-top: 60px;
  }
}
.flex-row.pd-top-extra-large {
  padding-top: 120px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-top-extra-large {
    padding-top: 90px;
  }
}
.flex-row.pd-bottom-small {
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-bottom-small {
    padding-bottom: 15px;
  }
}
.flex-row.pd-bottom-medium {
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-bottom-medium {
    padding-bottom: 30px;
  }
}
.flex-row.pd-bottom-large {
  padding-bottom: 90px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-bottom-large {
    padding-bottom: 60px;
  }
}
.flex-row.pd-bottom-extra-large {
  padding-bottom: 120px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-bottom-extra-large {
    padding-bottom: 90px;
  }
}

.flex-content-columns-row.v-align-top .in-grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex-content-columns-row.v-align-center .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-content-columns-row.v-align-bottom .in-grid {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.flex-content-columns-row.c-align-left .in-grid {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-content-columns-row.c-align-center .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-content-columns-row.c-align-right .in-grid {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid .column .cc-contentcontainer {
  width: 100%;
}
.flex-content-columns-row .in-grid .column:only-child {
  width: 66.6666666667%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid .column:only-child {
    width: 100%;
    max-width: 100%;
  }
}
.c-align-left .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.c-align-center .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.c-align-right .flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid .column:not(:only-child) {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid .column:not(:only-child) {
    width: 100%;
  }
  .flex-content-columns-row .in-grid .column:not(:only-child):not(:first-of-type) {
    margin-top: 60px;
  }
}
.flex-content-columns-row.column-layout-50-50 .in-grid .col-1 {
  width: 50%;
  padding-right: 30px !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid .col-1 {
    padding-right: 15px !important;
  }
}
.flex-content-columns-row.column-layout-50-50 .in-grid .col-2 {
  width: 50%;
  padding-left: 30px !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid .col-2 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid > div {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .flex-content-columns-row.column-layout-50-50 .in-grid > div:not(:first-of-type) {
    margin-top: 60px;
  }
}
.flex-content-columns-row.column-layout-66-33 .in-grid .col-1 {
  width: 58.3333333333%;
}
.flex-content-columns-row.column-layout-66-33 .in-grid .col-2 {
  width: 41.6666666667%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-66-33 .in-grid > div {
    width: 100% !important;
  }
  .flex-content-columns-row.column-layout-66-33 .in-grid > div:not(:first-of-type) {
    margin-top: 60px;
  }
}
.flex-content-columns-row.column-layout-33-66 .in-grid .col-1 {
  width: 41.6666666667%;
}
.flex-content-columns-row.column-layout-33-66 .in-grid .col-2 {
  width: 58.3333333333%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-33-66 .in-grid > div {
    width: 100% !important;
  }
  .flex-content-columns-row.column-layout-33-66 .in-grid > div:not(:first-of-type) {
    margin-top: 60px;
  }
}

.flex-products-list-row .in-grid {
  gap: 60px;
  padding: 0 15px;
}
@media only screen and (max-width: 1200px) {
  .flex-products-list-row .in-grid {
    gap: 30px;
  }
}
.flex-products-list-row .in-grid .products-col {
  width: 66.6666666667%;
  gap: 30px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flex-products-list-row .in-grid .products-col .cc-contentcontainer {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .flex-products-list-row .in-grid .products-col .cc-contentcontainer {
    margin-bottom: 0;
  }
}
.flex-products-list-row .in-grid .products-col:only-child {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .flex-products-list-row .in-grid .products-col {
    width: 100%;
  }
}
.flex-products-list-row .in-grid .products-col > div {
  width: 100%;
}
.flex-products-list-row .in-grid .sidebar-col {
  width: calc(33.3333333333% - 60px);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .flex-products-list-row .in-grid .sidebar-col {
    width: calc(33.3333333333% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .flex-products-list-row .in-grid .sidebar-col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* ===============
   Elements
   =============== */
.btns {
  width: 100%;
}
.btns.left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.btns.right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.btns.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.btns .btn-main a {
  display: block;
  text-decoration: none;
}
.btns .btn-main.text {
  display: inherit;
}

/** Title */
.title.left {
  text-align: left;
}
.title.center {
  text-align: center;
}
.title.right {
  text-align: right;
}
.title * {
  line-height: 1.2;
}
.title h1, .title h2, .title h3, .title .wc-block-components-product-name, .title h4, .title .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar .title .wc-block-cart__totals-title, .title .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .title .wc-block-cart__totals-title, .title .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .title .wc-block-cart__totals-title {
  width: 100%;
}

.video-container .youtube, .video-container .vimeo {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.video-container .youtube .play-button, .video-container .vimeo .play-button {
  background-color: #4AAD31;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 60px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90px;
  z-index: 1;
}
.video-container .youtube .play-button:before, .video-container .vimeo .play-button:before {
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-container .youtube .play-button:hover, .video-container .vimeo .play-button:hover {
  background-color: #285e1a;
}
.video-container .youtube img, .video-container .vimeo img {
  cursor: pointer;
}
.video-container .youtube img,
.video-container .youtube iframe, .video-container .vimeo img,
.video-container .vimeo iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.acf-map {
  border: none;
  height: 400px;
  margin: 0;
  width: 100%;
}
.acf-map img {
  max-width: inherit !important;
}

.img-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.img-container img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

/** YouTube scalable proportions */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.icon-text span, .icon-text a {
  position: relative;
  padding-left: 25px;
  display: block;
}
.icon-text span i, .icon-text a i {
  position: absolute;
  left: 0;
  line-height: inherit;
  top: 0;
}

.social-icons > ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.social-icons > ul li {
  padding: 0 5px;
}
.social-icons > ul li a {
  padding-left: 30px;
  position: relative;
}
.social-icons > ul li a i {
  position: absolute;
  left: 0;
  top: 0;
}

/** POP-UP module */
.pop-up-module {
  position: fixed;
  bottom: 15px;
  left: 0;
  opacity: 1;
  z-index: 999;
  width: calc(100% - 30px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.pop-up-module.hidden {
  opacity: 0;
  visibility: hidden;
}
.pop-up-module.disabled {
  display: none;
}
.pop-up-module.container {
  max-width: 400px;
  background: #fff;
  border: 3px solid #FDFDFD;
}
.pop-up-module.container.left {
  left: 15px;
}
.pop-up-module.container.right {
  right: 15px;
  left: auto;
}
.pop-up-module.container .pop-up-content {
  max-height: 40vh;
}
.pop-up-module.fullscreen {
  max-width: 600px;
  left: 50%;
  bottom: 50%;
  background: #fff;
  -webkit-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.pop-up-module.fullscreen .pop-up-content {
  max-height: 80vh;
}
.pop-up-module .close {
  width: 100%;
  display: block;
  background: #FDFDFD;
  text-align: right;
}
.pop-up-module .close span {
  padding: 5px;
  font-size: 20px;
  color: #4AAD31;
}
.pop-up-module .close span:hover {
  cursor: pointer;
}
.pop-up-module .pop-up-content {
  overflow-y: scroll;
  padding: 30px;
}
.pop-up-module .pop-up-content .btn-main {
  margin-top: 30px;
}

.full-screen-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 998;
  opacity: 1;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.full-screen-overlay.disabled {
  display: none;
}
.full-screen-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.post-password-form {
  padding: 60px 15px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.post-password-form p {
  display: block;
  text-align: center;
  width: 100%;
}
.post-password-form p:not(:first-of-type) {
  margin-top: 30px;
}
.post-password-form p input {
  margin-top: 15px;
}

.faq-toggle-item:not(:first-child) {
  margin-top: 5px;
}
.faq-toggle-item .faq-toggle-question {
  padding: 10px 15px;
  background: #FDFDFD;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}
.faq-toggle-item .faq-toggle-question.show i {
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}
.faq-toggle-item .faq-toggle-question span {
  padding-right: 30px;
}
.faq-toggle-item .faq-toggle-question i {
  font-size: 11px;
  line-height: 24px;
  width: 24px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #E7EAEF;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-toggle-item .faq-toggle-answer {
  padding: 15px;
  border: 1px solid #FDFDFD;
}

.skip-to-content {
  position: absolute;
  top: -60px;
  left: 0;
  background: #4AAD31;
  color: #fff !important;
  padding: 7.5px 15px;
  z-index: 1000;
  text-decoration: none;
  transition: top 0.3s ease;
  z-index: 99999;
}
.skip-to-content:focus {
  top: 0;
}

.product-list-block .inner-list-block .label-container {
  background: #4AAD31;
  padding: 15px;
  position: relative;
  z-index: 2;
  border-radius: 0 30px 30px 30px;
  -webkit-border-radius: 0 30px 30px 30px;
  -moz-border-radius: 0 30px 30px 30px;
  -ms-border-radius: 0 30px 30px 30px;
  -o-border-radius: 0 30px 30px 30px;
  border-radius: 0 30px 30px 30px;
}
.product-list-block .inner-list-block .label-container p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.product-list-block .inner-list-block .label-container .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 35px;
  height: 35px;
  background: #fff;
  padding: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.product-list-block .inner-list-block .product-list {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  background: #FDFDFD;
  border: 1px solid #4AAD31;
  padding: 45px 15px 15px 15px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
.product-list-block .inner-list-block .product-list > div:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4AAD31;
}

.breadcrumbs-container .in-grid .rank-math-breadcrumb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.breadcrumbs-container .in-grid .rank-math-breadcrumb * {
  color: #11327B !important;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.breadcrumbs-container .in-grid .rank-math-breadcrumb .separator {
  font-size: 14px;
  padding: 0 5px;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
/* ===============
   Posts
   =============== */
.post-nav {
  margin-top: 30px;
  width: 100%;
}
.post-nav > a {
  width: calc(50% - 15px);
}
.post-nav > a:not(:first-of-type) {
  margin-left: 30px;
}
.post-nav > a .post-nav-content {
  border: 1px solid #E7EAEF;
}
.post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.post-nav > a .post-nav-content .nav-next {
  text-align: right;
}
.post-nav > a .post-nav-content .nav-thumbnail {
  height: 75px;
  position: relative;
  width: 75px;
}
.post-nav > a .post-nav-content .nav-thumbnail .fas {
  color: #ffffff;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.post-nav > a .post-nav-content .nav-thumbnail .thumbnail-overlay {
  background-color: #4AAD31;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-nav > a .post-nav-content .nav-content {
  padding: 15px;
  width: calc(100% - 75px);
}
.post-nav > a .post-nav-content:hover .fas {
  opacity: 1;
}
.post-nav > a .post-nav-content:hover .thumbnail-overlay {
  opacity: 0.7;
}
.post-nav.no-image .nav-content {
  width: 100% !important;
}

/*--------------------------------------------------------------
# Queries & Archives
--------------------------------------------------------------*/
.query-container .query-item {
  padding: 0 15px;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  width: 33.3333333333%;
  margin-top: 30px;
}
.query-container .query-item:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .query-container .query-item {
    width: 50%;
    margin-top: 30px;
  }
  .query-container .query-item:nth-child(-n+3) {
    margin-top: 30px;
  }
  .query-container .query-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .query-container .query-item {
    width: 100%;
  }
  .query-container .query-item:nth-child(-n+2) {
    margin-top: 30px;
  }
  .query-container .query-item:first-of-type {
    margin-top: 0;
  }
}
.query-container .query-item > a {
  text-decoration: none;
  color: #333333;
}
.query-container .query-item > a:hover .qi-inner {
  background: #FDFDFD;
}
.query-container .query-item > a:hover .qi-inner .qi-read-more {
  border-color: #fff;
}
.query-container .query-item .qi-inner {
  padding: 15px;
  border: 1px solid #FDFDFD;
  height: 100%;
  position: relative;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.query-container .query-item .qi-inner .qi-thumb {
  height: 185px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.query-container .query-item .qi-inner .qi-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.query-container .query-item .qi-inner .qi-thumb .post-categories {
  position: absolute;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  bottom: 15px;
  left: 13px;
}
.query-container .query-item .qi-inner .qi-thumb .post-categories .post-category {
  padding: 5px 10px;
  margin: 2px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
.query-container .query-item .qi-inner .qi-content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
.query-container .query-item .qi-inner .post-title {
  margin-bottom: 0;
  font-size: 18px;
}
.query-container .query-item .qi-inner .post-date {
  font-size: 16px;
  display: block;
}
.query-container .query-item .qi-inner .post-excerpt {
  margin-top: 15px;
}
.query-container .query-item .qi-inner .post-excerpt p {
  margin-bottom: 0 !important;
}
.query-container .query-item .qi-inner .qi-read-more {
  display: block;
  text-align: right;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #FDFDFD;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.query-container .query-item .qi-inner .qi-read-more i {
  vertical-align: middle;
}

.navigation {
  padding: 30px 15px 0;
}
.navigation .pagination {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.navigation .pagination > a, .navigation .pagination > span {
  margin: 5px;
  padding: 5px 10px;
  min-width: 34px;
  text-align: center;
  font-size: 16px;
}
.navigation .pagination > a {
  text-decoration: none;
  border: 1px solid #FDFDFD;
  color: #565656;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .pagination > a:hover {
  background: #FDFDFD;
}
.navigation .pagination > a i {
  vertical-align: middle;
}
.navigation .pagination > span {
  background: #FDFDFD;
}

.archive article {
  margin-bottom: 30px;
}
.archive article:first-of-type {
  margin-top: 15px;
}
.archive article h1 {
  font-size: 18px;
  margin-bottom: 0;
}
.archive article .entry-content {
  border-bottom: 1px solid #E7EAEF;
  padding-bottom: 15px;
}
.archive article .entry-content p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Slick Sliders
--------------------------------------------------------------*/
/**
	CC SWIPER STYLING
*/
.cc-slider .slider-controls {
  width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.cc-slider .slider-controls .swiper-button:not(:last-of-type) {
  margin-right: 15px;
}
.cc-slider .slider-controls .swiper-button i {
  font-size: 30px;
  color: #11327B;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider .slider-controls .swiper-button:hover {
  cursor: pointer;
}
.cc-slider .slider-controls .swiper-button:hover i {
  color: #4AAD31;
}
.cc-slider .swiper-pagination.swiper-pagination-progressbar {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
}
.cc-slider .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: left;
  background: #4AAD31;
  height: 5px;
  width: 100%;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: #E7EAEF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  cursor: pointer;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4AAD31;
}
.cc-slider .autoplay-progress-timer {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #4AAD31;
}
.cc-slider .autoplay-progress-timer svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #4AAD31;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

/**
	DEFAULT SWIPER STYLING
*/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #4AAD31;
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Fancybox
--------------------------------------------------------------*/
/* ===============
   Fancybox
   =============== */
/** Fancybox */
.fancybox-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  /* Navigation arrows */
  /* Buttons */
}
.fancybox-container .fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fancybox-is-open .fancybox-container .fancybox-bg {
  opacity: 0.7;
}
.fancybox-container .fancybox-outer,
.fancybox-container .fancybox-inner,
.fancybox-container .fancybox-bg,
.fancybox-container .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-container .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-container .fancybox-infobar,
.fancybox-container .fancybox-toolbar,
.fancybox-container .fancybox-caption,
.fancybox-container .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  z-index: 99997;
}
@media only screen and (max-width: 768px) {
  .fancybox-container .fancybox-infobar,
  .fancybox-container .fancybox-toolbar,
  .fancybox-container .fancybox-caption,
  .fancybox-container .fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.fancybox-container.fancybox-show-infobar .fancybox-infobar, .fancybox-container.fancybox-show-toolbar .fancybox-toolbar, .fancybox-container.fancybox-show-caption .fancybox-caption, .fancybox-container.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: visible;
}
.fancybox-container .fancybox-infobar {
  color: #fff;
  font-size: 18px;
  height: 44px;
  left: 0;
  padding: 0 10px;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 44px;
}
.fancybox-container .fancybox-toolbar {
  right: 0;
  top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 60px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.fancybox-container .fancybox-navigation .fancybox-button > div {
  padding: 5px;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover {
  background-color: transparent;
  color: #fff;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover > div, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover > div {
  background-color: #FDFDFD;
}
.fancybox-container .fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-container .fancybox-stage {
  overflow: hidden;
}
.fancybox-container .fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-is-sliding .fancybox-container .fancybox-slide {
  display: block;
}
.fancybox-container .fancybox-slide .fancybox-content {
  display: block;
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  /* Fix iOS */
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-image,
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  z-index: 1;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-video,
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--previous, .fancybox-container .fancybox-slide.fancybox-slide--current, .fancybox-container .fancybox-slide.fancybox-slide--next {
  display: block;
}
.fancybox-container .fancybox-slide.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--image:before {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fancybox-container .fancybox-slide.fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-container .fancybox-slide.fancybox-slide--html {
  padding: 6px;
}
.fancybox-container .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #FDFDFD;
  cursor: pointer;
  display: block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  width: 44px;
  /* Fix IE11 */
}
.fancybox-container .fancybox-button:visited, .fancybox-container .fancybox-button:link {
  color: #565656;
}
.fancybox-container .fancybox-button:hover {
  background-color: #FDFDFD;
  color: #fff;
}
.fancybox-container .fancybox-button:focus {
  outline: none;
}
.fancybox-container .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-container .fancybox-button:disabled, .fancybox-container .fancybox-button:disabled:hover {
  background-color: rgba(30, 30, 30, 0.3) !important;
  color: #888 !important;
  cursor: default;
  outline: none;
}
.fancybox-container .fancybox-button:disabled > div, .fancybox-container .fancybox-button:disabled:hover > div {
  background-color: transparent !important;
}
.fancybox-container .fancybox-button div {
  height: 100%;
}
.fancybox-container .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}
.fancybox-container .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-container .fancybox-button.fancybox-button--play svg:nth-child(2), .fancybox-container .fancybox-button.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-container .fancybox-button.fancybox-button--pause svg:nth-child(1), .fancybox-container .fancybox-button.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  background: #000;
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.fancybox-progress {
  background: #FDFDFD;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  z-index: 99998;
}

/**
 * Close button on the top right corner of html content
 */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #565656;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .fancybox-close-small {
    right: -6px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Caption */
/**
 * Loading indicator
 */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 *Transition effects
 */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  -o-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: 1, 1, 1;
  -moz-transform: 1, 1, 1;
  -ms-transform: 1, 1, 1;
  -o-transform: 1, 1, 1;
  transform: 1, 1, 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -ms-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -o-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -ms-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -o-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/**
 * WooCommerce Variables
 */
.select2-container .select2-selection--single {
  height: auto;
  border-color: #E7EAEF;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7.5px 15px;
}

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

.select2-search--dropdown {
  padding: 7.5px 15px;
}

.select2-results__option {
  padding: 7.5px 15px;
}

.product-item .product-item-inner {
  background: #FDFDFD;
  overflow: hidden;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  border-radius: 15px 0 60px 15px;
  -webkit-border-radius: 15px 0 60px 15px;
  -moz-border-radius: 15px 0 60px 15px;
  -ms-border-radius: 15px 0 60px 15px;
  -o-border-radius: 15px 0 60px 15px;
  border-radius: 15px 0 60px 15px;
}
.product-item .product-item-inner .product-thumbnail {
  width: 33.3333333333%;
  aspect-ratio: 1/1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .product-item .product-item-inner .product-thumbnail {
    width: 100%;
    order: 2;
  }
}
.product-item .product-item-inner .product-thumbnail .thumbnail-holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 15px 0 30px 0;
  -webkit-border-radius: 15px 0 30px 0;
  -moz-border-radius: 15px 0 30px 0;
  -ms-border-radius: 15px 0 30px 0;
  -o-border-radius: 15px 0 30px 0;
  border-radius: 15px 0 30px 0;
}
.product-item .product-item-inner .product-content {
  width: 66.6666666667%;
  padding: 30px 60px 30px 30px;
  gap: 60px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .product-item .product-item-inner .product-content {
    width: 100%;
    order: 1;
    padding: 30px 30px 30px 30px;
  }
}
.product-item .product-item-inner .product-content > div {
  width: 100%;
}
.product-item .product-item-inner .product-content > div.product-content-top .woocommerce-loop-product__title:not(:only-child) {
  margin-bottom: 15px;
}
.product-item .product-item-inner .product-content > div.product-content-bottom {
  gap: 30px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-item .product-item-inner .product-content > div.product-content-bottom .price {
  font-size: 24px;
  font-weight: 500;
  color: #11327B;
}
@media only screen and (max-width: 991px) {
  .product-item .product-item-inner .product-content > div.product-content-bottom .price {
    font-size: 20px;
  }
}
.product-item .product-item-inner .product-content > div.product-content-bottom .product-actions {
  gap: 15px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.product-item .product-item-inner .product-content > div.product-content-bottom .product-actions .info-btn a {
  padding: 0;
  background: transparent;
  color: #11327B;
  border: 1px solid #11327B;
}
.product-item .product-item-inner .product-content > div.product-content-bottom .product-actions .info-btn a span {
  padding: 4px 15px;
  display: flex;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.product-item .product-item-inner .product-content > div.product-content-bottom .product-actions .info-btn a:hover {
  background: #11327B;
  color: #fff;
}
.product-item .product-item-inner .product-content > div.product-content-bottom .product-actions .info-btn a:hover span {
  color: #fff;
}
.product-item .product-item-inner .product-content > div.product-content-bottom .product-actions a {
  font-weight: 500;
  background: #4AAD31;
  border: 1px solid #4AAD31;
  color: #fff;
  padding: 4px 15px;
  text-decoration: none;
  display: flex;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.product-item .product-item-inner .product-content > div.product-content-bottom .product-actions a:hover {
  background: #11327B;
  border: 1px solid #11327B;
}

.product-item-small a {
  color: #11327B;
  text-decoration: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.product-item-small a .product-content * {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  font-family: "Duplicate Ionic Web", sans-serif;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.product-item-small a:hover {
  color: #4AAD31;
}
.product-item-small a:hover .product-content * {
  color: #4AAD31;
}

.cc-base-popup {
  display: none;
  padding: 15px;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-base-popup .pop-up-bg {
  background: rgba(86, 86, 86, 0.95);
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-base-popup .pop-up-container {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  max-width: 700px;
  max-height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-base-popup .pop-up-container .inner-pop-up-container {
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
}
.cc-base-popup .pop-up-container .inner-pop-up-container > div {
  padding: 30px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top {
  background: #333333;
  text-align: center;
  position: relative;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup i {
  font-size: 20px;
  color: #4AAD31;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover {
  cursor: pointer;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover i {
  color: #fff;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: -15px -15px 0 -15px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container > div {
  margin: 15px 15px 0 15px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span {
  position: relative;
  color: #4AAD31;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #4AAD31;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cc-base-popup .pop-up-loader .loader-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
.cc-base-popup .pop-up-loader .loader-holder img {
  display: block;
  animation: logo-o-loader 1.2s infinite;
}

.cc-add-to-cart-popup {
  display: none;
  padding: 15px;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-add-to-cart-popup .pop-up-bg {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-add-to-cart-popup .pop-up-container {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  max-width: 500px;
  max-height: 80vh;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container {
  background: #000;
  border: 1px solid #565656;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container > div {
  padding: 30px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top {
  background: #333333;
  text-align: center;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup i {
  font-size: 20px;
  color: #4AAD31;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover {
  cursor: pointer;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover i {
  color: #fff;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: -15px -15px 0 -15px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container > div {
  margin: 15px 15px 0 15px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span {
  position: relative;
  color: #4AAD31;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #4AAD31;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cc-add-to-cart-popup .pop-up-loader .loader-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-loader .loader-holder img {
  display: block;
  animation: logo-o-loader 1.2s infinite;
}

.woocommerce-form-row {
  margin-bottom: 15px;
}

.ccwc-add-to-cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 0 15px;
}
.ccwc-add-to-cart-modal .modal-content {
  background: #4AAD31;
  padding: 30px;
  border-radius: 15px 0 60px 15px;
  -webkit-border-radius: 15px 0 60px 15px;
  -moz-border-radius: 15px 0 60px 15px;
  -ms-border-radius: 15px 0 60px 15px;
  -o-border-radius: 15px 0 60px 15px;
  border-radius: 15px 0 60px 15px;
  text-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 15px;
  max-width: 600px;
}
.ccwc-add-to-cart-modal .modal-content * {
  color: #fff;
}
.ccwc-add-to-cart-modal .modal-content p {
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 24px;
  width: 100%;
}
.ccwc-add-to-cart-modal .modal-content a.go-to-cart {
  order: 1;
  background: #11327B !important;
  padding: 15px 30px;
}
.ccwc-add-to-cart-modal .modal-content a.go-to-cart svg {
  margin-left: 15px;
}
.ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover {
  background: #fff !important;
  color: #11327B !important;
}
.ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover span {
  color: #11327B !important;
}
.ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover svg path {
  fill: #11327B !important;
}
.ccwc-add-to-cart-modal .modal-content .continue-shopping {
  order: 2;
  background: #fff !important;
  color: #11327B !important;
  padding: 15px 30px;
}
.ccwc-add-to-cart-modal .modal-content .continue-shopping:hover {
  background: #11327B !important;
  color: #fff !important;
}
.nav-cart,
.nav-account {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background: #4AAD31;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
}
.nav-cart .inner-box,
.nav-account .inner-box {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  position: relative;
}
.nav-cart .inner-box svg,
.nav-account .inner-box svg {
  padding: 3px;
}
.nav-cart .inner-box span:not(.cart-count),
.nav-account .inner-box span:not(.cart-count) {
  display: none;
}
.nav-cart .inner-box span.cart-count,
.nav-account .inner-box span.cart-count {
  padding: 3px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #11327B;
  border-radius: 3px;
}
.admin-bar .nav-cart,
.admin-bar .nav-account {
  top: 52px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .nav-cart,
  .admin-bar .nav-account {
    top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-cart,
  .nav-account {
    background: #4AAD31;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: visible;
    right: 75px;
    top: 20px;
    z-index: 99999;
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-cart svg,
  .nav-account svg {
    padding: 0 !important;
  }
  .nav-cart a,
  .nav-account a {
    text-decoration: none;
  }
  .nav-cart .inner-box,
  .nav-account .inner-box {
    width: 100%;
    height: 100%;
    color: #11327B;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .nav-cart .inner-box i,
  .nav-account .inner-box i {
    color: #fff;
  }
  .nav-cart .inner-box span:not(.cart-count),
  .nav-account .inner-box span:not(.cart-count) {
    display: none;
  }
  .nav-cart .inner-box span.cart-count,
  .nav-account .inner-box span.cart-count {
    padding: 3px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    z-index: 3;
    position: absolute;
    right: auto;
    left: 5px;
    top: 5px;
  }
}

.cart-button, .account-button {
  display: flex;
  height: 100%;
}

.added_to_cart {
  display: none !important;
}

.woocommerce-page .site-main > .row-spacing {
  padding-top: 30px !important;
}

.woocommerce-cart .wc-block-components-payment-method-icons {
  display: none !important;
}
.woocommerce-cart .alignwide {
  width: 100%;
}
.woocommerce-cart .wc-block-cart__main {
  padding-right: 60px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-cart .wc-block-cart__main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.woocommerce-cart .wc-block-cart__sidebar {
  padding-left: 30px;
}
@media only screen and (max-width: 850px) {
  .woocommerce-cart .wc-block-cart__sidebar {
    width: 100%;
    padding-left: 15px !important;
  }
}
.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-panel, .woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-cart .site-main .in-grid > * {
  padding: 0 15px;
}

.wc-block-components-sidebar-layout {
  align-items: flex-start !important;
}

.wc-block-components-quantity-selector__button {
  background: transparent !important;
  color: #4AAD31 !important;
}

.wc-block-cart-item__remove-link {
  text-decoration: none !important;
  padding: 7.5px 15px !important;
  line-height: 1.2 !important;
  background: #4AAD31 !important;
  color: #fff !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
  text-align: center !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 500 !important;
  color: #11327B !important;
}

.wc-block-cart-item__image a img {
  aspect-ratio: 1/1;
  height: auto !important;
}

.wp-block-separator {
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #E7EAEF !important;
  background: transparent;
  border: 0;
}

.wp-block-heading {
  margin-bottom: 30px;
  font-weight: bold;
}
.wp-block-heading.has-text-align-center {
  text-align: center;
}

.product-item {
  height: 100%;
}

.wc-block-grid__products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.wc-block-grid__products .wc-block-grid__product {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wc-block-grid__products .wc-block-grid__product > div {
  width: 100% !important;
  max-width: 100% !important;
}
.wc-block-grid__products .wc-block-grid__product {
  border: 0 !important;
}

.wp-block-woocommerce-empty-cart-block {
  width: 100%;
  text-align: center;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: #4AAD31;
}

.is-large.wc-block-cart .wc-block-cart__totals-title, .is-large.wc-block-cart .wc-block-cart-items th {
  font-size: 24px !important;
  text-transform: initial !important;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #11327B !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .wc-block-components-product-metadata {
  font-size: 1em !important;
}

.wc-block-cart-item__remove-link {
  text-decoration: none !important;
  padding: 0 0 0 21px !important;
  line-height: 1.2 !important;
  background: transparent !important;
  color: #11327B !important;
  border: 0px !important;
  text-align: center !important;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  position: relative;
}
.wc-block-cart-item__remove-link:before {
  content: "\f2ed";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  color: #4AAD31;
}
.wc-block-cart-item__remove-link:hover {
  line-height: 1.2 !important;
  background: transparent !important;
  color: #4AAD31 !important;
  border: 0px !important;
}

.wc-block-cart-item__quantity {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 15px;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 7.5px;
  margin-bottom: 0 !important;
  width: auto;
  border: 0px solid !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
  display: none !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  width: auto !important;
  min-width: 35px !important;
  width: 50px !important;
  min-height: auto !important;
  color: #11327B !important;
  background: #fff !important;
  border: 1px solid #E7EAEF !important;
  padding: 5px 10px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  text-align: left !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  padding: 0 !important;
  background: #11327B !important;
  color: #fff !important;
  width: 32px !important;
  height: 32px !important;
  text-align: center !important;
  font-size: 14px !important;
  font-family: arial !important;
  line-height: 1 !important;
  border: 0 !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:hover,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:hover {
  cursor: pointer !important;
  background: #0b204e !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:disabled,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:disabled {
  cursor: not-allowed !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:focus, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:focus-visible, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:focus-within,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:focus,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:focus-visible,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:focus-within {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(17, 50, 123, 0.3) !important;
}

.wc-block-components-sidebar {
  position: sticky;
  top: 144px;
}
.wc-block-components-sidebar .wc-block-cart__submit {
  margin-bottom: 0 !important;
}

.wc-block-components-radio-control__description-group--column .wc-block-components-radio-control__description {
  margin: 2px 0 !important;
}

.wc-block-components-product-name {
  font-size: 24px !important;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #11327B !important;
  text-decoration: none;
}

.wc-block-components-sale-badge {
  display: none !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border-color: #4AAD31 !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #4AAD31 !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1.5px #4AAD31 !important;
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  display: block !important;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.wc-block-cart__totals-title {
  padding-top: 0 !important;
}

.wc-block-cart-items {
  border-bottom: 0 !important;
}

.wc-block-cart-items__row {
  background: #fff;
  border: 0;
  padding: 30px;
  overflow: hidden;
  border-radius: 30px 0 60px 30px;
  -webkit-border-radius: 30px 0 60px 30px;
  -moz-border-radius: 30px 0 60px 30px;
  -ms-border-radius: 30px 0 60px 30px;
  -o-border-radius: 30px 0 60px 30px;
  border-radius: 30px 0 60px 30px;
}
.wc-block-cart-items__row:not(:first-child) {
  margin-top: 30px;
}

.wp-block-woocommerce-cart-line-items-block .wc-block-cart-items__header {
  display: none;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value, .wc-block-components-totals-item__value {
  font-weight: 400 !important;
  font-size: 1em !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value strong, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value b, .wc-block-components-totals-item__value strong, .wc-block-components-totals-item__value b {
  font-weight: 400 !important;
}

.wc-block-components-totals-item__label, .wc-block-components-panel__button, .wc-block-components-totals-item__label {
  font-size: 1em !important;
  font-family: "Oswald", sans-serif;
}

.wc-block-components-product-details {
  font-size: 16px;
}

.wc-block-cart-items {
  display: block !important;
  width: 100%;
}
.wc-block-cart-items table, .wc-block-cart-items tbody, .wc-block-cart-items thead, .wc-block-cart-items tr, .wc-block-cart-items td, .wc-block-cart-items th {
  display: block !important;
  width: 100% !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}
.wc-block-cart-items .wc-block-cart-items__header,
.wc-block-cart-items .wc-block-cart-items__row {
  display: flex !important;
  width: 100% !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.wc-block-cart-items .wc-block-cart-items__header,
.wc-block-cart-items thead,
.wc-block-cart-items tr.wc-block-cart-items__header {
  display: none !important;
}
.wc-block-cart-items .wc-block-cart-items__row {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  gap: 30px;
  background: #fff;
  padding: 30px !important;
  margin-bottom: 15px;
  border-radius: 30px 0 60px 30px;
  -webkit-border-radius: 30px 0 60px 30px;
  -moz-border-radius: 30px 0 60px 30px;
  -ms-border-radius: 30px 0 60px 30px;
  -o-border-radius: 30px 0 60px 30px;
  border-radius: 30px 0 60px 30px;
}
.wc-block-cart-items .wc-block-cart-items__row:not(:first-child) {
  margin-top: 30px !important;
}
.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__image,
.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product,
.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__quantity,
.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total,
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  display: flex !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: top !important;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata__description {
  display: none;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image + .wc-block-cart-item__product {
  margin-left: 0 !important;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  flex: 0 0 80px !important;
  width: 80px !important;
  height: 80px !important;
  margin-right: 30px !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    flex: 0 0 60px !important;
    width: 60px !important;
    height: 60px !important;
    margin-right: 15px !important;
  }
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a, .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  flex: 1 !important;
  min-width: 0 !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .price {
  display: none;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name {
  margin-bottom: 7.5px !important;
  line-height: 1.3 !important;
  width: 100% !important;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-details,
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-metadata {
  margin-top: 7.5px !important;
  font-size: 16px !important;
  color: #1a4dbe !important;
  width: 100% !important;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  flex: 0 0 auto;
  min-width: 140px;
}
@media only screen and (max-width: 850px) {
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    min-width: 120px;
  }
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  flex: 0 0 auto;
  text-align: right;
  font-weight: bold;
}
.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
  font-size: 18px;
  font-weight: bold;
  color: #11327B;
}
@media only screen and (max-width: 850px) {
  .wc-block-cart-items .wc-block-cart-items__row {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    width: 100% !important;
    flex: none;
  }
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    text-align: center;
  }
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    text-align: center;
  }
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    flex: 0 0 60px;
    width: 60px;
    height: auto !important;
    aspect-ratio: 1/1;
    margin-right: 0 !important;
  }
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    flex: 1;
  }
  .wc-block-cart-items .wc-block-cart-items__row::before {
    content: "";
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    display: inline-block;
    vertical-align: top;
  }
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    width: 60px;
    margin-right: 15px;
  }
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    width: calc(100% - 60px - 15px);
  }
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
  .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    margin-top: 15px;
    width: 100%;
  }
}
.wp-block-woocommerce-cart-totals-block {
  background: #fff;
  padding: 30px !important;
  border-radius: 30px 0 60px 30px;
  -webkit-border-radius: 30px 0 60px 30px;
  -moz-border-radius: 30px 0 60px 30px;
  -ms-border-radius: 30px 0 60px 30px;
  -o-border-radius: 30px 0 60px 30px;
  border-radius: 30px 0 60px 30px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 500 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}
.woocommerce-checkout .alignwide {
  width: 100%;
}
.woocommerce-checkout .wc-block-checkout__main {
  padding-right: 60px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-checkout .wc-block-checkout__main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.woocommerce-checkout .wc-block-checkout__sidebar {
  padding-left: 30px;
  top: 146px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100%;
    position: relative;
    top: 0 !important;
  }
}
.woocommerce-checkout .wc-block-checkout__sidebar.is-sticky {
  margin-top: 0 !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .wc-block-checkout__sidebar.is-sticky {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 850px) {
  .woocommerce-checkout .wc-block-checkout__sidebar.is-sticky {
    margin-top: 0 !important;
  }
}
.woocommerce-checkout .wc-block-checkout__sidebar.is-sticky .wp-block-woocommerce-checkout-order-summary-block {
  margin-top: 0px !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: 18px !important;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item {
  align-items: center !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__individual-prices {
  display: none !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-text {
  font-size: 24px !important;
  text-transform: initial !important;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #11327B !important;
  margin-left: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-metadata__description {
  display: none !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title {
  margin-top: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary {
  padding: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar ins {
  background: transparent !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img {
  aspect-ratio: 1/1;
  height: auto !important;
  max-width: fit-content !important;
  width: 100% !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity {
  padding: 0.1em 0.4em;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity span {
  font-size: 16px;
  font-weight: 500;
  margin-top: 2px;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel, .woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: 0px !important;
  background: #fff;
  padding: 30px !important;
  border-radius: 30px 0 60px 30px;
  -webkit-border-radius: 30px 0 60px 30px;
  -moz-border-radius: 30px 0 60px 30px;
  -ms-border-radius: 30px 0 60px 30px;
  -o-border-radius: 30px 0 60px 30px;
  border-radius: 30px 0 60px 30px;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
  margin-bottom: 60px !important;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__title {
  font-weight: 500;
  margin-bottom: 15px !important;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__description {
  font-size: 1em;
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-shipping-address-message, .wc-block-components-address-card {
  background-color: #fff !important;
  color: #11327B !important;
  border: 1px solid hsla(0, 0%, 7%, 0.8);
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-blocks-components-select .wc-blocks-components-select__select, .wc-block-components-textarea {
  color: #11327B !important;
  background-color: #fff !important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
  padding: 5px 0 !important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
  padding: 1.5em 0.5em 0.5em 0.5em;
  height: 3.25em;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label, .wc-block-components-payment-method-label {
  font-weight: 500 !important;
}

.wc-block-components-address-card__edit {
  color: #4AAD31 !important;
  font-weight: 500;
  text-decoration: underline;
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section:first-child {
  color: #11327B !important;
}

.wc-block-components-checkout-step__heading h2 {
  margin-bottom: 24px !important;
  font-weight: 500;
}

.checkout-order-summary-block-fill {
  background-color: #fff !important;
  color: #11327B !important;
}
.checkout-order-summary-block-fill ins {
  background: transparent !important;
}
.checkout-order-summary-block-fill .wc-block-components-order-summary {
  padding: 0 !important;
}
.checkout-order-summary-block-fill .wc-block-components-order-summary-item__image {
  width: 100px;
}
.checkout-order-summary-block-fill .wc-block-components-order-summary-item__image img {
  aspect-ratio: 1/1;
  height: auto !important;
}
.checkout-order-summary-block-fill .wc-block-components-totals-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-order-summary-block-fill .wc-block-components-order-summary-item__quantity {
  padding: 0.1em 0.4em;
}
.checkout-order-summary-block-fill .wc-block-components-order-summary-item__quantity span {
  font-size: 16px;
  font-weight: 500;
  margin-top: 2px;
}
.checkout-order-summary-block-fill .wc-block-components-panel, .checkout-order-summary-block-fill .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-block {
  border: 0px !important;
}

@media only screen and (max-width: 991px) {
  .wc-block-components-sidebar {
    margin-top: 60px !important;
  }
}

.custom-coupon-section {
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  .custom-coupon-section {
    margin-bottom: 30px;
  }
}
.custom-coupon-section .custom-coupon-toggle {
  width: 100%;
  padding: 30px !important;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 500;
  color: #4AAD31;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  border-radius: 15px !important;
}
.custom-coupon-section .custom-coupon-toggle:hover {
  color: #398526;
  background: rgba(74, 173, 49, 0.05);
  padding: 30px !important;
}
.custom-coupon-section .custom-coupon-toggle:focus {
  outline: 2px solid #4AAD31;
  outline-offset: 2px;
  padding: 30px !important;
}
.custom-coupon-section .custom-coupon-toggle[aria-expanded=true] {
  border-radius: 15px 15px 0 0 !important;
  -webkit-border-radius: 15px 15px 0 0 !important;
  -moz-border-radius: 15px 15px 0 0 !important;
  -ms-border-radius: 15px 15px 0 0 !important;
  -o-border-radius: 15px 15px 0 0 !important;
  border-radius: 15px 15px 0 0 !important;
}
.custom-coupon-section .custom-coupon-toggle span {
  font-size: 32px;
}
@media only screen and (max-width: 640px) {
  .custom-coupon-section .custom-coupon-toggle span {
    padding: 15px;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .custom-coupon-section .custom-coupon-toggle {
    padding: 15px;
    font-size: 1em;
  }
}
.custom-coupon-section .coupon-toggle-icon {
  font-size: 2em;
  font-weight: bold;
  color: #fff !important;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.custom-coupon-section .custom-coupon-content {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 15px 15px !important;
  -webkit-border-radius: 0 0 15px 15px !important;
  -moz-border-radius: 0 0 15px 15px !important;
  -ms-border-radius: 0 0 15px 15px !important;
  -o-border-radius: 0 0 15px 15px !important;
  border-radius: 0 0 15px 15px !important;
}
@media only screen and (max-width: 640px) {
  .custom-coupon-section .custom-coupon-content {
    padding: 15px;
  }
}
.custom-coupon-section .custom-coupon-content .wc-block-components-text-input {
  margin-bottom: 15px;
}
.custom-coupon-section .custom-coupon-content .wc-block-components-text-input input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 1em;
  color: #11327B;
  background: #fff;
  -webkit-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -o-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.custom-coupon-section .custom-coupon-content .wc-block-components-text-input input:focus {
  border-color: #4AAD31;
  box-shadow: 0 0 0 2px rgba(74, 173, 49, 0.1);
  outline: none;
}
.custom-coupon-section .custom-coupon-content .wc-block-components-text-input input::placeholder {
  color: #999;
}
@media only screen and (max-width: 640px) {
  .custom-coupon-section .custom-coupon-content .wc-block-components-text-input input {
    padding: 10px 12px;
  }
}
.custom-coupon-section .custom-coupon-content .custom-apply-coupon:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.custom-coupon-section .custom-coupon-content .custom-apply-coupon:hover:not(:disabled) {
  background-color: #398526;
}
.custom-coupon-section .custom-coupon-content .custom-coupon-message {
  margin-top: 15px;
  padding: 15px;
  border-radius: 4px;
  font-size: 0.9em;
}
.custom-coupon-section .custom-coupon-content .custom-coupon-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.custom-coupon-section .custom-coupon-content .custom-coupon-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@media only screen and (max-width: 991px) {
  .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .wc-block-components-sidebar {
    width: 100% !important;
  }
}

@media only screen and (max-width: 850px) {
  .wc-block-checkout__actions_row {
    flex-direction: column;
  }
  .wc-block-checkout__actions_row a {
    order: 2;
  }
  .wc-block-checkout__actions_row button {
    order: 1;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .wc-block-checkout__actions_row button {
    width: 100% !important;
  }
}

.wc-block-components-radio-control-accordion-option {
  background: #fff;
}

.woocommerce {
  width: 100%;
}
.woocommerce .woocommerce-order {
  background: #fff;
  padding: 2rem;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  margin: 0 auto;
  max-width: 800px;
}
.woocommerce .woocommerce-order .woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce .woocommerce-order h2,
.woocommerce .woocommerce-order h3,
.woocommerce .woocommerce-order .wc-block-components-product-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.woocommerce .woocommerce-order p {
  line-height: 1.6;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a8c42;
  background: #eafaf0;
  border: 1px solid #c6efd9;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-order .woocommerce-notice--error {
  font-size: 1.05rem;
  font-weight: 500;
  color: #a94442;
  background: #fcebea;
  border: 1px solid #f5c6cb;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
.woocommerce .woocommerce-order .woocommerce-order-overview li {
  flex: 1 1 200px;
  list-style: none;
  color: #555;
}
@media (max-width: 850px) {
  .woocommerce .woocommerce-order .woocommerce-order-overview li {
    flex: 1;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-overview li strong {
  display: block;
  color: #222;
  margin-top: 0.25rem;
}
.woocommerce .woocommerce-order .woocommerce-customer-details {
  margin-top: 2rem;
  border-radius: 6px;
}
.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.6;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address p {
  margin: 0.25rem 0;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border-radius: 6px;
  padding: 1rem;
  margin: 2rem auto;
  max-width: 800px;
  line-height: 1.5;
}
.woocommerce .woocommerce-message.woocommerce-message,
.woocommerce .woocommerce-info.woocommerce-message,
.woocommerce .woocommerce-error.woocommerce-message {
  background: #eafaf0;
  border: 1px solid #c6efd9;
  color: #1a8c42;
}
.woocommerce .woocommerce-message.woocommerce-info,
.woocommerce .woocommerce-info.woocommerce-info,
.woocommerce .woocommerce-error.woocommerce-info {
  background: #f0f7fd;
  border: 1px solid #b9dffa;
  color: #31708f;
}
.woocommerce .woocommerce-message.woocommerce-error,
.woocommerce .woocommerce-info.woocommerce-error,
.woocommerce .woocommerce-error.woocommerce-error {
  background: #fcebea;
  border: 1px solid #f5c6cb;
  color: #a94442;
}
@media (max-width: 850px) {
  .woocommerce .woocommerce-order {
    padding: 1.5rem;
  }
  .woocommerce .woocommerce-order .woocommerce-order-overview {
    flex-direction: column;
  }
}

.woocommerce .site-main .col-1,
.woocommerce .site-main .col-2 {
  width: auto;
  flex: 1 1 100%;
}

.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  flex: 100% !important;
}

.woocommerce-table--order-details {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  border: none;
  border: 1px solid #E7EAEF;
  border-radius: 15px 0 30px 15px;
  -webkit-border-radius: 15px 0 30px 15px;
  -moz-border-radius: 15px 0 30px 15px;
  -ms-border-radius: 15px 0 30px 15px;
  -o-border-radius: 15px 0 30px 15px;
  border-radius: 15px 0 30px 15px;
  padding: 15px;
}
.woocommerce-table--order-details th {
  background: none;
  font-weight: 700;
  color: #11327B;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  border: none;
  text-align: left;
}
.woocommerce-table--order-details tbody tr {
  background: #FDFDFD;
  border-radius: 8px;
}
.woocommerce-table--order-details td {
  text-align: left;
  padding: 1rem;
  border: none;
  vertical-align: middle;
}
.woocommerce-table--order-details td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.woocommerce-table--order-details td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.woocommerce-table--order-details td .product-name {
  font-weight: 500;
  color: #333;
}
.woocommerce-table--order-details tfoot tr {
  border-radius: 6px;
  margin-top: 0.5rem;
}
.woocommerce-table--order-details tfoot tr:first-child {
  margin-top: 1rem;
}
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
  padding: 0.5rem 0;
  border: none;
  background: none;
}
.woocommerce-table--order-details tfoot th {
  font-weight: 700;
  text-align: left;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.woocommerce-table--order-details tfoot td {
  font-weight: 600;
  text-align: left;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.woocommerce-table--order-details tfoot tr:last-child th {
  font-weight: 700;
}
.woocommerce-table--order-details tfoot tr:last-child td {
  font-size: 1.1rem;
  font-weight: 700;
}

.woocommerce-order-details__notes {
  background: #fffbe5;
  border: 1px solid #f3e49f;
  padding: 1rem;
  border-radius: 4px;
  color: #665c00;
  margin-bottom: 2rem;
}

.woocommerce-customer-details {
  margin-top: 2rem;
  border-radius: 6px;
}
.woocommerce-customer-details .woocommerce-customer-details__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-customer-details .woocommerce-columns--addresses {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  flex: 1 1 300px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.5rem;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address {
  font-style: normal;
  line-height: 1.6;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address p {
  margin: 0.25rem 0;
}

@media only screen and (max-width: 850px) {
  .woocommerce-order-overview {
    flex-direction: column;
  }
  .woocommerce-customer-details .woocommerce-columns--addresses {
    flex-direction: column;
    gap: 1rem;
  }
  .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    padding: 1rem;
    flex: 1 1 100%;
    width: 100%;
  }
}
.elearning-cta:not(:first-child) {
  margin-top: 30px;
}
.elearning-cta .inner-cta {
  background: #4AAD31;
  padding: 30px;
  border-radius: 0 15px 30px 15px;
  -webkit-border-radius: 0 15px 30px 15px;
  -moz-border-radius: 0 15px 30px 15px;
  -ms-border-radius: 0 15px 30px 15px;
  -o-border-radius: 0 15px 30px 15px;
  border-radius: 0 15px 30px 15px;
}
.elearning-cta .inner-cta * {
  color: #fff;
}

.woocommerce .woocommerce-order-pay .payment-failed-header {
  text-align: center;
  margin: 2rem auto;
  max-width: 800px;
  padding: 0 1rem;
}
.woocommerce .woocommerce-order-pay .payment-failed-header h1, .woocommerce .woocommerce-order-pay .payment-failed-header h2 {
  color: #a94442;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  .woocommerce .woocommerce-order-pay .payment-failed-header h1, .woocommerce .woocommerce-order-pay .payment-failed-header h2 {
    font-size: 1.5rem;
  }
}
.woocommerce .woocommerce-order-pay .payment-failed-header .payment-failed-subtitle {
  color: #565656;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .woocommerce .woocommerce-order-pay .payment-failed-header .payment-failed-subtitle {
    font-size: 1rem;
  }
}
.woocommerce .payment-retry-section {
  text-align: center;
  margin: 2rem auto;
  max-width: 800px;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 850px) {
  .woocommerce .payment-retry-section {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce .payment-retry-section {
    padding: 1rem;
    margin: 1rem auto;
  }
}
.woocommerce .payment-retry-section h2 {
  color: #a94442;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 640px) {
  .woocommerce .payment-retry-section h2 {
    font-size: 1.5rem;
  }
}
.woocommerce .payment-retry-section .retry-subtitle {
  color: #565656;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .woocommerce .payment-retry-section .retry-subtitle {
    font-size: 1rem;
  }
}
.woocommerce .payment-retry-section .order-details-link {
  display: inline-block;
  margin-top: 1rem;
  color: #4AAD31;
  text-decoration: underline;
}
.woocommerce .payment-retry-section .order-details-link:hover {
  color: #317120;
}
.woocommerce .woocommerce-notices-wrapper + form#order_review {
  margin-top: 0;
}
.woocommerce form#order_review {
  background: #fff;
  padding: 2rem;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  margin: 0 auto;
  max-width: 800px;
}
@media only screen and (max-width: 850px) {
  .woocommerce form#order_review {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce form#order_review {
    padding: 1rem;
  }
}
.woocommerce form#order_review .shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  border: 1px solid #E7EAEF;
  border-radius: 15px 0 30px 15px;
  -webkit-border-radius: 15px 0 30px 15px;
  -moz-border-radius: 15px 0 30px 15px;
  -ms-border-radius: 15px 0 30px 15px;
  -o-border-radius: 15px 0 30px 15px;
  border-radius: 15px 0 30px 15px;
  padding: 15px;
}
.woocommerce form#order_review .shop_table thead th {
  background: none;
  font-weight: 700;
  color: #11327B;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  border: none;
  text-align: left;
  border-bottom: 2px solid #E7EAEF;
}
@media only screen and (max-width: 640px) {
  .woocommerce form#order_review .shop_table thead th {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
}
.woocommerce form#order_review .shop_table tbody tr.order_item {
  background: #FDFDFD;
  border-radius: 8px;
}
.woocommerce form#order_review .shop_table tbody tr.order_item td {
  text-align: left;
  padding: 1rem;
  border: none;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .woocommerce form#order_review .shop_table tbody tr.order_item td {
    padding: 0.75rem 0.5rem;
  }
}
.woocommerce form#order_review .shop_table tbody tr.order_item td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.woocommerce form#order_review .shop_table tbody tr.order_item td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.woocommerce form#order_review .shop_table tbody tr.order_item td .product-name {
  font-weight: 500;
  color: #333;
}
.woocommerce form#order_review .shop_table tbody tr.order_item td .product-quantity strong {
  color: #11327B;
}
.woocommerce form#order_review .shop_table tbody tr.order_item td .woocommerce-Price-amount {
  font-weight: 600;
}
.woocommerce form#order_review .shop_table tfoot tr th,
.woocommerce form#order_review .shop_table tfoot tr td {
  padding: 0.75rem 1rem;
  border: none;
  background: none;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .woocommerce form#order_review .shop_table tfoot tr th,
  .woocommerce form#order_review .shop_table tfoot tr td {
    padding: 0.5rem;
  }
}
.woocommerce form#order_review .shop_table tfoot tr th {
  font-weight: 700;
}
.woocommerce form#order_review .shop_table tfoot tr td {
  font-weight: 600;
}
.woocommerce form#order_review .shop_table tfoot tr td .woocommerce-Price-amount {
  font-weight: 700;
}
.woocommerce form#order_review .shop_table tfoot tr:last-child th {
  font-weight: 700;
  font-size: 1.1rem;
}
.woocommerce form#order_review .shop_table tfoot tr:last-child td {
  font-size: 1.1rem;
  font-weight: 700;
}
.woocommerce form#order_review #payment {
  background: #FDFDFD;
  border: 1px solid #E7EAEF;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .woocommerce form#order_review #payment {
    padding: 15px;
  }
}
.woocommerce form#order_review #payment .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.woocommerce form#order_review #payment .wc_payment_methods .wc_payment_method {
  margin-bottom: 15px;
  background: #fff;
  border: 2px solid #E7EAEF;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce form#order_review #payment .wc_payment_methods .wc_payment_method:hover {
  border-color: #4AAD31;
}
.woocommerce form#order_review #payment .wc_payment_methods .wc_payment_method input[type=radio] {
  margin-right: 0.5rem;
}
.woocommerce form#order_review #payment .wc_payment_methods .wc_payment_method label {
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
.woocommerce form#order_review #payment .wc_payment_methods .wc_payment_method label .mollie-gateway-icon {
  margin-left: auto;
  max-height: 24px;
  width: auto;
}
.woocommerce form#order_review #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
  border: 1px solid #E7EAEF;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.woocommerce form#order_review #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #565656;
}
.woocommerce form#order_review #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  margin: 0;
}
.woocommerce form#order_review #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: #4AAD31;
  text-decoration: underline;
}
.woocommerce form#order_review #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover {
  color: #317120;
}
.woocommerce form#order_review #payment #place_order {
  width: 100%;
  background: #4AAD31;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.woocommerce form#order_review #payment #place_order:hover {
  background: #398526;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 173, 49, 0.3);
}
.woocommerce form#order_review #payment #place_order:active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.woocommerce form#order_review #payment #place_order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.woocommerce form#order_review #payment #place_order:disabled:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  box-shadow: none;
}
@media only screen and (max-width: 640px) {
  .woocommerce form#order_review #payment #place_order {
    padding: 15px;
    font-size: 1rem;
  }
}
.woocommerce .woocommerce-notices-wrapper {
  margin: 0 auto 2rem auto;
  max-width: 800px;
}
.woocommerce .woocommerce-notices-wrapper .in-grid {
  width: 100%;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  background: #fcebea;
  border: 1px solid #f5c6cb;
  color: #a94442;
  padding: 1rem;
  border-radius: 6px;
  font-size: 1.05rem;
  font-weight: 500;
  list-style: none;
  margin: 0;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .woocommerce form#order_review .shop_table {
    font-size: 0.85rem;
  }
  .woocommerce form#order_review .shop_table thead th.product-name {
    width: 45%;
  }
  .woocommerce form#order_review .shop_table thead th.product-quantity {
    width: 25%;
    text-align: center;
  }
  .woocommerce form#order_review .shop_table thead th.product-total {
    width: 30%;
    text-align: right;
  }
  .woocommerce form#order_review .shop_table tbody td.product-quantity {
    text-align: center;
  }
  .woocommerce form#order_review .shop_table tbody td.product-subtotal {
    text-align: right;
  }
  .woocommerce form#order_review .shop_table tfoot th, .woocommerce form#order_review .shop_table tfoot td {
    font-size: 0.9rem;
  }
}

.account-page .in-grid .woocommerce {
  width: 100%;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation {
  position: relative;
  background: #FDFDFD;
  padding: 10px 15px;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 2;
  right: 15px;
  background: linear-gradient(90deg, rgba(253, 253, 253, 0) 0%, #fdfdfd 100%);
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid nav.woocommerce-MyAccount-navigation:after {
    display: block;
  }
}
.account-page .in-grid ul {
  list-style: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid ul {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch !important;
  }
  .account-page .in-grid ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #E7EAEF;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .account-page .in-grid ul::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #E7EAEF;
    cursor: pointer;
  }
  .account-page .in-grid ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333333;
  }
}
.account-page .in-grid ul li:not(:last-child) {
  margin-right: 30px;
}
.account-page .in-grid .woocommerce-MyAccount-content {
  padding-bottom: 60px;
  padding-top: 60px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #565656;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell:not(:first-child) {
  margin-top: 5px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell > span.cell-title {
  margin-right: 5px;
  font-weight: bold;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action {
  text-decoration: underline;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .orders-table-inner .table-row .table-cell .order-action:not(:last-child) {
  margin-right: 10px;
}

.woocommerce-account .account-page {
  padding: 90px 0;
}
.woocommerce-account .u-columns {
  width: 100%;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
@media only screen and (max-width: 850px) {
  .woocommerce-account .u-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-account .u-columns > div {
  width: 100%;
  padding: 30px;
  background: #FDFDFD;
}
.woocommerce-account .u-columns > div h1, .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div h3, .woocommerce-account .u-columns > div .wc-block-components-product-name, .woocommerce-account .u-columns > div h4, .woocommerce-account .u-columns > div .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar .woocommerce-account .u-columns > div .wc-block-cart__totals-title, .woocommerce-account .u-columns > div .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .woocommerce-account .u-columns > div .wc-block-cart__totals-title, .woocommerce-account .u-columns > div .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .woocommerce-account .u-columns > div .wc-block-cart__totals-title {
  margin-bottom: 15px;
}
.woocommerce-account .u-columns > div .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}
.woocommerce-account .u-columns > div .lost_password {
  margin-top: 15px;
}
.woocommerce-account .u-columns > div .show-password-input {
  display: none;
}

.woocommerce-lost-password .woocommerce {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.woocommerce-lost-password .lost_reset_password {
  padding: 30px;
  background: #FDFDFD;
  max-width: 600px;
}
.woocommerce-lost-password .lost_reset_password p {
  margin-bottom: 15px;
}

.single-product .product {
  position: relative;
}
.single-product .product .sticky-add-to-cart-bar {
  position: sticky;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #E7EAEF;
  border-top: 2px solid #4AAD31;
  padding: 15px 0;
}
@media only screen and (max-width: 991px) {
  .single-product .product .sticky-add-to-cart-bar {
    position: relative;
    background: transparent;
  }
}
.single-product .product .sticky-add-to-cart-bar .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .product-info {
  max-width: calc(33.3333333333% - 30px);
}
@media only screen and (max-width: 991px) {
  .single-product .product .sticky-add-to-cart-bar .in-grid .product-info {
    width: 100%;
    max-width: 100%;
  }
}
.single-product .product .sticky-add-to-cart-bar .in-grid .product-info span {
  font-weight: bold;
  color: #11327B;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .product-info .price {
  font-size: 16px;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .product-info .price * {
  color: #333333;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section {
  gap: 15px;
  max-width: 66.6666666667%;
}
@media only screen and (max-width: 991px) {
  .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section {
    width: 100%;
    max-width: 100%;
  }
}
.single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
}
.single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div .inner {
  padding: 15px;
  width: 100%;
  color: #fff;
  gap: 15px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-radius: 0 15px 7.5px 7.5px;
  -webkit-border-radius: 0 15px 7.5px 7.5px;
  -moz-border-radius: 0 15px 7.5px 7.5px;
  -ms-border-radius: 0 15px 7.5px 7.5px;
  -o-border-radius: 0 15px 7.5px 7.5px;
  border-radius: 0 15px 7.5px 7.5px;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div .inner > div {
  width: 100%;
  font-size: 16px;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div .inner > div a, .single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div .inner > div button {
  font-size: 16px !important;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner {
  background: #11327B;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner a {
  background: #fff !important;
  color: #11327B !important;
  display: flex;
  width: fit-content;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.buy-codes .inner a:hover {
  color: #fff !important;
  background: #4AAD31 !important;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.add-to-cart .inner {
  background: #4AAD31;
}
.single-product .product .sticky-add-to-cart-bar .in-grid .add-to-cart-section > div.add-to-cart .inner form {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 15px;
}
.single-product .product-summary {
  padding: 30px 0 0 0;
}
.single-product .product-summary .rank-math-breadcrumb {
  padding-top: 0 !important;
}
.single-product .product-summary .grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.single-product .product-summary .grid .woocommerce-product-gallery {
  width: 41.6666666667%;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .grid .woocommerce-product-gallery {
    width: 100%;
  }
}
.single-product .product-summary .grid .woocommerce-product-gallery .woocommerce-product-gallery__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.single-product .product-summary .grid .woocommerce-product-gallery .woocommerce-product-gallery__image .woocommerce-product-gallery__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 90px 0 0 0;
  -webkit-border-radius: 90px 0 0 0;
  -moz-border-radius: 90px 0 0 0;
  -ms-border-radius: 90px 0 0 0;
  -o-border-radius: 90px 0 0 0;
  border-radius: 90px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .single-product .product-summary .grid .woocommerce-product-gallery .woocommerce-product-gallery__image .woocommerce-product-gallery__wrapper {
    border-radius: 60px 0 0 0;
    -webkit-border-radius: 60px 0 0 0;
    -moz-border-radius: 60px 0 0 0;
    -ms-border-radius: 60px 0 0 0;
    -o-border-radius: 60px 0 0 0;
    border-radius: 60px 0 0 0;
  }
}
.single-product .product-summary .grid .summary {
  width: 58.3333333333%;
  padding-left: calc((100% - 1400px) / 2 + 15px) !important;
  padding-right: 30px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1400px) {
  .single-product .product-summary .grid .summary {
    padding-left: 15px !important;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .grid .summary {
    width: 100%;
    margin-top: 30px;
  }
}
.single-product .product-summary .grid .summary .product_title {
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #4AAD31;
  width: fit-content;
  border-radius: 0 30px 30px 30px;
  -webkit-border-radius: 0 30px 30px 30px;
  -moz-border-radius: 0 30px 30px 30px;
  -ms-border-radius: 0 30px 30px 30px;
  -o-border-radius: 0 30px 30px 30px;
  border-radius: 0 30px 30px 30px;
  margin-bottom: 15px;
  margin-left: -30px;
}
@media only screen and (max-width: 1400px) {
  .single-product .product-summary .grid .summary .product_title {
    margin-left: 0;
  }
}
.single-product .product-summary .grid .mobile-add-to-cart-section {
  display: none;
  width: 100%;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #11327B;
}
@media only screen and (max-width: 991px) {
  .single-product .product-summary .grid .mobile-add-to-cart-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-product .product-summary .grid .mobile-add-to-cart-section > * {
    width: 100%;
  }
}
.single-product .product-summary .grid .mobile-add-to-cart-section form {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.single-product .product-information {
  padding: 90px 0;
  background: #FDFDFD;
}
.single-product .product-information .in-grid .content-col {
  width: 66.6666666667%;
  gap: 30px;
  padding-right: 60px !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.single-product .product-information .in-grid .content-col:only-child {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .single-product .product-information .in-grid .content-col {
    width: 100%;
    padding-right: 15px !important;
  }
}
.single-product .product-information .in-grid .content-col > div {
  width: 100%;
}
.single-product .product-information .in-grid .sidebar-col {
  width: 33.3333333333%;
}
@media only screen and (max-width: 991px) {
  .single-product .product-information .in-grid .sidebar-col {
    width: 100%;
    margin-top: 60px;
  }
}
.single-product .product-description .woocommerce-tabs {
  width: 100%;
}
.single-product .product-description .woocommerce-tabs .tabs {
  list-style: none;
}
.single-product .product-description .woocommerce-tabs .tabs li:not(:last-of-type) {
  margin-right: 30px;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 100%;
  overflow-x: auto;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table th,
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table td {
  padding: 0.75rem;
  text-align: left;
  border: 1px solid #e0e0e0;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table th {
  background-color: #f9f9f9;
  font-weight: 600;
}
.single-product .product-description .woocommerce-tabs .woocommerce-Tabs-panel table th.woocommerce-product-attributes-item__label {
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
  width: 35%;
}
.single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.single-product .related-products .products-grid:not(:first-child), .single-product .upsell-products .products-grid:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-product .hide-quantity-field .quantity {
  display: none !important;
}

.quantity {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 7.5px;
}
.quantity input {
  width: auto;
  min-width: 35px;
  width: 70px;
}
.quantity button {
  padding: 0 !important;
  background: #11327B;
  color: #fff;
}
.quantity button.quantity-button {
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 24px;
  font-family: arial;
  line-height: 1;
  color: #fff !important;
  background: #11327B !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.woocommerce.post-type-archive-product .in-grid .woocommerce-products-header, .woocommerce.post-type-archive-product .in-grid .woocommerce-notices-wrapper, .woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .woocommerce-products-header, .woocommerce.tax-product_cat .in-grid .woocommerce-notices-wrapper, .woocommerce.tax-product_cat .in-grid .results-ordering-container, .woocommerce.tax-product_cat .in-grid .products-grid {
  width: 100%;
}
.woocommerce.post-type-archive-product .in-grid .results-ordering-container, .woocommerce.tax-product_cat .in-grid .results-ordering-container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.woocommerce.post-type-archive-product .in-grid .results-ordering-container:not(:first-child), .woocommerce.tax-product_cat .in-grid .results-ordering-container:not(:first-child) {
  margin-top: 30px;
}
.woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.woocommerce.post-type-archive-product .in-grid .products-grid:not(:first-child), .woocommerce.tax-product_cat .in-grid .products-grid:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce.post-type-archive-product .in-grid .products-grid, .woocommerce.tax-product_cat .in-grid .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}