/*--------------------------------------------------------------
>>> 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-700 - 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: 700;
  src: url("/wp-content/themes/cherry-child/assets/fonts/oswald-v57-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/cherry-child/assets/fonts/open-sans-v44-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - 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: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/cherry-child/assets/fonts/open-sans-v44-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ===============
   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: 1400px;
  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: 1400px) {
  .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 {
  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 #e30613 !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, .product-item-small a .product-content h2, 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: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  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 #e30613;
  cursor: help;
}

mark, ins {
  background: #f0f4f8;
  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: #f0f4f8;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 16px;
  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: 36px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.h2, h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.h3, h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.h4, h4, .product-item-small a .product-content h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.h5, h5 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.base-button, .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, .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .bottom-content a, button,
input[type=button],
input[type=submit] {
  -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: 15px;
  text-decoration: none;
  padding: 15px 20px;
  line-height: 1.2;
  background: #e30613 !important;
  color: #fff !important;
  text-align: center;
  -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: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.base-button span, .wc-block-components-button span, .ccwc-add-to-cart-modal .modal-content a.go-to-cart span,
.ccwc-add-to-cart-modal .modal-content .continue-shopping span, .btns .btn-main.primary a span, .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .bottom-content a span, button span,
input[type=button] span,
input[type=submit] span {
  color: #fff !important;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.base-button svg, .wc-block-components-button svg, .ccwc-add-to-cart-modal .modal-content a.go-to-cart svg,
.ccwc-add-to-cart-modal .modal-content .continue-shopping svg, .btns .btn-main.primary a svg, .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .bottom-content a svg, button svg,
input[type=button] svg,
input[type=submit] svg, .base-button i, .wc-block-components-button i, .ccwc-add-to-cart-modal .modal-content a.go-to-cart i,
.ccwc-add-to-cart-modal .modal-content .continue-shopping i, .btns .btn-main.primary a i, .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .bottom-content a i, button i,
input[type=button] i,
input[type=submit] i {
  color: #fff !important;
  position: relative;
  margin-left: 15px;
}
.base-button svg:after, .wc-block-components-button svg:after, .ccwc-add-to-cart-modal .modal-content a.go-to-cart svg:after,
.ccwc-add-to-cart-modal .modal-content .continue-shopping svg:after, .btns .btn-main.primary a svg:after, .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .bottom-content a svg:after, button svg:after,
input[type=button] svg:after,
input[type=submit] svg:after, .base-button i:after, .wc-block-components-button i:after, .ccwc-add-to-cart-modal .modal-content a.go-to-cart i:after,
.ccwc-add-to-cart-modal .modal-content .continue-shopping i:after, .btns .btn-main.primary a i:after, .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .bottom-content a i:after, button i:after,
input[type=button] i:after,
input[type=submit] i:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  height: 100%;
  width: 1px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.base-button: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, .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .bottom-content a:hover, button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #2e3b48 !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: #000;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.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: #000;
}
.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: #f0f4f8;
}

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

.fontawesome, .company-data-item:before, .flex-image-text-banner .back-banner .mobile-chevron-back:before, .flex-image-text-banner .front-banner .mobile-chevron:before, .wysiwyg-content ul li:before, footer .footer-top .column .company-data li.company:not(.logo):before, footer .footer-top .column .links ul li: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, .single-product .product-description .woocommerce-tabs .tabs, .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, .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-small > *, .product-item-small, .product-item > *, .product-item, .fancybox-container .fancybox-toolbar, .cc-slider .swiper-pagination.swiper-pagination-progressbar, .cc-slider .swiper-pagination, .cc-slider .slider-controls, .cc-slider.gallery-slider .image-slider-controls .swiper-button, .cc-slider.gallery-slider .image-slider-controls, .archive .no-results > div.page-content, .archive .no-results > header.page-content, .archive .no-results, .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, .project-card-item .inner-item, .project-card-item a, .faq-toggle-item .faq-toggle-question, .social-icons > ul, .icon-text, .title, .btns .btn-main.text a, .btns .btn-main, .btns, .flex-image-text.type-full-width .grid, .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .bottom-content, .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block, .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, .hero, .error404 .site-content, .responsive-menu-container .top-menu-block .contact-detail, .responsive-menu-container .top-menu-block, .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item-back a, .responsive-menu-container .responsive-menu-logo > a, .responsive-menu-container .responsive-menu-logo, header#masthead .main-navigation ul.menu, header#masthead .main-navigation .top-menu-bar .contact-detail, header#masthead .main-navigation .top-menu-bar, 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, .base-button, .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, .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .bottom-content a, button,
input[type=button],
input[type=submit] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-cover, .cc-slider.gallery-slider .swiper-wrapper .swiper-slide .image-container .image-holder img, .project-card-item .inner-item .image-bg img, .flex-image-gallery .in-grid .gallery-container .gallery-item a .image-container img, .flex-image-text.type-in-grid > div .image-col .image-holder img, .flex-image-text.type-full-width > div .image-col .image-holder img, .flex-image-text-banner .banner-bg img, .cc-contentcontainer .cc-image-element .image-holder img, .hero .hero-image img, .responsive-menu-container .top-menu-block .contact-detail .icon img, header#masthead .main-navigation .top-menu-bar .contact-detail .icon img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-contain, .product-item-small a .product-thumbnail img, .cc-slider.gallery-slider .swiper-wrapper .swiper-slide .product-item-small a .product-thumbnail img.image-container .image-holder img, .product-item-small a .product-thumbnail .cc-slider.gallery-slider .swiper-wrapper .swiper-slide img.image-container .image-holder img, .product-item a .product-thumbnail img, .cc-slider.gallery-slider .swiper-wrapper .swiper-slide .product-item a .product-thumbnail img.image-container .image-holder img, .product-item a .product-thumbnail .cc-slider.gallery-slider .swiper-wrapper .swiper-slide img.image-container .image-holder img, .cc-slider.gallery-slider .swiper-wrapper .swiper-slide .image-container.image-contain .image-holder 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: "Open Sans", sans-serif;
  font-size: 16px;
  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;
}
@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: #2e3b48;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.delete_list_item {
  background: #737373;
}
.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: 14px;
  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 #e3e3e3;
  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;
  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 #e3e3e3;
    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: #2e3b48;
}
.gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
  padding: 10px 0;
  border-bottom: 3px solid #e3e3e3;
}
.gf_page_steps .gf_step.gf_step_active {
  border-color: #737373;
  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: #737373;
}
.gf_page_steps .gf_step .gf_step_number {
  width: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  background: #737373 !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: 14px;
}

.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: 16px;
  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: #e3e3e3;
  border-bottom: 1px solid #737373;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #737373;
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
.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: #737373;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #e3e3e3;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #e3e3e3;
  color: #2e3b48;
  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: #2e3b48;
}
.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: #f0f4f8;
}
.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: #cacaca;
}
.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: #e3e3e3;
  color: #737373;
}
.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: #737373;
}

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

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

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

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

/* ===============
   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 #f0f4f8 inset;
  -webkit-text-fill-color: #000;
}

/* GF Spinner */
.gform_ajax_spinner, .gform-loader {
  margin-left: 10px !important;
  border: 4px solid #e30613;
  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: fixed;
  top: 0;
  left: 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;
  background: transparent;
  filter: drop-shadow(5px 5px 10px transparent);
}
.admin-bar header#masthead {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header#masthead {
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  header#masthead {
    padding: 15px;
    background: #fff;
  }
}
header#masthead.has-scrolled {
  background: #fff;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
}
.admin-bar header#masthead.has-scrolled {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header#masthead.has-scrolled {
    top: 0;
  }
}
header#masthead.has-scrolled .in-grid {
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  -o-align-items: center !important;
  align-items: center !important;
}
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: 991px) {
  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 .in-grid.menu-bar {
  width: 100%;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
header#masthead .site-branding {
  padding: 15px;
  background: #fff;
  margin-left: 15px;
}
.mobile-device header#masthead .site-branding {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  header#masthead .site-branding {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
header#masthead .site-branding > a {
  width: max-content;
}
header#masthead .site-branding > a img {
  height: 54px;
  display: block;
  width: auto !important;
}
.mobile-device header#masthead .site-branding > a img {
  height: 40px;
}
@media only screen and (max-width: 991px) {
  header#masthead .site-branding > a img {
    height: 40px;
  }
}
header#masthead .main-navigation {
  padding: 15px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
