@charset "UTF-8";
/* Theme Name: SCS Theme
 * Theme URI:
 * Author: SCS
 * Author URI:
 * Description: SCS Theme
 * Version: 1.0
 * License: GNU General Public License v3 or later
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 * Tags: woocommerce, wpml, theme-options, blog, e-commerce, portfolio
 * Text Domain: scs-theme */
body.color-theme-default, .color-switch.color-theme-default {
  --base: #222222;
  --light: #DDDDDD;
  --invert: #FFFFFF;
  --primary: #EC4403;
  --primary-hover: #c851ff;
  --border: #757575;
  --back-light: #F6F6F6;
  --warning: #ffd500;
  --danger: #e00000;
  --valid: #33a900;
}

body.color-theme-dark, .color-switch.color-theme-dark {
  --base: #0028af;
  --light: #DDDDDD;
  --invert: #e0e0e0;
  --primary: #ffea00;
  --primary-hover: #ffc100;
  --border: #757575;
  --back-light: #F6F6F6;
  --warning: #ffd500;
  --danger: #e00000;
  --valid: #33a900;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

p, dt, dd {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media (max-width: 790px) {
  p, dt, dd {
    font-size: 14px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "IBM Plex Sans", sans-serif;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
a:not(.share):not(.__link):not(.scs-btn):not(.scs-btn-underline) {
  -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;
}

dd {
  margin-bottom: 20px;
}

th {
  font-size: 20px;
}
@media (max-width: 1024px) {
  th {
    font-size: 16px;
  }
}

td {
  font-size: 16px;
}
@media (max-width: 1024px) {
  td {
    font-size: 14px;
  }
}

p {
  margin-bottom: 1.5em;
}

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

blockquote, q {
  position: relative;
  padding-top: 70px;
  margin: 36px 0;
  font-size: 20px;
  font-style: italic;
  line-height: 1.7;
  letter-spacing: 1px;
  color: var(--light);
}
@media (max-width: 790px) {
  blockquote, q {
    font-size: 18px;
  }
}
blockquote:before, q:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 77px;
  height: 47px;
  background-image: url("data:image/svg+xml,%3Csvg width='77' height='47' viewBox='0 0 77 47' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23E1E1E1' d='M.5.5h76v46H.5z'/%3E%3Cpath d='M34.502 30.92h-6.528l8.704-14.528h4.16L34.502 30.92zm10.368 0h-6.464l8.704-14.528h4.16l-6.4 14.528z' fill='%23000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
}
blockquote p, q p {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 790px) {
  blockquote p, q p {
    font-size: 18px;
  }
}
blockquote cite, q cite {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.78px;
  text-align: center;
  display: block;
  margin-top: 40px;
}
blockquote cite a, q cite a {
  text-decoration: underline !important;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: var(--back-light);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted var(--border);
  cursor: help;
}

mark, ins {
  background: var(--back-light);
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: normal;
  font-weight: 600;
}
@media (min-width: 790px) {
  h1 {
    font-size: 50px;
  }
}
@media (min-width: 1560px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 34px;
  line-height: 1.14;
  letter-spacing: normal;
  font-weight: 600;
}
@media (min-width: 790px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1560px) {
  h2 {
    font-size: 50px;
  }
}

.woocommerce-order-details__title, h3 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: normal;
  font-weight: 600;
}
@media (min-width: 790px) {
  .woocommerce-order-details__title, h3 {
    font-size: 30px;
  }
}
@media (min-width: 1560px) {
  .woocommerce-order-details__title, h3 {
    font-size: 40px;
  }
}

.woocommerce-column__title, h4 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 600;
}
@media (min-width: 790px) {
  .woocommerce-column__title, h4 {
    font-size: 28px;
  }
}
@media (min-width: 1560px) {
  .woocommerce-column__title, h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: normal;
  font-weight: 600;
}
@media (min-width: 790px) {
  h5 {
    font-size: 22px;
  }
}
@media (min-width: 1560px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: normal;
  font-weight: 600;
}
@media (min-width: 790px) {
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1560px) {
  h6 {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "IBM Plex Sans", sans-serif;
}

h1, h2, h3 {
  text-transform: uppercase;
}

p, dt, dd {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media (max-width: 790px) {
  p, dt, dd {
    font-size: 14px;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.page-template-flat-page-template .scs_page_no_vc ol, .content article ol, .login-wrap .register-pre-text .text ol, .accordion .acc-content ol {
  list-style-type: none;
  list-style-position: outside;
  counter-reset: custom-counter;
  margin-bottom: 45px;
  margin-left: 0;
  padding-left: 40px;
}
.page-template-flat-page-template .scs_page_no_vc ol li, .content article ol li, .login-wrap .register-pre-text .text ol li, .accordion .acc-content ol li {
  position: relative;
  counter-increment: custom-counter;
  list-style-type: none;
  padding-left: 18px;
  margin-bottom: 20px;
}
.page-template-flat-page-template .scs_page_no_vc ol li:before, .content article ol li:before, .login-wrap .register-pre-text .text ol li:before, .accordion .acc-content ol li:before {
  content: counter(custom-counter);
  position: absolute;
  left: -40px;
  top: 0;
  border-radius: 50%;
  border: 1px solid var(--light);
  color: var(--base);
  height: 39px;
  width: 39px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}
.page-template-flat-page-template .scs_page_no_vc ol ul, .content article ol ul, .login-wrap .register-pre-text .text ol ul, .accordion .acc-content ol ul, .page-template-flat-page-template .scs_page_no_vc ol ol, .content article ol ol, .login-wrap .register-pre-text .text ol ol, .accordion .acc-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
}

.page-template-flat-page-template .scs_page_no_vc ul, .content .scs_page_no_vc ul, .content .scs_page_no_vc ol, .content article ul, .login-wrap .register-pre-text .text ul, .accordion .acc-content ul {
  list-style-type: none;
  margin-bottom: 45px;
  margin-left: 0;
  padding-left: 14px;
}
.page-template-flat-page-template .scs_page_no_vc ul ul, .content .scs_page_no_vc ul ul, .content .scs_page_no_vc ol ul, .content article ul ul, .login-wrap .register-pre-text .text ul ul, .accordion .acc-content ul ul, .page-template-flat-page-template .scs_page_no_vc ul ol, .content .scs_page_no_vc ul ol, .content .scs_page_no_vc ol ol, .content article ul ol, .login-wrap .register-pre-text .text ul ol, .accordion .acc-content ul ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
}
.page-template-flat-page-template .scs_page_no_vc ul li, .content .scs_page_no_vc ul li, .content .scs_page_no_vc ol li, .content article ul li, .login-wrap .register-pre-text .text ul li, .accordion .acc-content ul li {
  margin-bottom: 6px;
  position: relative;
}
.page-template-flat-page-template .scs_page_no_vc ul li:before, .content .scs_page_no_vc ul li:before, .content .scs_page_no_vc ol li:before, .content article ul li:before, .login-wrap .register-pre-text .text ul li:before, .accordion .acc-content ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--base);
  border-radius: 5px;
  position: absolute;
  margin-left: -14px;
  top: 0.6em;
}
.page-template-flat-page-template .scs_page_no_vc ul li ul, .content .scs_page_no_vc ul li ul, .content .scs_page_no_vc ol li ul, .content article ul li ul, .login-wrap .register-pre-text .text ul li ul, .accordion .acc-content ul li ul {
  padding-left: 25px;
}

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

figure {
  margin: 1em 0;
}

.site-notice-dismiss {
  position: absolute;
  top: 26px;
  right: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
@media (max-width: 790px) {
  .site-notice-dismiss {
    top: 18px;
    right: 14px;
  }
}
.site-notice-dismiss:before, .site-notice-dismiss:after {
  content: "";
  display: block;
  background-color: var(--base);
  position: absolute;
}
.site-notice-dismiss:before {
  width: 16px;
  height: 2px;
  top: 7px;
}
.site-notice-dismiss:after {
  width: 2px;
  height: 16px;
  left: 7px;
}

.slider-outer-wrap {
  position: relative;
}
.slider-outer-wrap:hover .slider-arrow-nav, .slider-outer-wrap:active .slider-arrow-nav, .slider-outer-wrap:focus .slider-arrow-nav {
  opacity: 1;
}

.slider-arrow-nav {
  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;
}
@media (max-width: 790px) {
  .slider-arrow-nav {
    opacity: 1;
  }
}

.arrow-ctrl {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--base);
  color: var(--invert);
  border-radius: 50%;
  cursor: pointer;
  font-size: 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;
}
.arrow-ctrl:hover, .arrow-ctrl:active, .arrow-ctrl:focus {
  background-color: var(--primary);
}
.arrow-ctrl-light {
  background-color: var(--invert);
}
.arrow-ctrl-light:after {
  filter: invert(1);
}
.arrow-ctrl-light:hover, .arrow-ctrl-light:active, .arrow-ctrl-light:focus {
  background-color: var(--primary);
}
.arrow-ctrl-light:hover:after, .arrow-ctrl-light:active:after, .arrow-ctrl-light:focus:after {
  filter: invert(0);
}
.arrow-ctrl-prev {
  transform: rotate(180deg);
}
.arrow-ctrl:after {
  content: url("data:image/svg+xml,%3Csvg version='1.1' width='11' height='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 20.1'%3E%3Cpath style='fill:none;stroke:%23fff;stroke-width:1.5;' d='M0.6,0.6L9.9,10l-9.4,9.6'/%3E%3C/svg%3E");
  margin-left: 2px;
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -ms-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
.arrow-ctrl.secondary {
  width: 80px;
  height: 80px;
  opacity: 0.7;
}
@media (max-width: 790px) {
  .arrow-ctrl.secondary {
    width: 42px;
    height: 42px;
  }
}
.arrow-ctrl.secondary:hover, .arrow-ctrl.secondary:active, .arrow-ctrl.secondary:focus {
  opacity: 1;
}
.arrow-ctrl.secondary:after {
  transform: scale(1.4);
}
@media (max-width: 790px) {
  .arrow-ctrl.secondary:after {
    transform: none;
  }
}
.arrow-ctrl.slick-disabled {
  cursor: default;
  background-color: var(--light);
}

#cursor-element {
  width: 40px;
  height: 40px;
  border: 2px solid var(--base);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--invert);
  z-index: 10000;
  opacity: 0;
  -moz-transition: transform 0.1s ease, width 0.1s ease, height 0.1s ease, opacity 0.5s ease;
  -o-transition: transform 0.1s ease, width 0.1s ease, height 0.1s ease, opacity 0.5s ease;
  -webkit-transition: transform 0.1s ease, width 0.1s ease, height 0.1s ease, opacity 0.5s ease;
  transition: transform 0.1s ease, width 0.1s ease, height 0.1s ease, opacity 0.5s ease;
}
#cursor-element.active {
  opacity: 1;
}
@media (max-width: 790px) {
  #cursor-element {
    display: none;
  }
}

.hamburger {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.hamburger .middle-bar {
  width: 22px;
  height: 28px;
  top: 50%;
  border-radius: 1px;
  position: relative;
  transition: all 0.3s ease;
}
.hamburger .middle-bar:after, .hamburger .middle-bar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background-color: var(--invert);
  -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;
  transform-origin: center;
}
.hamburger .middle-bar:after {
  bottom: 10px;
  width: 22px;
}
.hamburger .middle-bar:before {
  width: 16px;
  bottom: 0;
}
.hamburger.active .middle-bar {
  background-color: transparent;
  height: 22px;
}
.hamburger.active .middle-bar:before, .hamburger.active .middle-bar:after {
  bottom: 0;
  width: 22px;
  transform: rotate(180deg);
}

.unscrollable, .unscrollable-filters, .unscrollable-minicart, .unscrollable-modal, .unscrollable-header {
  height: 100%;
  overflow: hidden;
}

.how-to-use-template .categories-section-posts .modal-video-wrap .description-wrap .text::-webkit-scrollbar, .cart-column .cart-details::-webkit-scrollbar, .woocommerce.single-product .summary.entry-summary::-webkit-scrollbar, .woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner::-webkit-scrollbar, .select2-container.select2-container--default .select2-results__options::-webkit-scrollbar, .login-step::-webkit-scrollbar, .register-step::-webkit-scrollbar, .scs-main_nav .acc-dropdown::-webkit-scrollbar, .side-modal .modal-content::-webkit-scrollbar, .sharing-dropdown::-webkit-scrollbar {
  width: 3px;
}
.how-to-use-template .categories-section-posts .modal-video-wrap .description-wrap .text::-webkit-scrollbar-track, .cart-column .cart-details::-webkit-scrollbar-track, .woocommerce.single-product .summary.entry-summary::-webkit-scrollbar-track, .woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner::-webkit-scrollbar-track, .select2-container.select2-container--default .select2-results__options::-webkit-scrollbar-track, .login-step::-webkit-scrollbar-track, .register-step::-webkit-scrollbar-track, .scs-main_nav .acc-dropdown::-webkit-scrollbar-track, .side-modal .modal-content::-webkit-scrollbar-track, .sharing-dropdown::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -1px 0 var(--light);
  -moz-box-shadow: inset -1px 0 var(--light);
  box-shadow: inset -1px 0 var(--light);
}
.how-to-use-template .categories-section-posts .modal-video-wrap .description-wrap .text::-webkit-scrollbar-thumb, .cart-column .cart-details::-webkit-scrollbar-thumb, .woocommerce.single-product .summary.entry-summary::-webkit-scrollbar-thumb, .woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner::-webkit-scrollbar-thumb, .select2-container.select2-container--default .select2-results__options::-webkit-scrollbar-thumb, .login-step::-webkit-scrollbar-thumb, .register-step::-webkit-scrollbar-thumb, .scs-main_nav .acc-dropdown::-webkit-scrollbar-thumb, .side-modal .modal-content::-webkit-scrollbar-thumb, .sharing-dropdown::-webkit-scrollbar-thumb {
  background-color: var(--base);
}

.woocommerce .widget_shopping_cart .buttons a.button, .content .post-password-form input[type=submit], #add_payment_method #payment #place_order.button,
.woocommerce-cart #payment #place_order.button,
.woocommerce-checkout #payment #place_order.button, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button, .woocommerce button.button,
.woocommerce-button,
.woocommerce a.button,
.woocommerce .wc-forward.button,
.woocommerce .wc-backward.button,
.woocommerce .wc-forward.added_to_cart, .woocommerce.single-product div.product form.cart button.single_add_to_cart_button, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label, #sb_instagram #sbi_load .sbi_follow_btn a, .scs-btn, button,
input[type=button],
input[type=reset],
input[type=submit] {
  -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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 0.782em 3em;
  font-size: 16px;
  width: 300px;
  max-width: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 200px;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce .widget_shopping_cart .buttons a.text-right.button, .content .post-password-form input.text-right[type=submit], #add_payment_method #payment .text-right#place_order.button,
.woocommerce-cart #payment .text-right#place_order.button,
.woocommerce-checkout #payment .text-right#place_order.button, .woocommerce .cart-collaterals .wc-proceed-to-checkout .text-right.button, .woocommerce button.text-right.button,
.text-right.woocommerce-button,
.woocommerce a.text-right.button,
.woocommerce .text-right.wc-forward.button,
.woocommerce .text-right.wc-backward.button,
.woocommerce .text-right.wc-forward.added_to_cart, .woocommerce.single-product div.product form.cart button.text-right.single_add_to_cart_button, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label.text-right, #sb_instagram #sbi_load .sbi_follow_btn a.text-right, .text-right.scs-btn, button.text-right,
input.text-right[type=button],
input.text-right[type=reset],
input.text-right[type=submit] {
  justify-content: flex-end;
}

.scs-btn-sm {
  font-size: 14px;
}
.scs-btn-lg {
  font-size: 18px;
}
.scs-btn-default, #add_payment_method #payment #place_order.button,
.woocommerce-cart #payment #place_order.button,
.woocommerce-checkout #payment #place_order.button, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button, .woocommerce button.button,
.woocommerce-button,
.woocommerce a.button,
.woocommerce .wc-forward.button,
.woocommerce .wc-backward.button,
.woocommerce .wc-forward.added_to_cart, .woocommerce.single-product div.product form.cart button.single_add_to_cart_button, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .button, .wpcf7-form input.wpcf7-submit {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  background-color: var(--primary);
  color: var(--invert) !important;
}
.scs-btn-default:hover, #add_payment_method #payment #place_order.button:hover,
.woocommerce-cart #payment #place_order.button:hover,
.woocommerce-checkout #payment #place_order.button:hover, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover, .woocommerce button.button:hover,
.woocommerce-button:hover,
.woocommerce a.button:hover,
.woocommerce .wc-forward.button:hover,
.woocommerce .wc-backward.button:hover,
.woocommerce .wc-forward.added_to_cart:hover, .woocommerce.single-product div.product form.cart button.single_add_to_cart_button:hover, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .button:hover, .wpcf7-form input.wpcf7-submit:hover, .scs-btn-default:active, #add_payment_method #payment #place_order.button:active,
.woocommerce-cart #payment #place_order.button:active,
.woocommerce-checkout #payment #place_order.button:active, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:active, .woocommerce button.button:active,
.woocommerce-button:active,
.woocommerce a.button:active,
.woocommerce .wc-forward.button:active,
.woocommerce .wc-backward.button:active,
.woocommerce .wc-forward.added_to_cart:active, .woocommerce.single-product div.product form.cart button.single_add_to_cart_button:active, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .button:active, .wpcf7-form input.wpcf7-submit:active, .scs-btn-default:focus, #add_payment_method #payment #place_order.button:focus,
.woocommerce-cart #payment #place_order.button:focus,
.woocommerce-checkout #payment #place_order.button:focus, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:focus, .woocommerce button.button:focus,
.woocommerce-button:focus,
.woocommerce a.button:focus,
.woocommerce .wc-forward.button:focus,
.woocommerce .wc-backward.button:focus,
.woocommerce .wc-forward.added_to_cart:focus, .woocommerce.single-product div.product form.cart button.single_add_to_cart_button:focus, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .button:focus, .wpcf7-form input.wpcf7-submit:focus {
  background-color: var(--base);
  color: var(--invert) !important;
}
.scs-btn-ghost-white {
  padding: calc(0.782em - 1px) calc(3em - 1px);
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: var(--invert);
  color: var(--invert) !important;
}
.scs-btn-ghost-white:hover, .scs-btn-ghost-white:active, .scs-btn-ghost-white:focus {
  background-color: var(--primary);
  border-color: var(--primary);
}
.scs-btn-ghost-black, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label, #scs-search-container-page .search-form-wrap input[type=submit] {
  padding: calc(0.782em - 1px) calc(3em - 1px);
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: var(--base);
  color: var(--base) !important;
}
.scs-btn-ghost-black:hover, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label:hover, #scs-search-container-page .search-form-wrap input[type=submit]:hover, .scs-btn-ghost-black:active, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label:active, #scs-search-container-page .search-form-wrap input[type=submit]:active, .scs-btn-ghost-black:focus, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label:focus, #scs-search-container-page .search-form-wrap input[type=submit]:focus {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--invert) !important;
}
.scs-btn-colored, .mc4wp-form .mc4wp-form-fields input[type=submit] {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  background-color: var(--border);
  color: var(--invert) !important;
}
.scs-btn-colored:hover, .mc4wp-form .mc4wp-form-fields input[type=submit]:hover, .scs-btn-colored:active, .mc4wp-form .mc4wp-form-fields input[type=submit]:active, .scs-btn-colored:focus, .mc4wp-form .mc4wp-form-fields input[type=submit]:focus {
  background-color: var(--base);
  color: var(--invert) !important;
}
.scs-btn-invert {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  background-color: var(--base);
  color: var(--invert) !important;
}
.scs-btn-invert:hover, .scs-btn-invert:active, .scs-btn-invert:focus {
  background-color: var(--primary);
  color: var(--invert) !important;
}
.scs-btn-mini {
  width: auto;
  padding: 0.5em 1.375em;
  border-color: var(--light);
  background-color: var(--invert);
  color: var(--base) !important;
}
.scs-btn-mini:hover, .scs-btn-mini:active, .scs-btn-mini:focus {
  background-color: var(--base);
  color: var(--light) !important;
}
.scs-btn-mini:hover svg path, .scs-btn-mini:active svg path, .scs-btn-mini:focus svg path {
  stroke: var(--light);
}

.scs-btn-with-icon, .content a.scs-btn-with-icon {
  display: inline-flex;
  align-items: center;
  color: var(--base);
  padding-left: 0;
  text-transform: uppercase;
  font-weight: 600;
  column-gap: 20px;
  letter-spacing: 3.2px;
  text-decoration: none !important;
  -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;
}
.scs-btn-with-icon svg path, .content a.scs-btn-with-icon svg path {
  stroke: var(--primary);
  -webkit-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -ms-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.scs-btn-with-icon svg circle, .content a.scs-btn-with-icon svg circle {
  fill: transparent;
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.scs-btn-with-icon:hover, .scs-btn-with-icon:active, .scs-btn-with-icon:focus, .content a.scs-btn-with-icon:hover, .content a.scs-btn-with-icon:active, .content a.scs-btn-with-icon:focus {
  color: var(--primary) !important;
}
.scs-btn-with-icon:hover path, .scs-btn-with-icon:active path, .scs-btn-with-icon:focus path, .content a.scs-btn-with-icon:hover path, .content a.scs-btn-with-icon:active path, .content a.scs-btn-with-icon:focus path {
  stroke: var(--invert);
}
.scs-btn-with-icon:hover circle:last-of-type, .scs-btn-with-icon:active circle:last-of-type, .scs-btn-with-icon:focus circle:last-of-type, .content a.scs-btn-with-icon:hover circle:last-of-type, .content a.scs-btn-with-icon:active circle:last-of-type, .content a.scs-btn-with-icon:focus circle:last-of-type {
  fill: var(--primary);
}

.scs-btn:hover .scs-btn-bg {
  opacity: 1;
}
.scs-btn:hover .scs-btn-inner {
  color: inherit !important;
}
.scs-btn-custom {
  position: relative;
}
.scs-btn-inner {
  position: relative;
}
.scs-btn-bg {
  opacity: 0;
  outline: 1px solid var(--base);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
}

.load-more-wrap, .load_more_inspiration_posts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .load-more-wrap, .load_more_inspiration_posts {
    margin-top: 50px;
  }
}
.load-more-wrap .viewed_total_posts_wrapper, .load_more_inspiration_posts .viewed_total_posts_wrapper {
  color: var(--light);
  font-size: 14px;
}
.load-more-wrap .total_posts_progress, .load_more_inspiration_posts .total_posts_progress {
  position: relative;
  overflow: hidden;
  margin: 15px 0 25px;
  height: 5px;
  width: 290px;
  max-width: 100%;
  border-radius: 9999px;
  background-color: var(--light);
}
.load-more-wrap .total_posts_progress .progress, .load_more_inspiration_posts .total_posts_progress .progress {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  border-radius: 9999px;
  background-color: var(--primary);
  width: 2%;
}
.load-more-wrap .scs-btn, .load_more_inspiration_posts .scs-btn {
  width: 290px;
  max-width: 100%;
}
@media (max-width: 790px) {
  .load-more-wrap .scs-btn, .load_more_inspiration_posts .scs-btn {
    width: 100%;
  }
}
.load-more-wrap .back-to-top, .load_more_inspiration_posts .back-to-top {
  text-decoration: underline;
  font-size: 14px;
  margin-top: 24px;
}

.sharing-dropdown {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: var(--invert);
  border: 1px solid var(--light);
  width: 275px;
  overflow: auto;
  z-index: 1;
}
@media (max-width: 790px) {
  .sharing-dropdown {
    width: 100%;
    top: 100%;
  }
}

.social-sharing-icons {
  margin: 0;
  text-transform: none;
  font-size: 16px;
  display: flex;
  gap: 30px;
}
@media (max-width: 790px) {
  .social-sharing-icons {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.social-sharing-icons a {
  gap: 15px;
}
.social-sharing-icons a:hover svg path, .social-sharing-icons a:active svg path, .social-sharing-icons a:focus svg path {
  fill: var(--invert);
}
.social-sharing-icons .icon {
  width: 24px;
}
.social-sharing-icons .icon i {
  font-size: 22px;
}
.social-sharing-icons .icon svg {
  display: block;
}
.social-sharing-icons .icon svg path {
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.accordion .acc-item {
  border-top: 1px solid var(--light);
}
.accordion .acc-item:first-child {
  border-bottom: none;
}
.accordion .acc-item.collapsed .plus-minus-toggle:before {
  transform: rotate(180deg);
}
.accordion .acc-item.collapsed .plus-minus-toggle:after {
  transform: rotate(90deg);
}
.accordion .acc-item.collapsed .acc-head {
  font-weight: 400;
}
.accordion .acc-head {
  cursor: pointer;
  font-size: 26px;
  font-weight: 600;
  color: var(--base);
  position: relative;
  list-style: none;
  padding: 30px 70px 30px 30px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.375;
  -webkit-transition: font-weight 0.3s ease;
  -moz-transition: font-weight 0.3s ease;
  -ms-transition: font-weight 0.3s ease;
  -o-transition: font-weight 0.3s ease;
  transition: font-weight 0.3s ease;
}
@media (max-width: 1024px) {
  .accordion .acc-head {
    padding: 20px 26px 20px 0;
    font-size: 18px;
  }
}
.accordion .acc-content {
  color: var(--light);
  padding-left: 30px;
  padding-bottom: 45px;
}
@media (max-width: 1024px) {
  .accordion .acc-content {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.accordion .acc-content > *:first-child {
  margin-top: 0;
}
.accordion .acc-content > *:last-child {
  margin-bottom: 0;
}
.accordion .acc-content h1, .accordion .acc-content h2, .accordion .acc-content h3, .accordion .acc-content h4, .accordion .acc-content h5, .accordion .acc-content h6 {
  color: var(--base);
}
.accordion .acc-content h5, .accordion .acc-content h6 {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
}
.accordion .acc-content p {
  font-size: 14px;
}
.accordion .acc-content ul {
  font-size: 14px;
  margin-bottom: 55px;
}
.accordion .scs-btn {
  width: 290px;
  height: 50px;
}
@media (max-width: 790px) {
  .accordion .scs-btn {
    width: 100%;
  }
}
.accordion .acc-head .plus-minus-toggle {
  position: absolute;
  right: 30px;
  top: 50%;
}
.accordion .acc-head .plus-minus-toggle:before, .accordion .acc-head .plus-minus-toggle:after {
  background: var(--base);
  content: "";
  height: 3px;
  right: 0;
  position: absolute;
  width: 19px;
  -webkit-transition: transform 500ms ease;
  -moz-transition: transform 500ms ease;
  -ms-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
}
@media (max-width: 1024px) {
  .accordion .acc-head .plus-minus-toggle:before, .accordion .acc-head .plus-minus-toggle:after {
    height: 2px;
    width: 14px;
    left: 16px;
  }
}

.side-modal {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 9999;
  background-color: white;
  border-left: 15px solid var(--primary);
  width: 848px;
  max-width: calc(100% - 72px);
  transform: translateX(100%);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 790px) {
  .side-modal {
    border-top: 5px solid var(--primary);
    border-left: none;
    max-width: 100%;
    bottom: 0;
    top: auto;
    height: calc(100vh - 55px);
    transform: translateY(100%);
  }
}
.side-modal .modal-content {
  overflow: auto;
  width: 100%;
}
.side-modal .modal-close-btn {
  flex: none;
  width: 70px;
  border-left: 1px solid var(--light);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 790px) {
  .side-modal .modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: auto;
    border-left: none;
  }
}
.side-modal .modal-close-btn:hover, .side-modal .modal-close-btn:active, .side-modal .modal-close-btn:focus {
  color: var(--invert);
  background-color: var(--primary);
}
.side-modal .modal-close-btn:hover .close-icon svg path, .side-modal .modal-close-btn:active .close-icon svg path, .side-modal .modal-close-btn:focus .close-icon svg path {
  stroke: var(--invert);
}
.side-modal .modal-close-btn .close-icon svg path {
  -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;
}

.side-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9998;
  background-color: var(--base);
  opacity: 0.3;
  display: none;
}

label.required:after {
  content: " *";
}

form .input-wrap {
  position: relative;
  margin-top: 34px;
  margin-bottom: 34px;
}

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 {
  width: 100%;
  padding: 1em 1.35em;
  border: 1px solid var(--base);
  border-radius: 0;
  background: transparent;
  color: var(--base);
  font-size: 14px;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--base);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--base);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--base);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--base);
}
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 {
  border-color: var(--primary);
  outline: none;
  box-shadow: none;
}

textarea {
  border: 1px solid var(--base);
  padding: 8px;
}

select {
  background-color: transparent;
  background-image: url("data:image/svg+xmlcharset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='%23000' %3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.2em 0.8em;
  background-position: right center;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  width: 100%;
}

textarea {
  width: 100%;
  resize: vertical;
}

.input-wrap label[for] {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 14px;
  line-height: 1.2;
  transform: translateY(calc(-50% + 8px));
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  background-color: var(--invert);
  padding-left: 4px;
  padding-right: 4px;
}
.input-wrap select ~ label[for] {
  top: -7px;
  left: 0;
  font-size: 12px;
}
.input-wrap .sub-label {
  font-size: 14px;
  color: var(--base);
}
.input-wrap.input-wrap-select label[for], .input-wrap.input-wrap-date label[for], .input-wrap.input-wrap-datetime label[for], .input-wrap.input-wrap-datetime-local label[for] {
  top: -7px;
  left: 16px;
  font-size: 12px;
  color: var(--border);
}

input:not([type=hidden]):not([type=checkbox]):not([type=radio]) ~ label[for], textarea:not([type=hidden]):not([type=checkbox]):not([type=radio]) ~ label[for], select:not([type=hidden]):not([type=checkbox]):not([type=radio]) ~ label[for] {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
input:not([type=hidden]):not([type=checkbox]):not([type=radio]) ~ label[for].active, textarea:not([type=hidden]):not([type=checkbox]):not([type=radio]) ~ label[for].active, select:not([type=hidden]):not([type=checkbox]):not([type=radio]) ~ label[for].active {
  top: -7px;
  left: 16px;
  font-size: 12px;
  color: var(--border);
}

label[for].active:not(.file-label):not(.radio-label), select ~ label[for] {
  top: -7px;
  left: 16px;
  font-size: 12px;
  color: var(--border);
}

@keyframes onAutoFillStart {
  /**/
}
/**/
@keyframes onAutoFillCancel {
  /**/
}
/**/
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}

input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--base);
  -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;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -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;
}

input:checked + .switch-slider {
  background-color: var(--primary);
}
input:checked + .switch-slider:before {
  transform: translateX(22px);
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px var(--primary);
}

.checkbox-field, .woocommerce-form__label.checkbox, #dotdigital_woocommerce_checkbox_field label.checkbox {
  display: flex;
}
.checkbox-field input, .woocommerce-form__label.checkbox input, #dotdigital_woocommerce_checkbox_field label.checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}
.checkbox-field input:checked ~ .field-text:before, .woocommerce-form__label.checkbox input:checked ~ .field-text:before, #dotdigital_woocommerce_checkbox_field label.checkbox input:checked ~ .field-text:before, .checkbox-field input:checked ~ span:not(.optional):before, .woocommerce-form__label.checkbox input:checked ~ span:not(.optional):before, #dotdigital_woocommerce_checkbox_field label.checkbox input:checked ~ span:not(.optional):before {
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='-6 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-1 10.425 7.075 16.5l15-15' stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-color: var(--primary);
  border-color: var(--primary);
}
.checkbox-field .field-text, .woocommerce-form__label.checkbox .field-text, #dotdigital_woocommerce_checkbox_field label.checkbox .field-text, .checkbox-field span, .woocommerce-form__label.checkbox span, #dotdigital_woocommerce_checkbox_field label.checkbox span {
  line-height: 26px;
}
@media (max-width: 790px) {
  .checkbox-field .field-text, .woocommerce-form__label.checkbox .field-text, #dotdigital_woocommerce_checkbox_field label.checkbox .field-text, .checkbox-field span, .woocommerce-form__label.checkbox span, #dotdigital_woocommerce_checkbox_field label.checkbox span {
    font-size: 16px;
    line-height: 18px;
  }
}
.checkbox-field .field-text:before, .woocommerce-form__label.checkbox .field-text:before, #dotdigital_woocommerce_checkbox_field label.checkbox .field-text:before, .checkbox-field span:not(.optional):before, .woocommerce-form__label.checkbox span:not(.optional):before, #dotdigital_woocommerce_checkbox_field label.checkbox span:not(.optional):before {
  content: "";
  display: inline-block;
  float: left;
  text-align: center;
  width: 22px;
  height: 22px;
  font-size: 30px;
  line-height: 1;
  border: 1px solid var(--base);
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.radio-field input {
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
.radio-field input:checked ~ .field-text:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='14'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23EC4403' /%3E%3C/svg%3E");
}
.radio-field .field-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.radio-field .field-text:before {
  content: "";
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 1;
  border: 1px solid var(--base);
  border-radius: 100%;
  margin-right: 12px;
  -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;
}