header#masthead .main-navigation .top-menu-bar {
  -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;
  gap: 15px;
  background: #2e3b48;
  padding: 5px 15px !important;
  margin-bottom: 10px;
  -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 .top-menu-bar * {
  color: #fff;
  font-size: 14px;
}
header#masthead .main-navigation .top-menu-bar svg path {
  fill: #fff;
}
header#masthead .main-navigation .top-menu-bar .contact-detail {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  padding-left: calc(20px + 7.5px);
}
header#masthead .main-navigation .top-menu-bar .contact-detail .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-device header#masthead .main-navigation {
  display: none;
}
@media only screen and (max-width: 991px) {
  header#masthead .main-navigation {
    display: none;
  }
}
header#masthead .main-navigation ul {
  list-style: none !important;
}
header#masthead .main-navigation ul li a {
  color: #2e3b48;
  display: block;
  font-size: 16px;
  line-height: 1.8;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Oswald", 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;
}
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;
  gap: 1px;
}
header#masthead .main-navigation ul.menu > li.menu-item > a {
  background: #2e3b48;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
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 {
  padding: 10px 30px 10px 20px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  content: "\f078";
  font-weight: bold;
  width: 10px;
  text-align: center;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  position: absolute;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  background-color: #f0f4f8;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item {
  border-bottom: 1px solid #e3e3e3;
}
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;
  font-weight: bold;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current-menu-item > a {
  background-color: #e30613;
  color: #fff;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item:hover > a {
  background-color: #e30613;
  color: #fff;
}
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 {
  background: #e30613;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover > a, header#masthead .main-navigation ul.menu > li.menu-item.sub-menu-open > a {
  background: #e30613;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover > ul.sub-menu, header#masthead .main-navigation ul.menu > li.menu-item.sub-menu-open > ul.sub-menu {
  display: block !important;
  z-index: 9999;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children.sub-menu-open > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
header#masthead .main-navigation ul.menu li.menu-item.menu-item-has-children.sub-menu-open > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
}
header#masthead .responsive-menu-button {
  display: none;
}
.mobile-device header#masthead .responsive-menu-button {
  display: block;
}
@media only screen and (max-width: 991px) {
  header#masthead .responsive-menu-button {
    display: block;
  }
}
header#masthead .responsive-menu-container {
  display: none;
}
.mobile-device header#masthead .responsive-menu-container {
  display: block;
}
@media only screen and (max-width: 991px) {
  header#masthead .responsive-menu-container {
    display: block;
  }
}
header#masthead .responsive-menu-container.is-open {
  visibility: visible;
  opacity: 1;
}

/* ===============
   Footer
   =============== */
footer {
  background-color: #2e3b48;
}
footer *, footer h1, footer h2, footer h3, footer h4, footer .product-item-small a .product-content h2, .product-item-small a .product-content footer h2, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
  color: #fff;
}
footer .footer-top {
  padding: 60px 0 20px;
}
@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 .title {
  margin-bottom: 15px;
}
footer .footer-top .column .title img {
  display: none !important;
}
footer .footer-top .column .links ul li {
  padding-left: 30px;
  position: relative;
}
footer .footer-top .column .links ul li:before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  color: #e30613;
  font-weight: bold;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .footer-top .column li:not(:first-child) {
  margin-top: 15px;
}
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: 14px;
  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: 15px 0;
}
footer .bottom-footer > .in-grid {
  position: relative;
  margin-top: 15px;
}
footer .bottom-footer > .in-grid:before {
  content: "";
  left: 15px;
  top: -15px;
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  background: #737373;
}
footer .bottom-footer a {
  color: #ffffff;
}
footer .bottom-footer .copyright {
  font-size: 14px;
}
footer .bottom-footer .designed-by {
  font-size: 14px;
  text-align: right;
}
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 a :focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #e30613;
}
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: #fff;
  border: 1px solid #737373;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  position: fixed;
  right: 15px;
  top: 14px;
  -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;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 99999;
}
.admin-bar .hamburger {
  top: 46px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .hamburger {
    top: 14px;
  }
}
.mobile-device .hamburger {
  display: block;
}
@media only screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger-box {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
.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: #737373;
  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: 70px;
  -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: 991px) {
  .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 #e3e3e3;
}
.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: #2e3b48;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.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: #e30613;
}
.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%;
  font-size: 12px;
  -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: 100px;
  background: #f0f4f8;
  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 ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item-back a {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item-back a i {
  margin-right: 7.5px;
  font-size: 12px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item-parent-duplicate {
  border-bottom: 1px solid #2e3b48;
  padding-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);
}
.responsive-menu-container .top-menu-block {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  background: #2e3b48;
  padding: 15px;
  margin-top: 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;
}
.responsive-menu-container .top-menu-block * {
  color: #fff;
  font-size: 14px;
}
.responsive-menu-container .top-menu-block svg path {
  fill: #fff;
}
.responsive-menu-container .top-menu-block .label {
  font-weight: bold;
}
.responsive-menu-container .top-menu-block .contact-detail {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  padding-left: calc(20px + 7.5px);
}
.responsive-menu-container .top-menu-block .contact-detail .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ===============
   GLOBAL SETTINGS
   =============== */
/* ===Body=== */
body {
  background: #fff; /* 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: #e30613;
}
a:visited, a:hover, a:focus, a:active {
  color: #e30613;
}
a:hover, a:active {
  outline: 0;
}

h1, h2, h3, h4, .product-item-small a .product-content h2, h5, h6 {
  clear: both;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #2e3b48;
}

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

/* ===Posts=== */
.comments-area .comment-list .comment {
  background-color: #e3e3e3;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #e30613;
}
.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 #e3e3e3;
}
@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 #e3e3e3;
    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: #e3e3e3;
  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 h4, .wysiwyg-content .product-item-small a .product-content h2, .product-item-small a .product-content .wysiwyg-content h2, .wysiwyg-content h5, .wysiwyg-content h6 {
  margin-bottom: 15px;
}
.wysiwyg-content p {
  margin-bottom: 1.5em;
}
.wysiwyg-content ul {
  margin-bottom: 1.5em;
  padding: 0;
  list-style: none;
}
.wysiwyg-content ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  padding-left: 25px;
}
.wysiwyg-content ul li:before {
  position: absolute;
  left: 0;
  content: "\f111";
  color: #000;
  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: 1.5em;
}
.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: 1.5em;
}
.wysiwyg-content figure {
  margin-bottom: 1.5em;
}
.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: 14px;
  padding: 5px;
  background: #f0f4f8;
  font-style: italic;
}