input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
input[type=radio]:checked ~ label:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='14'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23EC4403' /%3E%3C/svg%3E");
  border-color: var(--primary);
}
input[type=radio] ~ label {
  display: flex !important;
  position: relative !important;
  cursor: pointer;
  pointer-events: unset !important;
}
input[type=radio] ~ label:before {
  content: "";
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 1;
  border: 1px solid var(--border);
  border-radius: 100%;
  margin-right: 12px;
  flex-shrink: 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;
}
input[type=radio] ~ label .description {
  color: var(--border);
  font-size: 0.75em;
  font-weight: 300;
}

.file-input-box {
  margin: 0 0 20px 0;
  position: relative;
}
.file-input-box > p {
  display: flex;
  align-items: center;
}
@media (max-width: 790px) {
  .file-input-box > p {
    flex-direction: column;
    align-items: flex-start;
  }
}
.file-input-box .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input-box label {
  width: 290px;
  max-width: 100%;
  flex-shrink: 0;
}
@media (max-width: 790px) {
  .file-input-box label {
    width: 100%;
  }
}
.file-input-box label span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.file-input-box .file-conditions {
  font-size: 14px;
  margin-left: 12px;
  color: var(--base);
}
@media (max-width: 790px) {
  .file-input-box .file-conditions {
    margin-left: 0;
    margin-top: 10px;
  }
}
.file-input-box .wpcf7-form-control-wrap {
  position: absolute;
  top: -14px;
}
.file-input-box .wpcf7-not-valid-tip {
  position: relative !important;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

label.hidden {
  visibility: hidden;
  height: 0;
  position: absolute;
}

.quantity {
  position: relative;
  display: flex;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input {
  color: var(--base);
  border-top: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
  border-left: none;
  border-right: none;
  padding: 6px 0 !important;
  width: 2em !important;
  font-size: 16px;
  text-align: center;
}
.quantity input:focus {
  outline: 0;
}

.quantity-button {
  border: 1px solid var(--light);
  padding: 6px 11px;
  position: relative;
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -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;
}
.quantity-button.quantity-up:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66675 1.11111V12.8889' stroke='%23232020' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.77783 7.00003H13.5556' stroke='%23232020' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.quantity-button.quantity-down:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H12.7778' stroke='%23232020' stroke-width='1.68254' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

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-text-fill-color: var(--base);
  background-color: #a79c94 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.scs-logo {
  display: flex;
  align-items: center;
  height: 100px;
}
.scs-logo a {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  opacity: 1;
}
.scs-logo img {
  width: auto;
  height: 70px;
  max-height: 100px;
  max-width: 100%;
  display: block;
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -ms-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
@media (min-width: 1560px) {
  .scs-logo img {
    height: 70px;
  }
}

.logo-text {
  word-break: break-word;
  font-size: 20px;
  font-weight: 600;
}

.scs-mob_nav .scs-logo {
  height: 55px;
  padding: 8px 0;
}
.scs-mob_nav .scs-logo a {
  height: auto;
}
.scs-mob_nav .scs-logo a img {
  height: 39px;
  max-height: 55px;
}

.scs_nav_menu {
  position: unset;
}

.scs-main_nav {
  -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;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--base);
  z-index: 9998;
  font-weight: 500;
  letter-spacing: 0.78px;
}
.scs-main_nav .scs_search .scs-search-switch svg g g path {
  stroke: var(--invert);
}
.scs-main_nav .scs_search .scs-search-switch:hover svg g g path {
  stroke: var(--primary);
}
.scs-main_nav .scs-logo a {
  color: var(--invert);
}
.scs-main_nav .scs-switches-nav .scs_location:hover {
  color: var(--primary);
}
.scs-main_nav .scs-switches-nav .scs_location:hover svg path {
  stroke: var(--primary);
}
.scs-main_nav .scs-switches-nav .scs_search {
  margin-right: 0;
}
.scs-main_nav .scs-switches-nav .scs_search svg g {
  stroke: var(--invert);
}
.scs-main_nav .scs-switches-nav .scs_search:hover svg g {
  stroke: var(--primary);
}
.scs-main_nav .scs-switches-nav .scs_account.logged-in svg g path {
  stroke: var(--primary);
}
.scs-main_nav .scs-switches-nav .scs_account svg g path {
  stroke: var(--invert);
}
.scs-main_nav .scs-switches-nav .scs_account:hover svg g path {
  stroke: var(--primary);
}
.scs-main_nav .scs-switches-nav .scs_cart svg g path {
  stroke: var(--invert);
}
.scs-main_nav .scs-switches-nav .scs_cart:hover svg g path {
  stroke: var(--primary);
}
.scs-main_nav .scs-switches-nav .favourite-icon svg path {
  stroke: var(--invert);
}
.scs-main_nav .scs-switches-nav .favourite-icon:hover svg path {
  stroke: var(--primary);
}
@media (max-width: 1560px) {
  .scs-main_nav .scs-switches-nav .favourite-icon svg {
    width: 18px;
    height: 18px;
  }
}
.scs-main_nav .scs-container_menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.scs-main_nav .scs-container_menu > .scs-menu > .menu-item > a {
  white-space: nowrap;
  height: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1560px) {
  .scs-main_nav .scs-container_menu > .scs-menu > .menu-item > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.scs-main_nav .scs-container_menu .scs-menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.scs-main_nav .scs-container_menu .scs-menu > .menu-item > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  column-gap: 10px;
  font-weight: 400;
  color: var(--invert);
  line-height: 2;
  position: relative;
}
@media (min-width: 1560px) {
  .scs-main_nav .scs-container_menu .scs-menu > .menu-item > a {
    font-size: 16px;
  }
}
.scs-main_nav .scs-container_menu .scs-menu > .menu-item > a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 100%;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.scs-main_nav .scs-container_menu .scs-menu > .menu-item > a:hover, .scs-main_nav .scs-container_menu .scs-menu > .menu-item > a:active {
  color: var(--primary);
}
.scs-main_nav .scs-container_menu .scs-menu > .menu-item > a:hover:after, .scs-main_nav .scs-container_menu .scs-menu > .menu-item > a:active:after {
  width: 100%;
}
.scs-main_nav .scs-container_menu .scs-menu > .menu-item.active > a:after {
  width: 40px;
}
.scs-main_nav .scs-container_menu .scs-menu .menu-item-has-children > a {
  justify-content: space-between;
}
.scs-main_nav .scs-container_menu .scs-menu .menu-item-has-children > a svg {
  transform: rotate(-90deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.scs-main_nav .scs-container_menu .scs-menu .menu-item-has-children > a svg path {
  -webkit-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -ms-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  stroke: var(--invert);
}
.scs-main_nav .scs-container_menu .scs-menu .menu-item-has-children > a:hover svg path {
  stroke: var(--primary);
}
.scs-main_nav .scs-container_menu .scs-menu .menu-item-has-children.active svg {
  transform: rotate(90deg);
}
.scs-main_nav .scs-container_menu .scs-menu .menu-item-has-children.active svg path {
  stroke: var(--primary);
}
.scs-main_nav .scs-container_menu .scs-menu .menu-item-has-children.submenu_click svg {
  transform: rotate(90deg);
}
.scs-main_nav .scs-container_menu .scs-menu .menu-item-has-children.submenu_click svg path {
  stroke: var(--primary);
}
.scs-main_nav .scs-container_menu .scs-menu .menu-item-has-children:first-child .scs-submenu-wrap ul li {
  border-bottom: none !important;
}
.scs-main_nav .scs-submenu-wrap {
  position: absolute;
  background: var(--invert);
  min-width: 200px;
  z-index: 10;
  -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;
  display: none;
  opacity: 0;
}
@media (max-width: 1359px) {
  .scs-main_nav .scs-submenu-wrap {
    background-color: var(--base);
    padding: 0;
    position: relative;
    opacity: 1;
  }
}
.scs-main_nav .scs-submenu-wrap ul {
  padding: 0;
  margin: 0;
}
.scs-main_nav .scs-submenu-wrap .menu-item {
  font-weight: 400;
  padding-top: 1em;
  padding-bottom: 1em;
}
.scs-main_nav .scs-submenu-wrap .menu-item a {
  padding-left: 1em;
  padding-right: 1em;
  color: var(--base);
}
.scs-main_nav .scs-submenu-wrap .menu-item a:hover, .scs-main_nav .scs-submenu-wrap .menu-item a:focus, .scs-main_nav .scs-submenu-wrap .menu-item a:active {
  color: var(--primary);
}
.scs-main_nav .mega-menu .scs-submenu-wrap {
  position: absolute;
  left: 0;
  background: transparent;
  justify-content: center;
  width: 100%;
  -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;
  opacity: 0;
}
@media (max-width: 1359px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap {
    background: var(--base);
    color: var(--invert);
    position: relative;
    opacity: 1;
  }
}
.scs-main_nav .mega-menu .scs-submenu-wrap a:not(.scs-btn) {
  color: var(--invert) !important;
}
@media (max-width: 1359px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap a:not(.scs-btn) {
    color: var(--base) !important;
  }
}
@media (max-width: 1024px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap a:not(.scs-btn) {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
}
.scs-main_nav .mega-menu .scs-submenu-wrap a:not(.scs-btn):hover, .scs-main_nav .mega-menu .scs-submenu-wrap a:not(.scs-btn):active, .scs-main_nav .mega-menu .scs-submenu-wrap a:not(.scs-btn):focus {
  color: var(--primary) !important;
}
.scs-main_nav .mega-menu .scs-submenu-wrap .scs-submenu-title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1359px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap .scs-submenu-title {
    display: none;
  }
}
.scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu {
  margin: 0;
  padding: 25px 40px 40px 40px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  background-color: var(--base);
  width: 100%;
}
@media (max-width: 1560px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu {
    column-gap: 16px;
    font-size: 14px;
  }
}
@media (max-width: 1359px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 0;
  }
}
@media (max-width: 1024px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu {
    padding: 0 16px 20px 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu {
    grid-template-columns: 1fr 1fr;
  }
}
.scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu .menu-item {
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1359px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu .menu-item {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (max-width: 1024px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu .menu-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1359px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu .menu-item a {
    padding-left: 0;
    padding-right: 0;
  }
}
.scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu .menu-item a:hover, .scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu .menu-item a:focus, .scs-main_nav .mega-menu .scs-submenu-wrap .sub-menu .menu-item a:active {
  color: var(--primary) !important;
}
.scs-main_nav .mega-menu .scs-submenu-wrap .scs-submenu-image {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1359px) {
  .scs-main_nav .mega-menu .scs-submenu-wrap .scs-submenu-image {
    width: 100%;
  }
}
.scs-main_nav .scs-submenu-overlay {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100vh;
  background-color: var(--base);
  opacity: 0.5;
  display: none;
}

.scs-main_nav .acc-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 16px;
  background-color: var(--invert);
  border: 1px solid var(--light);
  width: 275px;
  overflow: auto;
}
@media (max-width: 790px) {
  .scs-main_nav .acc-dropdown {
    width: calc(100vw - 46px);
    height: calc(100vh - 55px);
    right: 0;
  }
}
.scs-main_nav .acc-dropdown .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}
.scs-main_nav .acc-dropdown ul {
  margin: 0;
  padding: 30px;
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 790px) {
  .scs-main_nav .acc-dropdown ul {
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
  }
}
.scs-main_nav .acc-dropdown ul li {
  margin-bottom: 16px;
}
@media (max-width: 790px) {
  .scs-main_nav .acc-dropdown ul li {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light);
  }
}
.scs-main_nav .acc-dropdown ul li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 790px) {
  .scs-main_nav .acc-dropdown ul li:last-of-type {
    border-bottom: none;
  }
}
.scs-main_nav .acc-dropdown a, .scs-main_nav .acc-dropdown .link {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scs-main_nav .acc-dropdown a:hover, .scs-main_nav .acc-dropdown a:active, .scs-main_nav .acc-dropdown a:focus, .scs-main_nav .acc-dropdown .link:hover, .scs-main_nav .acc-dropdown .link:active, .scs-main_nav .acc-dropdown .link:focus {
  color: #888888 !important;
}

#store-modal {
  width: 848px;
}
#store-modal .modal-content {
  display: flex;
  align-items: center;
  padding: 40px 46px;
}
#store-modal .modal-content .outer-wrap {
  margin-top: auto;
  margin-bottom: auto;
}
#store-modal .modal-content .title {
  font-size: 48px;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 790px) {
  #store-modal .modal-content .title {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
#store-modal .modal-content .subtitle {
  font-size: 26px;
  margin-bottom: 40px;
  color: var(--base);
}
@media (max-width: 1024px) {
  #store-modal .modal-content .subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
#store-modal .modal-content .scs-btn {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 290px;
}
@media (max-width: 790px) {
  #store-modal .modal-content .scs-btn {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
#store-modal .modal-content .abort-link {
  text-decoration: underline;
}

.color-themes {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 999;
}
.color-themes .color-switch {
  height: 25px;
  width: 25px;
  background-color: var(--primary);
  cursor: pointer;
}
.color-themes .color-switch.active {
  pointer-events: none;
  cursor: default;
}

.external-link a:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='icon'%3E%3Cg id='Group 61'%3E%3Cpath id='Vector' d='M6 6.24707H14V14.2471' stroke='white' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath id='Vector 1' d='M14 6.24707L7 13.2471' stroke='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: block;
  order: 2;
  width: 20px;
  height: 20px;
}

.scs-switches-nav, .scs-hamburger, .scs_overlay_menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.scs-switches-nav .scs_location, .scs-hamburger .scs_location, .scs_overlay_menu .scs_location {
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  color: var(--invert);
}
.scs-switches-nav .scs_location:hover, .scs-switches-nav .scs_location:active, .scs-switches-nav .scs_location:focus, .scs-hamburger .scs_location:hover, .scs-hamburger .scs_location:active, .scs-hamburger .scs_location:focus, .scs_overlay_menu .scs_location:hover, .scs_overlay_menu .scs_location:active, .scs_overlay_menu .scs_location:focus {
  color: var(--base);
}
.scs-switches-nav .scs_account, .scs-hamburger .scs_account, .scs_overlay_menu .scs_account {
  position: relative;
  cursor: pointer;
}
.scs-switches-nav .scs_account.active:after, .scs-hamburger .scs_account.active:after, .scs_overlay_menu .scs_account.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -2px;
  width: calc(100% + 4px);
  height: 1px;
  background-color: var(--primary);
}
.scs-switches-nav > span, .scs-switches-nav > .scs_cart, .scs-hamburger > span, .scs-hamburger > .scs_cart, .scs_overlay_menu > span, .scs_overlay_menu > .scs_cart {
  padding: 0;
  margin: 0 22px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1560px) {
  .scs-switches-nav > span, .scs-switches-nav > .scs_cart, .scs-hamburger > span, .scs-hamburger > .scs_cart, .scs_overlay_menu > span, .scs_overlay_menu > .scs_cart {
    margin: 0 14px;
  }
}
.scs-switches-nav > span svg, .scs-switches-nav > .scs_cart svg, .scs-hamburger > span svg, .scs-hamburger > .scs_cart svg, .scs_overlay_menu > span svg, .scs_overlay_menu > .scs_cart svg {
  display: block;
}
@media (max-width: 1560px) {
  .scs-switches-nav > span svg, .scs-switches-nav > .scs_cart svg, .scs-hamburger > span svg, .scs-hamburger > .scs_cart svg, .scs_overlay_menu > span svg, .scs_overlay_menu > .scs_cart svg {
    height: 18px;
    width: auto;
  }
}
.scs-switches-nav > span i, .scs-switches-nav > .scs_cart i, .scs-hamburger > span i, .scs-hamburger > .scs_cart i, .scs_overlay_menu > span i, .scs_overlay_menu > .scs_cart i {
  font-size: 20px;
  font-size: 2rem;
}
.scs-switches-nav > span:last-child, .scs-switches-nav > .scs_cart:last-child, .scs-hamburger > span:last-child, .scs-hamburger > .scs_cart:last-child, .scs_overlay_menu > span:last-child, .scs_overlay_menu > .scs_cart:last-child {
  margin-right: 0;
}
.scs-switches-nav > span:first-child, .scs-switches-nav > .scs_cart:first-child, .scs-hamburger > span:first-child, .scs-hamburger > .scs_cart:first-child, .scs_overlay_menu > span:first-child, .scs_overlay_menu > .scs_cart:first-child {
  margin-left: 0;
}
.scs-switches-nav.scs-switches-nav_right, .scs-hamburger.scs-switches-nav_right, .scs_overlay_menu.scs-switches-nav_right {
  justify-content: flex-end;
}
.scs-switches-nav .scs-search-switch, .scs-hamburger .scs-search-switch, .scs_overlay_menu .scs-search-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.scs-mob_nav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
  background-color: var(--base);
  color: var(--invert);
  height: 55px;
  -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;
}
.scs-mob_nav.solid .scs-logo img {
  filter: none !important;
}
.scs-mob_nav.ghost {
  position: absolute;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scs-mob_nav.ghost .scs-logo a img {
  filter: brightness(0) invert(1);
}
.scs-mob_nav.ghost .hamburger .middle-bar, .scs-mob_nav.ghost .hamburger .middle-bar:before, .scs-mob_nav.ghost .hamburger .middle-bar:after {
  background-color: var(--invert);
}
.scs-mob_nav.ghost .hamburger.active .middle-bar {
  background-color: transparent;
}
.scs-mob_nav .scs-nomenu {
  color: var(--invert);
  min-height: auto;
}
.scs-mob_nav .scs-nomenu .nomenu p {
  line-height: inherit;
  width: 90%;
  margin: 0 auto;
}
.scs-mob_nav .scs-mob-nav_items {
  display: none;
  position: absolute;
  z-index: 1500;
  right: 0;
  top: 55px;
  background-color: var(--base);
  height: calc(100vh - 55px);
  overflow: auto;
  width: calc(100% - 0px);
  padding-bottom: 120px;
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu {
  height: auto;
  justify-content: flex-start;
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .menu-item a {
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 1359px) {
  .scs-mob_nav .scs-mob-nav_items .scs-container_menu .menu-item a {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (max-width: 1024px) {
  .scs-mob_nav .scs-mob-nav_items .scs-container_menu .menu-item a {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 790px) {
  .scs-mob_nav .scs-mob-nav_items .scs-container_menu .menu-item a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu {
  clear: both;
  text-align: left;
  display: block;
  width: 100%;
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item {
  float: none;
  display: block;
  margin: 0;
  position: relative;
  border-bottom: 1px solid var(--border);
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item:first-of-type {
  border-top: 1px solid var(--border);
}
@media (max-width: 1359px) {
  .scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item:after {
    padding-right: 16px;
  }
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item > a {
  cursor: pointer;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item > a:hover, .scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item > a:active, .scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item > a:focus {
  color: var(--primary);
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item > a:after {
  display: none;
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item .sub-menu {
  position: relative;
  background-color: var(--invert);
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item .sub-menu .menu-item {
  border-bottom: 1px solid var(--light);
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item .sub-menu .menu-item:last-of-type {
  border-bottom: none;
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item .sub-menu .menu-item b {
  font-weight: 700;
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item .sub-menu .menu-item.menu-item-has-children:after {
  right: 30px;
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item .sub-menu .menu-item .sub-menu {
  position: relative;
}
.scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  position: relative;
  left: inherit;
  top: inherit;
}
@media (max-width: 1024px) {
  .scs-mob_nav .scs-mob-nav_items .scs-container_menu .scs-menu {
    flex-direction: column;
  }
}
.scs-mob_nav .scs-mob-nav_items .scs-mob-acc {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.scs-mob_nav .scs-mob-nav_items .scs-mob-acc > * {
  margin: 8px 0;
}
.scs-mob_nav .scs-mob-nav_items .scs-mob-nav_soc {
  padding: 20px 30px 20px 30px;
  text-align: left;
}
.scs-mob_nav .scs-mob-nav_items .scs-mob-nav_soc span {
  margin-right: 10px;
}
.scs-mob_nav .scs-mob-nav_items .scs-mob-nav_soc span i {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.scs-mob_nav .scs_overlay_menu .container-fluid {
  padding: 0 16px;
}
.scs-mob_nav .mob-nav_wrap {
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1359px) {
  .scs-mob_nav .mob-nav_wrap {
    column-gap: 25px;
  }
}
.scs-mob_nav .mob-nav_wrap .scs-mobile-nav_btn, .scs-mob_nav .mob-nav_wrap .scs-cart_ico {
  display: flex;
  align-items: center;
}
.scs-mob_nav .mob-nav_wrap .scs-mobile-nav_btn svg g {
  fill: var(--base);
}
.scs-mob_nav .mob-nav_wrap .scs-cart_ico svg g path {
  stroke: var(--invert);
}
.scs-mob_nav .mob-nav_wrap .scs-mobile-nav_btn {
  cursor: pointer;
  color: var(--base);
  margin-left: 21px;
}
.scs-mob_nav .mob-nav_wrap .scs-cart_ico, .scs-mob_nav .mob-nav_wrap .scs-search-switch {
  color: var(--base);
}
.scs-mob_nav .mob-nav_wrap .scs-search-switch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scs-mob_nav .mobile-switches-nav .menu-item:first-of-type {
  border-top: none !important;
}
.scs-mob_nav .mobile-switches-nav svg {
  max-width: 20px;
}

.scs-sticky-menu {
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  min-height: 80px;
  position: fixed;
  top: -150%;
  width: 100%;
  z-index: 9999;
  background-color: var(--base);
}
.scs-sticky-menu .scs-sticky_logo {
  height: 80px;
  display: flex;
  align-items: center;
}
.scs-sticky-menu .scs-sticky_logo .logo-wrapper {
  display: flex;
}
.scs-sticky-menu .scs-sticky_logo img {
  height: 50px;
  max-height: 80px;
  width: auto;
  vertical-align: middle;
}
.scs-sticky-menu .scs-sticky_logo a {
  color: var(--invert);
}
.scs-sticky-menu .scs-container_menu .scs-menu > .menu-item > a {
  height: 80px;
  white-space: nowrap;
}
.scs-sticky-menu .scs-container_menu {
  justify-content: flex-start;
}
.scs-sticky-menu .scs-switches-nav .scs_location {
  color: var(--base);
}
.scs-sticky-menu .scs-switches-nav .scs_location svg path {
  stroke: var(--base);
}
.scs-sticky-menu .scs-switches-nav .scs_search svg path {
  stroke: var(--invert);
}
.scs-sticky-menu .scs-switches-nav .scs_account svg g {
  stroke: var(--invert);
}
.scs-sticky-menu .scs-switches-nav .scs_cart svg g {
  stroke: var(--invert);
}
.scs-sticky-menu .scs-switches-nav .scs_search {
  margin-right: 0;
}
.scs-sticky-menu .scs-menu > .menu-item > a {
  color: var(--base);
}
.scs-sticky-menu .scs-menu > .menu-item > a:hover, .scs-sticky-menu .scs-menu > .menu-item > a:active, .scs-sticky-menu .scs-menu > .menu-item > a:focus {
  color: var(--primary);
}
.scs-sticky-menu .ubermenu-main > .ubermenu-nav > .ubermenu-item > .ubermenu-target {
  color: var(--base);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.scs-sticky-menu .ubermenu-main > .ubermenu-nav > .ubermenu-item > .ubermenu-target:hover {
  color: var(--primary) !important;
}
.scs-sticky-menu .scs-submenu-wrap {
  top: 80px;
}
.scs-sticky-menu .scs-submenu-overlay {
  top: 80px;
}

.second-menu {
  display: none !important;
  background-color: var(--base);
  color: var(--invert);
  clear: both;
  height: auto;
  position: relative;
  left: 0;
  z-index: 80;
}
@media (max-width: 1024px) {
  .second-menu {
    display: none !important;
  }
}
.second-menu a {
  color: var(--invert);
  word-break: break-all;
}
.second-menu a:hover {
  color: var(--primary);
  transition: 300ms all;
}
.second-menu .second-menu-wrap .widget:nth-child(3n+1) {
  clear: left;
}
.second-menu .second-menu-wrap .widget:nth-child(3n-1) div {
  margin: 0 auto;
}
.second-menu .second-menu-wrap .widget_search .scs-search-widget .scs-search-field, .woocommerce .widget_product_search .woocommerce-product-search .second-menu .second-menu-wrap .widget_search .scs-search-widget .woocommerce-product-search-field, .woocommerce .widget_product_search .second-menu .second-menu-wrap .widget_search .woocommerce-product-search .scs-search-field, .woocommerce .widget_product_search .second-menu .second-menu-wrap .widget_search .woocommerce-product-search .woocommerce-product-search-field, .second-menu .second-menu-wrap .woocommerce .widget_product_search .scs-search-widget .scs-search-field, .second-menu .second-menu-wrap .woocommerce .widget_product_search .woocommerce-product-search .scs-search-field, .second-menu .second-menu-wrap .woocommerce .widget_product_search .woocommerce-product-search .woocommerce-product-search-field, .woocommerce .second-menu .second-menu-wrap .widget_product_search .scs-search-widget .scs-search-field, .woocommerce .second-menu .second-menu-wrap .widget_product_search .woocommerce-product-search .scs-search-field, .woocommerce .second-menu .second-menu-wrap .widget_product_search .woocommerce-product-search .woocommerce-product-search-field {
  border-color: var(--invert);
}
.second-menu .second-menu-wrap .widget_scs_recent_post_widget .recent_post-info a {
  color: var(--invert);
}
.second-menu .second-menu-wrap .widget_scs_recent_post_widget .recent_post-info a:hover {
  color: var(--primary);
}
.second-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.second-menu .second-menu-wrap,
.second-menu ul {
  clear: both;
  text-align: left;
}
.second-menu .second-menu-wrap:after,
.second-menu ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.site-notice-dismiss {
  top: 2px;
  right: 12px;
}
.site-notice-dismiss:after, .site-notice-dismiss:before {
  background-color: var(--invert);
}

.scs-nav_eleventh, .scs-nav_twelfth {
  position: fixed;
  width: 100%;
  top: 0;
}

.scs-nav_twelfth {
  padding: 0 16px;
}

.scs-main_nav .search-wrap {
  position: absolute;
  display: none;
  width: 100%;
  right: 0;
  background-color: var(--invert);
  border-bottom: 1px solid var(--light);
}
@media (max-width: 1024px) {
  .scs-main_nav .search-wrap {
    height: 100vh;
  }
}
.scs-main_nav .search-wrap .search-form {
  padding: 14px 0 20px 0;
}
@media (max-width: 1024px) {
  .scs-main_nav .search-wrap .search-form {
    padding: 42px 0 20px 0;
  }
}
.scs-main_nav .search-wrap .close-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 1024px) {
  .scs-main_nav .search-wrap .close-icon {
    right: 54px;
    top: 25px;
  }
}
@media (max-width: 790px) {
  .scs-main_nav .search-wrap .close-icon {
    right: 14px;
  }
}
.scs-main_nav .search-wrap .close-icon svg:hover path {
  stroke: var(--primary);
}

@media (max-width: 790px) {
  #search-modal .modal-content {
    padding: 40px 16px;
  }
}
#search-modal .modal-content .search-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.17;
  font-family: "sofia-pro", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 790px) {
  #search-modal .modal-content .search-title {
    font-size: 32px;
  }
}

#scs-search-container .assistive-text {
  display: none;
}
#scs-search-container .submit {
  display: none;
}

#scs-search-container-page {
  background-color: var(--back-light);
}
#scs-search-container-page .hero-wrap {
  height: auto;
  border-bottom: 1px solid var(--light);
  padding-top: 56px;
  padding-bottom: 56px;
}
#scs-search-container-page .hero-wrap .woocommerce-breadcrumb {
  padding-top: 0;
}
#scs-search-container-page .hero-wrap .woocommerce-breadcrumb a:last-of-type {
  color: var(--base);
}
#scs-search-container-page .hero-wrap .page-title {
  color: var(--base);
}
#scs-search-container-page .search-form-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--invert);
  border-bottom: 1px solid var(--light);
}
@media (min-width: 1024px) {
  #scs-search-container-page .search-form-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
#scs-search-container-page .search-form-wrap form {
  display: flex;
  gap: 10px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #scs-search-container-page .search-form-wrap form {
    align-items: flex-end;
  }
}
#scs-search-container-page .search-form-wrap input[type=text] {
  border: none;
  border-bottom: 1px solid var(--base);
  padding: 10px 5px;
  font-size: 16px;
}
#scs-search-container-page .search-form-wrap input[type=submit] {
  width: auto;
  border-color: var(--light) !important;
  font-size: 14px;
  padding: calc(0.782em - 0px) calc(2em - 1px) !important;
  height: 40px;
}
#scs-search-container-page .search-form-wrap input[type=submit]:hover, #scs-search-container-page .search-form-wrap input[type=submit]:active, #scs-search-container-page .search-form-wrap input[type=submit]:focus {
  border-color: var(--primary) !important;
}
#scs-search-container-page .search-wrap {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  #scs-search-container-page .search-wrap {
    padding-bottom: 100px;
  }
}
#scs-search-container-page .search-results ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#scs-search-container-page .search-results .item-wrap {
  display: flex;
  column-gap: 10px;
}
@media (min-width: 790px) {
  #scs-search-container-page .search-results .item-wrap {
    column-gap: 30px;
  }
}
#scs-search-container-page .search-results .item-wrap .image {
  max-width: 110px;
  width: 100%;
}
@media (min-width: 790px) {
  #scs-search-container-page .search-results .item-wrap .image {
    max-width: 264px;
  }
}
#scs-search-container-page .search-results .item-wrap .description-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 815px;
}
#scs-search-container-page .search-results .item-wrap .description-wrap .category {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media (max-width: 790px) {
  #scs-search-container-page .search-results .item-wrap .description-wrap .category {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
#scs-search-container-page .search-results .item-wrap .description-wrap .title {
  color: var(--base);
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
  -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 (max-width: 620px) {
  #scs-search-container-page .search-results .item-wrap .description-wrap .title {
    font-size: 14px;
  }
}
#scs-search-container-page .search-results .item-wrap .description-wrap .title:hover, #scs-search-container-page .search-results .item-wrap .description-wrap .title:active, #scs-search-container-page .search-results .item-wrap .description-wrap .title:focus-visible {
  color: var(--primary);
}
#scs-search-container-page .search-results .item-wrap .description-wrap .excerpt {
  color: var(--border);
  font-size: 18px;
}
#scs-search-container-page .search-results .results {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 300;
}
#scs-search-container-page .search-results .no-results-wrap {
  max-width: 650px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
}
@media (min-width: 1024px) {
  #scs-search-container-page .search-results .no-results-wrap {
    padding-top: 100px;
  }
}
#scs-search-container-page .search-results .no-results-wrap .text {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--base);
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #scs-search-container-page .search-results .no-results-wrap .text {
    font-size: 40px;
  }
}
#scs-search-container-page .search-results .no-results-wrap .text em {
  color: var(--primary);
  font-style: normal;
}

.login-modal .modal-content {
  position: relative;
  overflow: hidden;
}

.login-step, .register-step {
  height: 100%;
  overflow: auto;
}
.login-step .message-box, .register-step .message-box {
  display: none;
  color: red;
  font-size: 14px;
  margin: 0;
}

.register-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: var(--invert);
  transform: translateX(calc(100% + 60px));
}
.register-step.active {
  transform: none;
}