.hero {
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.hero.content-align-top {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.hero.content-align-top.hero-big .in-grid > div {
  padding-top: 210px;
}
@media only screen and (max-width: 991px) {
  .hero.content-align-top.hero-big .in-grid > div {
    padding-top: 160px;
  }
}
.hero.content-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.hero.content-align-bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.hero .in-grid {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero .in-grid > div {
  width: 50%;
  padding: 210px 0 90px 0;
  max-width: 550px;
}
@media only screen and (max-width: 1200px) {
  .hero .in-grid > div {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 991px) {
  .hero .in-grid > div {
    padding: 160px 0 90px 0;
  }
}
@media only screen and (max-width: 850px) {
  .hero .in-grid > div {
    width: 100%;
  }
}
.hero .in-grid > div * {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.hero .in-grid > div .title img {
  display: none !important;
}
.hero .in-grid > div h1, .hero .in-grid > div .h1 {
  font-size: 80px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .hero .in-grid > div h1, .hero .in-grid > div .h1 {
    font-size: 36px;
  }
}
.hero.hero-big {
  min-height: 700px;
}
@media only screen and (max-width: 1200px) {
  .hero.hero-big {
    min-height: 550px;
  }
}
@media only screen and (max-width: 850px) {
  .hero.hero-big {
    min-height: 450px;
  }
}
.hero .hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
.hero .hero-image.align-top > img {
  object-position: top center;
}
.hero .hero-image.align-center > img {
  object-position: center;
}
.hero .hero-image.align-bottom > img {
  object-position: bottom center;
}

.cc-contentcontainer > div {
  width: 100%;
}
.cc-contentcontainer > div:not(:first-child) {
  margin-top: 20px;
}
.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;
}
.flex-row {
  position: relative;
}
.flex-row > div {
  position: relative;
  z-index: 2;
}
.flex-row:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.flex-row.bg-color-white:before {
  background: #fff;
}
.flex-row.bg-color-white + .bg-color-white {
  padding-top: 10px !important;
}
.flex-row.bg-color-light-grey:before {
  background: #f0f4f8;
}
.flex-row.bg-color-light-grey + .bg-color-light-grey {
  padding-top: 0 !important;
}
.flex-row.bg-color-light-grey .faq-toggle-item .faq-toggle-question {
  background: #fff !important;
}
.flex-row.bg-color-light-grey .faq-toggle-item .faq-toggle-answer {
  background: #fff !important;
}
.flex-row:first-child:not(.flex-image-text-banner).bg-color-white, .flex-row:first-child:not(.flex-image-text-banner).flex-cta-blocks-row, .flex-row:first-child:not(.flex-image-text.type-full-width).bg-color-white, .flex-row:first-child:not(.flex-image-text.type-full-width).flex-cta-blocks-row {
  padding-top: 0 !important;
  position: relative;
  z-index: 5;
}
.flex-row:first-child:not(.flex-image-text-banner).bg-color-white:before, .flex-row:first-child:not(.flex-image-text-banner).flex-cta-blocks-row:before, .flex-row:first-child:not(.flex-image-text.type-full-width).bg-color-white:before, .flex-row:first-child:not(.flex-image-text.type-full-width).flex-cta-blocks-row:before {
  height: calc(100% - 60px);
}
@media only screen and (max-width: 1400px) {
  .flex-row:first-child:not(.flex-image-text-banner).bg-color-white:before, .flex-row:first-child:not(.flex-image-text-banner).flex-cta-blocks-row:before, .flex-row:first-child:not(.flex-image-text.type-full-width).bg-color-white:before, .flex-row:first-child:not(.flex-image-text.type-full-width).flex-cta-blocks-row:before {
    height: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .flex-row:first-child:not(.flex-image-text-banner).bg-color-white, .flex-row:first-child:not(.flex-image-text-banner).flex-cta-blocks-row, .flex-row:first-child:not(.flex-image-text.type-full-width).bg-color-white, .flex-row:first-child:not(.flex-image-text.type-full-width).flex-cta-blocks-row {
    padding-top: 15px !important;
    margin-top: 0;
  }
}
.flex-row:first-child:not(.flex-image-text-banner).bg-color-white .in-grid, .flex-row:first-child:not(.flex-image-text-banner).flex-cta-blocks-row .in-grid, .flex-row:first-child:not(.flex-image-text.type-full-width).bg-color-white .in-grid, .flex-row:first-child:not(.flex-image-text.type-full-width).flex-cta-blocks-row .in-grid {
  background: #fff;
  padding-top: 60px;
  margin-top: -60px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1400px) {
  .flex-row:first-child:not(.flex-image-text-banner).bg-color-white .in-grid, .flex-row:first-child:not(.flex-image-text-banner).flex-cta-blocks-row .in-grid, .flex-row:first-child:not(.flex-image-text.type-full-width).bg-color-white .in-grid, .flex-row:first-child:not(.flex-image-text.type-full-width).flex-cta-blocks-row .in-grid {
    padding-top: 60px;
    margin-top: 0;
  }
}
.flex-row:first-child:not(.flex-image-text-banner).flex-image-text.type-in-grid, .flex-row:first-child:not(.flex-image-text.type-full-width).flex-image-text.type-in-grid {
  padding-top: 0 !important;
}
.flex-row:first-child:not(.flex-image-text-banner).flex-image-text.type-in-grid .in-grid, .flex-row:first-child:not(.flex-image-text.type-full-width).flex-image-text.type-in-grid .in-grid {
  padding-top: 0 !important;
}
.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-cta-blocks-row {
  padding: 0 15px;
}
.flex-cta-blocks-row:before {
  background: #2e3b48 !important;
}
.flex-cta-blocks-row .in-grid {
  padding-top: 0 !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.flex-cta-blocks-row .in-grid .blocks-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 850px) {
  .flex-cta-blocks-row .in-grid .blocks-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flex-cta-blocks-row .in-grid .blocks-container .cta-block {
  position: relative;
}
.flex-cta-blocks-row .in-grid .blocks-container .cta-block:nth-of-type(odd):not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  height: calc(100% - 60px);
  width: 1px;
  background: #e3e3e3;
}
@media only screen and (max-width: 850px) {
  .flex-cta-blocks-row .in-grid .blocks-container .cta-block:after {
    content: "";
    position: absolute !important;
    right: 15px !important;
    top: 0 !important;
    height: 1px !important;
    width: calc(100% - 30px) !important;
    background: #e3e3e3 !important;
  }
}
.flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block {
  padding: 30px;
  height: 100%;
  -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: 850px) {
  .flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block {
    padding: 30px 15px;
  }
}
.flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .top-content p.h2 {
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
}
.flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .top-content p.h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/cherry-child/assets/img/before_title.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .top-content p.h2:after {
  content: "";
  position: absolute;
  left: calc(30px + 15px);
  top: 50%;
  width: 1px;
  height: 30px;
  background: #e3e3e3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flex-cta-blocks-row .in-grid .blocks-container .cta-block .inner-cta-block .bottom-content {
  margin-top: 15px;
}
.flex-image-text-banner {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  display: flex;
}
.flex-image-text-banner .front-banner {
  width: 100%;
  background: transparent;
  padding: 90px 0;
  transition: transform 0.5s ease-in-out;
  transform: translateX(0);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.flex-image-text-banner .front-banner .in-grid {
  flex: 1;
  display: flex;
  align-items: center;
}
.flex-image-text-banner .front-banner .in-grid * {
  color: #FFF;
}
.flex-image-text-banner .front-banner .mobile-chevron {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #e30613;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: 15px auto;
  position: relative;
  transition: all 0.3s ease;
}
.flex-image-text-banner .front-banner .mobile-chevron:before {
  content: "\f054";
  font-weight: bold;
  color: #e30613;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flex-image-text-banner .front-banner .mobile-chevron:hover, .flex-image-text-banner .front-banner .mobile-chevron:focus {
  background: #e30613;
  outline: none;
}
.flex-image-text-banner .front-banner .mobile-chevron:hover:before, .flex-image-text-banner .front-banner .mobile-chevron:focus:before {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .flex-image-text-banner .front-banner .mobile-chevron {
    display: block;
  }
}
.flex-image-text-banner .back-banner {
  width: 100%;
  background: #f0f4f8;
  padding: 90px 0;
  transition: transform 0.5s ease-in-out;
  transform: translateX(0);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.flex-image-text-banner .back-banner .in-grid {
  flex: 1;
  display: flex;
  align-items: center;
}
.flex-image-text-banner .back-banner .mobile-chevron-back {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #e30613;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: 15px auto;
  position: relative;
  transition: all 0.3s ease;
}
.flex-image-text-banner .back-banner .mobile-chevron-back:before {
  content: "\f053";
  font-weight: bold;
  color: #e30613;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flex-image-text-banner .back-banner .mobile-chevron-back:hover, .flex-image-text-banner .back-banner .mobile-chevron-back:focus {
  background: #e30613;
  outline: none;
}
.flex-image-text-banner .back-banner .mobile-chevron-back:hover:before, .flex-image-text-banner .back-banner .mobile-chevron-back:focus:before {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .flex-image-text-banner .back-banner .mobile-chevron-back {
    display: block;
  }
}
.flex-image-text-banner .banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  background: #2e3b48;
}
.flex-image-text-banner .banner-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .flex-image-text-banner:hover .front-banner {
    transform: translateX(-100%);
  }
  .flex-image-text-banner:hover .back-banner {
    transform: translateX(-100%);
  }
}
.flex-image-text-banner.mobile-active .front-banner {
  transform: translateX(-100%);
}
.flex-image-text-banner.mobile-active .front-banner .mobile-chevron:before {
  content: "\f053";
}
.flex-image-text-banner.mobile-active .back-banner {
  transform: translateX(-100%);
}

.flex-image-text.bg-color-light-grey {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.flex-image-text.bg-color-light-grey > div .content-col {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
@media only screen and (max-width: 991px) {
  .flex-image-text.bg-color-light-grey > div .content-col {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.flex-image-text.bg-color-white.type-full-width {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.flex-image-text.bg-color-white.type-full-width > div .content-col {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
@media only screen and (max-width: 991px) {
  .flex-image-text.bg-color-white.type-full-width > div .content-col {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.flex-image-text.bg-color-white.type-full-width + .bg-color-white {
  padding-top: 90px !important;
}
.flex-image-text.type-in-grid > div .content-col, .flex-image-text.type-full-width > div .content-col {
  width: 50%;
  padding: 30px;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
}
@media only screen and (max-width: 991px) {
  .flex-image-text.type-in-grid > div .content-col, .flex-image-text.type-full-width > div .content-col {
    width: 100%;
  }
}
.flex-image-text.type-in-grid > div .image-col, .flex-image-text.type-full-width > div .image-col {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .flex-image-text.type-in-grid > div .image-col, .flex-image-text.type-full-width > div .image-col {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.flex-image-text.type-in-grid > div .image-col .image-holder, .flex-image-text.type-full-width > div .image-col .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.flex-image-text.type-in-grid.image-pos-left > div .image-col, .flex-image-text.type-full-width.image-pos-left > div .image-col {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .flex-image-text.type-in-grid.image-pos-left > div .image-col, .flex-image-text.type-full-width.image-pos-left > div .image-col {
    order: 2;
  }
}
.flex-image-text.type-in-grid.image-pos-left > div .content-col, .flex-image-text.type-full-width.image-pos-left > div .content-col {
  padding-right: calc((100% - 1400px) / 2 + 30px) !important;
  order: 2;
}
@media only screen and (max-width: 1400px) {
  .flex-image-text.type-in-grid.image-pos-left > div .content-col, .flex-image-text.type-full-width.image-pos-left > div .content-col {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .flex-image-text.type-in-grid.image-pos-left > div .content-col, .flex-image-text.type-full-width.image-pos-left > div .content-col {
    order: 1;
  }
}
.flex-image-text.type-in-grid.image-pos-right > div .image-col, .flex-image-text.type-full-width.image-pos-right > div .image-col {
  order: 2;
}
.flex-image-text.type-in-grid.image-pos-right > div .content-col, .flex-image-text.type-full-width.image-pos-right > div .content-col {
  order: 1;
  padding-left: calc((100% - 1400px) / 2 + 30px) !important;
}
@media only screen and (max-width: 1400px) {
  .flex-image-text.type-in-grid.image-pos-right > div .content-col, .flex-image-text.type-full-width.image-pos-right > div .content-col {
    padding-left: 30px !important;
  }
}
.flex-image-text.type-in-grid .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.flex-image-text.type-in-grid .in-grid .image-col {
  aspect-ratio: auto 3/2;
}
.flex-image-text.type-full-width .grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.flex-image-text.type-full-width.image-pos-left .grid .content-col {
  padding-right: calc((100% - 1400px) / 2 + 30px) !important;
}
@media only screen and (max-width: 1400px) {
  .flex-image-text.type-full-width.image-pos-left .grid .content-col {
    padding-right: 30px !important;
  }
}
.flex-image-text.type-full-width.image-pos-right .grid .content-col {
  padding-left: calc((100% - 1400px) / 2 + 30px) !important;
}
@media only screen and (max-width: 1400px) {
  .flex-image-text.type-full-width.image-pos-right .grid .content-col {
    padding-left: 30px !important;
  }
}

.flex-image-gallery .in-grid .title:not(:last-child) {
  margin-bottom: 30px;
}
.flex-image-gallery .in-grid .gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .flex-image-gallery .in-grid .gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .flex-image-gallery .in-grid .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.flex-image-gallery .in-grid .gallery-container .gallery-item {
  position: relative;
}
.flex-image-gallery .in-grid .gallery-container .gallery-item a .image-container {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(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;
}
.flex-image-gallery .in-grid .gallery-container .gallery-item a:hover .image-container {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.flex-image-gallery .in-grid .gallery-container .gallery-item p {
  margin-top: 7.5px;
  font-weight: bold;
  text-align: center;
}

.flex-image-slider .in-grid .title:not(:last-child) {
  margin-bottom: 30px;
}
.flex-image-slider .in-grid .slider-container {
  width: 100%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* ===============
   Elements
   =============== */
.btns {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 0 !important;
}
.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 {
  margin-top: 15px;
}
@media only screen and (max-width: 540px) {
  .btns .btn-main {
    width: 100%;
  }
  .btns .btn-main .btn-inner {
    width: 100%;
  }
}
.btns .btn-main:not(:only-child):not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 540px) {
  .btns .btn-main:not(:only-child):not(:last-child) {
    margin-right: 0;
  }
}
.btns .btn-main a {
  display: block;
  text-decoration: none;
}
.btns .btn-main.text a {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 15px;
  -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;
}
.btns .btn-main.text a span {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -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;
}
.btns .btn-main.text a svg, .btns .btn-main.text a i {
  position: relative;
  -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;
}
.btns .btn-main.text a:hover {
  gap: 18.75px;
  color: #2e3b48;
}
.btns .btn-main.text a:hover span, .btns .btn-main.text a:hover i {
  color: #2e3b48;
}

/** Title */
.title {
  width: 100%;
  gap: 15px;
}
.title.left {
  text-align: 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;
}
.title.center {
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.title.right {
  text-align: 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;
}
.title img {
  padding-right: 15px;
  width: calc(40px + 15px);
  height: auto;
  border-right: 1px solid #e3e3e3;
}

.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: #e30613;
  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: #80030b;
}
.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-item-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-item-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 #f0f4f8;
}
.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: #f0f4f8;
  text-align: right;
}
.pop-up-module .close span {
  padding: 5px;
  font-size: 20px;
  color: #e30613;
}
.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: 30px;
  background: #f0f4f8 !important;
  width: 100%;
  -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;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  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;
  color: #2e3b48 !important;
  font-weight: bold;
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.faq-toggle-item .faq-toggle-question i {
  font-size: 14px;
  line-height: 30px;
  width: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #e30613;
  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: 0 30px 15px 30px;
  background: #f0f4f8 !important;
}
.faq-toggle-item .faq-toggle-answer .btns:not(:first-child) {
  margin-top: 15px;
}

.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #e30613;
  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;
}

.address .street, .address .label-name {
  width: 100%;
  display: inline-flex;
}
.address .label-name {
  font-weight: bold;
}
.address .zipcode {
  margin-right: 2px;
}

.company-data-item {
  width: 100%;
  position: relative;
}
.company-data-item:not(:last-child) {
  margin-bottom: 15px;
}
.company-data-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: bold;
  color: #e30613;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.company-data-item a, .company-data-item.address {
  padding-left: calc(30px);
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
}
.company-data-item a .street, .company-data-item a .label-name, .company-data-item.address .street, .company-data-item.address .label-name {
  width: 100%;
  display: inline-flex;
}
.company-data-item a .label-name, .company-data-item.address .label-name {
  font-weight: bold;
}
.company-data-item a .zipcode, .company-data-item.address .zipcode {
  margin-right: 2px;
}
.company-data-item.address:before {
  content: "\f3c5";
}
.company-data-item.email:before {
  content: "\f0e0";
}
.company-data-item.phone:before {
  content: "\f095";
}

.project-card-item {
  width: 100%;
}
.project-card-item a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.project-card-item .inner-item {
  position: relative;
  width: 100%;
}
.project-card-item .inner-item .image-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0f4f8;
}
/*--------------------------------------------------------------
# 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 #e3e3e3;
}
.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: #e30613;
  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: #2e3b48;
  display: flex;
}
.query-container .query-item > a:focus-visible {
  outline: 2px dashed #e30613 !important;
}
.query-container .query-item > a:hover .qi-inner {
  background: #f0f4f8;
}
.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 #f0f4f8;
  height: 100%;
  width: 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: 14px;
  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 #f0f4f8;
  -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: 14px;
}
.navigation .pagination > a {
  text-decoration: none;
  border: 1px solid #f0f4f8;
  color: #737373;
  -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: #f0f4f8;
}
.navigation .pagination > a i {
  vertical-align: middle;
}
.navigation .pagination > span {
  background: #f0f4f8;
}

.archive .site-main.in-grid {
  background: #fff;
  position: relative;
  z-index: 4;
  margin-top: -60px;
  margin-bottom: 90px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1400px) {
  .archive .site-main.in-grid {
    padding-top: 60px;
    margin-top: 0;
  }
}
.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 #e3e3e3;
  padding-bottom: 15px;
}
.archive article .entry-content p {
  margin-bottom: 0;
}

.archive .no-results {
  width: 100%;
  -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-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 90px 0;
}
.archive .no-results > div, .archive .no-results > header {
  max-width: 800px;
  width: 100%;
}
.archive .no-results > div:not(:last-child), .archive .no-results > header:not(:last-child) {
  margin-bottom: 15px;
}
.archive .no-results > div > *, .archive .no-results > header > * {
  width: 100%;
}
.archive .no-results > div.page-content, .archive .no-results > header.page-content {
  gap: 15px;
}
.archive .no-results > div.page-content > *, .archive .no-results > header.page-content > * {
  width: 100%;
}
.archive .no-results > div.page-content form .submit, .archive .no-results > header.page-content form .submit {
  margin-top: 15px;
}

/*--------------------------------------------------------------
# Slick Sliders
--------------------------------------------------------------*/
/**
	CC SWIPER STYLING
*/
.cc-slider {
  position: relative;
  overflow: hidden;
}
.cc-slider.gallery-slider {
  width: 100%;
  position: relative;
}
.cc-slider.gallery-slider .swiper-wrapper {
  z-index: 2;
  position: relative;
}
.cc-slider.gallery-slider .swiper-wrapper .swiper-slide {
  width: 100%;
  background: #2e3b48;
}
.cc-slider.gallery-slider .swiper-wrapper .swiper-slide .image-container {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.cc-slider.gallery-slider .swiper-wrapper .swiper-slide .image-container .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cc-slider.gallery-slider .swiper-wrapper .swiper-slide .image-container.image-contain .image-holder, .cc-slider.gallery-slider .swiper-wrapper .swiper-slide .product-item-small a .product-thumbnail img.image-container .image-holder, .product-item-small a .product-thumbnail .cc-slider.gallery-slider .swiper-wrapper .swiper-slide img.image-container .image-holder, .cc-slider.gallery-slider .swiper-wrapper .swiper-slide .product-item a .product-thumbnail img.image-container .image-holder, .product-item a .product-thumbnail .cc-slider.gallery-slider .swiper-wrapper .swiper-slide img.image-container .image-holder, .cc-slider.gallery-slider .swiper-wrapper .swiper-slide .image-container.image-contain .image-holder img.image-container .image-holder {
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
.cc-slider.gallery-slider .image-slider-controls {
  z-index: 3;
  width: 100%;
  margin-top: 15px;
  -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: 5px;
}
.cc-slider.gallery-slider .image-slider-controls .swiper-button {
  width: 50px;
  height: 50px;
  background: #e30613;
  -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;
}
.cc-slider.gallery-slider .image-slider-controls .swiper-button:hover {
  cursor: pointer;
  background: #2e3b48;
}
.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: #000;
  -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: #e30613;
}
.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: #e30613;
  height: 5px;
  width: 100%;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: #e3e3e3;
  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: #e30613;
}
.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: #e30613;
}
.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: #e30613;
  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: #e30613;
  --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 Container */
.fancybox-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.fancybox-container button svg {
  margin-left: 0 !important;
}
.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-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-infobar {
  color: #fff;
  font-size: 16px;
  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-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-container.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}
.fancybox-container.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.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-button--arrow_left {
  left: 0;
}

.fancybox-button--arrow_right {
  right: 0;
}

.fancybox-button--arrow_left:hover,
.fancybox-button--arrow_right:hover {
  background-color: transparent;
  color: #fff;
}

/** Slides */
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  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-slide .fancybox-content {
  display: block;
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide .fancybox-content .fancybox-image,
.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-slide .fancybox-content .fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide .fancybox-content .fancybox-video,
.fancybox-slide .fancybox-content .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-slide .fancybox-content .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-is-sliding .fancybox-slide {
  display: block;
}

.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.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-slide--html {
  padding: 6px;
}

.fancybox-is-scaling .fancybox-slide--image .fancybox-content {
  overflow: hidden;
}

/** Buttons */
.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: #f0f4f8;
  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;
}
.fancybox-button:visited, .fancybox-button:link {
  color: #737373;
}
.fancybox-button:hover {
  background-color: #f0f4f8;
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button:disabled, .fancybox-button:disabled:hover {
  background-color: rgba(30, 30, 30, 0.3) !important;
  color: #888 !important;
  cursor: default;
  outline: none;
}
.fancybox-button:disabled > div, .fancybox-button:disabled:hover > div {
  background-color: transparent !important;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

/** Content Cursors */
.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%;
}

/** Error */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/** Progress */
.fancybox-progress {
  background: #f0f4f8;
  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 */
.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: #737373;
  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 */
.fancybox-caption {
  bottom: 0;
  left: 50%;
  max-width: 90%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99996;
}
.fancybox-caption .fancybox-caption__body {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 12px 16px;
  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;
}
@media only screen and (max-width: 600px) {
  .fancybox-caption .fancybox-caption__body {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-caption a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

/** 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);
}

/* Slide Effect */
.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);
}

/* Fade Effect */
.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;
}

/* Zoom In/Out Effect */
.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: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Rotate Effect */
.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);
}

/* Circular Effect */
.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);
}

/* Tube Effect */
.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: #e3e3e3;
}
.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: #e3e3e3;
}

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

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

.product-item {
  border: 1px solid #e3e3e3;
  padding: 15px;
  text-align: left !important;
  -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;
}
.product-item > * {
  width: 100%;
}
.product-item a {
  text-decoration: none;
}
.product-item a > div {
  width: 100%;
}
.product-item a .product-thumbnail {
  position: relative;
  aspect-ratio: auto 3/2;
}
.product-item a .product-content {
  font-size: 16px;
}
.product-item .product-actions {
  margin-top: 15px;
  font-size: 16px;
}
.product-item .product-actions .added_to_cart {
  display: none !important;
}

.product-item-small {
  border: 1px solid #e3e3e3;
  padding: 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;
}
.product-item-small > * {
  width: 100%;
}
.product-item-small a {
  text-decoration: none;
}
.product-item-small a > div {
  width: 100%;
}
.product-item-small a .product-thumbnail {
  position: relative;
  aspect-ratio: auto 3/2;
  width: 100px;
}
.product-item-small a .product-content {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.product-item-small .product-actions {
  margin-top: 15px;
  justify-content: center;
}

.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(115, 115, 115, 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: #2e3b48;
  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: #e30613;
  -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: #e30613;
  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: #e30613;
  -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 #737373;
  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: #2e3b48;
  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: #e30613;
  -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: #e30613;
  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: #e30613;
  -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;
}
.ccwc-add-to-cart-modal .modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
.ccwc-add-to-cart-modal .modal-content p {
  margin-bottom: 15px;
}
.nav-cart,
.nav-account {
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .admin-bar .nav-cart,
  .admin-bar .nav-account {
    top: 53px;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .nav-cart,
  .admin-bar .nav-account {
    top: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-cart,
  .nav-account {
    background: #fff;
    border: 1px solid #737373;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: visible;
    right: 70px;
    top: 21px;
    z-index: 99999;
    display: block;
    position: fixed;
    width: 42px;
    height: 42px;
    -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;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-cart.nav-cart,
  .nav-account.nav-cart {
    right: 125px;
  }
  .nav-cart a,
  .nav-account a {
    text-decoration: none;
  }
  .nav-cart .inner-box,
  .nav-account .inner-box {
    width: 100%;
    height: 100%;
    color: #000;
    -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 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: 12px;
    line-height: 1;
    background: #fff;
    border: 1px solid #737373;
    z-index: 3;
    position: absolute;
    right: -5px;
    top: -5px;
  }
}

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

.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: 0 !important;
  }
}

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

.wc-block-cart-item__remove-link {
  text-decoration: none !important;
  padding: 7.5px 30px !important;
  line-height: 1.2 !important;
  background: #e30613 !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;
}

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

.product-item {
  height: 100%;
}

.wp-block-heading {
  margin-bottom: 30px;
}

.wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 !important;
}
.wc-block-grid__products > div {
  width: 100%;
  max-width: 100%;
}
.wc-block-grid__products .wc-block-grid__product {
  border: 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%;
    padding-left: 0 !important;
  }
}

.account-page .in-grid .woocommerce {
  width: 100%;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation {
  position: relative;
  background: #f0f4f8;
  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(240, 244, 248, 0) 0%, #f0f4f8 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: #e3e3e3;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .account-page .in-grid ul::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #e3e3e3;
    cursor: pointer;
  }
  .account-page .in-grid ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #2e3b48;
  }
}
.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 #737373;
}
.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: #f0f4f8;
}
.woocommerce-account .u-columns > div h1, .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div h3, .woocommerce-account .u-columns > div h4 {
  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: #f0f4f8;
  max-width: 600px;
}
.woocommerce-lost-password .lost_reset_password p {
  margin-bottom: 15px;
}

.single-product .product > section:not(:first-of-type) {
  margin-top: 90px;
}
.single-product .product-summary .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.single-product .product-summary .in-grid .woocommerce-product-gallery {
  width: 41.6666666667%;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .woocommerce-product-gallery {
    width: 100%;
  }
}
.single-product .product-summary .in-grid .summary {
  width: 58.3333333333%;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .summary {
    width: 100%;
    margin-top: 30px;
  }
}
.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);
  }
}

.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);
  }
}