.login-wrap {
  padding: 62px 85px;
}
@media (max-width: 790px) {
  .login-wrap {
    padding: 60px 16px;
  }
}
.login-wrap #login-container {
  border-bottom: 1px solid var(--light);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.login-wrap #login-container .login-title {
  margin-top: 0;
  margin-bottom: 40px;
}
.login-wrap #login-container .login-submit {
  text-align: center;
  margin-top: 45px;
}
.login-wrap #login-container .login-submit .scs-btn {
  width: 290px;
  max-width: 100%;
}
@media (max-width: 790px) {
  .login-wrap #login-container .login-submit .scs-btn {
    width: 100%;
  }
}
.login-wrap #login-container .forgot-password {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 0;
  text-align: center;
  color: var(--base);
}
.login-wrap #login-container .forgot-password a {
  text-decoration: underline;
}
.login-wrap .register-pre-text {
  padding-bottom: 80px;
}
.login-wrap .register-pre-text .title {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--base);
}
.login-wrap .register-pre-text .text {
  font-size: 14px;
  color: var(--light);
}
.login-wrap .register-pre-text .text p {
  font-size: 14px;
}
.login-wrap .register-pre-text .text .subtitle {
  color: var(--base);
  margin-top: 15px;
  margin-bottom: 12px;
}
.login-wrap .register-pre-text .text ul {
  margin-bottom: 25px;
}
.login-wrap .register-pre-text .text ol {
  margin-bottom: 25px;
}
.login-wrap .register-pre-text .scs-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  max-width: 100%;
}
@media (max-width: 790px) {
  .login-wrap .register-pre-text .scs-btn {
    width: 100%;
  }
}

.register-wrap {
  padding: 62px 85px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--invert);
}
@media (max-width: 790px) {
  .register-wrap {
    padding: 60px 16px;
  }
}
.register-wrap .register-modal-ctrl {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 50px;
  font-size: 14px;
  color: var(--light);
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.register-wrap .register-modal-ctrl:hover, .register-wrap .register-modal-ctrl:active, .register-wrap .register-modal-ctrl:focus {
  color: var(--primary);
}
.register-wrap #register-container {
  padding-bottom: 142px;
}
.register-wrap #register-container .title {
  margin-top: 0;
  margin-bottom: 25px;
}
.register-wrap #register-container .text {
  font-size: 14px;
  color: var(--light);
}
.register-wrap #register-container .text p {
  font-size: 14px;
}
.register-wrap #register-container .register-submit {
  text-align: center;
  margin-top: 45px;
}
.register-wrap #register-container .register-submit .scs-btn {
  width: 290px;
  max-width: 100%;
}
@media (max-width: 790px) {
  .register-wrap #register-container .register-submit .scs-btn {
    width: 100%;
  }
}

.scs_overlay_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 220;
  opacity: 0;
  filter: blur(10px);
  -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;
}
.scs_overlay_menu .container-fluid {
  padding: 0 30px;
}
.scs_overlay_menu .container, .scs_overlay_menu .container-fluid {
  position: absolute;
  top: 0;
}
.scs_overlay_menu .container .row, .scs_overlay_menu .container-fluid .row {
  height: 100px;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .scs_overlay_menu .container .row, .scs_overlay_menu .container-fluid .row {
    height: 55px;
  }
}
.scs_overlay_menu .scs_overlay-menu-btn-close {
  font-size: 20px;
  font-size: 2rem;
}
.scs_overlay_menu .scs_overlay-menu-btn-close i {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}
.scs_overlay_menu .scs-container_menu .scs-menu {
  flex-direction: column;
}
.scs_overlay_menu .scs-container_menu .scs-menu > .menu-item > a {
  line-height: 1.8em;
  font-size: 2.63em;
}

.scs-switches-nav > span svg, .scs-switches-nav > .scs_cart svg, .scs-hamburger > span svg, .scs-hamburger > .scs_cart svg, .scs_overlay_menu > span svg, .scs_overlay_menu > .scs_cart svg {
  display: block;
}

.scs-mob_nav .mob-nav_wrap .scs-mobile-nav_btn, .scs-mob_nav .mob-nav_wrap .scs_cart .scs-cart_ico, .scs-mob_nav .mob-nav_wrap .scs_account a, .scs-mob_nav .mob-nav_wrap .scs_search {
  display: flex;
  align-items: center;
}
.scs_cart {
  position: relative;
  display: inline-block;
  -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;
}
.scs_cart .scs-cart_ico {
  cursor: pointer;
}
.scs_cart .scs-cart_ico .scs_has-item {
  position: absolute;
  top: -2px;
  right: -3px;
  width: 12px;
  height: 12px;
  background-color: var(--primary);
  border-radius: 100%;
  z-index: 120;
}
@media (max-width: 1560px) {
  .scs_cart .scs-cart_ico .scs_has-item {
    top: -4px;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1359px) {
  .scs_cart .scs-cart_ico .scs_has-item {
    top: -2px;
    width: 12px;
    height: 12px;
  }
}
.scs_cart .scs-cart_ico .scs_has-item[data-cart-num="0"] {
  display: none;
}
.scs_cart .scs-cart_ico .icon-sc-theme_cart {
  position: relative;
  z-index: 110;
}

.mini-cart-modal .scs_cart-content-inner {
  padding: 60px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 790px) {
  .mini-cart-modal .scs_cart-content-inner {
    padding: 20px 16px 30px;
  }
}
.mini-cart-modal .scs_cart-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
.mini-cart-modal .scs_cart-price {
  font-size: 20px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--invert);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--base);
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.wpcf7-form {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .wpcf7-form {
    border: 1px solid var(--invert);
    padding: 30px;
  }
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
  padding: 12px 20px;
  background-color: var(--invert);
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  padding: 14px 19px;
  max-height: 130px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  right: 20px;
  bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  color: var(--danger);
}
.wpcf7-form .wpcf7-validation-errors {
  background-color: var(--warning);
  color: var(--base);
  border: none;
  padding: 30px;
}
.wpcf7-form .wpcf7-response-output {
  color: var(--danger);
  border: none !important;
  padding: 0 !important;
  margin: 2em 0 !important;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 30px;
  font-weight: 500;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-form .wpcf7-checkbox label:not(.switch) input {
  width: 0;
  height: 0;
}
.wpcf7-form .wpcf7-checkbox label:not(.switch) .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  font-family: "FontAwesome";
  font-size: 16px;
  color: var(--invert);
  width: 20px;
  height: 20px;
  line-height: 16px;
  border: 2px solid var(--base);
  margin-right: 12px;
  -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;
}
.wpcf7-form .wpcf7-checkbox label:not(.switch) input:checked ~ .wpcf7-list-item-label:before {
  content: "\f00c";
  background-color: var(--primary);
  border-color: var(--primary);
}
.wpcf7-form .wpcf7-radio-custom-wrap .wpcf7-list-item {
  margin-left: 30px;
  font-weight: 500;
}
.wpcf7-form .wpcf7-radio-custom-wrap .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-form .wpcf7-radio-custom-wrap > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpcf7-form .wpcf7-radio-custom-wrap label {
  position: relative;
  top: 0;
  transform: none;
}
.wpcf7-form .wpcf7-radio-custom-wrap br {
  display: none;
}
.wpcf7-form .wpcf7-radio-custom-wrap .wpcf7-form-control-wrap {
  flex-shrink: 0;
  margin-left: 20px;
}
.wpcf7-form .wpcf7-radio-custom-wrap input {
  width: 0;
  height: 0;
}
.wpcf7-form .wpcf7-radio-custom-wrap .wpcf7-list-item-label {
  font-size: 16px;
}
.wpcf7-form .wpcf7-radio-custom-wrap .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  border: 2px solid var(--invert);
  outline: 1px solid var(--base);
  border-radius: 100%;
  margin-right: 12px;
  -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;
}
.wpcf7-form .wpcf7-radio-custom-wrap input:checked ~ .wpcf7-list-item-label:before {
  background-color: var(--primary);
}

.woocommerce .widget_shopping_cart .buttons a.button, .content .post-password-form input[type=submit], #add_payment_method #payment #place_order.button,
.woocommerce-cart #payment #place_order.button,
.woocommerce-checkout #payment #place_order.button, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button, .woocommerce button.button,
.woocommerce-button,
.woocommerce a.button,
.woocommerce .wc-forward.button,
.woocommerce .wc-backward.button,
.woocommerce .wc-forward.added_to_cart, .woocommerce.single-product div.product form.cart button.single_add_to_cart_button, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label, #sb_instagram #sbi_load .sbi_follow_btn a, button,
input[type=button],
input[type=reset],
input[type=submit], .scs-btn {
  -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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 0.782em 3em;
  font-size: 16px;
  width: 300px;
  max-width: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 200px;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce .widget_shopping_cart .buttons a.text-right.button, .content .post-password-form input.text-right[type=submit], #add_payment_method #payment .text-right#place_order.button,
.woocommerce-cart #payment .text-right#place_order.button,
.woocommerce-checkout #payment .text-right#place_order.button, .woocommerce .cart-collaterals .wc-proceed-to-checkout .text-right.button, .woocommerce button.text-right.button,
.text-right.woocommerce-button,
.woocommerce a.text-right.button,
.woocommerce .text-right.wc-forward.button,
.woocommerce .text-right.wc-backward.button,
.woocommerce .text-right.wc-forward.added_to_cart, .woocommerce.single-product div.product form.cart button.text-right.single_add_to_cart_button, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label.text-right, #sb_instagram #sbi_load .sbi_follow_btn a.text-right, button.text-right,
input.text-right[type=button],
input.text-right[type=reset],
input.text-right[type=submit], .text-right.scs-btn {
  justify-content: flex-end;
}

.scs-btn-sm {
  font-size: 14px;
}
.scs-btn-lg {
  font-size: 18px;
}
.scs-btn-default, #add_payment_method #payment #place_order.button,
.woocommerce-cart #payment #place_order.button,
.woocommerce-checkout #payment #place_order.button, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button, .woocommerce button.button,
.woocommerce-button,
.woocommerce a.button,
.woocommerce .wc-forward.button,
.woocommerce .wc-backward.button,
.woocommerce .wc-forward.added_to_cart, .woocommerce.single-product div.product form.cart button.single_add_to_cart_button, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .button, .wpcf7-form input.wpcf7-submit {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  background-color: var(--primary);
  color: var(--invert) !important;
}
.scs-btn-default:hover, #add_payment_method #payment #place_order.button:hover,
.woocommerce-cart #payment #place_order.button:hover,
.woocommerce-checkout #payment #place_order.button:hover, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover, .woocommerce button.button:hover,
.woocommerce-button:hover,
.woocommerce a.button:hover,
.woocommerce .wc-forward.button:hover,
.woocommerce .wc-backward.button:hover,
.woocommerce .wc-forward.added_to_cart:hover, .woocommerce.single-product div.product form.cart button.single_add_to_cart_button:hover, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .button:hover, .wpcf7-form input.wpcf7-submit:hover, .scs-btn-default:active, #add_payment_method #payment #place_order.button:active,
.woocommerce-cart #payment #place_order.button:active,
.woocommerce-checkout #payment #place_order.button:active, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:active, .woocommerce button.button:active,
.woocommerce-button:active,
.woocommerce a.button:active,
.woocommerce .wc-forward.button:active,
.woocommerce .wc-backward.button:active,
.woocommerce .wc-forward.added_to_cart:active, .woocommerce.single-product div.product form.cart button.single_add_to_cart_button:active, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .button:active, .wpcf7-form input.wpcf7-submit:active, .scs-btn-default:focus, #add_payment_method #payment #place_order.button:focus,
.woocommerce-cart #payment #place_order.button:focus,
.woocommerce-checkout #payment #place_order.button:focus, .woocommerce .cart-collaterals .wc-proceed-to-checkout .button:focus, .woocommerce button.button:focus,
.woocommerce-button:focus,
.woocommerce a.button:focus,
.woocommerce .wc-forward.button:focus,
.woocommerce .wc-backward.button:focus,
.woocommerce .wc-forward.added_to_cart:focus, .woocommerce.single-product div.product form.cart button.single_add_to_cart_button:focus, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .button:focus, .wpcf7-form input.wpcf7-submit:focus {
  background-color: var(--base);
  color: var(--invert) !important;
}
.scs-btn-ghost-white {
  padding: calc(0.782em - 1px) calc(3em - 1px);
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: var(--invert);
  color: var(--invert) !important;
}
.scs-btn-ghost-white:hover, .scs-btn-ghost-white:active, .scs-btn-ghost-white:focus {
  background-color: var(--primary);
  border-color: var(--primary);
}
.scs-btn-ghost-black, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label, #scs-search-container-page .search-form-wrap input[type=submit] {
  padding: calc(0.782em - 1px) calc(3em - 1px);
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: var(--base);
  color: var(--base) !important;
}
.scs-btn-ghost-black:hover, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label:hover, #scs-search-container-page .search-form-wrap input[type=submit]:hover, .scs-btn-ghost-black:active, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label:active, #scs-search-container-page .search-form-wrap input[type=submit]:active, .scs-btn-ghost-black:focus, .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label:focus, #scs-search-container-page .search-form-wrap input[type=submit]:focus {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--invert) !important;
}
.scs-btn-colored, .mc4wp-form .mc4wp-form-fields input[type=submit] {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  background-color: var(--border);
  color: var(--invert) !important;
}
.scs-btn-colored:hover, .mc4wp-form .mc4wp-form-fields input[type=submit]:hover, .scs-btn-colored:active, .mc4wp-form .mc4wp-form-fields input[type=submit]:active, .scs-btn-colored:focus, .mc4wp-form .mc4wp-form-fields input[type=submit]:focus {
  background-color: var(--base);
  color: var(--invert) !important;
}
.scs-btn-invert {
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  background-color: var(--base);
  color: var(--invert) !important;
}
.scs-btn-invert:hover, .scs-btn-invert:active, .scs-btn-invert:focus {
  background-color: var(--primary);
  color: var(--invert) !important;
}
.scs-btn-mini {
  width: auto;
  padding: 0.5em 1.375em;
  border-color: var(--light);
  background-color: var(--invert);
  color: var(--base) !important;
}
.scs-btn-mini:hover, .scs-btn-mini:active, .scs-btn-mini:focus {
  background-color: var(--base);
  color: var(--light) !important;
}
.scs-btn-mini:hover svg path, .scs-btn-mini:active svg path, .scs-btn-mini:focus svg path {
  stroke: var(--light);
}

.scs-btn-with-icon, .content a.scs-btn-with-icon {
  display: inline-flex;
  align-items: center;
  color: var(--base);
  padding-left: 0;
  text-transform: uppercase;
  font-weight: 600;
  column-gap: 20px;
  letter-spacing: 3.2px;
  text-decoration: none !important;
  -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;
}
.scs-btn-with-icon svg path, .content a.scs-btn-with-icon svg path {
  stroke: var(--primary);
  -webkit-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -ms-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.scs-btn-with-icon svg circle, .content a.scs-btn-with-icon svg circle {
  fill: transparent;
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.scs-btn-with-icon:hover, .scs-btn-with-icon:active, .scs-btn-with-icon:focus, .content a.scs-btn-with-icon:hover, .content a.scs-btn-with-icon:active, .content a.scs-btn-with-icon:focus {
  color: var(--primary) !important;
}
.scs-btn-with-icon:hover path, .scs-btn-with-icon:active path, .scs-btn-with-icon:focus path, .content a.scs-btn-with-icon:hover path, .content a.scs-btn-with-icon:active path, .content a.scs-btn-with-icon:focus path {
  stroke: var(--invert);
}
.scs-btn-with-icon:hover circle:last-of-type, .scs-btn-with-icon:active circle:last-of-type, .scs-btn-with-icon:focus circle:last-of-type, .content a.scs-btn-with-icon:hover circle:last-of-type, .content a.scs-btn-with-icon:active circle:last-of-type, .content a.scs-btn-with-icon:focus circle:last-of-type {
  fill: var(--primary);
}

.scs-btn:hover .scs-btn-bg {
  opacity: 1;
}
.scs-btn:hover .scs-btn-inner {
  color: inherit !important;
}
.scs-btn-custom {
  position: relative;
}
.scs-btn-inner {
  position: relative;
}
.scs-btn-bg {
  opacity: 0;
  outline: 1px solid var(--base);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
}

.mc4wp-form .mc4wp-form-fields {
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.mc4wp-form .mc4wp-form-fields svg path {
  stroke: var(--primary);
  -webkit-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -ms-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.mc4wp-form .mc4wp-form-fields svg circle {
  fill: var(--base);
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.mc4wp-form .mc4wp-form-fields svg:hover path {
  stroke: var(--invert);
}
.mc4wp-form .mc4wp-form-fields svg:hover circle:last-of-type {
  fill: var(--primary);
}
.mc4wp-form .mc4wp-form-fields input::placeholder {
  color: var(--invert);
}
.mc4wp-form .mc4wp-form-fields input[type=email] {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: calc(0.782em - 1px) calc(0.2em - 1px);
  border: none;
  border-bottom: 1px solid var(--invert);
  color: var(--invert);
  -webkit-transition: border-bottom 0.3s ease;
  -moz-transition: border-bottom 0.3s ease;
  -ms-transition: border-bottom 0.3s ease;
  -o-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
}
.mc4wp-form .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
  font-size: 14px;
}
.mc4wp-form .mc4wp-form-fields input[type=email].active {
  border-bottom: 1px solid var(--primary) !important;
}
.mc4wp-form .mc4wp-form-fields input[type=submit] {
  margin-top: 0;
  padding: calc(0.782em - 1px) calc(1.4em - 1px) !important;
}
.mc4wp-form .mc4wp-form-fields button[type=submit] {
  padding: 0;
  background: none;
  width: auto;
}
.mc4wp-form .mc4wp-response .mc4wp-alert, .mc4wp-form .mc4wp-response .mc4wp-notice, .mc4wp-form .mc4wp-response .mc4wp-error {
  color: var(--primary);
}

div.asl_m.asl_w {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto !important;
  box-shadow: none;
  height: 46px;
}
@media (max-width: 1024px) {
  div.asl_m.asl_w {
    margin: 0 !important;
  }
}
div.asl_m.asl_w .probox {
  height: 46px !important;
  align-items: center !important;
}
div.asl_m.asl_w .probox .proinput {
  padding-left: 20px !important;
  margin-left: 0 !important;
  border-bottom: 1px solid var(--base);
  height: auto;
  -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;
}
div.asl_m.asl_w .probox .proinput:focus-within {
  border-bottom: 1px solid var(--primary);
}
@media (max-width: 1024px) {
  div.asl_m.asl_w .probox .proinput {
    padding-left: 0 !important;
  }
}
div.asl_m.asl_w .probox .proinput input {
  height: 46px;
  font-size: 14px !important;
}
div.asl_m.asl_w .probox .proinput input::-webkit-input-placeholder {
  color: var(--base) !important;
}
div.asl_m.asl_w .probox .proinput input:-moz-placeholder {
  color: var(--base) !important;
}
div.asl_m.asl_w .probox .proinput input::-moz-placeholder {
  color: var(--base) !important;
}
div.asl_m.asl_w .probox .proinput input:-ms-input-placeholder {
  color: var(--base) !important;
}
div.asl_m.asl_w .probox .proinput input.autocomplete {
  margin-top: -46px !important;
}
div.asl_m.asl_w .probox .promagnifier {
  border: 1px solid transparent;
  border-radius: 200px;
  padding: 0.3em 2.2em;
  margin-left: 10px;
  font-size: 14px;
  box-shadow: none;
  border-color: var(--light);
  color: var(--base);
}
@media (max-width: 1024px) {
  div.asl_m.asl_w .probox .promagnifier {
    padding: 0.2em 1.8em;
  }
}
div.asl_m.asl_w .probox .promagnifier:hover, div.asl_m.asl_w .probox .promagnifier:active, div.asl_m.asl_w .probox .promagnifier:focus {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--invert);
}
div.asl_m.asl_w .probox .promagnifier .innericon {
  display: none;
}
div.asl_m.asl_w .probox .proclose {
  display: none !important;
}
.wpdreams_asl_results {
  box-shadow: none !important;
  padding: 0 !important;
  z-index: 9999 !important;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .wpdreams_asl_results {
    width: 100% !important;
    height: 100vh !important;
    left: 0 !important;
    overflow: auto !important;
  }
}
.wpdreams_asl_results .results {
  height: 221px !important;
  padding-right: 20px !important;
}
@media (max-width: 1024px) {
  .wpdreams_asl_results .results {
    padding-right: 0px !important;
    height: calc(100vh - 120px) !important;
  }
}
.wpdreams_asl_results .results::-webkit-scrollbar {
  width: 3px !important;
}
.wpdreams_asl_results .results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -1px 0 var(--light) !important;
  -moz-box-shadow: inset -1px 0 var(--light) !important;
  box-shadow: inset -1px 0 var(--light) !important;
  border: none !important;
}
.wpdreams_asl_results .results::-webkit-scrollbar-thumb {
  background: var(--base) !important;
}
.wpdreams_asl_results .results .item {
  width: 100% !important;
  padding: 14px 30px !important;
  border-bottom: 1px solid var(--light);
}
@media (max-width: 790px) {
  .wpdreams_asl_results .results .item {
    padding: 14px 16px !important;
    width: auto !important;
  }
}
.wpdreams_asl_results .results .item.hovered {
  background: var(--invert) !important;
}
.wpdreams_asl_results .results .item h3 {
  line-height: 1.38 !important;
}
.wpdreams_asl_results .results .item h3 .asl_res_url {
  color: var(--base) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.38 !important;
  letter-spacing: 0.89px !important;
  font-family: "sofia-pro", sans-serif !important;
}
.wpdreams_asl_results .results .item h3 .asl_res_url:hover {
  color: var(--primary) !important;
}
.wpdreams_asl_results .results .item .asl_desc {
  font-size: 14px !important;
}
.wpdreams_asl_results .results .item .asl_content {
  padding: 0 !important;
}
.wpdreams_asl_results .results .item .asl_image {
  width: 164px !important;
  height: 164px !important;
  margin: 0 24px 0 0 !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.wpdreams_asl_results .results .item::after {
  display: none !important;
}

.wpdreams_asl_settings {
  z-index: 9999 !important;
}

.scs-main_nav #scs-search-container-page {
  padding: 4em 0 6em 0;
}
.scs-main_nav #scs-search-container-page .wpdreams_asl_container.asl_m.asl_w {
  margin: 0 auto 0 0 !important;
}

.anr_captcha_field {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (max-width: 1024px) {
  .fancybox-container {
    bottom: 0 !important;
    top: auto !important;
  }
}

.fancybox-bg {
  background: var(--invert) !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}

.fancybox-inner {
  bottom: 0 !important;
  right: 0 !important;
}
@media (max-width: 1024px) {
  .fancybox-inner {
    bottom: 120px !important;
  }
}

.fancybox-toolbar {
  height: 100%;
  border-left: 1px solid var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
}
@media (max-width: 790px) {
  .fancybox-toolbar {
    border-left: none;
    height: auto;
    width: auto;
  }
}

.fancybox-button.fancybox-button--close {
  color: var(--base) !important;
  background: transparent !important;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.fancybox-button.fancybox-button--close svg {
  width: 28px;
}
.fancybox-button.fancybox-button--close svg path {
  fill: initial !important;
  stroke-width: initial !important;
  -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;
}
.fancybox-button.fancybox-button--close:hover, .fancybox-button.fancybox-button--close:active, .fancybox-button.fancybox-button--close:focus {
  background: var(--primary) !important;
}
.fancybox-button.fancybox-button--close:hover svg path, .fancybox-button.fancybox-button--close:active svg path, .fancybox-button.fancybox-button--close:focus svg path {
  stroke: var(--invert);
  fill: var(--invert) !important;
}

.fancybox-thumbs {
  background: var(--invert) !important;
  width: 126px !important;
  bottom: auto !important;
  top: 50% !important;
  left: 70px;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .fancybox-thumbs {
    width: 100% !important;
    bottom: 0 !important;
    top: auto !important;
    transform: none;
    left: 0;
  }
}

.fancybox-thumbs__list a {
  width: 120px !important;
  height: 120px !important;
  max-width: calc(100% - 8px) !important;
}
.fancybox-thumbs__list a:before {
  border: 1px solid var(--light) !important;
}

.slick-dots {
  position: absolute;
  bottom: -90px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 0;
}
@media (max-width: 790px) {
  .slick-dots {
    bottom: -70px;
  }
}

.slick-dotted {
  margin-bottom: 90px;
}
@media (max-width: 790px) {
  .slick-dotted {
    margin-bottom: 70px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 790px) {
  .slick-dots li {
    height: 18px;
    width: 18px;
    margin: 0 0;
  }
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  margin: 0 auto;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 6px;
  line-height: 5px;
  text-align: center;
  background-color: var(--light);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 790px) {
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}

.slick-dots li.slick-active button:before {
  background-color: var(--base);
  width: 18px;
  height: 18px;
}
@media (max-width: 790px) {
  .slick-dots li.slick-active button:before {
    width: 12px;
    height: 12px;
  }
}

#scs_theme .wlfwc-add-to-wishlist {
  background: transparent !important;
}

.wlfwc-add-to-wishlist {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  top: 20px;
  right: 20px;
  width: auto;
  height: auto;
}
@media (max-width: 790px) {
  .wlfwc-add-to-wishlist {
    top: 6px !important;
    right: 6px !important;
    transform: scale(0.8) !important;
  }
}
.wlfwc-add-to-wishlist i:before {
  content: url('data:image/svg+xml,<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_875_2366)"><path d="M18.4998 10.5717L10.9998 17.9997L3.49981 10.5717C3.00512 10.0903 2.61546 9.5117 2.35536 8.87232C2.09527 8.23295 1.97037 7.54664 1.98855 6.85662C2.00673 6.1666 2.16758 5.48782 2.46097 4.86303C2.75436 4.23823 3.17395 3.68094 3.6933 3.22627C4.21265 2.77159 4.82052 2.42938 5.47862 2.22117C6.13673 2.01296 6.83082 1.94327 7.51718 2.01649C8.20354 2.08971 8.86731 2.30425 9.46669 2.64659C10.0661 2.98894 10.5881 3.45169 10.9998 4.00569C11.4133 3.45571 11.9359 2.99701 12.5349 2.65829C13.1339 2.31958 13.7963 2.10814 14.4807 2.03721C15.1652 1.96628 15.8569 2.03739 16.5126 2.24608C17.1683 2.45477 17.7738 2.79656 18.2914 3.25005C18.8089 3.70354 19.2272 4.25897 19.5202 4.88158C19.8132 5.50419 19.9746 6.18057 19.9941 6.8684C20.0137 7.55622 19.8911 8.24068 19.6339 8.87894C19.3768 9.5172 18.9907 10.0955 18.4998 10.5777" stroke="%23EC4403" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_875_2366"><rect width="21" height="19" fill="white"/></clipPath></defs></svg>');
  display: block;
  cursor: pointer;
}
.wlfwc-add-to-wishlist.active i:before {
  content: url('data:image/svg+xml,<svg width="21" height="19" viewBox="0 0 21 19" fill="%23EC4403" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_875_2366)"><path d="M18.4998 10.5717L10.9998 17.9997L3.49981 10.5717C3.00512 10.0903 2.61546 9.5117 2.35536 8.87232C2.09527 8.23295 1.97037 7.54664 1.98855 6.85662C2.00673 6.1666 2.16758 5.48782 2.46097 4.86303C2.75436 4.23823 3.17395 3.68094 3.6933 3.22627C4.21265 2.77159 4.82052 2.42938 5.47862 2.22117C6.13673 2.01296 6.83082 1.94327 7.51718 2.01649C8.20354 2.08971 8.86731 2.30425 9.46669 2.64659C10.0661 2.98894 10.5881 3.45169 10.9998 4.00569C11.4133 3.45571 11.9359 2.99701 12.5349 2.65829C13.1339 2.31958 13.7963 2.10814 14.4807 2.03721C15.1652 1.96628 15.8569 2.03739 16.5126 2.24608C17.1683 2.45477 17.7738 2.79656 18.2914 3.25005C18.8089 3.70354 19.2272 4.25897 19.5202 4.88158C19.8132 5.50419 19.9746 6.18057 19.9941 6.8684C20.0137 7.55622 19.8911 8.24068 19.6339 8.87894C19.3768 9.5172 18.9907 10.0955 18.4998 10.5777" stroke="%23EC4403" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_875_2366"><rect width="21" height="19" fill="white"/></clipPath></defs></svg>');
}

@media (max-width: 1024px) {
  #mywishlist_email_form_popup form input {
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  #mywishlist_email_form_popup form button {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
}

body .wl_notify {
  background: var(--primary);
  color: var(--invert) !important;
  padding: 1px 20px;
  font-size: 14px;
}

.sc-product-card .wl_notify {
  top: 16px;
  left: 0;
  right: auto;
}

.sc-product-actions .wl_notify {
  left: 0;
  right: auto;
  top: 50px;
  width: 200px;
}

.product-summary .wl_notify {
  bottom: -20px;
  top: auto;
  right: 0;
  background: var(--invert);
  color: var(--primary) !important;
}

.mobile-wrap-product-summary .wl_notify {
  top: 105px;
  right: 0;
  background: var(--invert);
  color: var(--primary) !important;
}

.wlfwc-add-to-wishlist-shortcode-icon {
  padding-right: 0;
  font-size: 0;
}

.select2-container.select2-container--default {
  border-radius: 0;
  margin-top: 0;
  font-size: 14px;
  height: 50px;
}
.select2-container.select2-container--default .select2-results__option {
  -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;
}
.select2-container.select2-container--default .select2-results__option[aria-selected=true],
.select2-container.select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--light);
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--primary);
  color: var(--invert);
}
.select2-container.select2-container--default .select2-dropdown {
  border-radius: 0;
  border: 1px solid var(--primary);
  border-top-color: var(--light);
  margin-top: -1px;
  margin-bottom: -1px;
}
.select2-container.select2-container--default .select2-results__option {
  padding: 12px 20px;
}
.select2-container.select2-container--default .select2-selection {
  background-color: transparent;
  border: 1px solid var(--base);
  border-radius: 0;
  height: 50px;
}
.select2-container.select2-container--default .select2-selection:focus {
  outline: none;
  box-shadow: none;
}
.select2-container.select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 50px;
  color: var(--base);
  padding-left: 1.35em;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.select2-container.select2-container--default .select2-selection .select2-selection__arrow {
  top: 12px;
  right: 5px;
}
.select2-container.select2-container--default .select2-selection .select2-selection__arrow b {
  border-color: var(--base) transparent transparent transparent;
}
.select2-container.select2-container--default.select2-container--open .select2-selection {
  border: 1px solid var(--primary);
}
.select2-container.select2-container--default.select2-container--open .select2-selection .select2-selection__rendered {
  padding-left: 1.35em;
}
.select2-container.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent var(--base) transparent;
}

#sb_instagram .sb_instagram_header {
  display: none;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
}
#sb_instagram #sbi_images .sbi_item {
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-bottom: 32px !important;
}
@media (max-width: 1560px) {
  #sb_instagram #sbi_images .sbi_item {
    padding-left: 9px !important;
    padding-right: 9px !important;
    margin-bottom: 18px !important;
  }
}
@media (max-width: 1024px) {
  #sb_instagram #sbi_images .sbi_item {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 10px !important;
  }
}
#sb_instagram #sbi_load {
  margin-top: 30px;
}
#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0;
}
@media (max-width: 790px) {
  #sb_instagram #sbi_load .sbi_follow_btn {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#sb_instagram #sbi_load .sbi_follow_btn a {
  background-color: var(--base) !important;
  width: 290px;
  max-width: 100%;
}
@media (max-width: 790px) {
  #sb_instagram #sbi_load .sbi_follow_btn a {
    width: 100%;
  }
}
#sb_instagram #sbi_load .sbi_follow_btn a:hover, #sb_instagram #sbi_load .sbi_follow_btn a:active, #sb_instagram #sbi_load .sbi_follow_btn a:focus {
  background-color: var(--primary) !important;
  box-shadow: none;
}
#sb_instagram #sbi_load .sbi_follow_btn a svg {
  display: none;
}

.filters-wrap .widget .prdctfltr_filter_title {
  display: none !important;
}
.filters-wrap .widget .prdctfltr_woocommerce_ordering .prdctfltr_collector {
  display: none !important;
}
.filters-wrap .widget .prdctfltr_woocommerce_ordering .prdctfltr_buttons {
  display: none !important;
}

.prdctfltr_single .prdctfltr_checkboxes .prdctfltr_sub label span:before {
  display: none !important;
}
.prdctfltr_single .prdctfltr_checkboxes .prdctfltr_active {
  color: var(--primary);
}
.prdctfltr_single .prdctfltr_checkboxes label {
  margin-bottom: 2px;
}
.prdctfltr_single .prdctfltr_checkboxes > label {
  margin-bottom: 8px !important;
  padding-top: 8px;
  font-weight: 600;
  border-top: 1px solid var(--light);
}
.prdctfltr_single .prdctfltr_checkboxes > label:first-of-type {
  border-top: none;
}
.prdctfltr_single .prdctfltr_checkboxes > .prdctfltr_sub {
  margin-bottom: 8px;
}
.prdctfltr_single .prdctfltr_checkboxes span {
  padding-left: 16px !important;
}

.prdctfltr_multi .prdctfltr_add_scroll .prdctfltr_checkboxes label {
  margin-bottom: 16px;
}
.prdctfltr_multi .prdctfltr_add_scroll .prdctfltr_checkboxes label input {
  width: 0 !important;
  height: 0 !important;
  opacity: 0;
  position: absolute !important;
}
.prdctfltr_multi .prdctfltr_add_scroll .prdctfltr_checkboxes label input:checked ~ .field-text:before, .prdctfltr_multi .prdctfltr_add_scroll .prdctfltr_checkboxes label input:checked ~ span:before {
  content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='-6 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-1 10.425 7.075 16.5l15-15' stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-color: var(--primary);
  border-color: var(--primary);
}
.prdctfltr_multi .prdctfltr_add_scroll .prdctfltr_checkboxes label span {
  font-size: 16px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
@media (max-width: 790px) {
  .prdctfltr_multi .prdctfltr_add_scroll .prdctfltr_checkboxes label span {
    font-size: 16px;
    line-height: 18px;
  }
}
.prdctfltr_multi .prdctfltr_add_scroll .prdctfltr_checkboxes label span:before {
  content: "";
  display: inline-block !important;
  float: left;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 1;
  font-size: 30px;
  border: 1px solid var(--base);
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prdctfltr_multi .prdctfltr_add_scroll .prdctfltr_checkboxes label.prdctfltr_active > span {
  font-weight: 400 !important;
}
.prdctfltr_multi .prdctfltr_add_scroll .prdctfltr_checkboxes .prdctfltr_ft_none {
  display: none;
}

.prdctfltr_filter {
  border-bottom: 1px solid var(--light);
  padding-bottom: 20px !important;
  margin-bottom: 25px !important;
}
.prdctfltr_filter label {
  font-size: 15px !important;
}
.prdctfltr_filter .prdctfltr_sub {
  margin-left: 1em !important;
}
.prdctfltr_filter .prdctfltr_sub label span {
  white-space: nowrap !important;
  padding-left: 16px;
  margin-bottom: 0 !important;
}

.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter input[type=checkbox] {
  display: none !important;
}

.pf_rngstyle_thin .irs-from, .pf_rngstyle_thin .irs-to, .pf_rngstyle_thin .irs-single {
  background: var(--primary) !important;
  font-size: 12px !important;
}

.pf_rngstyle_thin .irs-line-mid, .pf_rngstyle_thin .irs-line-left, .pf_rngstyle_thin .irs-line-right, .pf_rngstyle_thin .irs-bar, .pf_rngstyle_thin .irs-bar-edge, .pf_rngstyle_thin .irs-slider {
  background-image: url("../img/pf-sprite-skin-thin.png") !important;
}

.woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner {
  display: flex;
  column-gap: 200px;
  height: calc(100vh - 300px);
  padding-bottom: 60px;
  overflow: auto;
}
@media (max-width: 1560px) {
  .woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner {
    column-gap: 100px;
  }
}
@media (max-width: 1359px) {
  .woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner {
    column-gap: 60px;
  }
}
@media (max-width: 1024px) {
  .woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner {
    flex-direction: column;
  }
}
@media (max-width: 790px) {
  .woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner {
    height: calc(100vh - 340px);
  }
}
.woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner:before, .woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner:after {
  display: none;
}
.woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner .prdctfltr_filter {
  width: 33.3333%;
}
@media (max-width: 1359px) {
  .woocommerce .filter-modal .filters-wrap .prdctfltr_filter_inner .prdctfltr_filter {
    width: 100%;
  }
}
.woocommerce .filter-modal .filters-wrap .prdctfltr_buttons {
  position: absolute;
  left: -60px;
  right: -60px;
  bottom: 0;
  transform: translateY(100%);
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 35px;
  align-items: center;
  justify-content: flex-start;
  height: 160px;
  border-top: 1px solid var(--light);
  padding: 54px 60px;
}
@media (max-width: 790px) {
  .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons {
    left: -16px;
    right: -16px;
    height: 176px;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 28px 42px;
  }
}
.woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .button {
  margin-bottom: 0 !important;
}
@media (max-width: 790px) {
  .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .button {
    width: 100%;
  }
}
.woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset {
  margin-bottom: 0;
  margin-right: 0;
}
@media (max-width: 790px) {
  .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset {
    width: 100%;
  }
}
@media (max-width: 790px) {
  .woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label {
    width: 100%;
  }
}
.woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label span {
  margin-bottom: 0;
  line-height: normal;
}
.woocommerce .filter-modal .filters-wrap .prdctfltr_buttons .prdctfltr_reset label span:before {
  display: none;
}

.prdctfltr_single .prdctfltr_checkboxes > * {
  display: none;
}
.prdctfltr_single .prdctfltr_checkboxes > .prdctfltr_show_subs, .prdctfltr_single .prdctfltr_checkboxes > .prdctfltr_active {
  display: block;
  border: none;
}
.prdctfltr_single .prdctfltr_checkboxes > .prdctfltr_show_subs .prdctfltr-plus, .prdctfltr_single .prdctfltr_checkboxes > .prdctfltr_active .prdctfltr-plus {
  display: none;
}

/* Under Construction Page */
.under-construction {
  background-color: var(--base);
}
.under-construction .scs-main_nav {
  position: absolute;
  width: 100%;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .under-construction .scs-main_nav {
    padding: 20px;
  }
}
.under-construction .logo {
  max-height: 54px;
}
@media (max-width: 1024px) {
  .under-construction .logo {
    max-height: 38px;
  }
}
.under-construction .uc-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 16px;
}
.under-construction .uc-title {
  position: relative;
  color: var(--invert);
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .under-construction .uc-title {
    font-size: 46px;
  }
}

.woocommerce.archive .product-filter-section {
  padding: 7px 16px;
  margin-bottom: 7px;
  background-color: var(--back-light);
  position: sticky;
  top: 55px;
  z-index: 999;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
@media (min-width: 1359px) {
  .woocommerce.archive .product-filter-section {
    top: 100px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    z-index: 998;
  }
}
@media (min-width: 1359px) {
  .woocommerce.archive .product-filter-section {
    top: 100px !important;
  }
}
.woocommerce.archive .product-filter-section:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--light);
}
@media (min-width: 790px) {
  .woocommerce.archive .product-filter-section:after {
    left: -16px;
    width: calc(100% + 32px);
  }
}
.woocommerce.archive .product-filter-section svg {
  margin-right: 12px;
}
@media (max-width: 790px) {
  .woocommerce.archive .product-filter-section svg {
    width: 20px;
  }
}
.woocommerce.archive .product-filter-section svg * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce.archive .product-archive-content-wrap {
  padding-bottom: 70px;
}
.woocommerce.archive .product-archive-content-wrap .filters {
  position: fixed;
  z-index: 9999;
  top: 55px;
  left: 0;
  width: 0;
  --column-width: 100vw;
  --filter-bar-height: 80px;
  max-width: 100%;
  height: calc(100vh - 55px);
  background-color: var(--back-light);
  flex-shrink: 0;
  overflow: hidden;
  -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 (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap .filters {
    z-index: 997;
    position: static;
    --column-width: 240px;
    height: auto;
    width: 0;
    max-width: var(--column-width);
    overflow: visible;
  }
}
@media (min-width: 1560px) {
  .woocommerce.archive .product-archive-content-wrap .filters {
    --column-width: 290px;
  }
}
.woocommerce.archive .product-archive-content-wrap .filters.active {
  width: var(--column-width);
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap .filters.active {
    position: static;
  }
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap .filters.active .filters-wrap {
    width: var(--column-width);
  }
}
.woocommerce.archive .product-archive-content-wrap .filters .filters-wrap {
  position: sticky;
  top: 55px;
  -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 (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap .filters .filters-wrap {
    width: 0;
    overflow: hidden;
  }
}
@media (min-width: 1359px) {
  .woocommerce.archive .product-archive-content-wrap .filters .filters-wrap {
    top: calc(100px + var(--filter-bar-height));
  }
}
.woocommerce.archive .product-archive-content-wrap .filters .filters-content {
  width: var(--column-width);
  height: calc(100vh - 55px);
  padding: 0 16px 20px 16px;
  overflow: auto;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap .filters .filters-content {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 20px;
    height: calc(100vh - 100px - var(--filter-bar-height));
  }
}
.woocommerce.archive .product-archive-content-wrap .filters .title-wrap {
  column-gap: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--light);
  top: 55px;
}
.woocommerce.archive .product-archive-content-wrap .filters .title-wrap .title {
  margin: 0;
}
.woocommerce.archive .product-archive-content-wrap .filters .title-wrap .filter-ctrl {
  cursor: pointer;
}
.woocommerce.archive .product-archive-content-wrap .widget {
  margin-bottom: 20px;
}
.woocommerce.archive .product-archive-content-wrap .widget .widgettitle {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap .widget .widgettitle {
    margin-top: 0;
  }
}
.woocommerce.archive .product-archive-content-wrap .menu {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap .menu {
    row-gap: 10px;
  }
}
.woocommerce.archive .product-archive-content-wrap .menu .menu-item a {
  color: var(--base);
}
.woocommerce.archive .product-archive-content-wrap .products.narrow {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1359px) {
  .woocommerce.archive .product-archive-content-wrap .products.narrow {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1359px) and (max-width: 790px) {
  .woocommerce.archive .product-archive-content-wrap .products.narrow {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce.archive .product-archive-content-wrap .grid-layout-select {
  display: flex;
  gap: 25px;
}
@media (max-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap .grid-layout-select {
    display: none;
  }
}
.woocommerce.archive .product-archive-content-wrap .grid-layout-select .archive-layout {
  opacity: 0.2;
  cursor: pointer;
  font-size: 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;
}
.woocommerce.archive .product-archive-content-wrap .grid-layout-select .archive-layout:hover, .woocommerce.archive .product-archive-content-wrap .grid-layout-select .archive-layout:active, .woocommerce.archive .product-archive-content-wrap .grid-layout-select .archive-layout:focus {
  opacity: 0.5;
}
.woocommerce.archive .product-archive-content-wrap .grid-layout-select .archive-layout.active {
  opacity: 1;
}
.woocommerce.archive .product-archive-content-wrap .result-count {
  margin-left: 32px;
  color: var(--light);
  font-size: 14px;
}
.woocommerce.archive .content-column {
  padding-bottom: 80px;
}
@media (max-width: 790px) {
  .woocommerce.archive .content-column {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce.archive .scroll-to-top {
  float: right;
}
.woocommerce.archive .product-archive-content-wrap .products {
  display: grid;
  column-gap: 14px;
  row-gap: 14px;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap .products {
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1359px) {
  .woocommerce.archive .product-archive-content-wrap .products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1560px) {
  .woocommerce.archive .product-archive-content-wrap .products {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.woocommerce.archive .product-archive-content-wrap .products:before, .woocommerce.archive .product-archive-content-wrap .products:after {
  display: none;
}
.woocommerce.archive .product-archive-content-wrap .products .sc-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.woocommerce.archive .product-archive-content-wrap .products .sc-product-card .image-wrap {
  flex-grow: 1;
}
.woocommerce.archive .term-description p {
  margin: 80px auto;
  font-size: 20px;
  max-width: 1000px;
  text-align: center;
  font-weight: 600;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .woocommerce.archive .term-description p {
    font-size: 24px;
  }
}
.woocommerce.archive .term-description p em {
  color: var(--primary);
  font-style: normal;
}
.woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew {
    padding-bottom: 40px;
  }
}
.woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1359px) {
  .woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .product-info {
  row-gap: 12px;
  flex-grow: 2;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .product-info {
    row-gap: 20px;
  }
}
.woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .product-title {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .product-title {
    font-size: 24px;
  }
}
.woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .product-description {
  line-height: 1.25;
  color: var(--border);
  font-size: 14px;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .product-description {
    font-size: 16px;
  }
}
.woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .added-to-cart-label {
  display: none !important;
}
.woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .image-wrap {
  flex-grow: 0;
}
.woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .image-wrap:after {
  padding-top: 50%;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .image-wrap:after {
    padding-top: 61.8%;
  }
}
.woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .quantity-button {
    padding: 10px 15px;
  }
}
@media (min-width: 1024px) {
  .woocommerce.archive .product-archive-content-wrap.product-archive-cine-crew .products .quantity input {
    padding: 10px 0 !important;
    width: 2.5em !important;
  }
}
.woocommerce.archive .footer-primary {
  margin-top: 0;
}
.woocommerce.archive .wc-block-components-notice-banner {
  margin-top: 30px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: auto;
  float: none;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 1359px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    margin-top: 50px;
  }
}

.product-image-wrap {
  position: relative;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.woocommerce.single-product .shop-content-wrap .content-column {
  width: 100%;
  background-color: var(--invert);
  min-width: 0;
}
.woocommerce.single-product .shop-content-wrap .content-column > .woocommerce-breadcrumb {
  display: none;
}
.woocommerce.single-product .product-container .mobile-wrap-product-summary .quantity-button, .woocommerce.single-product .product-container .single-product-quantity-wrap .quantity-button {
  padding: 10px 15px;
}
.woocommerce.single-product .product-container .mobile-wrap-product-summary input, .woocommerce.single-product .product-container .single-product-quantity-wrap input {
  padding: 10px 0 !important;
  width: 2.5em !important;
}
@media (max-width: 790px) {
  .woocommerce.single-product .product-container {
    padding-bottom: 0;
  }
}
.woocommerce.single-product .product-container .product-info-wrap {
  padding-bottom: 30px;
  border-right: 1px solid var(--light);
  display: none;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .product-container .product-info-wrap {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }
}
@media (min-width: 1359px) {
  .woocommerce.single-product .product-container .product-info-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1560px) {
  .woocommerce.single-product .product-container .product-info-wrap {
    padding-bottom: 64px;
  }
}
.woocommerce.single-product .product-container .products-wrap .mobile-breadcrumb {
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .product-container .products-wrap .mobile-breadcrumb {
    display: none;
  }
}
.woocommerce.single-product .product-container .products-wrap .mobile-wrap-product-summary {
  padding: 24px 16px 60px 16px;
  border-bottom: 1px solid var(--light);
}
@media (min-width: 1024px) {
  .woocommerce.single-product .product-container .products-wrap .mobile-wrap-product-summary {
    display: none;
  }
}
.woocommerce.single-product .product-container .products-wrap .mobile-wrap-product-summary .wlfwc-add-to-wishlist {
  top: 80px !important;
  right: 18px !important;
  transform: scale(1.2) !important;
}
.woocommerce.single-product .product-container .products-wrap .mobile-wrap-product-summary .single-product-quantity-wrap {
  position: sticky;
  top: 55px;
  z-index: 1;
}
.woocommerce.single-product .description-content {
  padding: 20px 16px;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .description-content {
    padding: 60px 56px 60px;
  }
}
@media (min-width: 1359px) {
  .woocommerce.single-product .description-content {
    padding-left: 92px;
    padding-right: 92px;
  }
}
.woocommerce.single-product .floating-content-wrap {
  position: sticky;
  top: 70px;
}
@media (min-width: 1359px) {
  .woocommerce.single-product .floating-content-wrap {
    top: 150px;
  }
}
.woocommerce.single-product .summary.entry-summary {
  max-height: calc(100vh - 100px);
}
@media (max-width: 1024px) {
  .woocommerce.single-product .summary.entry-summary {
    max-height: unset;
    padding-right: 0;
  }
}
.woocommerce.single-product .product-desc-wrap table.shop_attributes th {
  font-weight: 400;
  font-size: 14px;
  color: var(--light);
  padding: 0 10px 0 0;
  width: auto;
  text-align: left;
  line-height: 2;
}
.woocommerce.single-product .product-desc-wrap table.shop_attributes td {
  color: var(--light);
  font-size: 14px;
  font-style: normal;
  line-height: 2;
}
.woocommerce.single-product .product-desc-wrap table.shop_attributes td p {
  font-size: 14px;
  padding: 0;
}
.woocommerce.single-product .product-desc-wrap table.shop_attributes tr:nth-child(even) th, .woocommerce.single-product .product-desc-wrap table.shop_attributes tr:nth-child(even) td {
  background: transparent;
}
.woocommerce.single-product .product-desc-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
.woocommerce.single-product .product-desc-content {
  color: var(--border);
  font-size: 16px;
  margin-bottom: 0;
}
.woocommerce.single-product .content-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--light);
}
.woocommerce.single-product .content-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.woocommerce.single-product .content-item table {
  width: 100%;
}
.woocommerce.single-product .content-item table th, .woocommerce.single-product .content-item table td {
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--light);
  text-align: left;
  width: 50%;
}
.woocommerce.single-product .content-item table th {
  color: var(--base);
  padding-right: 10px;
}
.woocommerce.single-product .content-item table tr:last-of-type th, .woocommerce.single-product .content-item table tr:last-of-type td {
  border-bottom: none;
}
.woocommerce.single-product .content-item ul {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce.single-product .content-item ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
  font-size: 14px;
}
@media (min-width: 790px) {
  .woocommerce.single-product .content-item ul li {
    font-size: 16px;
  }
}
.woocommerce.single-product .content-item ul li:before {
  content: "•";
  color: var(--primary);
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 34px;
}
.woocommerce.single-product .woocommerce-product-details__short-description {
  color: var(--border);
}
.woocommerce.single-product .summary.entry-summary {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 1359px) {
  .woocommerce.single-product .summary.entry-summary {
    row-gap: 60px;
  }
}
.woocommerce.single-product .summary.entry-summary .wlfwc-add-to-wishlist {
  top: auto;
  bottom: 0;
}
.woocommerce.single-product .summary.entry-summary .wlfwc-add-to-wishlist i:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='49' viewBox='0 0 48 49' fill='none'%3E%3Cpath d='M39.2643 25.3074L24.2643 40.1634L9.26427 25.3074C8.27489 24.3447 7.49556 23.1875 6.97537 21.9087C6.45518 20.63 6.2054 19.2573 6.24175 17.8773C6.2781 16.4973 6.5998 15.1397 7.18659 13.8901C7.77338 12.6405 8.61254 11.5259 9.65125 10.6166C10.6899 9.70725 11.9057 9.02282 13.2219 8.6064C14.5381 8.18999 15.9263 8.05061 17.299 8.19704C18.6717 8.34348 19.9993 8.77255 21.198 9.45725C22.3968 10.142 23.4408 11.0674 24.2643 12.1754C25.0913 11.0755 26.1365 10.1581 27.3345 9.48065C28.5324 8.80322 29.8573 8.38034 31.2261 8.23848C32.595 8.09662 33.9784 8.23884 35.2898 8.65622C36.6012 9.07361 37.8123 9.75719 38.8474 10.6642C39.8824 11.5711 40.7191 12.682 41.3051 13.9272C41.8911 15.1724 42.2138 16.5252 42.2529 17.9009C42.292 19.2765 42.0468 20.6454 41.5325 21.9219C41.0183 23.1985 40.2461 24.3551 39.2643 25.3194' stroke='%23EC4403' stroke-width='2.82353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.woocommerce.single-product .summary.entry-summary .wlfwc-add-to-wishlist.active i:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='49' viewBox='0 0 48 49' fill='none'%3E%3Cpath d='M39.2643 25.3074L24.2643 40.1634L9.26427 25.3074C8.27489 24.3447 7.49556 23.1875 6.97537 21.9087C6.45518 20.63 6.2054 19.2573 6.24175 17.8773C6.2781 16.4973 6.5998 15.1397 7.18659 13.8901C7.77338 12.6405 8.61254 11.5259 9.65125 10.6166C10.6899 9.70725 11.9057 9.02282 13.2219 8.6064C14.5381 8.18999 15.9263 8.05061 17.299 8.19704C18.6717 8.34348 19.9993 8.77255 21.198 9.45725C22.3968 10.142 23.4408 11.0674 24.2643 12.1754C25.0913 11.0755 26.1365 10.1581 27.3345 9.48065C28.5324 8.80322 29.8573 8.38034 31.2261 8.23848C32.595 8.09662 33.9784 8.23884 35.2898 8.65622C36.6012 9.07361 37.8123 9.75719 38.8474 10.6642C39.8824 11.5711 40.7191 12.682 41.3051 13.9272C41.8911 15.1724 42.2138 16.5252 42.2529 17.9009C42.292 19.2765 42.0468 20.6454 41.5325 21.9219C41.0183 23.1985 40.2461 24.3551 39.2643 25.3194' fill='%23EC4403' stroke='%23EC4403' stroke-width='2.82353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.woocommerce.single-product .brand-label {
  font-size: 10px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .brand-label {
    font-size: 14px;
  }
}
.woocommerce.single-product .product_title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .product_title {
    font-size: 30px;
  }
}
.woocommerce.single-product .product_meta {
  color: var(--base);
  margin-bottom: 1em;
}
.woocommerce.single-product .product_meta > * {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 14px;
}
@media (max-width: 1560px) {
  .woocommerce.single-product .product_meta > * {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 790px) {
  .woocommerce.single-product .product_meta > * {
    font-size: 16px;
  }
}
.woocommerce.single-product .product_meta > *:last-of-type {
  margin-bottom: 0;
}
.woocommerce.single-product .product_meta .sku_wrapper {
  font-size: 12px;
  text-transform: lowercase;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .product_meta .sku_wrapper {
    font-size: 14px;
  }
}
.woocommerce.single-product .product-images-column {
  position: relative;
}
.woocommerce.single-product .product-images-column .added-to-cart-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary);
  color: var(--invert);
  font-size: 14px;
  z-index: 1;
  padding: 3px 20px;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .product-images-column .added-to-cart-label {
    font-size: 16px;
    padding: 12px 30px;
  }
}
.woocommerce.single-product .product-images-column .product-images-wrap {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .product-images-column .product-images-wrap {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (min-width: 1359px) {
  .woocommerce.single-product .product-images-column .product-images-wrap {
    padding-left: 92px;
    padding-right: 92px;
  }
}
.woocommerce.single-product .product-images-column .product-images-wrap .scroll-indicator {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
@media (max-width: 1024px) {
  .woocommerce.single-product .product-images-column .product-images-wrap .scroll-indicator {
    display: none;
  }
}
.woocommerce.single-product .product-images-column .product-images-wrap .scroll-indicator .text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  transform: rotate(180deg);
  color: var(--primary);
}
.woocommerce.single-product .product-images-column .product-images-wrap .scroll-indicator .scroll-down {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, white 50%, var(--border) 50%);
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
.woocommerce.single-product .product-images-column .main-images {
  margin-bottom: 40px;
}
.woocommerce.single-product .product-images-column .main-images img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 55vh;
}
.woocommerce.single-product .product-images-column .slick-dots {
  bottom: -50px;
}
.woocommerce.single-product .product-images-column .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.woocommerce.single-product .product-images-column .slick-dots .slick-active {
  width: 50px;
}
.woocommerce.single-product .product-images-column .slick-dots .slick-active button:before {
  width: 50px !important;
}
.woocommerce.single-product .product-images-column .slick-dots button:before {
  width: 20px !important;
  height: 2px !important;
  border-radius: 0 !important;
}
.woocommerce.single-product .product-images-column .thumb-images {
  display: none;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .product-images-column .thumb-images {
    display: block;
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce.single-product .product-images-column .thumb-images .slick-track {
    width: fit-content !important;
  }
}
.woocommerce.single-product .product-images-column .thumb-images .woocommerce-product-gallery__image {
  width: 100px !important;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  border: 1px solid var(--light);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce.single-product .product-images-column .thumb-images .slick-current {
  border-color: var(--base);
}
.woocommerce.single-product .price {
  margin-top: 26px;
  margin-bottom: 40px;
  color: var(--base) !important;
}
@media (max-width: 1560px) {
  .woocommerce.single-product .price {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.woocommerce.single-product .price > del, .woocommerce.single-product .price > ins {
  display: block !important;
}
.woocommerce.single-product .product-container .woocommerce-Price-amount {
  font-size: 26px;
  line-height: 1.31;
  letter-spacing: 1px;
  font-weight: 700;
}
@media (max-width: 1560px) {
  .woocommerce.single-product .product-container .woocommerce-Price-amount {
    font-size: 22px;
  }
}
.woocommerce.single-product .stock.out-of-stock {
  font-size: 26px;
  font-weight: 600;
  color: var(--base);
  margin-top: 26px;
  margin-bottom: 26px;
}
.woocommerce.single-product div.product form.cart {
  display: flex;
  justify-content: space-between;
  background-color: var(--back-light);
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 0;
  padding: 20px 16px;
  border-top: 1px solid var(--light);
}
@media (min-width: 1024px) {
  .woocommerce.single-product div.product form.cart {
    border-top: none;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.woocommerce.single-product div.product form.cart:before {
  display: none;
}
.woocommerce.single-product div.product form.cart:after {
  display: none;
}
@media (min-width: 1024px) {
  .woocommerce.single-product div.product form.cart {
    flex-direction: column;
  }
}
.woocommerce.single-product div.product form.cart div.quantity {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .woocommerce.single-product div.product form.cart div.quantity {
    margin-bottom: 35px;
  }
}
.woocommerce.single-product div.product form.cart div.quantity .qty {
  background: transparent;
  border: none var(--base);
  border-bottom: 1px solid var(--base);
  border-top: 1px solid var(--base);
  padding: 0.8em;
}
.woocommerce.single-product div.product form.cart div.quantity .quantity-button {
  padding: 9px 13px;
}
.woocommerce.single-product div.product form.cart div.quantity .input-text {
  width: 2.4em !important;
  padding: 9px 0 !important;
}
.woocommerce.single-product div.product form.cart button.single_add_to_cart_button {
  line-height: normal;
  float: none;
  max-width: 165px;
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce.single-product div.product form.cart button.single_add_to_cart_button {
    width: 100%;
    max-width: 200px;
  }
}
.woocommerce.single-product div.product form.cart button.single_add_to_cart_button:after {
  display: none;
}
.woocommerce.single-product .sc-product-tabs {
  margin: 0 0 30px 0;
}
@media (max-width: 790px) {
  .woocommerce.single-product .sc-product-tabs {
    margin: 20px 0;
  }
}
@media (max-width: 790px) {
  .woocommerce.single-product .sc-product-tabs .sc-product-tab-head {
    border-top: 1px solid var(--light);
  }
}
.woocommerce.single-product .sc-product-tabs .sc-product-tab-head .title {
  position: relative;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 790px) {
  .woocommerce.single-product .sc-product-tabs .sc-product-tab-head .title {
    font-size: 16px;
  }
  .woocommerce.single-product .sc-product-tabs .sc-product-tab-head .title:after {
    content: url("data:image/svg+xml,%3Csvg version='1.1' width='11' height='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 20.1'%3E%3Cpath style='fill:none;stroke:%23000;stroke-width:1.5;' d='M0.6,0.6L9.9,10l-9.4,9.6'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    right: 4px;
    top: calc(50% - 10px);
    transform: rotate(90deg);
    font-size: 0;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
}
.woocommerce.single-product .sc-product-tabs .sc-product-tab-head.active .title:after {
  transform: rotate(-90deg);
}
@media (max-width: 790px) {
  .woocommerce.single-product .sc-product-tabs .sc-product-tab-content {
    display: none;
    margin-bottom: 40px;
  }
}
.woocommerce.single-product .product-labels {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 790px) {
  .woocommerce.single-product .product-labels {
    gap: 24px;
  }
}
.woocommerce.single-product .product-label-wrap {
  display: flex;
  gap: 12px;
  font-size: 14px;
}
.woocommerce.single-product .product-label-wrap .label-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  font-weight: 700;
  width: 120px;
  height: 30px;
}
.woocommerce.single-product .product-label-wrap .label-text {
  margin-top: 5px;
}
.woocommerce.single-product .sc-product-actions {
  margin-top: 32px;
  padding-top: 32px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  position: relative;
}
@media (max-width: 1560px) {
  .woocommerce.single-product .sc-product-actions {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .woocommerce.single-product .sc-product-actions {
    font-size: 14px;
    border-bottom: 1px solid var(--light);
    justify-content: center;
  }
}
@media (max-width: 790px) {
  .woocommerce.single-product .sc-product-actions .wishlist-action .label, .woocommerce.single-product .sc-product-actions .share-action .label {
    display: none;
  }
}
.woocommerce.single-product .sc-product-actions .wishlist-action {
  display: flex;
  align-items: center;
}
.woocommerce.single-product .sc-product-actions .wishlist-action .wlfwc-add-to-wishlist {
  width: 39px;
  height: 36px;
  margin-right: 10px;
}
@media (max-width: 1560px) {
  .woocommerce.single-product .sc-product-actions .wishlist-action .wlfwc-add-to-wishlist {
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 32px;
    height: 30px;
    margin-right: 6px;
  }
}
@media (max-width: 790px) {
  .woocommerce.single-product .sc-product-actions .wishlist-action .wlfwc-add-to-wishlist {
    margin-right: 0;
  }
}
.woocommerce.single-product .sc-product-actions .wishlist-action .wlfwc-add-to-wishlist i:before {
  transform: scale(1.5);
  transform-origin: top left;
}
@media (max-width: 1560px) {
  .woocommerce.single-product .sc-product-actions .wishlist-action .wlfwc-add-to-wishlist i:before {
    transform: scale(1.25);
  }
}
.woocommerce.single-product .sc-product-actions .share-action {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1560px) {
  .woocommerce.single-product .sc-product-actions .share-action {
    padding-right: 0;
  }
  .woocommerce.single-product .sc-product-actions .share-action .label {
    display: none;
  }
}
.woocommerce.single-product .sc-product-actions .share-action .label {
  position: relative;
}
@media (max-width: 1560px) {
  .woocommerce.single-product .sc-product-actions .share-action .label {
    display: none;
  }
}
.woocommerce.single-product .sc-product-actions .share-action > svg {
  margin-right: 10px;
}
@media (max-width: 1560px) {
  .woocommerce.single-product .sc-product-actions .share-action > svg {
    margin-right: 0;
    width: auto;
    height: 25px;
  }
}
.woocommerce.single-product .sc-product-actions .download-action .tearsheet-download {
  display: flex;
  align-items: center;
}
.woocommerce.single-product .sc-product-actions .download-action .tearsheet-download svg {
  margin-right: 10px;
}
@media (max-width: 1560px) {
  .woocommerce.single-product .sc-product-actions .download-action .tearsheet-download svg {
    margin-right: 6px;
    width: auto;
    height: 25px;
  }
}
.woocommerce.single-product #product-sharing-modal .modal-content {
  padding: 54px 100px;
}
@media (max-width: 790px) {
  .woocommerce.single-product #product-sharing-modal .modal-content {
    padding: 40px 16px;
  }
}
.woocommerce.single-product #product-sharing-modal .modal-content .title {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .woocommerce.single-product #product-sharing-modal .modal-content .title {
    font-size: 30px;
  }
}
.woocommerce.single-product #product-sharing-modal .modal-content .text {
  font-size: 14px;
  color: var(--light);
  margin-bottom: 35px;
}
@media (max-width: 790px) {
  .woocommerce.single-product #product-sharing-modal .modal-content .text {
    margin-bottom: 20px;
  }
}
.woocommerce.single-product .product-showcase .wrap {
  background-color: var(--light);
}
.woocommerce.single-product .product-showcase .text-content {
  width: 713px;
  max-width: 100%;
  padding: 40px 72px;
}
@media (max-width: 1024px) {
  .woocommerce.single-product .product-showcase .text-content {
    width: 100%;
    padding: 70px 54px;
  }
}
@media (max-width: 790px) {
  .woocommerce.single-product .product-showcase .text-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.woocommerce.single-product .product-showcase .text-content .title {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce.single-product .product-showcase .text-content .text {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0;
  color: var(--light);
}
.woocommerce.single-product .product-video {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 790px) {
  .woocommerce.single-product .product-video {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 790px) {
  .woocommerce.single-product .product-video .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce.single-product .after-single-product-wrap {
  background-color: var(--back-light);
  overflow: hidden;
  padding: 80px 16px;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .after-single-product-wrap {
    padding: 60px 56px;
  }
}
@media (min-width: 1359px) {
  .woocommerce.single-product .after-single-product-wrap {
    padding-left: 92px;
    padding-right: 92px;
  }
}
.woocommerce.single-product .after-single-product-wrap .section-title {
  margin-top: 0;
}
@media (max-width: 790px) {
  .woocommerce.single-product .after-single-product-wrap .section-title {
    font-size: 30px;
  }
}
.woocommerce.single-product .after-single-product-wrap .related-products-section .section-title {
  text-transform: uppercase;
  margin-bottom: 28px;
}
.woocommerce.single-product .after-single-product-wrap .related-products-section .product-card-list {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .after-single-product-wrap .related-products-section .product-card-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.woocommerce.single-product .after-single-product-wrap .related-products-section .product-card-list .col-6 {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .after-single-product-wrap .related-products-section .product-card-list .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.woocommerce.single-product .after-single-product-wrap .related-products-section .slider-outer-wrap {
  position: relative;
}
.woocommerce.single-product .after-single-product-wrap .related-products-section .slider-outer-wrap .slick-slider {
  max-width: calc(100% - 10px);
}
@media (min-width: 1359px) {
  .woocommerce.single-product .after-single-product-wrap .related-products-section .slider-outer-wrap .slick-slider {
    max-width: calc(100% - 80px);
  }
}
.woocommerce.single-product .after-single-product-wrap .related-products-section .slider-outer-wrap .slick-list {
  overflow: visible;
  width: 100%;
}
.woocommerce.single-product .after-single-product-wrap .related-products-section .slider-outer-wrap .slick-track {
  min-width: 100%;
}
.woocommerce.single-product .after-single-product-wrap .products-nav {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: end;
  padding: 20px 0;
}
.woocommerce.single-product .quantity-label {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}
.woocommerce.single-product .single-product-quantity-wrap {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce.single-product .single-product-quantity-wrap.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.woocommerce.single-product .single-product-quantity-wrap .quantity .qty {
  font-size: 16px;
}
.woocommerce.single-product .single-product-quantity-wrap .added-to-cart-label {
  font-size: 12px;
  color: var(--primary);
}
@media (max-width: 1024px) {
  .woocommerce.single-product .single-product-quantity-wrap .added-to-cart-label {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    color: var(--invert);
    background-color: var(--primary);
    padding: 5px 16px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.woocommerce-account .scs_page_no_vc {
  padding-top: 90px;
  padding-bottom: 160px;
  background-color: var(--back-light);
}
@media (max-width: 790px) {
  .woocommerce-account .scs_page_no_vc {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.woocommerce-account .page-title {
  margin-top: 0;
  margin-bottom: 85px;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 790px) {
  .woocommerce-account .page-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.woocommerce-account .page-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--light);
  margin-top: 52px;
}
.woocommerce-account .section-title {
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 48px;
}
@media (max-width: 790px) {
  .woocommerce-account .section-title {
    font-size: 22px;
  }
}
.woocommerce-account .woocommerce {
  margin-top: 60px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  padding-left: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content > h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  text-transform: none;
}
@media (max-width: 790px) {
  .woocommerce-account .woocommerce-MyAccount-content > h3 {
    display: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .head-message {
  color: var(--base);
  font-size: 26px;
  margin-top: 0;
}
@media (max-width: 790px) {
  .woocommerce-account .woocommerce-MyAccount-content .head-message {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-info {
  font-size: 20px;
  color: var(--base);
  line-height: 1.31;
  margin-top: 0;
}
@media (max-width: 790px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard-info {
    font-size: 18px;
    margin-top: 30px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content input {
  background-color: var(--invert);
}
.woocommerce-account .woocommerce-MyAccount-content input a {
  text-decoration: underline;
  color: var(--base);
}
@media (max-width: 790px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .columns-3:before {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 0;
  column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1359px) {
  .woocommerce-account .woocommerce-MyAccount-content .products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.woocommerce-account .content .woocommerce-MyAccount-navigation {
  background-color: var(--invert);
  position: relative;
  width: 25%;
}
@media (max-width: 790px) {
  .woocommerce-account .content .woocommerce-MyAccount-navigation {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .woocommerce-account .content .woocommerce-MyAccount-navigation:after {
    content: url("data:image/svg+xml,%3Csvg version='1.1' width='11' height='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 20.1'%3E%3Cpath style='fill:none;stroke:white;stroke-width:1.5;' d='M0.6,0.6L9.9,10l-9.4,9.6'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    right: 36px;
    top: 22px;
    transform: rotate(90deg);
    font-size: 0;
    pointer-events: none;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .woocommerce-account .content .woocommerce-MyAccount-navigation.active:after {
    transform: rotate(-90deg);
  }
}
.woocommerce-account .content .woocommerce-MyAccount-navigation ul {
  padding-top: 0;
  padding-left: 0;
  margin: 0;
  line-height: 2.5;
}
@media (max-width: 790px) {
  .woocommerce-account .content .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  display: block;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  line-height: normal;
  border-bottom: 1px solid var(--light);
  margin-bottom: 0;
}
@media (max-width: 790px) {
  .woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    order: 2;
  }
}
.woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:before {
  display: none;
}
.woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-child {
  border-bottom: none;
}
.woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:after {
  content: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 21.208H5C4.46957 21.208 3.96086 20.9973 3.58579 20.6222C3.21071 20.2471 3 19.7384 3 19.208V5.20801C3 4.67757 3.21071 4.16887 3.58579 3.79379C3.96086 3.41872 4.46957 3.20801 5 3.20801H9" stroke="%23EC4403" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 17.208L21 12.208L16 7.20801" stroke="%23EC4403" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 12.208H9" stroke="%23EC4403" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 0;
  pointer-events: none;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  background-color: var(--primary);
  color: var(--invert);
  border-bottom: none;
}
@media (max-width: 790px) {
  .woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
    order: 1;
  }
}
.woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: 600;
  color: var(--invert) !important;
}
.woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  display: block;
  text-decoration: none;
  color: var(--base);
  padding: 18px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:active, .woocommerce-account .content .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus {
  color: var(--primary);
}
@media (max-width: 790px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 0;
    padding-top: 35px;
  }
}
.woocommerce-account .woocommerce-Addresses {
  margin-right: -16px;
  margin-left: -16px;
}
.woocommerce-account .woocommerce-Addresses h3 {
  font-size: 32px;
}
.woocommerce-account .woocommerce-Addresses address {
  color: var(--base);
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.78px;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  width: 50%;
  max-width: 100%;
}
@media (max-width: 790px) {
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-EditAccountForm {
  max-width: 500px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  margin-top: 70px;
}
.woocommerce-account .woocommerce-EditAccountForm .password-title {
  font-size: 26px;
}
@media (max-width: 790px) {
  .woocommerce-account .woocommerce-EditAccountForm .password-title {
    font-size: 18px;
  }
}
.woocommerce-account .woocommerce-EditAccountForm .form-row-last {
  margin-left: 0;
  width: calc(50% + 6px);
}
.woocommerce-account #customer_login {
  position: relative;
  justify-content: space-between;
}
.woocommerce-account #customer_login > .col-2:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 790px) {
  .woocommerce-account #customer_login > .col-2:before {
    display: none;
  }
}
.woocommerce-account #customer_login > .col-1, .woocommerce-account #customer_login > .col-2 {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
  margin-bottom: 20px;
}
.woocommerce-account #customer_login .mailchimp-newsletter {
  margin-bottom: 20px;
}
.woocommerce-account #customer_login .woocommerce-LostPassword {
  text-align: center;
  margin-top: -10px;
  font-size: 14px;
}
.woocommerce-account #customer_login form.login, .woocommerce-account #customer_login form.register {
  border-radius: 0;
  border-color: var(--light);
}
.woocommerce-account #customer_login .woocommerce-button {
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}
.woocommerce-account #customer_login label[for] {
  background-color: var(--back-light);
}
.woocommerce-account #customer_login .woocommerce-form-register p:not(.woocommerce-form-row) {
  font-size: 14px;
  color: var(--border);
}
.woocommerce-account table.my_account_orders th {
  border-bottom: 2px solid var(--primary);
  padding-top: 0;
  padding-bottom: 8px;
}
.woocommerce-account table.my_account_orders td {
  border-bottom: 1px solid var(--light);
  padding-top: 18px;
  padding-bottom: 18px;
  white-space: nowrap;
}
@media (max-width: 790px) {
  .woocommerce-account table.my_account_orders td {
    border-bottom: 0;
    background-color: transparent !important;
  }
}
@media (max-width: 790px) {
  .woocommerce-account table.my_account_orders tr {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light);
  }
}
@media (max-width: 790px) {
  .woocommerce-account table.my_account_orders th, .woocommerce-account table.my_account_orders td {
    font-size: 16px;
    padding: 8px 0;
  }
}
.woocommerce-account table.my_account_orders th:first-of-type, .woocommerce-account table.my_account_orders td:first-of-type {
  padding-left: 0;
}
@media (max-width: 790px) {
  .woocommerce-account table.my_account_orders th:first-of-type, .woocommerce-account table.my_account_orders td:first-of-type {
    padding-left: 12px;
  }
}
.woocommerce-account table.my_account_orders th:last-of-type, .woocommerce-account table.my_account_orders td:last-of-type {
  padding-right: 0;
}
.woocommerce-account table.my_account_orders a {
  text-decoration: underline;
}
.woocommerce-account table.my_account_orders .button {
  padding: 0;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline !important;
  background: transparent !important;
  color: var(--base) !important;
  justify-content: start;
  display: inline-block;
  width: auto;
  margin-right: 1em;
}
@media (max-width: 790px) {
  .woocommerce-account table.my_account_orders .button {
    justify-content: end;
  }
}
.woocommerce-account table.my_account_orders .button:hover, .woocommerce-account table.my_account_orders .button:active, .woocommerce-account table.my_account_orders .button:focus {
  color: var(--primary) !important;
}
.woocommerce-account table.my_account_orders .button:last-of-type {
  margin-right: 0;
}
@media (max-width: 790px) {
  .woocommerce-account table.my_account_orders .button:last-of-type {
    padding-right: 12px;
    width: auto;
  }
}
.woocommerce-account .woocommerce-order-details {
  width: 725px;
  max-width: 100%;
}
.woocommerce-account .woocommerce-order-details .order-info {
  font-size: 20px;
}
@media (max-width: 790px) {
  .woocommerce-account .woocommerce-order-details .order-info {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-customer-details {
  width: 725px;
  max-width: 100%;
}
.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--phone::before, .woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-weight: 700;
  line-height: inherit;
}
.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  content: "t.";
}
.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--email::before {
  content: "e.";
}
.woocommerce-account .woocommerce-customer-details .woocommerce-columns--addresses {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.woocommerce-account .woocommerce-customer-details .woocommerce-columns--addresses:before, .woocommerce-account .woocommerce-customer-details .woocommerce-columns--addresses:after {
  display: none;
}
.woocommerce-account .woocommerce-customer-details .woocommerce-columns--addresses .col-1, .woocommerce-account .woocommerce-customer-details .woocommerce-columns--addresses .col-2 {
  width: auto;
}
.woocommerce-account.woocommerce-view-order .section-title {
  margin-bottom: 16px;
}
@media (max-width: 790px) {
  .woocommerce-account.woocommerce-view-order .section-title {
    font-size: 28px;
  }
}
.woocommerce-account.woocommerce-view-order .order-info {
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 790px) {
  .woocommerce-account.woocommerce-view-order .order-info {
    font-size: 16px;
  }
}
.woocommerce-account.woocommerce-view-order mark {
  background-color: transparent;
}
.woocommerce-account table.woocommerce-table--order-details {
  background-color: var(--invert);
  border: 1px solid var(--light) !important;
  table-layout: fixed;
  margin-bottom: 0;
}
@media (max-width: 790px) {
  .woocommerce-account table.woocommerce-table--order-details tr {
    display: block;
  }
}
.woocommerce-account table.woocommerce-table--order-details th, .woocommerce-account table.woocommerce-table--order-details td {
  padding: 20px 10px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (max-width: 790px) {
  .woocommerce-account table.woocommerce-table--order-details th, .woocommerce-account table.woocommerce-table--order-details td {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.woocommerce-account table.woocommerce-table--order-details th:first-child, .woocommerce-account table.woocommerce-table--order-details td:first-child {
  padding-left: 25px;
}
@media (max-width: 790px) {
  .woocommerce-account table.woocommerce-table--order-details th:first-child, .woocommerce-account table.woocommerce-table--order-details td:first-child {
    padding-left: 16px;
  }
}
.woocommerce-account table.woocommerce-table--order-details th:last-child, .woocommerce-account table.woocommerce-table--order-details td:last-child {
  padding-right: 25px;
}
@media (max-width: 790px) {
  .woocommerce-account table.woocommerce-table--order-details th:last-child, .woocommerce-account table.woocommerce-table--order-details td:last-child {
    padding-right: 16px;
  }
}
.woocommerce-account table.woocommerce-table--order-details thead {
  border-bottom: 1px solid var(--light);
}
@media (max-width: 790px) {
  .woocommerce-account table.woocommerce-table--order-details thead {
    display: none;
  }
}
.woocommerce-account table.woocommerce-table--order-details thead th {
  font-size: 26px;
  font-weight: 400;
}
.woocommerce-account table.woocommerce-table--order-details thead .product-name {
  width: 50%;
}
.woocommerce-account table.woocommerce-table--order-details thead .product-quantity {
  width: 10%;
  font-size: 0;
}
.woocommerce-account table.woocommerce-table--order-details thead .product-total {
  width: 40%;
}
@media (max-width: 790px) {
  .woocommerce-account table.woocommerce-table--order-details tbody td {
    display: block;
    text-align: right !important;
  }
  .woocommerce-account table.woocommerce-table--order-details tbody td:before {
    content: attr(data-title);
    font-weight: 500;
    float: left;
    margin-right: 10px;
  }
}
@media (max-width: 790px) {
  .woocommerce-account table.woocommerce-table--order-details tbody tr {
    border-bottom: 1px solid var(--light);
  }
  .woocommerce-account table.woocommerce-table--order-details tbody tr th, .woocommerce-account table.woocommerce-table--order-details tbody tr td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .woocommerce-account table.woocommerce-table--order-details tbody tr th:first-of-type, .woocommerce-account table.woocommerce-table--order-details tbody tr td:first-of-type {
    padding-top: 20px;
  }
  .woocommerce-account table.woocommerce-table--order-details tbody tr th:last-of-type, .woocommerce-account table.woocommerce-table--order-details tbody tr td:last-of-type {
    padding-bottom: 20px;
  }
}
.woocommerce-account table.woocommerce-table--order-details tfoot {
  border-top: 1px solid var(--light);
}
.woocommerce-account table.woocommerce-table--order-details tfoot th, .woocommerce-account table.woocommerce-table--order-details tfoot td {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 790px) {
  .woocommerce-account table.woocommerce-table--order-details tfoot th, .woocommerce-account table.woocommerce-table--order-details tfoot td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 790px) {
  .woocommerce-account table.woocommerce-table--order-details tfoot {
    border-top: none;
  }
  .woocommerce-account table.woocommerce-table--order-details tfoot tr {
    text-align: right;
  }
  .woocommerce-account table.woocommerce-table--order-details tfoot th {
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .woocommerce-account table.woocommerce-table--order-details tfoot td {
    display: block;
  }
}
.woocommerce-account table.woocommerce-table--order-details .order-total {
  border-top: 1px solid var(--light);
}
.woocommerce-account table.woocommerce-table--order-details .order-total th, .woocommerce-account table.woocommerce-table--order-details .order-total td {
  font-size: 26px;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 790px) {
  .woocommerce-account table.woocommerce-table--order-details .order-total th, .woocommerce-account table.woocommerce-table--order-details .order-total td {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.woocommerce-account .woocommerce.columns-3 .sc-padded-container {
  padding: 0;
}
.woocommerce-account .woocommerce .products.list {
  grid-template-columns: 1fr 1fr;
}
.woocommerce-account .woocommerce-ResetPassword {
  max-width: 850px;
}
.woocommerce-account .woocommerce-ResetPassword label[for] {
  background-color: var(--back-light);
}
.woocommerce-account .woocommerce-ResetPassword .pass-reset-text {
  font-size: 14px;
  color: var(--light);
}
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row {
  max-width: 575px;
  width: 100%;
}
.woocommerce-account .woocommerce-ResetPassword .form-row-last {
  margin-left: 0;
}
.woocommerce-account .woocommerce-pagination--without-numbers {
  display: flex;
  gap: 16px;
}
@media (max-width: 790px) {
  .woocommerce-account .woocommerce-pagination--without-numbers {
    justify-content: space-between;
  }
}
.woocommerce-account .woocommerce-pagination--without-numbers .button {
  width: auto;
  padding: 1em 2em;
}

.woocommerce .shop-content-wrap {
  background-color: var(--back-light);
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: inherit;
}

.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  padding: 0;
  border: none;
}

@media (max-width: 790px) {
  .woocommerce-ordering {
    float: none !important;
  }
}

@media (max-width: 790px) {
  .woocommerce-result-count {
    float: none !important;
  }
}

.sc-site-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--base);
  color: var(--invert);
  opacity: 0;
  text-align: center;
  padding: 16px;
  -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;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  display: block;
}

.woocommerce form .form-row {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.woocommerce form .form-row .input-wrap {
  position: initial;
}
.woocommerce form .form-row label {
  line-height: 1.2;
}
.woocommerce form .form-row label.checkbox {
  line-height: 1.71;
}
.woocommerce form .form-row textarea {
  height: 83px;
}

.woocommerce form .show-password-input {
  top: 0.9em;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  width: calc(50% - 10px);
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  margin-left: 20px;
}

.woocommerce form .form-row .required {
  color: inherit;
  font-weight: 400;
}

.woocommerce .col2-set {
  margin-right: -16px;
  margin-left: -16px;
  width: unset;
  display: flex;
}
@media (max-width: 790px) {
  .woocommerce .col2-set {
    flex-direction: column;
  }
}
.woocommerce .col2-set > .col-1, .woocommerce .col2-set .col-2 {
  position: unset;
  display: inline-block;
  flex: none;
  float: none;
  width: 50%;
  max-width: 100%;
}
@media (max-width: 790px) {
  .woocommerce .col2-set > .col-1, .woocommerce .col2-set .col-2 {
    width: 100%;
  }
}

.woocommerce table.shop_table {
  border-radius: 0;
  border: none;
  border-collapse: collapse;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 30px 12px;
  border: none;
}
@media (max-width: 790px) {
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 14px 12px;
  }
}
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
  border: none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th {
  font-weight: 500;
}
.woocommerce table.shop_table tfoot td {
  font-weight: 400;
}
.woocommerce table.shop_table ul li:before {
  display: none;
}
@media (max-width: 1024px) {
  .woocommerce table.shop_table {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 790px) {
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 500;
    content: attr(data-title);
  }
}

.woocommerce button.button,
.woocommerce-button,
.woocommerce a.button,
.woocommerce .wc-forward.button,
.woocommerce .wc-backward.button,
.woocommerce .wc-forward.added_to_cart {
  line-height: normal;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce-button:disabled,
.woocommerce-button:disabled[disabled],
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce .wc-forward.button:disabled,
.woocommerce .wc-forward.button:disabled[disabled],
.woocommerce .wc-backward.button:disabled,
.woocommerce .wc-backward.button:disabled[disabled],
.woocommerce .wc-forward.added_to_cart:disabled,
.woocommerce .wc-forward.added_to_cart:disabled[disabled] {
  padding: 0.782em 3em;
  color: var(--invert);
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .button {
  width: 100%;
  margin-bottom: 0;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
}

.woocommerce .wc-block-components-notice-banner {
  background-color: var(--invert);
  font-weight: 500;
  padding: 16px 20px !important;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  gap: 10px 20px;
  position: relative;
  z-index: 1;
  border: 1px solid var(--light);
  border-left: 10px solid var(--primary);
  border-radius: 0;
}
@media (max-width: 790px) {
  .woocommerce .wc-block-components-notice-banner {
    padding: 32px 18px !important;
    border-left-width: 8px;
  }
}
.woocommerce .wc-block-components-notice-banner:before {
  display: none;
}
.woocommerce .wc-block-components-notice-banner:after {
  display: none;
}
.woocommerce .wc-block-components-notice-banner .button {
  padding: 0;
  color: var(--base);
  background-color: transparent;
  text-decoration: underline;
  text-transform: none;
  float: none;
  font-size: 14px;
  order: 2;
}
.woocommerce .wc-block-components-notice-banner .button:hover, .woocommerce .wc-block-components-notice-banner .button:active, .woocommerce .wc-block-components-notice-banner .button:focus {
  background-color: transparent;
  text-decoration: underline;
  color: var(--primary);
}
.woocommerce .wc-block-components-notice-banner.is-error {
  background-color: var(--invert);
  border-color: var(--light);
  border-left-color: var(--danger);
}
.woocommerce .wc-block-components-notice-banner.is-error li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 0 !important;
}
.woocommerce .wc-block-components-notice-banner.is-error li:before {
  display: none !important;
}
.woocommerce .wc-block-components-notice-banner.is-error > svg {
  background-color: var(--danger);
}
.woocommerce .wc-block-components-notice-banner.is-info {
  background-color: var(--invert);
  border-color: var(--light);
  border-left-color: var(--primary);
}
.woocommerce .wc-block-components-notice-banner.is-info > svg {
  background-color: var(--primary);
}
.woocommerce .wc-block-components-notice-banner.is-success {
  background-color: var(--invert);
  border-color: var(--light);
  border-left-color: var(--primary);
}

.woocommerce span.onsale, span.onsale {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 0;
  background-color: var(--base);
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 0;
  line-height: 100px;
  letter-spacing: 3px;
}

.brand-label {
  color: var(--primary);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.4px;
}

.woocommerce-form-coupon {
  display: flex;
  flex-direction: column;
}

.thankyou-template-wrap .hero-wrap {
  height: 200px;
}

.woocommerce-order-thankyou-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}
.woocommerce-order-thankyou-wrap .page-title {
  font-weight: 600 !important;
  color: var(--primary);
  margin-bottom: 0;
}
.woocommerce-order-thankyou-wrap .woocommerce-notice {
  font-size: 20px;
}
.woocommerce-order-thankyou-wrap .social-media-title {
  margin-top: 40px;
  margin-bottom: 30px;
  color: var(--base);
  text-align: center;
  font-size: 28px;
}
@media (max-width: 1024px) {
  .woocommerce-order-thankyou-wrap .social-media-title {
    font-size: 18px;
  }
}
.woocommerce-order-thankyou-wrap .social-media-text {
  width: 874px;
  max-width: 100%;
}
.woocommerce-order-thankyou-wrap .social-icons-wrap {
  font-size: 28px;
  margin-bottom: 40px;
}
.woocommerce-order-thankyou-wrap .social-icons-wrap .scs-social {
  margin-right: 16px;
}
.woocommerce-order-thankyou-wrap .social-icons-wrap .scs-social:last-child {
  margin-right: 0;
}
.woocommerce-order-thankyou-wrap .social-icons-wrap .scs-social i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-order-thankyou-wrap .social-icons-wrap .scs-social i:hover {
  color: var(--base);
}
.woocommerce-order-thankyou-wrap .text {
  color: var(--light);
}
.woocommerce-order-thankyou-wrap .user-email {
  margin-left: 34px;
}
.woocommerce-order-thankyou-wrap .scs-btn {
  margin-top: 14px;
  width: 290px;
  max-width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}
.woocommerce-order-thankyou-wrap #register-modal .modal-content {
  padding: 54px 60px;
}
@media (max-width: 790px) {
  .woocommerce-order-thankyou-wrap #register-modal .modal-content {
    padding: 40px 16px;
  }
}
.woocommerce-order-thankyou-wrap #register-modal .modal-content .modal-title {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.44;
  font-family: "sofia-pro", sans-serif;
  margin-bottom: 70px;
}
@media (max-width: 790px) {
  .woocommerce-order-thankyou-wrap #register-modal .modal-content .modal-title {
    font-size: 26px;
  }
}
.woocommerce-order-thankyou-wrap #register-modal .modal-content .register-submit {
  text-align: center;
}
@media (max-width: 1024px) {
  .woocommerce-order-thankyou-wrap .feed-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.woocommerce ul.order_details {
  padding: 0;
  word-break: break-all;
}
@media (max-width: 1024px) {
  .woocommerce ul.order_details {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce ul.order_details li {
  border-right: 1px solid var(--base);
  margin-bottom: 1.5em;
}
@media (max-width: 1024px) {
  .woocommerce ul.order_details li {
    border: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.woocommerce ul.order_details li:first-of-type {
  padding-left: 0;
}

.woocommerce .woocommerce-breadcrumb, .content .woocommerce-breadcrumb {
  font-size: 16px;
  color: var(--border);
}
.woocommerce .woocommerce-breadcrumb a, .content .woocommerce-breadcrumb a {
  text-decoration: none !important;
  color: var(--border);
}
.woocommerce .woocommerce-breadcrumb a:last-of-type, .content .woocommerce-breadcrumb a:last-of-type {
  color: var(--base);
}
.woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:active, .woocommerce .woocommerce-breadcrumb a:focus, .content .woocommerce-breadcrumb a:hover, .content .woocommerce-breadcrumb a:active, .content .woocommerce-breadcrumb a:focus {
  color: var(--primary);
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  border: 1px solid var(--light);
  color: var(--border) !important;
  background-color: transparent;
  padding: 0 10px;
  min-width: 0;
  height: 28px;
  line-height: 27px;
  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;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: var(--base);
  border-color: var(--base);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--invert) !important;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next {
  background-color: transparent;
  border: none;
  line-height: 25px;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev svg path, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next svg path {
  -webkit-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -ms-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev:hover svg path, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next:hover svg path {
  stroke: var(--primary);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  transform: rotate(180deg);
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .qty {
  padding: 0;
}
.woocommerce-cart .scs_page_no_vc .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-cart-form .coupon #coupon_code {
  float: none;
  border: none;
  border-bottom: 1px solid var(--base);
  padding: 1em 0;
  margin: 0 0 1em 0;
  outline: none;
  width: auto;
  display: block;
}
@media (max-width: 790px) {
  .woocommerce-cart-form .coupon .button {
    float: none !important;
    width: auto !important;
  }
}

@media (max-width: 1359px) {
  .woocommerce #content table.cart td.actions,
  .woocommerce table.cart td.actions,
  .woocommerce-page #content table.cart td.actions,
  .woocommerce-page table.cart td.actions {
    padding: 0;
  }
}

.woocommerce .scs-cart-totals-col, .woocommerce-page .scs-cart-totals-col {
  max-width: 440px;
}
@media (max-width: 1359px) {
  .woocommerce .scs-cart-totals-col, .woocommerce-page .scs-cart-totals-col {
    max-width: 100%;
  }
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  border-top: 15px solid var(--primary);
  margin-top: 70px;
}
@media (max-width: 1359px) {
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    margin-top: 20px;
  }
}
.woocommerce .cart-collaterals .wc-block-components-notice-banner, .woocommerce-page .cart-collaterals .wc-block-components-notice-banner {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 12px;
  padding-right: 12px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: auto;
}
.woocommerce .cart-collaterals .cart_totals > h2, .woocommerce-page .cart-collaterals .cart_totals > h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 22px;
  border-left: 1px solid var(--light);
  border-right: 1px solid var(--light);
}
@media (max-width: 790px) {
  .woocommerce .cart-collaterals .cart_totals > h2, .woocommerce-page .cart-collaterals .cart_totals > h2 {
    padding: 20px 12px;
    font-size: 22px;
  }
}
.woocommerce .cart-collaterals .cart_totals table.shop_table, .woocommerce-page .cart-collaterals .cart_totals table.shop_table {
  margin-bottom: 30px;
  border-left: 1px solid var(--light);
  border-right: 1px solid var(--light);
  color: var(--base);
}
@media (max-width: 790px) {
  .woocommerce .cart-collaterals .cart_totals table.shop_table, .woocommerce-page .cart-collaterals .cart_totals table.shop_table {
    margin-bottom: 25px;
  }
}
.woocommerce .cart-collaterals .cart_totals table.shop_table th, .woocommerce-page .cart-collaterals .cart_totals table.shop_table th {
  width: 40%;
  border-top: none;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 790px) {
  .woocommerce .cart-collaterals .cart_totals table.shop_table th, .woocommerce-page .cart-collaterals .cart_totals table.shop_table th {
    font-size: 16px;
  }
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td, .woocommerce-page .cart-collaterals .cart_totals table.shop_table td {
  width: 60%;
  border-top: none;
  padding-right: 22px;
  vertical-align: middle;
}
@media (max-width: 790px) {
  .woocommerce .cart-collaterals .cart_totals table.shop_table td, .woocommerce-page .cart-collaterals .cart_totals table.shop_table td {
    padding-right: 12px;
    width: 100%;
    font-size: 16px;
  }
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr:not(.order-total) th, .woocommerce-page .cart-collaterals .cart_totals table.shop_table tr:not(.order-total) th {
  font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr:not(.order-total) th, .woocommerce .cart-collaterals .cart_totals table.shop_table tr:not(.order-total) td, .woocommerce-page .cart-collaterals .cart_totals table.shop_table tr:not(.order-total) th, .woocommerce-page .cart-collaterals .cart_totals table.shop_table tr:not(.order-total) td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.woocommerce .cart-collaterals .cart_totals .order-total th, .woocommerce .cart-collaterals .cart_totals .order-total td, .woocommerce-page .cart-collaterals .cart_totals .order-total th, .woocommerce-page .cart-collaterals .cart_totals .order-total td {
  border-top: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 790px) {
  .woocommerce .cart-collaterals .cart_totals .order-total th, .woocommerce .cart-collaterals .cart_totals .order-total td, .woocommerce-page .cart-collaterals .cart_totals .order-total th, .woocommerce-page .cart-collaterals .cart_totals .order-total td {
    font-size: 18px;
  }
}

@media (max-width: 790px) {
  .woocommerce .cart-collaterals .cart_totals td,
  .woocommerce .cart_item td {
    background-color: transparent !important;
  }
}

#add_payment_method table.cart,
.woocommerce-cart table.cart,
.woocommerce-checkout table.cart {
  color: var(--base);
}
@media (max-width: 790px) {
  #add_payment_method table.cart,
  .woocommerce-cart table.cart,
  .woocommerce-checkout table.cart {
    margin-bottom: 0;
  }
}
#add_payment_method table.cart a,
.woocommerce-cart table.cart a,
.woocommerce-checkout table.cart a {
  color: var(--base);
}
#add_payment_method table.cart .cart_item,
.woocommerce-cart table.cart .cart_item,
.woocommerce-checkout table.cart .cart_item {
  border: 1px solid var(--light);
}
@media (max-width: 790px) {
  #add_payment_method table.cart .cart_item,
  .woocommerce-cart table.cart .cart_item,
  .woocommerce-checkout table.cart .cart_item {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}
#add_payment_method table.cart .cart_item:last-of-type,
.woocommerce-cart table.cart .cart_item:last-of-type,
.woocommerce-checkout table.cart .cart_item:last-of-type {
  border-bottom: none;
}
@media (max-width: 790px) {
  #add_payment_method table.cart .product-thumbnail,
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce-checkout table.cart .product-thumbnail {
    display: inline-block;
    margin-top: 36px;
  }
  #add_payment_method table.cart .product-thumbnail:before,
  .woocommerce-cart table.cart .product-thumbnail:before,
  .woocommerce-checkout table.cart .product-thumbnail:before {
    display: none;
  }
}
@media (max-width: 790px) {
  #add_payment_method table.cart .product-name,
  .woocommerce-cart table.cart .product-name,
  .woocommerce-checkout table.cart .product-name {
    display: inline-block;
    margin-top: 46px;
    width: calc(100% - 114px);
    text-align: left !important;
    vertical-align: top;
  }
  #add_payment_method table.cart .product-name:before,
  .woocommerce-cart table.cart .product-name:before,
  .woocommerce-checkout table.cart .product-name:before {
    display: none;
  }
}
#add_payment_method table.cart .product-remove,
.woocommerce-cart table.cart .product-remove,
.woocommerce-checkout table.cart .product-remove {
  border-right: 1px solid var(--light);
  width: 54px;
}
@media (max-width: 790px) {
  #add_payment_method table.cart .product-remove,
  .woocommerce-cart table.cart .product-remove,
  .woocommerce-checkout table.cart .product-remove {
    border-right: none;
  }
}
#add_payment_method table.cart .product-remove a.remove,
.woocommerce-cart table.cart .product-remove a.remove,
.woocommerce-checkout table.cart .product-remove a.remove {
  width: 28px;
  height: 28px;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}
#add_payment_method table.cart .product-remove a.remove svg g,
.woocommerce-cart table.cart .product-remove a.remove svg g,
.woocommerce-checkout table.cart .product-remove a.remove svg g {
  -webkit-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -ms-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
#add_payment_method table.cart .product-remove a.remove:hover,
.woocommerce-cart table.cart .product-remove a.remove:hover,
.woocommerce-checkout table.cart .product-remove a.remove:hover {
  background: transparent;
}
#add_payment_method table.cart .product-remove a.remove:hover svg g,
.woocommerce-cart table.cart .product-remove a.remove:hover svg g,
.woocommerce-checkout table.cart .product-remove a.remove:hover svg g {
  stroke: var(--danger);
}
@media (max-width: 790px) {
  #add_payment_method table.cart .product-remove,
  .woocommerce-cart table.cart .product-remove,
  .woocommerce-checkout table.cart .product-remove {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 790px) {
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 84px;
  }
}
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td {
  vertical-align: middle;
}
#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th {
  padding-top: 20px;
  padding-bottom: 20px;
}

form.woocommerce-shipping-calculator .form-row {
  margin: 0 0 1.5em 0;
}

.woocommerce-checkout .scs_page_no_vc .page-title {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .woocommerce-checkout .scs_page_no_vc .page-title {
    font-size: 30px;
  }
}

.sc-checkout-order-wrap {
  border: 1px solid var(--light);
  border-top: 15px solid var(--primary);
  padding-top: 30px;
  padding-bottom: 40px;
  color: var(--base);
}
.sc-checkout-order-wrap #order_review_heading {
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 1359px) {
  .sc-checkout-order-wrap #order_review_heading {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
  }
}

.woocommerce table.woocommerce-checkout-review-order-table {
  table-layout: fixed;
  margin-bottom: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table thead {
  visibility: collapse;
}
.woocommerce table.woocommerce-checkout-review-order-table thead th {
  font-size: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table thead .product-name {
  width: 50%;
}
.woocommerce table.woocommerce-checkout-review-order-table thead .product-quantity {
  width: 5%;
}
.woocommerce table.woocommerce-checkout-review-order-table thead .product-total {
  width: 45%;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody tr:last-of-type th, .woocommerce table.woocommerce-checkout-review-order-table tbody tr:last-of-type td {
  padding-bottom: 40px;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-of-type th, .woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-of-type td {
  padding-top: 40px;
}
.woocommerce table.woocommerce-checkout-review-order-table th, .woocommerce table.woocommerce-checkout-review-order-table td {
  padding: 20px 10px;
}
.woocommerce table.woocommerce-checkout-review-order-table th:first-child, .woocommerce table.woocommerce-checkout-review-order-table td:first-child {
  padding-left: 25px;
}
@media (max-width: 1359px) {
  .woocommerce table.woocommerce-checkout-review-order-table th:first-child, .woocommerce table.woocommerce-checkout-review-order-table td:first-child {
    padding-left: 16px;
  }
}
.woocommerce table.woocommerce-checkout-review-order-table th:last-child, .woocommerce table.woocommerce-checkout-review-order-table td:last-child {
  padding-right: 25px;
}
@media (max-width: 1359px) {
  .woocommerce table.woocommerce-checkout-review-order-table th:last-child, .woocommerce table.woocommerce-checkout-review-order-table td:last-child {
    padding-right: 16px;
  }
}
.woocommerce table.woocommerce-checkout-review-order-table tr {
  border: none;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot {
  border-top: 1px solid var(--light);
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
.woocommerce table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.woocommerce table.woocommerce-checkout-review-order-table tr.tax-total th, .woocommerce table.woocommerce-checkout-review-order-table tr.tax-total td {
  padding-bottom: 40px;
}
.woocommerce table.woocommerce-checkout-review-order-table tr.order-total {
  border-top: 1px solid var(--light);
}
.woocommerce table.woocommerce-checkout-review-order-table tr.order-total th, .woocommerce table.woocommerce-checkout-review-order-table tr.order-total td {
  padding-top: 40px;
  font-weight: 700;
  font-size: 26px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, #add_payment_method #payment div.form-row,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row {
  padding: 10px 0;
  margin-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 24px;
}
#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before {
  display: none !important;
}
#add_payment_method #payment ul.payment_methods li .sv-wc-payment-gateway-card-icons,
.woocommerce-cart #payment ul.payment_methods li .sv-wc-payment-gateway-card-icons,
.woocommerce-checkout #payment ul.payment_methods li .sv-wc-payment-gateway-card-icons {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#add_payment_method #payment ul.payment_methods li .sv-wc-payment-gateway-card-icons > img,
.woocommerce-cart #payment ul.payment_methods li .sv-wc-payment-gateway-card-icons > img,
.woocommerce-checkout #payment ul.payment_methods li .sv-wc-payment-gateway-card-icons > img {
  margin: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  padding: 0;
  margin-top: 40px;
  background-color: transparent;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
#add_payment_method #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box input.input-text {
  border-color: var(--base);
}
#add_payment_method #payment div.payment_box input,
.woocommerce-cart #payment div.payment_box input,
.woocommerce-checkout #payment div.payment_box input {
  box-shadow: none !important;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin-top: 34px;
  margin-bottom: 34px;
}
#add_payment_method #payment .form-row.place-order,
.woocommerce-cart #payment .form-row.place-order,
.woocommerce-checkout #payment .form-row.place-order {
  margin-top: 20px;
}
#add_payment_method #payment #place_order.button,
.woocommerce-cart #payment #place_order.button,
.woocommerce-checkout #payment #place_order.button {
  float: none;
  width: 290px;
  max-width: 100%;
  display: block;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 790px) {
  #add_payment_method #payment #place_order.button,
  .woocommerce-cart #payment #place_order.button,
  .woocommerce-checkout #payment #place_order.button {
    width: 100%;
  }
}

.ppc-button-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1359px) {
  .ppc-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.checkout.woocommerce-checkout .woocommerce-billing-fields h3,
.checkout.woocommerce-checkout .woocommerce-shipping-fields h3,
.checkout.woocommerce-checkout .woocommerce-additional-fields h3 {
  text-transform: none;
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .checkout.woocommerce-checkout .woocommerce-billing-fields h3,
  .checkout.woocommerce-checkout .woocommerce-shipping-fields h3,
  .checkout.woocommerce-checkout .woocommerce-additional-fields h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.woocommerce-terms-and-conditions-wrapper a {
  text-decoration: underline;
}

.woocommerce-shipping-totals th {
  vertical-align: top;
}
.woocommerce-shipping-totals ul#shipping_method li {
  margin-bottom: 20px;
}
.woocommerce-shipping-totals ul#shipping_method li input {
  margin: 0;
}
.woocommerce-shipping-totals ul#shipping_method .amount {
  flex: 1;
  text-align: right;
}
.woocommerce-shipping-totals label {
  font-size: 16px !important;
  text-align: left;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
}
@media (max-width: 1560px) {
  .woocommerce-shipping-totals label {
    font-size: 14px !important;
  }
}
@media (max-width: 1024px) {
  .woocommerce-shipping-totals label {
    flex-wrap: wrap !important;
  }
}

.cart-column {
  position: fixed;
  z-index: 999;
  top: 55px;
  right: 0;
  width: 0;
  --column-width: 100vw;
  max-width: 100%;
  height: calc(100vh - 55px);
  background-color: var(--invert);
  flex-shrink: 0;
  overflow: hidden;
  -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 (min-width: 1024px) {
  .cart-column {
    position: static;
    --column-width: 264px;
    height: auto;
    width: 0;
    max-width: var(--column-width);
    border-left: 5px solid var(--primary);
    overflow: visible;
  }
}
@media (min-width: 1560px) {
  .cart-column {
    --column-width: 320px;
  }
}
.cart-column.active {
  width: var(--column-width);
}
@media (min-width: 1024px) {
  .cart-column.active {
    position: static;
    border-left: none;
    box-shadow: inset 0 0 0 1px var(--light);
  }
}
@media (min-width: 1024px) {
  .cart-column.active .cart-column-content {
    width: var(--column-width);
  }
}
.cart-column .cart-column-content {
  position: sticky;
  top: 55px;
  -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 (min-width: 1024px) {
  .cart-column .cart-column-content {
    width: 0;
    overflow: hidden;
  }
}
@media (min-width: 1359px) {
  .cart-column .cart-column-content {
    top: 100px;
  }
}
.cart-column .cart-column-content-inner {
  gap: 20px;
  width: var(--column-width);
  height: calc(100vh - 55px);
}
@media (min-width: 1024px) {
  .cart-column .cart-column-content-inner {
    height: calc(100vh - 100px);
  }
}
.cart-column .cart-column-content-inner > .cart-details, .cart-column .cart-column-content-inner > .scs-products-buttons {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .cart-column .cart-column-content-inner > .cart-details, .cart-column .cart-column-content-inner > .scs-products-buttons {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cart-column .cart-info {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--light);
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .cart-column .cart-info {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.cart-column .cart-info .title {
  margin: 0;
}
.cart-column .cart-info .mini-cart-ctrl {
  cursor: pointer;
}
.cart-column .cart-details {
  overflow: auto;
  flex-grow: 1;
  gap: 20px;
}
.cart-column .products *:first-child {
  border-top: none;
  padding-top: 0;
}
.cart-column .products ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-column .products ul:before, .cart-column .products ul:after {
  display: none !important;
}
.cart-column .product-category {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid var(--light);
}
.cart-column .cat-name {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary);
}
.cart-column .acc-item.collapsed {
  border-bottom: 1px solid var(--light);
}
.cart-column .acc-item.collapsed .acc-head {
  font-weight: 600;
}
.cart-column .acc-item:not(.collapsed) .toggle-icon {
  transform: rotate(180deg);
}
.cart-column .toggle-icon path {
  -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;
}
.cart-column .acc-head {
  font-size: inherit;
  padding: 15px 0;
}
.cart-column .acc-content {
  color: inherit;
  padding-left: 0;
  padding-bottom: 20px;
}
.cart-column .scs-products-buttons {
  text-align: center;
  padding-bottom: 110px;
}
@media (min-width: 1024px) {
  .cart-column .scs-products-buttons {
    padding-bottom: 64px;
  }
}
.cart-column .scs-products-buttons .scs-btn {
  font-size: 14px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
@media (min-width: 1560px) {
  .cart-column .scs-products-buttons .scs-btn {
    font-size: 16px;
    padding-top: 0.782em;
    padding-bottom: 0.782em;
  }
}

.order-notes .acc-item:not(.collapsed) .toggle-icon {
  transform: none;
}
.order-notes .acc-item:not(.collapsed) .toggle-icon path {
  stroke: var(--primary);
}

.order-note-wrap {
  position: relative;
}
.order-note-wrap .order-note-label {
  display: block;
  margin-bottom: 0.5em;
  color: var(--border);
  font-size: 12px;
  font-weight: 300;
}
.order-note-wrap #order-note {
  min-height: 180px;
  border-color: var(--light);
}
.order-note-wrap .order-note-status {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  font-size: 12px;
  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;
}
.order-note-wrap .order-note-status.active {
  opacity: 1;
}
.order-note-wrap .order-note-status.success {
  color: var(--valid);
}
.order-note-wrap .order-note-statuserror {
  color: var(--danger);
}

.cart-ctrl-label {
  position: sticky;
  transform: translateY(20px);
  width: 25px;
  height: 40px;
  display: none;
  align-items: center;
  top: 55px;
  margin-bottom: 40px;
  background-color: var(--primary);
  border-radius: 150px 0 0 150px;
  z-index: 1000;
  cursor: pointer;
  margin-left: -25px;
  -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 (min-width: 1024px) {
  .cart-ctrl-label {
    display: flex;
  }
}
@media (min-width: 1359px) {
  .cart-ctrl-label {
    top: 100px;
  }
}
.cart-ctrl-label svg {
  -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;
  transform: rotate(90deg) translateY(-2px);
}
.cart-ctrl-label svg path {
  stroke: var(--invert);
}
@media (min-width: 1024px) {
  .cart-ctrl-label.active svg {
    transform: rotate(-90deg) translateY(3px);
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  overscroll-behavior-y: none;
}

#scs_theme {
  width: 100%;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

mark {
  background-color: var(--primary);
}

ins {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
}

.nomenu {
  text-align: center;
}

embed, iframe, object {
  max-width: 100%;
}

#scs_theme {
  opacity: 0;
}

#sc-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 99999;
  background-color: var(--invert);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#sc-loader .logo-wrapper {
  max-width: 100px;
  opacity: 1;
  pointer-events: none;
  font-size: 0;
  position: relative;
  -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;
}
#sc-loader .logo-wrapper #circle-path {
  stroke-dasharray: 3000 6000;
  stroke-dashoffset: 0;
  animation: loader-line 2s linear infinite;
}

@keyframes loader-line {
  from {
    stroke-dashoffset: 9000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.sc-padded-container {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 790px) {
  .sc-padded-container {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 1024px) {
  .sc-padded-container {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.sc-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.text-link {
  font-size: 14px;
  font-weight: 600;
}
.text-link:hover, .text-link:active, .text-link:focus {
  text-decoration: underline;
  color: var(--base);
}

.scroll-to-top {
  width: auto;
}

.single-post .content {
  background-color: var(--back-light);
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .single-post .content {
    padding-bottom: 150px;
  }
}

.content {
  padding-top: 55px;
}
@media (min-width: 1359px) {
  .content {
    padding-top: 100px;
  }
}
.content a {
  color: var(--primary);
}
.content a:hover, .content a:active, .content a:focus {
  text-decoration: underline;
}
.content .woocommerce-breadcrumb, .content .scs-breadcrumb {
  display: flex;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .content .woocommerce-breadcrumb, .content .scs-breadcrumb {
    padding-top: 50px;
  }
}
.content .woocommerce-breadcrumb a, .content .scs-breadcrumb a {
  display: block;
  color: var(--border);
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .content .woocommerce-breadcrumb a, .content .scs-breadcrumb a {
    font-size: 16px;
  }
}
.content .woocommerce-breadcrumb a:hover, .content .woocommerce-breadcrumb a:active, .content .woocommerce-breadcrumb a:focus, .content .scs-breadcrumb a:hover, .content .scs-breadcrumb a:active, .content .scs-breadcrumb a:focus {
  color: var(--primary);
}
.content .woocommerce-breadcrumb a:last-of-type, .content .scs-breadcrumb a:last-of-type {
  color: var(--base);
}
.content:after {
  content: "";
  clear: both;
}
.content .post-content {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .content .post-content {
    margin-bottom: 145px;
  }
}
.content .post-content a {
  text-decoration: underline;
}
.content .post-content p {
  font-size: 16px;
}
.content .post-content .wp-block-heading {
  margin-bottom: 0;
}
.content .post-content, .content .after-content, .content .cat-holder {
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
}
.content .scs-post_container {
  position: relative;
}
.content .text-right {
  text-align: right;
}
.content .col-last {
  padding-right: 0 !important;
}
.content .title-holder {
  text-transform: uppercase;
}
.content .title-holder h2 {
  margin-top: 10px;
}
.content .meta-holder {
  font-size: 14px;
}
.content .meta-holder span:after {
  content: " / ";
}
.content .meta-holder span:last-of-type:after {
  display: none;
}
.content .cat-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  color: var(--border);
}
.content .cat-holder .category {
  padding: 0.2em 1em;
  background-color: var(--invert);
  color: var(--base);
  border-radius: 100px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .cat-holder .category:hover, .content .cat-holder .category:active, .content .cat-holder .category:focus {
  color: var(--invert);
  background-color: var(--primary);
}
@media (max-width: 1024px) {
  .content .featured_image-container .cat-holder, .content .featured_image-container .meta-holder {
    display: none;
  }
}
.content .scs-post_container .cat-holder {
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .content .scs-post_container .cat-holder {
    display: flex;
  }
}
.content .scs-post_container .cat-holder .category {
  border: 1px solid var(--light);
}
.content .tags {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .content .tags {
    margin-bottom: 40px;
  }
}
.content .tags span {
  color: var(--base);
  font-weight: 600;
}
.content .prev-nxt {
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
  gap: 22px;
}
.content .prev-nxt a {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
@media (max-width: 790px) {
  .content .prev-nxt a {
    gap: 8px;
    align-items: center;
  }
}
.content .prev-nxt a:hover .arrow-ctrl, .content .prev-nxt a:active .arrow-ctrl, .content .prev-nxt a:focus .arrow-ctrl {
  background-color: var(--primary);
}
.content .prev-nxt a:hover .arrow-ctrl:after, .content .prev-nxt a:active .arrow-ctrl:after, .content .prev-nxt a:focus .arrow-ctrl:after {
  -webkit-filter: invert(0);
  -moz-filter: invert(0);
  -ms-filter: invert(0);
  -o-filter: invert(0);
  filter: invert(0);
}
@media (max-width: 790px) {
  .content .prev-nxt .text-wrap {
    display: flex;
    align-items: center;
  }
}
.content .prev-nxt span {
  color: var(--base);
}
@media (max-width: 790px) {
  .content .prev-nxt span {
    font-size: 16px;
    font-weight: 500;
  }
}
.content .prev-nxt .title {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 790px) {
  .content .prev-nxt .title {
    display: none;
  }
}
.content .prev-nxt .img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.content .prev-nxt .img-wrap .arrow-ctrl {
  position: absolute;
}
@media (max-width: 790px) {
  .content .prev-nxt .img-wrap .arrow-ctrl {
    position: relative;
  }
}
.content .prev-nxt .img-wrap img {
  width: 193px;
  height: 110px;
  object-fit: cover;
}
@media (max-width: 790px) {
  .content .prev-nxt .img-wrap img {
    display: none;
  }
}
.content .slick-dots li button:before {
  color: var(--light);
  font-size: 14px;
}
.content .slick-dots li.slick-active button:before {
  color: var(--primary);
  opacity: 1;
}
.content article {
  padding-top: 85px;
}
@media (max-width: 790px) {
  .content article {
    padding-top: 40px;
  }
}
.content article p {
  word-wrap: break-word;
  max-width: 1115px;
  width: 100%;
  margin-bottom: 0;
  color: var(--border);
}
.content article img {
  max-width: 100%;
  height: auto;
}
.content article table {
  margin-top: 91px;
  margin-bottom: 91px;
  width: 100%;
}
.content article table td, .content article table th {
  border: 1px solid var(--base);
  padding: 19px 14px 20px 14px;
  vertical-align: top;
  line-height: 26px;
}
.content article table th {
  font-size: 20px;
  line-height: 24px;
}
.content article table th a {
  border: none;
}
.content article table td {
  font-size: 16px;
}
.content article table td p {
  font-size: 16px;
  line-height: 12px;
}
.content article dt {
  font-weight: 600;
}
.content article code {
  color: var(--primary);
}
.content article address {
  line-height: 32px;
}
.content article pre {
  color: var(--invert);
  background-color: var(--base);
  border: none;
  border-radius: 0;
}
.content article blockquote p, .content article q p, .content article .wp-block-quote p {
  font-size: 20px;
}
@media (max-width: 790px) {
  .content article blockquote p, .content article q p, .content article .wp-block-quote p {
    font-size: 18px;
  }
}
.content article iframe {
  max-width: 100%;
  max-height: 450px;
  margin-top: 73px;
  margin-bottom: 64px;
}
.content article .plyr__video-wrapper iframe {
  max-height: inherit;
}
.content article .alignleft {
  float: left;
  overflow: auto;
  margin: 0 20px 20px 0;
}
.content article .alignright {
  float: right;
  overflow: auto;
  margin: 0 0 20px 20px;
}
.content article .aligncenter {
  display: block;
  margin: 0 auto;
}
.content article .alignnone, .content article .aligncenter, .content article .alignleft, .content article .alignright {
  max-width: 100%;
}
.content figure, .content figure.wp-block-image {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  .content figure, .content figure.wp-block-image {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.content figure img, .content figure.wp-block-image img {
  width: 100%;
}
.content figure.wp-caption {
  overflow: inherit;
}
.content .wp-block-group {
  column-gap: 0;
}
@media (min-width: 1024px) {
  .content .wp-block-group {
    column-gap: 30px;
  }
}
.content .wp-block-columns {
  gap: 0;
}
@media (min-width: 790px) {
  .content .wp-block-columns {
    gap: 2em;
  }
}
.content .wp-block-columns .wp-block-column .wp-block-image {
  margin-bottom: 0;
}
.content .post-password-form label {
  vertical-align: bottom;
  margin-bottom: 0;
}
.content .post-password-form input[type=submit] {
  font-size: 12px;
  padding: 11px 30px 12px 30px;
  line-height: 15px;
  color: var(--base);
  background-color: var(--invert);
}
.content .post-password-form input[type=password] {
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid var(--base);
}
.content .widget_media_video .mejs-container .mejs-inner {
  display: block;
}
.content .widget_media_video .plyr__play-large, .content .widget_media_video .plyr__controls {
  display: none !important;
}
.content .widget_media_video .mejs-overlay-button {
  display: none;
}
.content .scs_page_no_vc {
  padding-top: 40px;
  padding-bottom: 100px;
  /* OLD GALLERY SETTINGS */
}
@media (min-width: 1024px) {
  .content .scs_page_no_vc {
    padding-top: 80px;
  }
}
.content .scs_page_no_vc .page-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .content .scs_page_no_vc .page-title {
    font-size: 64px;
  }
}
.content .scs_page_no_vc p {
  word-wrap: break-word;
}
.content .scs_page_no_vc img {
  max-width: 100%;
  height: auto;
}
.content .scs_page_no_vc table {
  width: 100%;
}
.content .scs_page_no_vc iframe {
  max-width: 100%;
}
.content .scs_page_no_vc .plyr__video-wrapper iframe {
  max-height: inherit;
}
.content .scs_page_no_vc .alignleft {
  float: left;
  overflow: auto;
  margin: 0 20px 20px 0;
}
.content .scs_page_no_vc .alignright {
  float: right;
  overflow: auto;
  margin: 0 0 20px 20px;
}
.content .scs_page_no_vc .aligncenter {
  display: block;
  margin: 0 auto;
}
.content .scs_page_no_vc .alignnone, .content .scs_page_no_vc .aligncenter, .content .scs_page_no_vc .alignleft, .content .scs_page_no_vc .alignright {
  max-width: 100%;
}
.content .scs_page_no_vc .scs_gallery {
  width: 100%;
  max-width: 100%;
  display: none;
}
.content .scs_page_no_vc .scs_gallery .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.16);
  color: #fff;
  margin-bottom: 0;
}
.content .scs_page_no_vc .gallery {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 74px;
  display: block;
}
.content .scs_page_no_vc .gallery-columns-1 .gallery-item {
  width: 100%;
}
.content .scs_page_no_vc .gallery-columns-2 .gallery-item {
  width: 50%;
}
.content .scs_page_no_vc .gallery-columns-3 .gallery-item {
  width: 33.333%;
}
.content .scs_page_no_vc .gallery-columns-4 .gallery-item {
  width: 25%;
}
.content .scs_page_no_vc .gallery-columns-5 .gallery-item {
  width: 20%;
}
.content .scs_page_no_vc .gallery-columns-6 .gallery-item {
  width: 16.666%;
}
.content .scs_page_no_vc .gallery-columns-7 .gallery-item {
  width: 14.285%;
}
.content .scs_page_no_vc .gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.content .scs_page_no_vc .gallery-columns-9 .gallery-item {
  width: 11.111%;
}
.content .scs_page_no_vc .gallery-item {
  padding: 0 16px;
  display: inline-block;
  text-align: center;
  float: none;
  vertical-align: top;
  margin-bottom: 30px;
}
.content .scs_page_no_vc .gallery-item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.related .related_content {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .related .related_content {
    padding-top: 0;
  }
}
.related .related_content .related-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.related .related_content .articles-wrap .post-content-box .content-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .related .related_content .articles-wrap .post-content-box .content-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.related .related_content .articles-wrap .post-content-box .content-wrap .metadata {
  color: var(--border);
}
.related .related_content .articles-wrap .post-content-box .content-wrap .title {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .related .related_content .articles-wrap .post-content-box .content-wrap .title {
    margin-bottom: 10px;
  }
}
.related .related_content .articles-wrap .post-content-box .content-wrap .button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--primary);
}
.related .related_content .articles-wrap .post-content-box .content-wrap .button:hover, .related .related_content .articles-wrap .post-content-box .content-wrap .button:active, .related .related_content .articles-wrap .post-content-box .content-wrap .button:focus {
  color: var(--base);
  border-bottom: 1px solid var(--base);
}
.related .related_content .articles-wrap .post-content-box .featured-image img {
  width: 100%;
}

/*------------------------------------------------------------------
[Table of contents]

2. Single post sidebar widgets
3. Recent posts
4. Search
5. Search widget
6. Author
7. mailchimp

-------------------------------------------------------------------*/
.widget ul {
  margin: 0;
  padding: 0;
}

.stickyTop {
  top: 80px;
}

.rotate {
  transform: rotate(135deg);
}

figure.gallery-item.sp-slide.sp-selected {
  text-align: center;
}

.second-menu .sp-button {
  border-color: var(--invert);
}
.second-menu .sp-button.sp-selected-button {
  border-color: var(--invert);
  background-color: var(--invert);
}

aside .widget.widget_archive .select-wrapper select, .footer-primary .widget.widget_archive .select-wrapper select, .footer-copyright .widget.widget_archive .select-wrapper select, .woocommerce .widget.widget_archive .select-wrapper select {
  line-height: 1em;
}
aside .widget.widget_archive .select-wrapper:after, .footer-primary .widget.widget_archive .select-wrapper:after, .footer-copyright .widget.widget_archive .select-wrapper:after, .woocommerce .widget.widget_archive .select-wrapper:after {
  bottom: 40%;
}
aside .widget.widget_calendar .calendar_wrap caption, .footer-primary .widget.widget_calendar .calendar_wrap caption, .footer-copyright .widget.widget_calendar .calendar_wrap caption, .woocommerce .widget.widget_calendar .calendar_wrap caption {
  text-align: left;
  padding-top: 0;
}

.widget_recent_entries ul {
  line-height: 32px;
}
.widget_recent_entries li {
  margin-bottom: 21px;
}
.widget_recent_entries li a {
  display: block;
}
.widget_recent_entries li span.post-date {
  color: var(--light);
}

.widget_rss li {
  margin-bottom: 26px;
}
.widget_rss li a.rsswidget {
  font-weight: 700;
  width: 100%;
  display: block;
}
.widget_rss li .rss-date {
  padding-bottom: 10px;
  color: var(--light);
}

.rss-widget-icon {
  display: none;
}

.widget_scs_recent_post_widget ul {
  margin-bottom: 90px;
}
.widget_scs_recent_post_widget h2 {
  margin-bottom: 48px;
}
.widget_scs_recent_post_widget li {
  margin-bottom: 30px;
  display: flex !important;
}
.widget_scs_recent_post_widget li .recent_post-info .post_info-title a {
  word-break: break-word;
}
.widget_scs_recent_post_widget .recent_post-image.has-image {
  width: 100px;
  height: 100px;
  margin-right: 19px;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.widget_scs_recent_post_widget .recent_post-image.no-image {
  height: 70px;
  display: inline-block;
}
.widget_scs_recent_post_widget .recent_post-info {
  display: inline-block;
  vertical-align: top;
  flex-shrink: 100;
}
.widget_scs_recent_post_widget .recent_post-info h4 {
  margin: 0 0 7px 0;
  font-size: 16px;
  line-height: 20px;
}
.widget_scs_recent_post_widget .recent_post-info span {
  color: var(--light);
}
.widget_scs_recent_post_widget .recent_post-info .recent_post-date {
  font-size: 14px;
}

.widget_calendar table {
  width: 100%;
  height: 250px;
}
.widget_calendar table td, .widget_calendar table th {
  -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;
  box-shadow: inset 0 0 0 2px transparent;
  text-align: center;
  vertical-align: middle;
}
.widget_calendar table tbody td:not(.pad):hover {
  box-shadow: inset 0 0 0 2px var(--primary);
}
.widget_calendar table #today {
  box-shadow: inset 0 0 0 2px var(--primary);
}
.widget_calendar table caption {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 36px;
  color: var(--base);
}
.widget_calendar table tfoot {
  display: none;
}

.widget_scs_theme_social_widget span {
  display: inline-block;
  margin-right: 24px;
  font-size: 20px;
  text-align: center;
}
.widget_scs_theme_social_widget span:last-of-type {
  margin-right: 0;
}

.widget_search .scs-search-widget .scs-search-text, .woocommerce .widget_product_search .scs-search-widget .scs-search-text, .woocommerce .widget_product_search .woocommerce-product-search .scs-search-text, .woocommerce .widget_product_search .woocommerce-product-search .woocommerce-product-search-field {
  margin-bottom: 30px;
}
.widget_search .scs-search-widget .scs-search-field, .woocommerce .widget_product_search .scs-search-widget .scs-search-field, .woocommerce .widget_product_search .woocommerce-product-search .scs-search-field, .woocommerce .widget_product_search .woocommerce-product-search .woocommerce-product-search-field {
  padding: 12px 0;
  border-bottom: 1px solid var(--base);
}
.widget_search .scs-search-widget .scs-submit_wrap i, .woocommerce .widget_product_search .scs-search-widget .scs-submit_wrap i, .woocommerce .widget_product_search .woocommerce-product-search .scs-submit_wrap i {
  color: var(--base);
  font-size: 26px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-left: -22px;
}

.widget_recent_comments li {
  margin-bottom: 21px;
}
.widget_recent_comments li > a:before {
  content: "";
  display: block;
}

.widget_pages .page_item:first-of-type {
  margin-top: 0;
}
.widget_pages a {
  line-height: 32px;
}

.second-menu .page_item {
  margin: 0;
}
.second-menu .page_item.page_item_has_children .children {
  display: none;
}
.second-menu .page_item a {
  color: var(--invert);
}
.second-menu .page_item a:hover {
  color: var(--primary);
  transition: 300ms all;
}

.widget_categories {
  letter-spacing: 3.5px;
  font-weight: 600;
  text-transform: uppercase;
}
.widget_categories .children {
  padding-left: 1.5em;
}

.widget_nav_menu a {
  word-break: break-word;
}
.widget_nav_menu .sub-menu {
  padding-left: 1.5em;
}

.scs-search-widget, .woocommerce .widget_product_search .woocommerce-product-search {
  position: relative;
}
.scs-search-widget .scs-search-field, .woocommerce .widget_product_search .woocommerce-product-search .scs-search-field, .woocommerce .widget_product_search .woocommerce-product-search .woocommerce-product-search-field {
  width: 100%;
  border: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  background: none;
}
.scs-search-widget .scs-search-field:focus, .woocommerce .widget_product_search .woocommerce-product-search .scs-search-field:focus, .woocommerce .widget_product_search .woocommerce-product-search .woocommerce-product-search-field:focus {
  border-color: var(--primary);
}
.scs-search-widget .scs-submit_wrap, .woocommerce .widget_product_search .woocommerce-product-search .scs-submit_wrap {
  position: absolute;
  bottom: 7px;
  right: 0;
}
.scs-search-widget .scs-submit_wrap i, .woocommerce .widget_product_search .woocommerce-product-search .scs-submit_wrap i {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-left: -22px;
  color: var(--base);
}
.scs-search-widget .scs-submit_wrap .scs-class-submit, .woocommerce .widget_product_search .woocommerce-product-search .scs-submit_wrap .scs-class-submit {
  top: 0;
  right: 0;
  z-index: 120;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
  border: none;
  width: 2em;
  height: 2em;
  opacity: 0;
}
.scs-search-widget .scs-submit_wrap:hover i, .woocommerce .widget_product_search .woocommerce-product-search .scs-submit_wrap:hover i {
  color: var(--primary);
}

.widget_scs_theme_author_widget .scs_author_image {
  width: 100%;
  max-width: 400px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 21px;
}
.widget_scs_theme_author_widget .scs_author_image:after {
  padding-top: 75%;
  display: block;
  content: "";
}
.widget_scs_theme_author_widget .scs_author_image div {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.widget_scs_theme_author_widget .scs_author_name h6 {
  font-size: 16px;
  margin: 0;
  padding: 18px 0 18px 0;
  font-weight: 700;
}
.widget_scs_theme_author_widget .scs_author_desc p {
  margin: 0;
}

.gallery-icon {
  opacity: 0;
}

.fof-page {
  position: relative;
  margin-top: 60px;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .fof-page {
    margin-bottom: 60px;
  }
}
.fof-page .content-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.fof-page .page-title {
  font-size: 170px;
  line-height: 0.88;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--primary);
}
@media (max-width: 1024px) {
  .fof-page .page-title {
    font-size: 160px;
  }
}
.fof-page .sub-text {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .fof-page .sub-text {
    font-size: 32px;
  }
}
.fof-page .scs-btn {
  max-width: 100%;
}

.footer-primary, .footer-copyright {
  background-color: var(--base);
  color: var(--invert);
}
.footer-primary a, .footer-copyright a {
  color: var(--invert);
  font-weight: 300;
  text-decoration: none !important;
}
@media (max-width: 790px) {
  .footer-primary a, .footer-copyright a {
    font-weight: 400;
  }
}
.footer-primary a:hover, .footer-primary a:active, .footer-primary a:focus, .footer-copyright a:hover, .footer-copyright a:active, .footer-copyright a:focus {
  color: var(--primary);
}
.footer-primary .widget:first-child > *:first-child, .footer-copyright .widget:first-child > *:first-child {
  margin-top: 0;
}
.footer-primary .widget:last-child > *:last-child, .footer-copyright .widget:last-child > *:last-child {
  margin-bottom: 0;
}
.footer-primary .widgettitle, .footer-copyright .widgettitle {
  text-transform: uppercase;
}

.footer-primary {
  padding-top: 80px;
}
.footer-primary ul {
  margin: 0;
  padding: 0;
}
.footer-primary .col-wrap {
  gap: 32px;
}
@media (max-width: 1359px) {
  .footer-primary .col-wrap {
    row-gap: 100px;
  }
}
@media (max-width: 1024px) {
  .footer-primary .col-wrap {
    row-gap: 70px;
  }
}
@media (max-width: 790px) {
  .footer-primary .col-wrap {
    row-gap: 30px;
  }
}
.footer-primary .footer-col {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer-primary .footer-col {
    max-width: 100%;
  }
}
.footer-primary .widget_nav_menu .widgettitle {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.5;
  position: relative;
}
@media (min-width: 790px) {
  .footer-primary .widget_nav_menu .widgettitle {
    margin-bottom: 28px;
    line-height: normal;
  }
  .footer-primary .widget_nav_menu .widgettitle:after {
    display: none;
  }
}
.footer-primary .widget_nav_menu .widgettitle:after {
  content: url("data:image/svg+xml,%3Csvg version='1.1' width='11' height='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 20.1'%3E%3Cpath style='fill:none;stroke:%23fff;stroke-width:1.5;' d='M0.6,0.6L9.9,10l-9.4,9.6'/%3E%3C/svg%3E");
  position: absolute;
  right: 23px;
  margin-left: 15px;
  top: calc(50% - 10px);
  transform: rotate(90deg);
  font-size: 0;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.footer-primary .widget_nav_menu .widgettitle.active:after {
  transform: rotate(-90deg);
}
.footer-primary .widget_nav_menu .menu-item {
  margin-top: 18px;
  margin-bottom: 18px;
}
.footer-primary .widget_nav_menu .menu {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 790px) {
  .footer-primary .widget_nav_menu .menu {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer-primary .footer-columns-wrap {
  column-gap: 70px;
}

.footer-copyright {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .footer-copyright {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.footer-copyright .footer-bottom-wrap {
  gap: 30px;
}
.footer-copyright .widget_text p {
  margin-top: 0;
}
.footer-copyright .social-icons {
  color: var(--primary);
}
.footer-copyright .social-icons:hover, .footer-copyright .social-icons:active, .footer-copyright .social-icons:focus {
  color: var(--invert);
}
.footer-copyright .social-icons i:before {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .footer-copyright .footer-logo-wrap .footer-logo {
    max-width: 90px;
    width: 100%;
    margin-top: 40px;
  }
}
.footer-copyright .widget_nav_menu .menu {
  display: flex;
  gap: 2.5em;
}

/*------------------------------------------------------------------
[Table of contents]

1. dropdown cart
2. BTN
3. shop page
4. shop grid
5. shop regular
6. all woo widgets
7. single product woo
8. woo checkout
9. woo myaccout

-------------------------------------------------------------------*/
.woocommerce .woocommerce-ordering {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.woocommerce .woocommerce-ordering .orderby {
  margin: 1em 0;
  padding-right: 50px;
  border: none;
}
.woocommerce .woocommerce-ordering:after {
  transition: 300ms all;
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.woocommerce .woocommerce-ordering:hover::after {
  color: #fff;
  pointer-events: none;
}

.woocommerce .widget_shopping_cart .product_list_widget .mini_cart_item {
  padding: 0;
  position: relative;
}
.woocommerce .widget_shopping_cart .product_list_widget .mini_cart_item a {
  -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;
  font-weight: 400;
  color: var(--base);
}
.woocommerce .widget_shopping_cart .product_list_widget .mini_cart_item a:hover {
  color: var(--primary);
}
.woocommerce .widget_shopping_cart .product_list_widget .mini_cart_item a.remove {
  -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;
  right: -25px;
  left: auto;
  color: var(--base) !important;
  font-weight: 100;
  border: 1px solid var(--base);
}
.woocommerce .widget_shopping_cart .product_list_widget .mini_cart_item a.remove:hover {
  color: var(--invert) !important;
  background-color: var(--primary);
  border: 1px solid var(--invert);
}
.woocommerce .widget_shopping_cart .product_list_widget .mini_cart_item .quantity {
  display: block;
  margin-top: 10px;
}
.woocommerce .widget_shopping_cart .total {
  border-top: none;
  margin: 0 0 26px 0;
  padding: 0;
  line-height: 20px;
  display: block;
}
.woocommerce .widget_shopping_cart .buttons a.button {
  margin-top: 0;
  display: inline-block;
  background-color: var(--invert);
  font-size: 11px;
  padding: 15px;
}
.woocommerce .widget_shopping_cart .buttons a.button.checkout {
  margin-left: 9px;
  background-color: var(--base);
  color: var(--invert);
}
.woocommerce .widget_shopping_cart .buttons a.button.checkout:hover {
  background-color: var(--primary);
}

.woocommerce .tagcloud a {
  -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;
  color: var(--light);
  font-size: 16px !important;
  font-weight: 400;
  line-height: 15px;
  text-transform: capitalize;
}
.woocommerce .tagcloud a:hover {
  color: var(--primary);
}

.woocommerce .wc-layered-nav-rating {
  display: block;
  margin-bottom: 9px;
}
.woocommerce .wc-layered-nav-rating a {
  -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;
  color: var(--base);
}
.woocommerce .wc-layered-nav-rating a:hover {
  color: var(--primary);
}

.woocommerce .widget_recent_reviews ul.product_list_widget li a {
  -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;
  color: var(--base);
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.woocommerce .widget_recent_reviews ul.product_list_widget li a:hover {
  color: var(--primary);
}

.woocommerce .widget_layered_nav .wc-layered-nav-term {
  display: block;
  margin-bottom: 5px;
}

.woocommerce .product_list_widget .star-rating {
  margin-bottom: 10px;
}
.woocommerce table.shop_attributes {
  border: none;
}
.woocommerce table.shop_attributes td {
  border: none;
}
.woocommerce table.shop_attributes th {
  border: none;
}
.woocommerce a.added_to_cart {
  padding: 0;
}
.woocommerce .woocommerce-Address-title h3 {
  display: block;
  width: 100%;
  font-size: 24px;
  padding: 0;
  margin: 15px 0;
}
.woocommerce .woocommerce-Address-title .edit {
  float: none !important;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.4px;
}
.woocommerce address {
  line-height: 32px;
  font-size: 16px;
}
.woocommerce form fieldset legend {
  border-bottom: none;
}
.woocommerce .up-sells {
  display: block;
  margin-top: 140px;
  width: 100%;
  clear: both;
}
.woocommerce .up-sells:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
}
.woocommerce .up-sells h2 {
  font-size: 30px;
  padding: 0;
  margin: 0 0 100px 0;
}
.woocommerce .up-sells div.list div.scs_woo-item {
  width: 270px;
}
.woocommerce .up-sells div.list .onsale {
  line-height: 50px !important;
}

.wpb_column .grid_item_product .woocommerce-Price-amount {
  font-weight: 700;
  display: block;
  font-size: 50px;
}
.wpb_column .grid_item_product .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  padding-left: 5px;
}

.add_to_cart_inline del, .add_to_cart_inline ins {
  display: inline-block;
}
.add_to_cart_inline ins {
  text-decoration: none;
}
.add_to_cart_inline ins:after {
  content: "";
  width: 100%;
  display: block;
  visibility: hidden;
  height: 1px;
}

body.archive .archive-content {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  body.archive .archive-content {
    padding-top: 50px;
  }
}
body.archive .archive-content .taxonomy-description {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
body.archive .archive-content .taxonomy-description p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 55px;
}
@media (min-width: 1024px) {
  body.archive .archive-content .taxonomy-description p {
    margin-bottom: 75px;
  }
}
body.archive .scs_post-list {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 32px;
  row-gap: 40px;
}
@media (min-width: 1024px) {
  body.archive .scs_post-list {
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
  }
}
body.archive .scs_post-list .post-content-box .featured-image img {
  display: block;
  width: 100%;
}
body.archive .scs_post-list .post-content-box .content-wrap {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  body.archive .scs_post-list .post-content-box .content-wrap {
    padding-top: 30px;
  }
}
body.archive .scs_post-list .post-content-box .content-wrap .metadata {
  color: var(--border);
}
body.archive .scs_post-list .post-content-box .content-wrap .title {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.archive .pagination {
  padding-bottom: 120px;
}
@media (min-width: 1024px) {
  body.archive .pagination {
    padding-bottom: 180px;
  }
}

.sc-article-card {
  background-color: var(--light);
  height: 100%;
}
.sc-article-card .post, .sc-article-card .type-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sc-article-card .card-image-wrap {
  position: relative;
}
.sc-article-card .card-image-wrap:after {
  content: "";
  display: block;
  padding-top: 109%;
}
.sc-article-card .card-image-wrap .image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sc-article-card .card-content-wrap {
  position: relative;
  padding: 18px 30px 84px 30px;
  height: 100%;
}
@media (max-width: 1560px) {
  .sc-article-card .card-content-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sc-article-card .post-date {
  font-size: 14px;
  color: var(--light);
  margin-top: 24px;
}
@media (max-width: 790px) {
  .sc-article-card .post-date {
    font-size: 12px;
  }
}
.sc-article-card .post-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.31;
  color: var(--base);
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (max-width: 1560px) {
  .sc-article-card .post-title {
    font-size: 22px;
  }
}
@media (max-width: 790px) {
  .sc-article-card .post-title {
    font-size: 18px;
    margin-top: 14px;
  }
}
.sc-article-card .categories-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-height: 58px;
  overflow: hidden;
}
@media (max-width: 790px) {
  .sc-article-card .categories-wrap {
    max-height: 23px;
  }
}
.sc-article-card .categories-wrap .category {
  padding: 0.2em 1em;
  background-color: var(--primary);
  color: var(--invert);
  border-radius: 100px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sc-article-card .categories-wrap .category:hover, .sc-article-card .categories-wrap .category:active, .sc-article-card .categories-wrap .category:focus {
  color: var(--invert);
  background-color: var(--base);
}
.sc-article-card .post-excerpt {
  color: var(--light);
  font-size: 14px;
  margin-top: 24px;
}
.sc-article-card .scs-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 290px;
  max-width: calc(100% - 60px);
}
@media (max-width: 1560px) {
  .sc-article-card .scs-btn {
    left: 16px;
    max-width: calc(100% - 30px);
  }
}

.hero-wrap {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 1560px) {
  .hero-wrap {
    height: 340px;
  }
}
@media (max-width: 790px) {
  .hero-wrap {
    height: 250px;
  }
}
.hero-wrap .title-wrap {
  position: relative;
}
.hero-wrap .page-title {
  margin: 0;
  color: var(--invert);
  font-weight: 600;
}
.hero-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(200deg, rgba(255, 255, 255, 0) 40%, rgb(34, 34, 34) 75%);
}
.hero-wrap .woocommerce-breadcrumb {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .hero-wrap .woocommerce-breadcrumb {
    margin-bottom: 30px;
  }
}
.hero-wrap .woocommerce-breadcrumb a:last-of-type {
  color: var(--invert);
}
.hero-wrap .woocommerce-breadcrumb a:last-of-type:hover, .hero-wrap .woocommerce-breadcrumb a:last-of-type:active, .hero-wrap .woocommerce-breadcrumb a:last-of-type:focus {
  color: var(--primary);
}
.hero-wrap .hero-image {
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-wrap .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc-product-card {
  background-color: var(--invert);
  position: relative;
  padding: 16px;
  border: 1px solid var(--invert);
  -moz-transition: opacity 0.3s ease, border-color 0.3s ease;
  -o-transition: opacity 0.3s ease, border-color 0.3s ease;
  -webkit-transition: opacity 0.3s ease, border-color 0.3s ease;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
.sc-product-card.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.sc-product-card.added-to-cart {
  border-color: var(--primary);
}
.sc-product-card a {
  text-decoration: none !important;
}
.sc-product-card .image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-product-card .image-wrap:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sc-product-card .image-wrap .product-image {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}
.sc-product-card .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.33;
  display: inline-block;
  color: var(--base);
  -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 (max-width: 790px) {
  .sc-product-card .product-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.sc-product-card .product-title:hover, .sc-product-card .product-title:active, .sc-product-card .product-title:focus {
  color: var(--primary);
}
.sc-product-card .product-info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: var(--base);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .sc-product-card .product-info {
    margin-bottom: 25px;
  }
}
.sc-product-card .added-to-cart-label {
  position: absolute;
  top: 16px;
  left: 0;
  background-color: var(--primary);
  color: var(--invert);
  font-size: 14px;
  z-index: 1;
  padding: 3px 20px;
}
.sc-product-card .product-remove {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0;
  cursor: pointer;
  opacity: 0.15;
  -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;
}
.sc-product-card .product-remove:hover, .sc-product-card .product-remove:active, .sc-product-card .product-remove:focus {
  opacity: 1;
}

.cart-items-list .sc-product-card {
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
  border: none;
  background-color: transparent;
}
.cart-items-list .sc-product-card .product-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.cart-items-list .sc-product-card .product-info {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  row-gap: 10px;
}
.cart-items-list .sc-product-card .image-wrap:after {
  display: none;
}
.cart-items-list .sc-product-card .image {
  max-width: 100px;
  max-height: 100px;
  display: none;
}
@media (min-width: 1024px) {
  .cart-items-list .sc-product-card .image {
    display: block;
  }
}
.cart-items-list .sc-product-card:not(.horizontal) .quantity-button {
  padding: 2px 6px;
}
.cart-items-list .sc-product-card:not(.horizontal) .quantity-button:before, .cart-items-list .sc-product-card:not(.horizontal) .quantity-button:after {
  transform: scale(0.7);
}
.cart-items-list .sc-product-card:not(.horizontal) .quantity input {
  padding: 2px 0 !important;
  width: 1.9em !important;
  font-size: 12px;
}

.thank-you-section-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 440px;
}
@media (max-width: 790px) {
  .thank-you-section-hero {
    height: 250px;
  }
}

.thank-you-section-content {
  padding-top: 100px;
  padding-bottom: 170px;
}
@media (max-width: 790px) {
  .thank-you-section-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.thank-you-section-content .section-title {
  font-size: 64px;
  line-height: 1.13;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 790px) {
  .thank-you-section-content .section-title {
    font-size: 30px;
    margin-bottom: 36px;
  }
}
.thank-you-section-content .subtitle {
  margin-bottom: 28px;
  margin-top: 0;
  color: var(--base);
}
@media (max-width: 790px) {
  .thank-you-section-content .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.thank-you-section-content .text, .thank-you-section-content .text p {
  font-size: 14px;
  color: var(--light);
}
.thank-you-section-content .scs-btn {
  width: 290px;
  max-width: 100%;
  margin-top: 25px;
}
@media (max-width: 790px) {
  .thank-you-section-content .scs-btn {
    width: 100%;
    margin-top: 20px;
  }
}

.about-us-template-wrap .hero-section {
  height: 200vh;
  position: relative;
}
.about-us-template-wrap .hero-section .hero-content-wrapper {
  height: calc(100vh - 55px);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1359px) {
  .about-us-template-wrap .hero-section .hero-content-wrapper {
    height: calc(100vh - 100px);
  }
}
.about-us-template-wrap .hero-section .section-video {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  opacity: 0.6;
  margin: 0 auto;
  transition: width 0.1s ease, height 0.1s ease, border-radius 0.1s ease, opacity 0.1s ease;
}
@media (max-width: 790px) {
  .about-us-template-wrap .hero-section .section-video {
    width: 200px;
    height: 200px;
  }
}
.about-us-template-wrap .hero-section video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about-us-template-wrap .hero-section .section-title {
  position: absolute;
  z-index: 2;
  opacity: 1;
  font-size: 170px;
  text-align: center;
  font-weight: 500;
  -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;
}
@media (max-width: 1359px) {
  .about-us-template-wrap .hero-section .section-title {
    font-size: 100px;
  }
}
@media (max-width: 790px) {
  .about-us-template-wrap .hero-section .section-title {
    font-size: 54px;
    font-weight: 600;
  }
}
.about-us-template-wrap .hero-section .section-title span {
  color: var(--primary);
}
.about-us-template-wrap .experience-section {
  position: relative;
  display: block;
  justify-content: space-between;
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .about-us-template-wrap .experience-section {
    display: flex;
    padding-bottom: 50px;
    gap: 32px;
    margin-top: 100px;
  }
}
@media (min-width: 1359px) {
  .about-us-template-wrap .experience-section {
    margin-top: 180px;
  }
}
.about-us-template-wrap .experience-section .content-wrap {
  z-index: 2;
  position: relative;
}
@media (min-width: 1024px) {
  .about-us-template-wrap .experience-section .content-wrap {
    max-width: 570px;
    width: 100%;
    margin-bottom: 0;
  }
}
.about-us-template-wrap .experience-section .content-wrap .content-item {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us-template-wrap .experience-section .content-wrap .subtitle {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--invert);
}
@media (min-width: 1024px) {
  .about-us-template-wrap .experience-section .content-wrap .subtitle {
    color: var(--base);
  }
}
.about-us-template-wrap .experience-section .content-wrap .title {
  font-size: 34px;
  color: var(--invert);
}
@media (min-width: 1024px) {
  .about-us-template-wrap .experience-section .content-wrap .title {
    color: var(--base);
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 54px;
  }
}
.about-us-template-wrap .experience-section .content-wrap .text {
  color: var(--invert);
}
@media (min-width: 1024px) {
  .about-us-template-wrap .experience-section .content-wrap .text {
    margin-bottom: 30px;
    color: var(--border);
  }
}
.about-us-template-wrap .experience-section .content-wrap .scs-btn-with-icon {
  color: var(--invert);
}
@media (min-width: 1024px) {
  .about-us-template-wrap .experience-section .content-wrap .scs-btn-with-icon {
    color: var(--base);
  }
}
.about-us-template-wrap .experience-section .image-wrapper {
  z-index: 1;
  transition: transform 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  filter: brightness(0.25);
}
@media (min-width: 1024px) {
  .about-us-template-wrap .experience-section .image-wrapper {
    position: sticky;
    top: 140px;
    max-width: 688px;
    height: calc(100vh - 100px - 80px);
    filter: none;
  }
}
.about-us-template-wrap .experience-section .image-wrapper .image {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  display: none;
}
.about-us-template-wrap .about-section {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (min-width: 1359px) {
  .about-us-template-wrap .about-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.about-us-template-wrap .about-section .section-title {
  font-size: 54px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .about-us-template-wrap .about-section .section-title {
    margin-bottom: 70px;
    font-size: 100px;
  }
}
@media (min-width: 1560px) {
  .about-us-template-wrap .about-section .section-title {
    font-size: 170px;
  }
}
.about-us-template-wrap .about-section .section-title span {
  color: var(--primary);
}
@media (min-width: 1359px) {
  .about-us-template-wrap .about-section .text-wrap {
    display: grid;
    column-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1560px) {
  .about-us-template-wrap .about-section .text-wrap {
    column-gap: 175px;
  }
}
.about-us-template-wrap .about-section .text-wrap p {
  color: var(--border);
  font-size: 16px;
}
.about-us-template-wrap .our-team-section {
  background-color: var(--base);
  padding-top: 45px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (min-width: 790px) {
  .about-us-template-wrap .our-team-section {
    background: linear-gradient(to bottom, var(--invert) 28.5714285714vw, var(--base) 28.5714285714vw);
    padding-bottom: 185px;
  }
}
.about-us-template-wrap .our-team-section .our-team-wrapper {
  position: relative;
}
.about-us-template-wrap .our-team-section .our-team-wrapper .section-title {
  color: var(--invert);
  margin-bottom: 25px;
  font-size: 34px;
}
@media (min-width: 790px) {
  .about-us-template-wrap .our-team-section .our-team-wrapper .section-title {
    color: var(--base);
    margin-bottom: 30px;
  }
}
.about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap {
  max-width: calc(100% - 130px);
}
@media (min-width: 790px) {
  .about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap {
    display: grid;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap {
    column-gap: 20px;
  }
}
.about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap .slick-list {
  overflow: visible;
  width: 100%;
}
.about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap .team-card {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap .team-card {
    margin-right: 0;
  }
}
.about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap .team-card .text-wrap {
  color: var(--invert);
}
.about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap .team-card .title {
  margin-top: 18px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap .team-card .title {
    font-size: 20px;
  }
}
.about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap .image-wrap .card-img {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap .image-wrap {
  position: relative;
}
.about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap .image-wrap:hover .hover-image {
  opacity: 1;
}
.about-us-template-wrap .our-team-section .our-team-wrapper .team-wrap .image-wrap .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.contact-us-template .hero-section {
  position: relative;
  height: 385px;
  display: flex;
  align-items: center;
}
@media (max-width: 1560px) {
  .contact-us-template .hero-section {
    height: 340px;
  }
}
@media (max-width: 790px) {
  .contact-us-template .hero-section {
    height: 250px;
  }
}
.contact-us-template .hero-section .hero-wrap .title-wrap .page-title {
  margin: 0;
  color: var(--invert);
  font-weight: 600;
}
.contact-us-template .hero-section .hero-wrap .title-wrap .woocommerce-breadcrumb {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .contact-us-template .hero-section .hero-wrap .title-wrap .woocommerce-breadcrumb {
    margin-bottom: 30px;
  }
}
.contact-us-template .hero-section .hero-wrap .title-wrap .woocommerce-breadcrumb a {
  color: var(--border);
}
.contact-us-template .hero-section .hero-wrap .title-wrap .woocommerce-breadcrumb a:last-of-type {
  color: var(--invert);
}
.contact-us-template .hero-section .hero-wrap .title-wrap .woocommerce-breadcrumb a:last-of-type:hover, .contact-us-template .hero-section .hero-wrap .title-wrap .woocommerce-breadcrumb a:last-of-type:active, .contact-us-template .hero-section .hero-wrap .title-wrap .woocommerce-breadcrumb a:last-of-type:focus {
  color: var(--primary);
}
.contact-us-template .hero-section .image-wrap .hero-img {
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-us-template .location-and-form {
  background-color: var(--base);
  padding-top: 0;
  padding-bottom: 350px;
}
@media (min-width: 1024px) {
  .contact-us-template .location-and-form {
    padding-top: 100px;
    padding-bottom: 280px;
  }
}
@media (min-width: 1359px) {
  .contact-us-template .location-and-form {
    padding-bottom: 470px;
    padding-top: 180px;
  }
}
.contact-us-template .location-and-form .map-wrap {
  padding-top: 90px;
  border-top: 1px solid var(--invert);
}
@media (min-width: 790px) {
  .contact-us-template .location-and-form .map-wrap {
    border: none;
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .contact-us-template .location-and-form .map-wrap {
    padding-top: 100px;
  }
}
@media (min-width: 1359px) {
  .contact-us-template .location-and-form .map-wrap {
    padding-top: 0;
  }
}
.contact-us-template .location-and-form .map-wrap iframe {
  max-height: 360px;
}
@media (min-width: 790px) {
  .contact-us-template .location-and-form .map-wrap iframe {
    width: 100%;
    max-height: none;
  }
}
.contact-us-template .location-and-form .form-fields {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.contact-us-template .location-and-form .form-btn {
  text-align: center;
  margin-top: 30px;
}
.contact-us-template .location-and-form .form-btn input:hover, .contact-us-template .location-and-form .form-btn input:active, .contact-us-template .location-and-form .form-btn input:focus {
  background-color: var(--invert);
  color: var(--base) !important;
}
.contact-us-template .location-and-form .form-wrap .title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--invert);
}
.contact-us-template .home-section-locations {
  padding-bottom: 100px;
  margin-top: -270px;
}
@media (min-width: 1024px) {
  .contact-us-template .home-section-locations {
    margin-top: -190px;
  }
}
@media (min-width: 1359px) {
  .contact-us-template .home-section-locations {
    margin-top: -210px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1560px) {
  .contact-us-template .home-section-locations {
    margin-top: -290px;
  }
}
.contact-us-template .home-section-locations .wrapper {
  position: relative;
}
.contact-us-template .home-section-locations .wrapper .section-title {
  margin-top: 0;
  color: var(--invert);
}
.contact-us-template .home-section-locations .wrapper .locations {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media (min-width: 790px) {
  .contact-us-template .home-section-locations .wrapper .locations {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .contact-us-template .home-section-locations .wrapper .locations {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1359px) {
  .contact-us-template .home-section-locations .wrapper .locations {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.contact-us-template .home-section-locations .wrapper .locations .location {
  position: relative;
}
.contact-us-template .home-section-locations .wrapper .locations .location .wrap .card-img {
  filter: grayscale(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;
}
.contact-us-template .home-section-locations .wrapper .locations .location .wrap .card-img:hover, .contact-us-template .home-section-locations .wrapper .locations .location .wrap .card-img:active, .contact-us-template .home-section-locations .wrapper .locations .location .wrap .card-img:focus {
  filter: grayscale(0);
}
.contact-us-template .home-section-locations .wrapper .locations .location .title {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 2px;
}
.contact-us-template .home-section-locations .wrapper .locations .location p {
  font-weight: 300;
  line-height: 2;
}
.contact-us-template .home-section-locations .wrapper .locations .location p b {
  font-weight: 600;
}
.contact-us-template .home-section-locations .wrapper .locations .location p a {
  cursor: pointer;
}

.courses-template .hero-wrap {
  justify-content: center;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (min-width: 1024px) {
  .courses-template .hero-wrap {
    padding-top: 270px;
    padding-bottom: 270px;
  }
}
.courses-template .hero-wrap .video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.courses-template .hero-wrap .title-wrap {
  max-width: 642px;
  text-align: center;
}
.courses-template .text-section {
  background-color: var(--base);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .courses-template .text-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.courses-template .text-section .text-wrap {
  width: 100%;
  text-align: left;
  color: var(--invert);
}
@media (min-width: 1024px) {
  .courses-template .text-section .text-wrap {
    max-width: 940px;
    text-align: center;
    margin: 0 auto;
  }
}
.courses-template .courses-info-section {
  position: relative;
}
.courses-template .courses-info-section .section-wrap {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media (min-width: 1024px) {
  .courses-template .courses-info-section .section-wrap {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.courses-template .courses-info-section .section-wrap .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.courses-template .courses-info-section .section-wrap .video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.courses-template .courses-info-section .section-wrap .text-wrap {
  position: relative;
  max-width: 680px;
  color: var(--invert);
}
.courses-template .courses-info-section .section-wrap .text-wrap .title {
  font-size: 34px;
}
@media (min-width: 1024px) {
  .courses-template .courses-info-section .section-wrap .text-wrap .title {
    font-size: 54px;
  }
}
.courses-template .courses-info-section .section-wrap .text-wrap p {
  font-size: 16px;
  margin-bottom: 35px;
}
.courses-template .courses-info-section .section-wrap .text-wrap .scs-btn {
  max-width: 200px;
}
.courses-template .courses-info-section .section-wrap .text-wrap .scs-btn:hover, .courses-template .courses-info-section .section-wrap .text-wrap .scs-btn:active, .courses-template .courses-info-section .section-wrap .text-wrap .scs-btn:focus {
  background-color: var(--invert);
  color: var(--base) !important;
}
.courses-template .courses-section {
  overflow: hidden;
  padding-top: 50px;
  background-color: var(--base);
}
@media (min-width: 1024px) {
  .courses-template .courses-section {
    padding-top: 130px;
  }
}
.courses-template .courses-section .section-title {
  color: var(--invert);
}
.courses-template .courses-section .courses-wrap {
  max-width: calc(100% - 0px);
  column-gap: 0;
  justify-content: center;
}
@media (min-width: 1024px) {
  .courses-template .courses-section .courses-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
    max-width: unset;
  }
}
@media (min-width: 1359px) {
  .courses-template .courses-section .courses-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    row-gap: 0;
  }
}
@media (max-width: 1024px) {
  .courses-template .courses-section .courses-wrap .course {
    padding-right: 16px;
  }
}
.courses-template .courses-section .courses-wrap .course .image-wrap {
  overflow: hidden;
  font-size: 0;
}
.courses-template .courses-section .courses-wrap .course .image-wrap .card-img {
  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;
}
.courses-template .courses-section .courses-wrap .slick-list {
  overflow: visible;
  width: 100%;
}
.courses-template .courses-section .courses-wrap .link-wrap .image-wrap {
  overflow: hidden;
  font-size: 0;
}
.courses-template .courses-section .courses-wrap .link-wrap .image-wrap .card-img {
  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;
}
.courses-template .courses-section .courses-wrap .link-wrap .title {
  color: var(--invert);
  margin-top: 15px;
  white-space: nowrap;
  margin-bottom: 10px;
  -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 (min-width: 1024px) {
  .courses-template .courses-section .courses-wrap .link-wrap .title {
    margin-top: 20px;
  }
}
.courses-template .courses-section .courses-wrap .link-wrap:hover, .courses-template .courses-section .courses-wrap .link-wrap:active, .courses-template .courses-section .courses-wrap .link-wrap:focus {
  text-decoration: none;
}
.courses-template .courses-section .courses-wrap .link-wrap:hover .title, .courses-template .courses-section .courses-wrap .link-wrap:active .title, .courses-template .courses-section .courses-wrap .link-wrap:focus .title {
  color: var(--primary);
}
.courses-template .courses-section .courses-wrap .link-wrap:hover .card-img, .courses-template .courses-section .courses-wrap .link-wrap:active .card-img, .courses-template .courses-section .courses-wrap .link-wrap:focus .card-img {
  transform: scale(1.2);
}
.courses-template .courses-section .courses-wrap .text {
  color: var(--invert);
}
.courses-template .contact-section {
  background-color: var(--base);
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .courses-template .contact-section {
    padding-top: 140px;
    padding-bottom: 180px;
  }
}
.courses-template .contact-section .section-title {
  display: none;
}
@media (min-width: 1024px) {
  .courses-template .contact-section .section-title {
    display: block;
    margin: 0 auto;
    max-width: 790px;
    color: var(--invert);
    text-align: center;
    margin-bottom: 50px;
  }
}
.courses-template .contact-section .section-title span {
  color: var(--primary);
}
.courses-template .contact-section .content-wrap {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 40px;
}
@media (min-width: 1024px) {
  .courses-template .contact-section .content-wrap {
    flex-direction: row;
    row-gap: 0;
  }
}
.courses-template .contact-section .content-wrap .form {
  margin-left: -16px;
  margin-right: -16px;
  background-color: var(--invert);
}
@media (min-width: 790px) {
  .courses-template .contact-section .content-wrap .form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .courses-template .contact-section .content-wrap .form {
    width: 40%;
  }
}
.courses-template .contact-section .content-wrap .form .form-btn {
  width: 100%;
}
@media (min-width: 1024px) {
  .courses-template .contact-section .content-wrap .form .form-btn {
    max-width: 260px;
    margin: 0 auto;
  }
}
.courses-template .contact-section .content-wrap .form .form-btn input {
  width: 100%;
}
.courses-template .contact-section .content-wrap .form .title {
  text-align: center;
}
.courses-template .contact-section .content-wrap .form-fields {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
.courses-template .contact-section .content-wrap .wpcf7-form-control-wrap textarea {
  border-color: var(--base);
}
.courses-template .contact-section .content-wrap .form-btn {
  text-align: center;
  margin-top: 30px;
}
.courses-template .contact-section .content-wrap .form-wrap .title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.courses-template .contact-section .content-wrap .wpcf7-form {
  padding: 10px 16px 40px 16px;
}
@media (min-width: 1024px) {
  .courses-template .contact-section .content-wrap .wpcf7-form {
    padding: 50px 40px 60px 40px;
  }
}
.courses-template .contact-section .contact-info {
  width: 100%;
  color: var(--invert);
}
@media (min-width: 1024px) {
  .courses-template .contact-section .contact-info {
    width: 60%;
  }
}
.courses-template .contact-section .contact-info .contact-wrap {
  border: 1px solid var(--invert);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .courses-template .contact-section .contact-info .contact-wrap {
    border: 1px solid var(--invert);
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.courses-template .contact-section .contact-info .contact-wrap .title {
  margin-bottom: 40px;
}
.courses-template .contact-section .contact-info .info-wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .courses-template .contact-section .contact-info .info-wrap {
    row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.courses-template .contact-section .contact-info .info-wrap h6 {
  margin: 0;
}
.courses-template .contact-section .contact-info .info-wrap p {
  line-height: 1.8em;
  margin-top: 10px;
}
.courses-template .contact-section .contact-info .info-wrap p a {
  color: var(--invert);
  -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;
}
.courses-template .contact-section .contact-info .info-wrap p a:hover, .courses-template .contact-section .contact-info .info-wrap p a:active, .courses-template .contact-section .contact-info .info-wrap p a:focus {
  color: var(--primary);
}

.equipment-service-template .hero-wrap {
  justify-content: center;
  flex-direction: column;
  row-gap: 40px;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (min-width: 1024px) {
  .equipment-service-template .hero-wrap {
    padding-top: 270px;
    padding-bottom: 270px;
  }
}
.equipment-service-template .hero-wrap .video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.equipment-service-template .hero-wrap .title-wrap {
  max-width: 642px;
  text-align: center;
}
.equipment-service-template .hero-wrap .scs-btn {
  display: none;
}
@media (min-width: 1024px) {
  .equipment-service-template .hero-wrap .scs-btn {
    display: block;
    max-width: 200px;
    width: 100%;
  }
}
.equipment-service-template .text-section {
  color: var(--invert);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .equipment-service-template .text-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.equipment-service-template .text-section .text-wrap {
  width: 100%;
  text-align: left;
  color: var(--base);
}
@media (min-width: 1024px) {
  .equipment-service-template .text-section .text-wrap {
    max-width: 940px;
    text-align: center;
    margin: 0 auto;
  }
}
.equipment-service-template .services-section {
  position: relative;
}
.equipment-service-template .services-section .section-wrap .service {
  position: relative;
  padding-top: 250px;
  padding-bottom: 70px;
}
@media (min-width: 1024px) {
  .equipment-service-template .services-section .section-wrap .service {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.equipment-service-template .services-section .section-wrap .service .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.equipment-service-template .services-section .section-wrap .service .video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.equipment-service-template .services-section .section-wrap .service .text-wrap {
  position: relative;
  max-width: 680px;
  color: var(--invert);
}
.equipment-service-template .services-section .section-wrap .service .text-wrap .title {
  font-size: 34px;
}
@media (min-width: 1024px) {
  .equipment-service-template .services-section .section-wrap .service .text-wrap .title {
    font-size: 54px;
  }
}
.equipment-service-template .services-section .section-wrap .service .text-wrap p {
  font-size: 16px;
  margin-bottom: 35px;
}
.equipment-service-template .services-section .section-wrap .service .text-wrap .scs-btn {
  max-width: 200px;
}
.equipment-service-template .services-section .section-wrap .service .text-wrap .scs-btn:hover, .equipment-service-template .services-section .section-wrap .service .text-wrap .scs-btn:active, .equipment-service-template .services-section .section-wrap .service .text-wrap .scs-btn:focus {
  background-color: var(--invert);
  color: var(--base) !important;
}
.equipment-service-template .contact-section {
  background-color: var(--base);
  padding-bottom: 80px;
}
@media (min-width: 790px) {
  .equipment-service-template .contact-section {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .equipment-service-template .contact-section {
    padding-top: 140px;
    padding-bottom: 180px;
  }
}
.equipment-service-template .contact-section .section-title {
  display: none;
}
@media (min-width: 1024px) {
  .equipment-service-template .contact-section .section-title {
    display: block;
    margin: 0 auto;
    max-width: 790px;
    color: var(--invert);
    text-align: center;
    margin-bottom: 50px;
  }
}
.equipment-service-template .contact-section .section-title span {
  color: var(--primary);
}
.equipment-service-template .contact-section .content-wrap {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 40px;
}
@media (min-width: 1024px) {
  .equipment-service-template .contact-section .content-wrap {
    flex-direction: row;
    row-gap: 0;
  }
}
.equipment-service-template .contact-section .content-wrap .form {
  margin-left: -16px;
  margin-right: -16px;
  background-color: var(--invert);
}
@media (min-width: 790px) {
  .equipment-service-template .contact-section .content-wrap .form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .equipment-service-template .contact-section .content-wrap .form {
    width: 40%;
  }
}
.equipment-service-template .contact-section .content-wrap .form .form-btn {
  width: 100%;
}
@media (min-width: 1024px) {
  .equipment-service-template .contact-section .content-wrap .form .form-btn {
    max-width: 260px;
    margin: 0 auto;
  }
}
.equipment-service-template .contact-section .content-wrap .form .form-btn input {
  width: 100%;
}
.equipment-service-template .contact-section .content-wrap .form .title {
  text-align: center;
}
.equipment-service-template .contact-section .content-wrap .form-fields {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 30px;
}
.equipment-service-template .contact-section .content-wrap .wpcf7-form-control-wrap textarea {
  border-color: var(--base);
}
.equipment-service-template .contact-section .content-wrap .form-btn {
  text-align: center;
  margin-top: 30px;
}
.equipment-service-template .contact-section .content-wrap .form-wrap .title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.equipment-service-template .contact-section .content-wrap .wpcf7-form {
  padding: 10px 16px 40px 16px;
}
@media (min-width: 1024px) {
  .equipment-service-template .contact-section .content-wrap .wpcf7-form {
    padding: 50px 40px 60px 40px;
  }
}
.equipment-service-template .contact-section .contact-info {
  width: 100%;
  color: var(--invert);
}
@media (min-width: 1024px) {
  .equipment-service-template .contact-section .contact-info {
    width: 60%;
  }
}
.equipment-service-template .contact-section .contact-info .contact-wrap {
  border: 1px solid var(--invert);
  padding: 30px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .equipment-service-template .contact-section .contact-info .contact-wrap {
    border: 1px solid var(--invert);
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1359px) {
  .equipment-service-template .contact-section .contact-info .contact-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.equipment-service-template .contact-section .contact-info .contact-wrap .title {
  display: none;
}
@media (min-width: 1024px) {
  .equipment-service-template .contact-section .contact-info .contact-wrap .title {
    display: block;
    margin-bottom: 40px;
  }
}

.page-template-flat-page-template .scs_page_no_vc {
  color: var(--light);
}
.page-template-flat-page-template .scs_page_no_vc .page-title {
  margin-bottom: 70px;
}
.page-template-flat-page-template .scs_page_no_vc h1, .page-template-flat-page-template .scs_page_no_vc h2, .page-template-flat-page-template .scs_page_no_vc h3, .page-template-flat-page-template .scs_page_no_vc h4, .page-template-flat-page-template .scs_page_no_vc h5, .page-template-flat-page-template .scs_page_no_vc h6 {
  color: var(--base);
}
.page-template-flat-page-template .scs_page_no_vc h5, .page-template-flat-page-template .scs_page_no_vc h6 {
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
}
.page-template-flat-page-template .scs_page_no_vc p {
  font-size: 14px;
}
.page-template-flat-page-template .scs_page_no_vc ul {
  font-size: 14px;
  margin-bottom: 55px;
}

.home-page-template-wrap {
  overflow: hidden;
}
.home-page-template-wrap .home-section-hero {
  color: var(--invert);
  position: relative;
  height: calc(100vh - 55px - 60px);
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-hero {
    height: calc(100vh - 100px - 60px);
  }
}
@media (min-width: 1560px) {
  .home-page-template-wrap .home-section-hero {
    height: calc(100vh - 100px - 100px);
  }
}
.home-page-template-wrap .home-section-hero .home-slider-wrap {
  display: flex;
  height: 100%;
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slick-track {
  height: 100%;
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  -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;
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.5;
  background: linear-gradient(200deg, rgba(255, 255, 255, 0) 40%, rgb(34, 34, 34) 75%);
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .image-wrap {
  position: relative;
  height: 100%;
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .image-wrap .card-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .video-wrap {
  height: 100%;
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .video-wrap .video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .text-wrap {
  position: absolute;
  bottom: 80px;
  max-width: 880px;
  z-index: 9999;
  left: 16px;
  right: 16px;
}
@media (min-width: 790px) {
  .home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .text-wrap {
    left: 54px;
    right: 54px;
  }
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .text-wrap {
    left: 120px;
    right: 120px;
  }
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .text-wrap .title {
  margin-bottom: 20px;
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .text-wrap .text {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .text-wrap .scs-btn-with-icon {
  color: var(--invert);
}
.home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .text-wrap .scs-btn-with-icon:hover, .home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .text-wrap .scs-btn-with-icon:active, .home-page-template-wrap .home-section-hero .home-slider-wrap .slider-content-wrap .text-wrap .scs-btn-with-icon:focus {
  color: var(--primary);
}
.home-page-template-wrap .home-section-hero .arrows-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-hero .arrows-wrap {
    position: absolute;
    display: flex;
    column-gap: 40px;
    bottom: 80px;
    right: 120px;
    z-index: 3;
  }
}
.home-page-template-wrap .home-section-hero .arrows-wrap .arrow {
  display: flex;
  column-gap: 40px;
  align-items: center;
  cursor: pointer;
  -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;
}
.home-page-template-wrap .home-section-hero .arrows-wrap .arrow:hover, .home-page-template-wrap .home-section-hero .arrows-wrap .arrow:active, .home-page-template-wrap .home-section-hero .arrows-wrap .arrow:focus {
  opacity: 0.75;
}
.home-page-template-wrap .home-section-hero .arrows-wrap .arrow svg {
  width: 40px;
  height: 27px;
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-hero .arrows-wrap .arrow svg {
    width: auto;
    height: auto;
  }
}
.home-page-template-wrap .home-section-hero .arrows-wrap .arrow.next {
  transform: rotate(180deg);
}
.home-page-template-wrap .home-section-hero .slick-dots {
  top: 20px;
  bottom: unset;
  z-index: 3;
  left: 10px;
  text-align: left;
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-hero .slick-dots {
    top: auto;
    bottom: 30px;
    left: 0;
    text-align: center;
  }
}
.home-page-template-wrap .home-section-hero .slick-dots li {
  width: 40px;
  height: 2px;
  margin: 0 7px;
  -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 (min-width: 1024px) {
  .home-page-template-wrap .home-section-hero .slick-dots li {
    width: 50px;
  }
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-hero .slick-dots li {
    width: 85px;
  }
}
.home-page-template-wrap .home-section-hero .slick-dots li.slick-active {
  width: 40px;
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-hero .slick-dots li.slick-active {
    width: 100px;
  }
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-hero .slick-dots li.slick-active {
    width: 200px;
  }
}
.home-page-template-wrap .home-section-hero .slick-dots li.slick-active button:before {
  opacity: 1;
}
.home-page-template-wrap .home-section-hero .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
}
.home-page-template-wrap .home-section-hero .slick-dots li button:before {
  border-radius: 0;
  background-color: var(--invert);
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -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;
}
.home-page-template-wrap .home-section-services {
  padding-top: 180px;
}
@media (max-width: 1024px) {
  .home-page-template-wrap .home-section-services {
    padding-top: 80px;
  }
}
.home-page-template-wrap .home-section-services .text-wrap {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home-page-template-wrap .home-section-services .text-wrap .title {
  margin-top: 0;
  margin-bottom: 35px;
}
.home-page-template-wrap .home-section-services .text-wrap .description {
  color: var(--border);
  margin-bottom: 0;
  font-size: 20px;
}
.home-page-template-wrap .home-section-services .services {
  padding-top: 180px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .home-page-template-wrap .home-section-services .services {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.home-page-template-wrap .home-section-services .services .section-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.home-page-template-wrap .home-section-services .services .offers {
  max-width: calc(100% - 40px);
  column-gap: 0;
  justify-content: center;
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-services .services .offers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    max-width: unset;
  }
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-services .services .offers {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .home-page-template-wrap .home-section-services .services .offer {
    padding-right: 16px;
  }
}
.home-page-template-wrap .home-section-services .services .offer .image-wrap {
  overflow: hidden;
  font-size: 0;
}
.home-page-template-wrap .home-section-services .services .offer .image-wrap .card-img {
  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;
}
.home-page-template-wrap .home-section-services .services .offer .offer-link:hover, .home-page-template-wrap .home-section-services .services .offer .offer-link:active, .home-page-template-wrap .home-section-services .services .offer .offer-link:focus {
  text-decoration: none;
}
.home-page-template-wrap .home-section-services .services .offer .offer-link:hover .offer-title, .home-page-template-wrap .home-section-services .services .offer .offer-link:active .offer-title, .home-page-template-wrap .home-section-services .services .offer .offer-link:focus .offer-title {
  color: var(--primary);
}
.home-page-template-wrap .home-section-services .services .offer .offer-link:hover .card-img, .home-page-template-wrap .home-section-services .services .offer .offer-link:active .card-img, .home-page-template-wrap .home-section-services .services .offer .offer-link:focus .card-img {
  transform: scale(1.2);
}
.home-page-template-wrap .home-section-services .services .offer .offer-title {
  margin-top: 20px;
  color: var(--base);
  -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;
  font-size: 18px;
}
@media (min-width: 1560px) {
  .home-page-template-wrap .home-section-services .services .offer .offer-title {
    font-size: 24px;
  }
}
.home-page-template-wrap .home-section-services .services .slick-list {
  overflow: visible;
  width: 100%;
}
.home-page-template-wrap .home-section-scroll {
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .home-page-template-wrap .home-section-scroll {
    padding-bottom: 80px;
  }
}
.home-page-template-wrap .home-section-scroll .text-wrap {
  transition: transform 0.05s ease;
  position: relative;
}
.home-page-template-wrap .home-section-scroll .text-wrap .text {
  text-transform: uppercase;
  font-size: 170px;
}
@media (max-width: 1560px) {
  .home-page-template-wrap .home-section-scroll .text-wrap .text {
    font-size: 150px;
  }
}
@media (max-width: 1024px) {
  .home-page-template-wrap .home-section-scroll .text-wrap .text {
    font-size: 54px;
  }
}
.home-page-template-wrap .home-section-scroll .text-wrap .scroll-1 {
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  margin-bottom: 25px;
}
.home-page-template-wrap .home-section-scroll .text-wrap .scroll-2 {
  color: var(--primary);
  font-weight: 700;
  margin: 0;
  position: relative;
  white-space: nowrap;
}
.home-page-template-wrap .home-section-projects {
  background-color: var(--base);
  padding-top: 140px;
  padding-bottom: 175px;
  margin: 0;
}
@media (max-width: 1024px) {
  .home-page-template-wrap .home-section-projects {
    padding-top: 55px;
    padding-bottom: 80px;
  }
}
.home-page-template-wrap .home-section-projects .text-wrap {
  width: 100%;
  color: var(--invert);
}
.home-page-template-wrap .home-section-projects .text-wrap .section-title {
  margin-bottom: 30px;
}
.home-page-template-wrap .home-section-projects .covers, .home-page-template-wrap .home-section-projects .covers-small {
  display: flex;
  align-items: unset !important;
}
.home-page-template-wrap .home-section-projects .covers .project-link, .home-page-template-wrap .home-section-projects .covers-small .project-link {
  position: relative;
}
.home-page-template-wrap .home-section-projects .covers .project-link:hover .text, .home-page-template-wrap .home-section-projects .covers .project-link:active .text, .home-page-template-wrap .home-section-projects .covers .project-link:focus .text, .home-page-template-wrap .home-section-projects .covers-small .project-link:hover .text, .home-page-template-wrap .home-section-projects .covers-small .project-link:active .text, .home-page-template-wrap .home-section-projects .covers-small .project-link:focus .text {
  opacity: 1;
}
.home-page-template-wrap .home-section-projects .covers .project-link:hover .card-img, .home-page-template-wrap .home-section-projects .covers .project-link:active .card-img, .home-page-template-wrap .home-section-projects .covers .project-link:focus .card-img, .home-page-template-wrap .home-section-projects .covers-small .project-link:hover .card-img, .home-page-template-wrap .home-section-projects .covers-small .project-link:active .card-img, .home-page-template-wrap .home-section-projects .covers-small .project-link:focus .card-img {
  opacity: 0.5;
}
.home-page-template-wrap .home-section-projects .covers .card-img, .home-page-template-wrap .home-section-projects .covers-small .card-img {
  width: auto;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  -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 (min-width: 1024px) {
  .home-page-template-wrap .home-section-projects .covers .card-img, .home-page-template-wrap .home-section-projects .covers-small .card-img {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-projects .covers .card-img, .home-page-template-wrap .home-section-projects .covers-small .card-img {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.home-page-template-wrap .home-section-projects .covers .text, .home-page-template-wrap .home-section-projects .covers-small .text {
  display: none;
  position: absolute;
  font-weight: 600;
  color: var(--invert);
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-projects .covers .text, .home-page-template-wrap .home-section-projects .covers-small .text {
    display: block;
    font-size: 18px;
  }
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-projects .covers .text, .home-page-template-wrap .home-section-projects .covers-small .text {
    font-size: 24px;
  }
}
.home-page-template-wrap .home-section-projects .covers {
  margin-top: 60px;
}
.home-page-template-wrap .home-section-projects .covers .project-link {
  height: 250px;
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-projects .covers .project-link {
    height: 410px;
  }
}
@media (min-width: 1560px) {
  .home-page-template-wrap .home-section-projects .covers .project-link {
    height: 560px;
  }
}
.home-page-template-wrap .home-section-projects .covers-small {
  margin-top: 30px;
}
.home-page-template-wrap .home-section-projects .covers-small .project-link {
  height: 160px;
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-projects .covers-small .project-link {
    height: 280px;
  }
}
@media (min-width: 1560px) {
  .home-page-template-wrap .home-section-projects .covers-small .project-link {
    height: 380px;
  }
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-projects .covers-small .project-link .card-img {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home-page-template-wrap .home-section-projects .covers-small .project-link .text {
  font-size: 12px;
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-projects .covers-small .project-link .text {
    font-size: 16px;
  }
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-projects .covers-small .project-link .text {
    font-size: 18px;
  }
}
.home-page-template-wrap .home-section-add-services {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-add-services {
    padding-top: 140px;
    padding-bottom: 150px;
  }
}
.home-page-template-wrap .home-section-add-services .section-wrap .section-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.home-page-template-wrap .home-section-add-services .section-wrap .services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1359px) {
  .home-page-template-wrap .home-section-add-services .section-wrap .services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .home-page-template-wrap .home-section-add-services .section-wrap .services {
    grid-template-columns: 1fr;
  }
}
.home-page-template-wrap .home-section-add-services .section-wrap .service .text-wrap {
  max-width: 600px;
  width: 100%;
  padding-bottom: 25px;
}
.home-page-template-wrap .home-section-add-services .section-wrap .service .text-wrap p {
  margin-bottom: 10px;
}
.home-page-template-wrap .home-section-add-services .section-wrap .service .scs-btn-with-icon {
  font-size: 14px;
}
.home-page-template-wrap .home-section-add-services .section-wrap .service .scs-btn-with-icon svg {
  width: 48px;
  height: 48px;
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-add-services .section-wrap .service .scs-btn-with-icon svg {
    width: 56px;
    height: 56px;
  }
}
.home-page-template-wrap .home-section-locations {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .home-page-template-wrap .home-section-locations {
    padding-bottom: 80px;
  }
}
.home-page-template-wrap .home-section-locations .wrapper {
  position: relative;
}
.home-page-template-wrap .home-section-locations .wrapper .locations {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media (min-width: 790px) {
  .home-page-template-wrap .home-section-locations .wrapper .locations {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-locations .wrapper .locations {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1359px) {
  .home-page-template-wrap .home-section-locations .wrapper .locations {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.home-page-template-wrap .home-section-locations .wrapper .locations .location {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .home-page-template-wrap .home-section-locations .wrapper .locations .location {
    margin-bottom: 0;
  }
}
.home-page-template-wrap .home-section-locations .wrapper .locations .location .wrap .card-img {
  filter: grayscale(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;
}
.home-page-template-wrap .home-section-locations .wrapper .locations .location .wrap .card-img:hover, .home-page-template-wrap .home-section-locations .wrapper .locations .location .wrap .card-img:active, .home-page-template-wrap .home-section-locations .wrapper .locations .location .wrap .card-img:focus {
  filter: grayscale(0);
}
.home-page-template-wrap .home-section-locations .wrapper .locations .location .title {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 2px;
}
.home-page-template-wrap .home-section-locations .wrapper .locations .location p {
  font-weight: 300;
  line-height: 2;
}
.home-page-template-wrap .home-section-locations .wrapper .locations .location p b {
  font-weight: 600;
}
.home-page-template-wrap .home-section-locations .wrapper .locations .location p a {
  cursor: pointer;
}
.home-page-template-wrap .home-section-locations .wrapper .locations .slick-list {
  overflow: visible;
  width: 100%;
}

.how-to-use-template .categories-section-posts {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .how-to-use-template .categories-section-posts {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.how-to-use-template .categories-section-posts .text {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .how-to-use-template .categories-section-posts .text h6 {
    font-size: 24px;
  }
}
.how-to-use-template .categories-section-posts .text span {
  color: var(--primary);
}
.how-to-use-template .categories-section-posts .category-links-wrap {
  padding-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  .how-to-use-template .categories-section-posts .category-links-wrap {
    padding-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.how-to-use-template .categories-section-posts .category-links-wrap .cat-links {
  display: flex;
  column-gap: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  overflow-x: scroll;
  margin-bottom: 30px;
}
@media (min-width: 790px) {
  .how-to-use-template .categories-section-posts .category-links-wrap .cat-links {
    justify-content: center;
    overflow: visible;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 30px;
  }
}
.how-to-use-template .categories-section-posts .category-links-wrap .cat-links li {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--light);
  padding: 10px 22px;
  border-radius: 200px;
  cursor: pointer;
  text-transform: uppercase;
  -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 (min-width: 1024px) {
  .how-to-use-template .categories-section-posts .category-links-wrap .cat-links li {
    padding: 12px 30px;
  }
}
.how-to-use-template .categories-section-posts .category-links-wrap .cat-links li.active {
  background-color: var(--base);
  color: var(--invert);
  border-color: var(--base);
}
.how-to-use-template .categories-section-posts .category-wrap {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .how-to-use-template .categories-section-posts .category {
    padding-top: 80px;
  }
}
.how-to-use-template .categories-section-posts .category:first-child {
  padding-top: 0;
}
.how-to-use-template .categories-section-posts .category.no-videos {
  display: none;
}
.how-to-use-template .categories-section-posts .category.active {
  padding-top: 0;
}
.how-to-use-template .categories-section-posts .category .cat-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.how-to-use-template .categories-section-posts .category .videos-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 20px;
}
@media (min-width: 790px) {
  .how-to-use-template .categories-section-posts .category .videos-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .how-to-use-template .categories-section-posts .category .videos-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 60px;
  }
}
.how-to-use-template .categories-section-posts .category .card-wrap {
  cursor: pointer;
}
.how-to-use-template .categories-section-posts .category .card-wrap:hover .title, .how-to-use-template .categories-section-posts .category .card-wrap:active .title, .how-to-use-template .categories-section-posts .category .card-wrap:focus .title {
  color: var(--primary);
}
.how-to-use-template .categories-section-posts .category .card-wrap .title {
  margin-top: 30px;
  margin-bottom: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.how-to-use-template .categories-section-posts .category .card-wrap .image-wrap {
  padding-top: 59%;
  position: relative;
}
.how-to-use-template .categories-section-posts .category .card-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-to-use-template .categories-section-posts .modal-video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(34, 34, 34, 0.95);
  display: none;
  padding: 35px 16px;
  --text-height: 144px;
}
.how-to-use-template .categories-section-posts .modal-video-wrap .close-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 99999;
  cursor: pointer;
}
.how-to-use-template .categories-section-posts .modal-video-wrap .close-icon svg path {
  stroke: var(--invert);
}
.how-to-use-template .categories-section-posts .modal-video-wrap .content-wrap {
  background-color: var(--invert);
  z-index: 99999;
  position: relative;
  max-width: 1200px;
  padding-bottom: var(--text-height);
}
.how-to-use-template .categories-section-posts .modal-video-wrap video {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - var(--text-height) - 70px);
}
.how-to-use-template .categories-section-posts .modal-video-wrap .description-wrap {
  position: absolute;
  width: 100%;
  max-height: var(--text-height);
  padding: 20px 16px;
}
@media (min-width: 1024px) {
  .how-to-use-template .categories-section-posts .modal-video-wrap .description-wrap {
    padding: 30px;
  }
}
.how-to-use-template .categories-section-posts .modal-video-wrap .description-wrap .title {
  margin: 0;
}
.how-to-use-template .categories-section-posts .modal-video-wrap .description-wrap .title p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 1024px) {
  .how-to-use-template .categories-section-posts .modal-video-wrap .description-wrap .title p {
    font-size: 20px;
  }
}
.how-to-use-template .categories-section-posts .modal-video-wrap .description-wrap .text {
  margin: 0;
  text-align: unset;
  color: var(--border);
  overflow: auto;
  max-height: 58px;
}
.how-to-use-template .categories-section-posts .modal-video-wrap .description-wrap .text p {
  margin-bottom: 0;
}
.how-to-use-template .categories-section-posts .no-videos .empty-video-card {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (min-width: 1024px) {
  .how-to-use-template .categories-section-posts .no-videos .empty-video-card {
    font-size: 40px;
    padding-top: 90px;
  }
}

.order-template-wrap {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .order-template-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.order-template-wrap .products ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.order-template-wrap .products ul:before, .order-template-wrap .products ul:after {
  display: none !important;
}
.order-template-wrap .product-category {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--light);
}
.order-template-wrap .cat-name {
  margin-top: 0;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .order-template-wrap .cat-name {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .order-template-wrap .sc-product-card {
    gap: 60px;
    padding-right: 0;
  }
  .order-template-wrap .sc-product-card .product-title {
    font-size: 16px;
  }
  .order-template-wrap .sc-product-card .product-info {
    gap: 60px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
  }
  .order-template-wrap .sc-product-card .product-remove {
    position: relative;
    transform: none;
  }
}
.order-template-wrap .list-column {
  background-color: var(--back-light);
}
@media (min-width: 790px) {
  .order-template-wrap .list-column {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .order-template-wrap .checkout-column {
    border: 1px solid var(--light);
    padding: 32px;
  }
}
.order-template-wrap .order-note-wrap {
  margin-top: 40px !important;
}
.order-template-wrap .order-note-wrap textarea {
  border-color: var(--base) !important;
  margin-bottom: 4px !important;
}
.order-template-wrap .order-note-wrap .order-note-label {
  font-size: 14px !important;
  color: var(--base) !important;
}
.order-template-wrap .radio-group-label {
  font-weight: 500;
  margin-top: 2em;
}
.order-template-wrap .checkout-section-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 0;
}
.order-template-wrap .checkout-order-notice {
  font-size: 14px;
  color: var(--border);
}
.order-template-wrap .cart-pdf-button-container {
  text-align: center;
}

.resources-template .categories-section-posts {
  background-color: var(--back-light);
  padding-top: 0;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .resources-template .categories-section-posts {
    padding-top: 30px;
    padding-bottom: 135px;
    background-color: var(--invert);
  }
}
.resources-template .categories-section-posts .category-links-wrap {
  padding-top: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  .resources-template .categories-section-posts .category-links-wrap {
    padding-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.resources-template .categories-section-posts .category-links-wrap .cat-links {
  display: flex;
  column-gap: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  overflow-x: scroll;
  margin-bottom: 50px;
}
@media (min-width: 790px) {
  .resources-template .categories-section-posts .category-links-wrap .cat-links {
    justify-content: center;
    overflow: visible;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 60px;
  }
}
.resources-template .categories-section-posts .category-links-wrap .cat-links li {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--light);
  background-color: var(--invert);
  padding: 10px 22px;
  border-radius: 200px;
  cursor: pointer;
  text-transform: uppercase;
  -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 (min-width: 1024px) {
  .resources-template .categories-section-posts .category-links-wrap .cat-links li {
    padding: 12px 30px;
  }
}
.resources-template .categories-section-posts .category-links-wrap .cat-links li.active {
  background-color: var(--base);
  color: var(--invert);
  border-color: var(--base);
}
.resources-template .categories-section-posts .category .cat-title {
  margin-top: 60px;
  margin-bottom: 30px;
}
.resources-template .categories-section-posts .category table {
  width: 100%;
}
.resources-template .categories-section-posts .category table tr {
  border-bottom: 1px solid var(--light);
}
@media (max-width: 1024px) {
  .resources-template .categories-section-posts .category table tr:first-of-type {
    border-top: 1px solid var(--light);
  }
}
.resources-template .categories-section-posts .category table th, .resources-template .categories-section-posts .category table td {
  padding: 15px 40px;
  font-size: 16px;
}
.resources-template .categories-section-posts .category table th:first-of-type, .resources-template .categories-section-posts .category table td:first-of-type {
  padding-left: 0;
}
.resources-template .categories-section-posts .category table th:last-of-type, .resources-template .categories-section-posts .category table td:last-of-type {
  padding-right: 0;
}
.resources-template .categories-section-posts .category table th a, .resources-template .categories-section-posts .category table td a {
  color: var(--base);
}
.resources-template .categories-section-posts .category table th a svg path, .resources-template .categories-section-posts .category table td a svg path {
  -webkit-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -ms-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.resources-template .categories-section-posts .category table th a:hover svg path, .resources-template .categories-section-posts .category table th a:focus svg path, .resources-template .categories-section-posts .category table th a:active svg path, .resources-template .categories-section-posts .category table td a:hover svg path, .resources-template .categories-section-posts .category table td a:focus svg path, .resources-template .categories-section-posts .category table td a:active svg path {
  stroke: var(--primary);
}
.resources-template .categories-section-posts .category table th {
  text-align: left;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .resources-template .categories-section-posts .category table th {
    display: none;
  }
}
.resources-template .categories-section-posts .category table td {
  color: var(--border);
  white-space: nowrap;
}
.resources-template .categories-section-posts .category table td:first-child {
  width: 86%;
}
@media (max-width: 1024px) {
  .resources-template .categories-section-posts .category table td:first-child {
    width: 50%;
  }
}
.resources-template .categories-section-posts .category table td:nth-child(3n) {
  width: 14%;
}
@media (max-width: 1024px) {
  .resources-template .categories-section-posts .category table td:nth-child(3n) {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .resources-template .categories-section-posts .category table td {
    float: left;
    width: 50%;
    padding: 15px 5px;
  }
  .resources-template .categories-section-posts .category table td:nth-last-child(-n+2) {
    padding-top: 0;
  }
  .resources-template .categories-section-posts .category table td:nth-child(3) {
    padding-left: 0;
  }
  .resources-template .categories-section-posts .category table td:nth-child(even) {
    text-align: right;
  }
  .resources-template .categories-section-posts .category table td:last-child {
    padding-left: 20px;
  }
}

.wishlist-template-wrap {
  padding-top: 90px;
  padding-bottom: 160px;
  background-color: var(--light);
}
.wishlist-template-wrap .page-title {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .wishlist-template-wrap .page-title {
    font-size: 30px;
  }
}
.wishlist-template-wrap .wishlist-items .sc-padded-container {
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
