@charset "UTF-8";
/*------------------------------------*\
    SCSS COMPILE LIST
\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*------------------------------------*\
    MIXINS
\*------------------------------------*/
.link-overlay a,
a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sbi-slide-card .text .sbi-dog-name, h1,
h2,
h3,
h4 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/satoshi/Satoshi-Regular.woff2") format("woff2"), url("../fonts/satoshi/Satoshi-Regular.woff") format("woff"), url("../fonts/satoshi/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../fonts/satoshi/Satoshi-Bold.woff2") format("woff2"), url("../fonts/satoshi/Satoshi-Bold.woff") format("woff"), url("../fonts/satoshi/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input, .sbi-dogs-slider-filter input[type=text],
.sbi-dogs-slider-filter select,
.sbi-archive-filter input[type=text],
.sbi-archive-filter select, .gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=number],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=url],
.gform_wrapper .ginput_container textarea.medium,
.gform_wrapper .ginput_container textarea.large,
.gform_wrapper .ginput_container textarea.small,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container #theme-page select, body {
  font-family: "Satoshi-Regular", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit, .single-product div.product.type-product > .summary .single_add_to_cart_button,
.single-product .product.type-product > .summary .single_add_to_cart_button, .add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit, .section.dc-info-cards > .inner > .section_content .grid-items .item h3, section.dog-meta > .inner .cols .left li .label span:first-child, .sbi-dogs-slider-filter button[type=submit],
.sbi-archive-filter button[type=submit], .sbi-slide-card .text > .meta span.breed, .section.dogs-carousel .sbi-dogs-slider-wrap > aside.sbi-dogs-slider-filter button[type=submit], .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .footer .footer-top-inner .footer-widget .widgettitle, a.dc-btn, .main_menu .menu > ul > li.view-dogs a, p strong,
p strong a, .main_menu .menu ul li a {
  font-family: "Satoshi-Bold", Arial, Helvetica, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

/* FONTAWESOME */
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

.fa-rotate-by {
  -ms-transform: rotate(var(--fa-rotate-angle, none));
      transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-search::before {
  content: "\f002";
}

.fa-check::before {
  content: "\f00c";
}

.fa-close::before {
  content: "\f00d";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}

/* SETTINGS - GRID */
/*------------------------------------*\
    SETTINGS - DEFAULT WIDTHS
\*------------------------------------*/
/*------------------------------------*\

    SETTINGS - RESPONSIVE BREAK POINTS

\*------------------------------------*/
/* SETTINGS - COLORS */
/*------------------------------------*\

    SETTINGS - COLORS - THEME - DC

\*------------------------------------*/
:root {
  --dark-color: #1A1919;
  --light-color: #FFFFFF;
  --grey-color: #F8F6F3;
  --theme-color: #009FD5;
  --theme2-color: #FFD166;
  --pink-color: #ED689B;
  --blue-color: #009FD5;
}

/* SETTINGS - FONTS */
/*------------------------------------*\
    SETTINGS - FONT SIZES
\*------------------------------------*/
/* SETTINGS - HEADER / MENU / FOOTER */
/*------------------------------------*\
    SETTINGS - MENU
\*------------------------------------*/
/* GLOBAL APP */
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
.grid:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    GLOBAL - SITE WIDE
\*------------------------------------*/
button {
  outline: none !important;
  transition: all 250ms ease-in-out;
}

input[type=submit] {
  transition: all 250ms ease-in-out;
}

.page_container {
  background: white;
  width: 100%;
  max-width: 100%;
}

.page_container > .panel {
  max-width: 100%;
  background: var(--light-color);
}

/* GLOBAL APP - BASE */
/*------------------------------------*\
	BASE - SITE WIDE
\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  background: var(--light-color);
}
html:has(body.admin-bar) {
  margin-top: 0 !important;
}

body {
  line-height: 1.44em;
  color: #1A1919;
  background: var(--light-color);
  max-width: 100%;
  margin-inline: auto;
}
body.open-toggle-menu {
  overflow: hidden;
}

/*------------------------------------*\
	BASE - FONTS
\*------------------------------------*/
p {
  margin-bottom: clamp(10px, 1vw, 20px);
  width: 100%;
  line-height: 1.44em;
}
sup {
  font-size: 45%;
  padding-right: 5px;
  vertical-align: super;
}

/** H1 - H6 STYLING **/
h1,
h2,
h3,
h4 {
  width: 100%;
  line-height: 1.1em;
  margin-bottom: clamp(16px, 1.8vw, 35px);
}

h5,
h6 {
  width: 100%;
  margin-bottom: clamp(12px, 1.3vw, 26px);
}

.section.dc-team-cards .section_content .item .button-wrapper .toggle-description, #header_main .header_top .menu li a, #header_main .header_top .widget_text p,
#header_main .header_top .widget_text p a {
  font-size: 15px;
}

.woocommerce-page > .site-main ul.products > li.product h2,
.woocommerce-page > .site-main ul.products > li.product .woocommerce-loop-product__title, .top-title, .item.dc-card .content-wrapper .app-code, .section.dc-team-cards .section_content .item .content-wrapper .app-code {
  font-size: clamp(14px, 0.875rem + (1vw - 5.6px) * 0.1471, 16px);
  min-height: 0vw;
}

section.dog-meta > .inner .cols .left li .label span:nth-child(2), .section.dc-image-text2.small-text > .inner p, .hero > .hero__inner .content .dc-btn, .hero > .hero__inner .content .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .hero > .hero__inner .content a, .footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a:not(.dc-btn), .main_menu .menu ul li a, body {
  font-size: clamp(16px, 1rem + (1vw - 5.6px) * 0.1471, 18px);
  min-height: 0vw;
}

.section.dog-description > .inner .section_content p { /* 17>20 */
  font-size: clamp(1.0625rem, 0.9508rem + 0.3191vw, 1.25rem);
  line-height: 1em;
}

.section.dc-text-block.donation-form > .inner .section_content .items p, .section.dc-image-text2.large-text > .inner p, .bottom-sidebar .inner p {
  font-size: clamp(1.125rem, 0.8634rem + 0.5457vw, 1.375rem);
}

.single-post article > .content > .inner p:first-child, .section.dc-infoboxes > .inner > .section_content .items .item .content-wrapper .box-description h3, .section.dc-info-cards > .inner > .section_content .grid-items .item h3, .sbi-slide-card .text .sbi-dog-name, .hero + script + .section.dc-text-block p:first-child,
.section.dc-text-block .dc-intro p:first-child,
.section.dc-text-block .section_intro .description p:first-child, .section.dc-image-text.large > .inner .section_content .right > .content-wrapper p,
.section.dc-image-text.large > .inner .section_content .right > .content-wrapper li, .section.dc-hotboxes.style_1 > .inner .section_content .items .item .text h2, .section.dc-cta.cta_style_2 > .inner .section_intro .description p, .section.dc-cta.cta_style_1 > .inner .section_intro .description p, .section.dc-accordion .accordion .title h3, .footer .footer-top-inner .footer-widget .widgettitle, h4, .h4, .woocommerce-page .woocommerce-checkout h3 { /* 20>24 */
  font-size: clamp(1.25rem, 0.9884rem + 0.5457vw, 1.5rem);
  line-height: 1em;
}

.section.dc-news-grid .grid-items .dc-card .content-wrapper h3, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item .content-wrapper h3, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item .content-wrapper h3, .hero > .hero__inner .content .text p {
  font-size: clamp(1.0625rem, 0.5368rem + 1.2941vw, 1.75rem);
  line-height: 1.4;
}

.section.dc-team-cards .section_content .item h2 {
  font-size: clamp(1.25rem, 0.4652rem + 1.6371vw, 2rem);
  min-height: 0vw;
}

.section.dc-cta.cta_style_1 > .inner .section_intro h2 {
  font-size: clamp(1.25rem, 0.8777rem + 1.0638vw, 1.875rem);
  min-height: 0vw;
}

.section.dc-infoboxes > .inner > .section_content .items .item .content-wrapper h2, h3, .h3, .single-product div.product.type-product > .summary h2,
.single-product .product.type-product > .summary h2, .section.dc-info-cards > .inner .section_intro .title, .section.dc-text-block:not(.donation-form) h2:not(first-child), .section.dc-image-text > .inner .section_content .right > .content-wrapper > h2, .section.dc-hotboxes.style_1 > .inner .section_intro .title, .home .section.dc-accordion > .inner .section_intro .title {
  font-size: clamp(1.75rem, 1.0256rem + 1.5727vw, 2.5rem);
  min-height: 0vw;
}

.section.dc-cta.cta_style_2 > .inner .section_intro h2, .hero > .hero__inner .content .hero__content-inner > span {
  font-size: clamp(1.25rem, -0.1888rem + 3.0014vw, 2.625rem);
  min-height: 0vw;
}

h2, .h2, .single-product div.product.type-product > .summary .product_title,
.single-product div.product.type-product > .summary h1,
.single-product .product.type-product > .summary .product_title,
.single-product .product.type-product > .summary h1 {
  font-size: clamp(2.375rem, 0.8054rem + 3.2742vw, 3.875rem);
  line-height: 1.1em;
}

h1, .h1 {
  font-size: clamp(2.5rem, -0.77rem + 6.8213vw, 5.625rem);
  line-height: 1.1em;
}

/*******  *******/
.top-title, .item.dc-card .content-wrapper .app-code, .section.dc-team-cards .section_content .item .content-wrapper .app-code {
  font-weight: 600;
  letter-spacing: 0.2em;
  display: block;
  margin-block: -20px 20px;
}

/*------------------------------------*\
	BASE - LINKS
\*------------------------------------*/
a {
  transition: all 250ms ease-in-out;
  outline: none !important;
}

a:not(.dc-btn) {
  text-decoration: none;
  color: var(--dark-color);
}
a:not(.dc-btn):hover {
  color: var(--theme2-color);
}
.section.bg_dark a:not(.dc-btn) {
  color: var(--light-color);
}
.section.bg_dark a:not(.dc-btn):hover {
  color: var(--theme2-color);
}
a:not(.dc-btn).arrow-right:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: url("../img/arrow-orange.svg");
  transition: all 250ms ease-in-out;
}
.dc-intro-section a:not(.dc-btn),
.dc-image-text a:not(.dc-btn),
.dc-accordion a:not(.dc-btn),
.dc-text-block a:not(.dc-btn) {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}
.dc-intro-section a:not(.dc-btn):hover,
.dc-image-text a:not(.dc-btn):hover,
.dc-accordion a:not(.dc-btn):hover,
.dc-text-block a:not(.dc-btn):hover {
  color: var(--theme2-color);
  -webkit-text-decoration-color: var(--dark-color);
          text-decoration-color: var(--dark-color);
  text-decoration: none;
}
.section.bg_dark .dc-intro-section a:not(.dc-btn),
.section.bg_dark .dc-image-text a:not(.dc-btn),
.section.bg_dark .dc-accordion a:not(.dc-btn),
.section.bg_dark .dc-text-block a:not(.dc-btn) {
  color: var(--light-color);
}
.section.bg_dark .dc-intro-section a:not(.dc-btn):hover,
.section.bg_dark .dc-image-text a:not(.dc-btn):hover,
.section.bg_dark .dc-accordion a:not(.dc-btn):hover,
.section.bg_dark .dc-text-block a:not(.dc-btn):hover {
  color: var(--theme2-color);
}

/*------------------------------------*\
	BASE - BUTTONS
\*------------------------------------*/
a.dc-btn, .main_menu .menu > ul > li.view-dogs a {
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 210px;
  padding-inline: 28px;
  margin-top: clamp(12px, 2vw, 20px);
  opacity: 1;
  -ms-flex-align: center;
      align-items: center;
  color: var(--dark-color);
  border: 2px solid var(--light-color);
  border-radius: 50px;
  color: var(--dark-color);
  background-color: var(--theme2-color);
  border-color: var(--theme2-color);
}
@media only screen and (min-width: 768px) {
  a.dc-btn, .main_menu .menu > ul > li.view-dogs a {
    line-height: 48px;
  }
}
@media only screen and (min-width: 950px) {
  a.dc-btn, .main_menu .menu > ul > li.view-dogs a {
    line-height: 50px;
  }
}
a.dc-btn > span, .main_menu .menu > ul > li.view-dogs a > span {
  position: relative;
  white-space: nowrap;
}
a.dc-btn:hover, .main_menu .menu > ul > li.view-dogs a:hover {
  color: var(--dark-color);
  background-color: var(--light-color);
}
a.dc-btn.on_dark, .section.dc-cta.cta_style_1 > .inner .section_intro a.dc-btn, .main_menu .menu > ul > li.view-dogs a.on_dark, .section.dc-cta.cta_style_1 > .inner .section_intro .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .section.dc-cta.cta_style_1 > .inner .section_intro a, .section.dc-cta.cta_style_2 a.dc-btn, .section.dc-cta.cta_style_2 .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .section.dc-cta.cta_style_2 a, .section.dc-hotboxes.style_2 a.dc-btn, .section.dc-hotboxes.style_2 .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .section.dc-hotboxes.style_2 a, .section.apprenticeships-data .app-cta a.dc-btn, .section.apprenticeships-data .app-cta .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .section.apprenticeships-data .app-cta a {
  color: var(--dark-color);
  background-color: var(--light-color);
  border-color: var(--light-color);
}
a.dc-btn.on_dark:hover, .section.dc-cta.cta_style_1 > .inner .section_intro a.dc-btn:hover, .main_menu .menu > ul > li.view-dogs a.on_dark:hover, .section.dc-cta.cta_style_1 > .inner .section_intro .main_menu .menu > ul > li.view-dogs a:hover, .main_menu .menu > ul > li.view-dogs .section.dc-cta.cta_style_1 > .inner .section_intro a:hover, .section.dc-cta.cta_style_2 a.dc-btn:hover, .section.dc-cta.cta_style_2 .main_menu .menu > ul > li.view-dogs a:hover, .main_menu .menu > ul > li.view-dogs .section.dc-cta.cta_style_2 a:hover, .section.dc-hotboxes.style_2 a.dc-btn:hover, .section.dc-hotboxes.style_2 .main_menu .menu > ul > li.view-dogs a:hover, .main_menu .menu > ul > li.view-dogs .section.dc-hotboxes.style_2 a:hover, .section.apprenticeships-data .app-cta a.dc-btn:hover, .section.apprenticeships-data .app-cta .main_menu .menu > ul > li.view-dogs a:hover, .main_menu .menu > ul > li.view-dogs .section.apprenticeships-data .app-cta a:hover {
  color: var(--dark-color);
  background-color: var(--light-color);
}
.dc-text-block .items .item a.dc-btn, .dc-text-block .items .item .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .dc-text-block .items .item a, a.dc-btn.black, .main_menu .menu > ul > li.view-dogs a.black, a.dc-btn.on_light, .main_menu .menu > ul > li.view-dogs a.on_light, .section.bg_white a.dc-btn, .section.bg_white .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .section.bg_white a, .section.bg_light a.dc-btn, .section.bg_blue a.dc-btn, .section.bg_grey a.dc-btn, .section.bg_light .main_menu .menu > ul > li.view-dogs a, .section.bg_blue .main_menu .menu > ul > li.view-dogs a, .section.bg_grey .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .section.bg_light a, .main_menu .menu > ul > li.view-dogs .section.bg_blue a, .main_menu .menu > ul > li.view-dogs .section.bg_grey a {
  color: var(--dark-color);
  background-color: var(--theme2-color);
  border-color: var(--theme2-color);
}
.dc-text-block .items .item a.dc-btn:hover, .dc-text-block .items .item .main_menu .menu > ul > li.view-dogs a:hover, .main_menu .menu > ul > li.view-dogs .dc-text-block .items .item a:hover, a.dc-btn.black:hover, .main_menu .menu > ul > li.view-dogs a.black:hover, a.dc-btn.on_light:hover, .main_menu .menu > ul > li.view-dogs a.on_light:hover, .section.bg_white a.dc-btn:hover, .section.bg_white .main_menu .menu > ul > li.view-dogs a:hover, .main_menu .menu > ul > li.view-dogs .section.bg_white a:hover, .section.bg_light a.dc-btn:hover, .section.bg_blue a.dc-btn:hover, .section.bg_grey a.dc-btn:hover, .section.bg_light .main_menu .menu > ul > li.view-dogs a:hover, .section.bg_blue .main_menu .menu > ul > li.view-dogs a:hover, .section.bg_grey .main_menu .menu > ul > li.view-dogs a:hover, .main_menu .menu > ul > li.view-dogs .section.bg_light a:hover, .main_menu .menu > ul > li.view-dogs .section.bg_blue a:hover, .main_menu .menu > ul > li.view-dogs .section.bg_grey a:hover {
  background-color: var(--light-color);
}
a.dc-btn.btn-pink, .hero > .hero__inner .content .tags-wrapper .item:nth-child(2) a.dc-btn, .main_menu .menu > ul > li.view-dogs a.btn-pink, .hero > .hero__inner .content .tags-wrapper .item:nth-child(2) .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .hero > .hero__inner .content .tags-wrapper .item:nth-child(2) a {
  color: var(--dark-color);
  background-color: var(--pink-color);
  border-color: var(--light-color);
}
a.dc-btn.btn-pink:hover, .hero > .hero__inner .content .tags-wrapper .item:nth-child(2) a.dc-btn:hover, .main_menu .menu > ul > li.view-dogs a.btn-pink:hover, .hero > .hero__inner .content .tags-wrapper .item:nth-child(2) .main_menu .menu > ul > li.view-dogs a:hover, .main_menu .menu > ul > li.view-dogs .hero > .hero__inner .content .tags-wrapper .item:nth-child(2) a:hover {
  color: var(--dark-color);
  background-color: var(--light-color);
  border-color: var(--light-color);
}
a.dc-btn[href$="donate/"], .main_menu .menu > ul > li.view-dogs a[href$="donate/"] {
  color: var(--dark-color) !important;
  background-color: var(--pink-color) !important;
  border-color: var(--pink-color) !important;
}
a.dc-btn[href$="donate/"]:hover, .main_menu .menu > ul > li.view-dogs a[href$="donate/"]:hover {
  color: var(--dark-color) !important;
  background-color: var(--light-color) !important;
  border-color: var(--pink-color) !important;
}
.tags-wrapper a.dc-btn[href$="donate/"], .tags-wrapper .main_menu .menu > ul > li.view-dogs a[href$="donate/"], .main_menu .menu > ul > li.view-dogs .tags-wrapper a[href$="donate/"] {
  border-color: var(--light-color) !important;
}
.tags-wrapper a.dc-btn[href$="donate/"]:hover, .tags-wrapper .main_menu .menu > ul > li.view-dogs a[href$="donate/"]:hover, .main_menu .menu > ul > li.view-dogs .tags-wrapper a[href$="donate/"]:hover {
  border-color: var(--light-color) !important;
}
a.dc-btn-icon, .main_menu .menu > ul > li.call a, .main_menu .menu > ul > li.donate a {
  font-size: 0;
}
a.dc-btn-icon:after, .main_menu .menu > ul > li.call a:after, .main_menu .menu > ul > li.donate a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: clamp(40px, 3vw, 54px);
  height: clamp(40px, 3vw, 54px);
  background-image: url("../img/arrow-button.svg");
  background-color: var(--theme2-color);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px var(--theme2-color);
  transition: all 250ms ease-in-out;
}
a.dc-btn-icon:hover:after, .main_menu .menu > ul > li.call a:hover:after, .main_menu .menu > ul > li.donate a:hover:after {
  background-color: var(--light-color);
}
a.dc-btn-icon.pink_btn:after, .main_menu .menu > ul > li.call a.pink_btn:after, .main_menu .menu > ul > li.donate a.pink_btn:after {
  background-color: var(--pink-color);
  box-shadow: inset 0 0 0 2px var(--pink-color);
}

.section p > .dc-btn, .section .main_menu .menu > ul > li.view-dogs p > a, .main_menu .menu > ul > li.view-dogs .section p > a {
  margin-top: 30px;
}

/*------------------------------------*\
	BASE - LINKS - DC LINK
\*------------------------------------*/
a.dc-link {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
a.dc-link:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: url("../img/arrow-orange.svg");
  transition: all 250ms ease-in-out;
}
a.white-link {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
a.white-link:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: url("../img/arrow-orange.svg");
  transition: all 250ms ease-in-out;
}
a.white-link.white-link {
  color: var(--light-color);
}
a.white-link.white-link:hover {
  color: var(--dark-color);
}

/*--------------------------------------------------------*\
	BASE - LISTS
\*--------------------------------------------------------*/
ul,
ol {
  margin-top: 20px;
  margin-bottom: 15px;
}
ul li,
ol li {
  line-height: 1.44em;
  color: #1A1919;
  margin-left: 20px;
  padding-left: 5px;
  padding-bottom: 16px;
  position: relative;
}

.color-dots ul li {
  list-style: none;
  margin-left: 40px;
}
.color-dots ul li:before {
  content: "•";
  color: var(--theme-color);
  font-size: 1.5em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

.dc-text-block ul:not(.social_icons) li,
.single-post .content ul:not(.social_icons) li,
.dc-intro-section li,
.dc-image-text li,
.dc-accordion li {
  padding-bottom: 4px;
  margin-left: 13px;
  line-height: 1.44em;
  padding-left: 15px;
}
.dc-text-block ul:not(.social_icons) li::marker,
.single-post .content ul:not(.social_icons) li::marker,
.dc-intro-section li::marker,
.dc-image-text li::marker,
.dc-accordion li::marker {
  color: var(--theme-color);
  content: "•";
  font-size: 1em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

.color-dots ol li {
  margin-left: 40px;
}
.color-dots ol li::marker {
  color: var(--theme-color);
  font-size: 1em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

/*------------------------------------*\
	BASE - LINKS
\*------------------------------------*/
a {
  transition: all 250ms ease-in-out;
  outline: none !important;
}

a:not(.dc-btn) {
  text-decoration: none;
  color: var(--dark-color);
}
a:not(.dc-btn):hover {
  color: var(--theme2-color);
}
.section.bg_dark a:not(.dc-btn) {
  color: var(--light-color);
}
.section.bg_dark a:not(.dc-btn):hover {
  color: var(--theme2-color);
}
a:not(.dc-btn).arrow-right:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: url("../img/arrow-orange.svg");
  transition: all 250ms ease-in-out;
}
.dc-intro-section a:not(.dc-btn),
.dc-image-text a:not(.dc-btn),
.dc-accordion a:not(.dc-btn),
.dc-text-block a:not(.dc-btn) {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}
.dc-intro-section a:not(.dc-btn):hover,
.dc-image-text a:not(.dc-btn):hover,
.dc-accordion a:not(.dc-btn):hover,
.dc-text-block a:not(.dc-btn):hover {
  color: var(--theme2-color);
  -webkit-text-decoration-color: var(--dark-color);
          text-decoration-color: var(--dark-color);
  text-decoration: none;
}
.section.bg_dark .dc-intro-section a:not(.dc-btn),
.section.bg_dark .dc-image-text a:not(.dc-btn),
.section.bg_dark .dc-accordion a:not(.dc-btn),
.section.bg_dark .dc-text-block a:not(.dc-btn) {
  color: var(--light-color);
}
.section.bg_dark .dc-intro-section a:not(.dc-btn):hover,
.section.bg_dark .dc-image-text a:not(.dc-btn):hover,
.section.bg_dark .dc-accordion a:not(.dc-btn):hover,
.section.bg_dark .dc-text-block a:not(.dc-btn):hover {
  color: var(--theme2-color);
}

/* GLOBAL APP - HEADER */
/*------------------------------------*\
	HEADER - BASE
\*------------------------------------*/
#wpadminbar {
  z-index: 99999999;
}

#header_main + .page_container {
  margin-inline: auto;
}

.transparent-header #header_main, .single-capability #header_main {
  background: none;
}
.transparent-header #header_main .header_nav_container, .single-capability #header_main .header_nav_container {
  background: none;
}
.transparent-header #header_main + .page_container, .single-capability #header_main + .page_container {
  padding-top: 0;
}

#header_main {
  position: fixed;
  top: 0;
  margin-inline: auto;
  z-index: 100000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  max-width: 100vw;
  padding-inline: 20px;
  transition: all 450ms ease-in-out;
}
#header_main .header_nav_container,
#header_main .header_top {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
@media only screen and (max-width: 1049px) {
  #header_main .header_nav_container,
  #header_main .header_top {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
#header_main .header_nav_container .menus,
#header_main .header_top .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
#header_main .header_nav_container {
  z-index: 2;
  height: clamp(60px, 6vw, 94px);
  padding-inline: 0;
  border-radius: 100px;
}
@media only screen and (max-width: 1049px) {
  #header_main .header_nav_container {
    height: clamp(60px, 6vw, 94px);
  }
}
#header_main .header_top {
  z-index: 3;
  height: 55px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-inline: 40px;
}
@media only screen and (max-width: 1049px) {
  #header_main .header_top {
    height: 50px;
    padding-inline: 0;
  }
}
#header_main .header_top .header-top-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
#header_main .header_top .widget_text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#header_main .header_top .widget_text p,
#header_main .header_top .widget_text p a {
  color: var(--light-color);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #header_main .header_top .widget_text p,
  #header_main .header_top .widget_text p a {
    font-size: 13px;
  }
  #header_main .header_top .widget_text p span,
  #header_main .header_top .widget_text p a span {
    display: none;
  }
}
#header_main .header_top .widget_text .textwidget > p {
  display: -ms-flexbox;
  display: flex;
}
#header_main .header_top .widget_text .textwidget > p:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 450ms ease-in-out;
  background-image: url(../img/icon-house.svg);
  background-size: 16px;
}
#header_main .header_top .widget_text .textwidget > p a {
  margin-left: 6px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #header_main .header_top .widget_text .textwidget > p span {
    display: none;
  }
  #header_main .header_top .widget_text .textwidget > p a {
    margin-left: 2px;
    font-size: 12px;
  }
}
#header_main .header_top .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  margin: 0;
}
#header_main .header_top .menu li {
  padding: 0;
  margin: 0 0 0 18px;
}
@media only screen and (max-width: 767px) {
  #header_main .header_top .menu li {
    margin: 0 0 0 5px;
  }
}
#header_main .header_top .menu li a {
  color: var(--light-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#header_main .header_top .menu li a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 450ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #header_main .header_top .menu li a {
    font-size: 0;
  }
}
@media only screen and (min-width: 1360px) {
  #header_main .header_top .menu li.call, #header_main .header_top .menu li.donate {
    display: none;
  }
}
#header_main .header_top .menu li.call a:before {
  background-image: url(../img/icon-phone.svg);
  background-size: 16px;
  filter: invert(1);
}
#header_main .header_top .menu li.donate a:before {
  background-image: url(../img/icon-donate.svg);
  filter: invert(1);
}
#header_main .header_top .menu li.shop a:before {
  background-image: url(../img/icon-shop.svg);
}
#header_main .header_top .menu li.cart a:before {
  background-image: url(../img/icon-cart.svg);
}

.sticky-nav #header_main {
  -ms-transform: translateY(-180px) !important;
      transform: translateY(-180px) !important;
}

.toggle-menu-wrap #menu-toggle {
  transition: all 450ms ease-in-out;
}
/*Cart Icon Style*/
#menu-top-menu li a.wfc-open-cart-button {
  background: none !important;
  box-shadow: none;
  padding: 0;
}

#menu-top-menu li a.wfc-open-cart-button .wfc-open-cart-button__count {
  top: 10px;
  left: 5px;
}

/*#header_main .header_top {

    .wfc-open-cart-button {
        display: flex !important;
        align-items: center;
        font-size: 15px !important;
        color: var(--light-color) !important;
        background: rgba(0, 0, 0, 0) !important;
        padding: 5px 12px !important;
        border-radius: 4px !important;
        text-decoration: none;
        min-height: auto !important;
        border: none !important;
    	box-shadow: none !important;


        .at-content,
        .has-icon {
            display: none !important;
        }


        &:before {
            content: "";
            display: inline-block;
            width: 17px;
            height: 17px;
            margin-right: 6px;
            background-image: url(../img/icon-cart.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }


        &:after {
            content: "Cart";
        }

        &:hover {
            background: rgba(0, 0, 0, 0) !important;
        }

        .wfc-open-cart-button__count{
        	font-size: 13px !important;
        	width: 15px !important;
        	height: 15px !important;
        }

    }


}*/
/*------------------------------------*\
	HEADER - LOGO
\*------------------------------------*/
.header_logo {
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  max-width: 25%;
  min-width: 220px;
  height: 100%;
  margin: 0 20px 0 0;
  padding: 1px 0px 1px 1px;
  background: #F8F6F3;
  border-radius: 100px;
  border: 6px solid var(--light-color);
}
@media only screen and (max-width: 1049px) {
  .header_logo {
    min-width: 180px;
    margin: 0 20px 0 0;
    -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    margin: 0 20px 0 0;
  }
}
.header_logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
}
.header_logo a img {
  display: block;
  max-height: clamp(80px, 6vw, 94px);
  padding-inline: 25px;
  position: relative;
  z-index: 1000;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 1049px) {
  .header_logo a img {
    max-height: 66px;
  }
}
.header_logo a.white-logo {
  display: none;
}
.header_logo a.color-logo {
  display: block;
}
.transparent-header .header_logo a.white-logo, .single-capability .header_logo a.white-logo {
  display: block;
}
.transparent-header .header_logo a.color-logo, .single-capability .header_logo a.color-logo {
  display: none;
}
@media only screen and (max-width: 1049px) {
  .header_logo a.white-logo {
    display: none;
  }
  .header_logo a.color-logo {
    display: block;
  }
}

/* GLOBAL APP - MENU */
/*------------------------------------*\
	MENU - SIMPLE - LEFT ALIGNED
\*------------------------------------*/
.main_menu {
  background: var(--light-color);
  -ms-flex: 1;
      flex: 1;
  height: clamp(60px, 6vw, 94px);
  border-radius: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1049px) {
  .main_menu {
    height: clamp(60px, 6vw, 94px);
  }
}
.main_menu .menu {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1050px) {
  .main_menu .menu {
    height: 60px;
    border-radius: 40px;
  }
}
.main_menu .menu ul {
  margin: 0;
}
.main_menu .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.main_menu .menu ul li a {
  color: var(--dark-color);
  line-height: 1.2em;
  display: block;
  position: relative;
}
.transparent-header .main_menu .menu ul li a, .single-capability .main_menu .menu ul li a {
  color: white;
}
.main_menu .menu ul li.mobile-visible {
  display: none;
}
.main_menu .menu > ul {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  margin-inline: clamp(20px, 2.3vw, 45px) 20px;
}
@media only screen and (max-width: 1199px) {
  .main_menu .menu > ul {
    margin-inline: 15px;
  }
}
.main_menu .menu > ul > li {
  position: relative;
  margin: 0;
  padding: 0 clamp(7px, 0.8vw, 20px);
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .main_menu .menu > ul > li {
    padding: 0 clamp(10px, 1.2vw, 22px);
  }
}
.main_menu .menu > ul > li:before {
  content: "";
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  height: clamp(10px, 1vw, 15px);
  width: clamp(10px, 1vw, 15px);
  position: absolute;
  left: 0;
  top: clamp(9px, 1vw, 19px);
  transition: all 250ms ease-in-out;
}
.main_menu .menu > ul > li > a {
  height: clamp(40px, 3.5vw, 54px);
  line-height: clamp(40px, 3.5vw, 54px);
  padding: 0;
  white-space: nowrap;
}
.main_menu .menu > ul > li.current_page_parent:before, .main_menu .menu > ul > li.current-menu-parent:before, .main_menu .menu > ul > li.current-menu-item:before, .main_menu .menu > ul > li:hover:before {
  background-image: url("../img/icon-menu-paw.svg");
}
.main_menu .menu > ul > li.view-dogs {
  -ms-flex: 1;
      flex: 1;
  padding-inline: 5px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.main_menu .menu > ul > li.view-dogs:after, .main_menu .menu > ul > li.view-dogs:before {
  display: none;
}
.main_menu .menu > ul > li.view-dogs a {
  margin-top: 0;
  min-width: 50px;
  width: 140px;
}
@media only screen and (max-width: 1199px) {
  .main_menu .menu > ul > li.view-dogs a {
    padding-inline: 14px;
    width: 120px;
  }
}
@media only screen and (min-width: 950px) {
  .main_menu .menu > ul > li.view-dogs a {
    height: clamp(40px, 3vw, 54px);
    line-height: clamp(40px, 3vw, 54px);
  }
}
.main_menu .menu > ul > li.call, .main_menu .menu > ul > li.donate {
  padding-inline: 5px;
}
.main_menu .menu > ul > li.call:before, .main_menu .menu > ul > li.donate:before {
  display: none;
}
.main_menu .menu > ul > li.call a, .main_menu .menu > ul > li.donate a {
  margin-top: 0;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1359px) {
  .main_menu .menu > ul > li.call, .main_menu .menu > ul > li.donate {
    display: none;
  }
}
.main_menu .menu > ul > li.call a:after {
  background-image: url(../img/icon-phone.svg);
}
.main_menu .menu > ul > li.donate {
  padding-right: 0;
}
.main_menu .menu > ul > li.donate a:after {
  background-image: url(../img/icon-donate.svg);
  background-color: var(--pink-color);
  box-shadow: inset 0 0 0 2px var(--pink-color);
}

/*------------------------------------*\
	DEFAULT DROPDOWN
\*------------------------------------*/
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: calc(100% + 40px);
  }
  .main_menu .menu > ul > li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -6px;
    overflow: hidden;
    max-height: 0;
    width: 290px;
    margin-left: 0;
    padding: 0 22px;
    background: transparent;
    -ms-transform: translateY(12px);
        transform: translateY(12px);
    transition: all 0ms ease-in-out;
  }
  .main_menu .menu > ul > li ul.sub-menu:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
  }
  .main_menu .menu > ul > li ul.sub-menu li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background: transparent;
    transition: all 450ms ease-in-out;
  }
  .main_menu .menu > ul > li ul.sub-menu li a {
    display: block;
    padding: 8px 26px 11px 26px;
    min-width: 100%;
    color: var(--dark-color);
    font-size: clamp(16px, 1rem + (1vw - 5.6px) * 0.1471, 18px);
    text-align: left;
    text-transform: none;
    transition: all 250ms ease-in-out;
  }
}
@media only screen and (min-width: 767px) and (min-width: 1050px) {
  .main_menu .menu > ul > li ul.sub-menu li.current_page_item > a,
  .main_menu .menu > ul > li ul.sub-menu li a:hover {
    color: var(--theme2-color);
  }
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li:hover ul.sub-menu {
    max-height: 700px;
    opacity: 1;
    overflow: visible;
    padding: 65px 20px 34px;
    -ms-transform: translateY(0);
        transform: translateY(0);
    transition: transform 150ms ease-in-out, opacity 200ms ease-in-out;
  }
  .main_menu .menu > ul > li:hover ul.sub-menu:before {
    background: var(--light-color);
    border-radius: 30px;
  }
}
/*------------------------------------*\
	MENU - Toggle
\*------------------------------------*/
@media only screen and (min-width: 1050px) {
  .toggle-menu-wrap {
    display: none;
  }
}
.toggle-menu-wrap #menu-toggle {
  display: block;
  position: relative;
  padding: 0;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  z-index: 10000;
  font-size: 20px;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60px;
  height: 60px;
  padding: 17px 10px;
  border-radius: 20px;
  color: white;
  background-color: var(--green-color);
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle span {
  height: 4px;
  width: 24px;
  background: var(--theme2-color);
  border-radius: 10px;
  transition: all 150ms ease-in-out;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle span:nth-child(2) {
  width: 36px;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle:hover span {
  width: 80%;
  background: var(--theme-color);
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle:hover span:nth-child(2) {
  width: 100%;
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle {
  background: var(--grey-color) !important;
  transform: translate3d(-15px, 35px, 0);
}
@media only screen and (min-width: 1920px) {
  .toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle {
    transform: translate3d(50px, 25px, 0);
  }
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span {
  background-color: var(--theme2-color) !important;
  width: 30px !important;
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:first-child {
  -ms-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg);
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:nth-child(2) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:nth-child(3),
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:last-child {
  opacity: 0;
}
.toggle-menu-wrap .full-menu {
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  transition: all 225ms ease-in-out;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1920px) {
  .toggle-menu-wrap .full-menu {
    left: calc(50% - 960px);
    max-width: 1920px;
  }
}
@media only screen and (max-width: 949px) {
  .toggle-menu-wrap .full-menu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.toggle-menu-wrap .full-menu > .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  background: var(--dark-color);
}
.toggle-menu-wrap .full-menu > .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: var(--dark-color);
}
.toggle-menu-wrap .full-menu > .bg > div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.toggle-menu-wrap .full-menu .left,
.toggle-menu-wrap .full-menu .right {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease-in-out;
  transition-delay: 600ms !important;
}
.toggle-menu-wrap .full-menu .right {
  -ms-flex: 1;
      flex: 1;
  max-width: calc(100% - 80px);
  margin-inline: auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 949px) {
  .toggle-menu-wrap .full-menu .right {
    padding-block: 140px 30px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .toggle-menu-wrap .full-menu .right .menu-full {
    -ms-flex-order: 2;
        order: 2;
  }
}
.toggle-menu-wrap .full-menu .right > ul {
  margin-top: 0 !important;
  padding: 0 20px !important;
}
.toggle-menu-wrap .full-menu .right > ul li {
  display: block;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  background: transparent;
}
.toggle-menu-wrap .full-menu .right > ul > li {
  padding-bottom: 10px;
  margin-bottom: clamp(1px, 1vh, 42px);
}
.toggle-menu-wrap .full-menu .right > ul > li > a {
  padding: 12px 40px 12px 0;
  display: block;
  height: auto;
  z-index: 100;
  background: none;
  font-size: 20px;
  line-height: 1.1em;
}
@media only screen and (max-width: 949px) {
  .toggle-menu-wrap .full-menu .right > ul > li > a {
    padding: 0;
    max-width: 250px;
    display: block;
    line-height: 1.2em;
  }
}
.toggle-menu-wrap .full-menu .right > ul > li > ul {
  max-width: 520px;
  padding-right: 30px;
  margin: 0;
  position: relative;
  max-height: 0;
  overflow: hidden;
}
.toggle-menu-wrap .full-menu .right > ul > li > ul > li {
  display: inline-block;
  padding-bottom: 0;
  margin-right: 7px;
}
.toggle-menu-wrap .full-menu .right > ul > li > ul > li a {
  border: 1px solid var(--dark-color);
  border-radius: 30px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
}
.toggle-menu-wrap .full-menu .right > ul > li > ul > li a:hover {
  background: var(--dark-color);
  color: var(--light-color);
}
.toggle-menu-wrap .full-menu .right > ul > li:hover > ul {
  max-height: 600px;
  padding-top: 25px;
  margin-bottom: -15px;
}
.toggle-menu-wrap.open-menu .full-menu {
  opacity: 1;
  visibility: visible;
  min-height: 720px;
}
.toggle-menu-wrap.open-menu .full-menu .left,
.toggle-menu-wrap.open-menu .full-menu .right {
  opacity: 1;
}
.toggle-menu-wrap.open-menu .full-menu > .bg > div {
  opacity: 1;
}

.header_logo {
  transition: all 350ms ease-in-out;
}
.header_logo a img {
  transition: all 350ms ease-in-out;
}
.open-toggle-menu .header_logo {
  transform: translate3d(15px, clamp(35px, 9vw, 140px), 0) !important;
  position: relative;
  z-index: 2;
  transition: all 500ms ease-in-out;
}
.open-toggle-menu .header_logo a img {
  max-height: 92px;
  transition: all 500ms ease-in-out;
}

/*------------------------------------*\
	MENU - Mobile
\*------------------------------------*/
@media only screen and (max-width: 1049px) {
  .main_menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 1049px) and (max-width: 767px) {
  .main_menu {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1049px) {
  .main_menu:before {
    display: none;
  }
  .main_menu .menu {
    position: fixed;
    top: -100vh;
    right: 0;
    height: 100svh;
    width: 100vw;
    max-width: 100vw;
    -ms-flex-align: inherit;
        align-items: inherit;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    background: var(--dark-color);
    transition: all 350ms ease-in-out;
  }
  .main_menu .menu.active {
    padding-top: 70px;
    top: 0;
    opacity: 1;
  }
  .main_menu .menu .description {
    display: none !important;
  }
  .main_menu .menu > ul {
    padding: 10px 20px !important;
    margin-top: 0 !important;
    background: var(--dark-color);
  }
  .main_menu .menu > ul > li {
    padding-bottom: 0;
  }
  .main_menu .menu > ul > li > a {
    padding: 12px 40px 12px 0;
    height: 40px;
    z-index: 100;
    background: none;
  }
  .main_menu .menu > ul > li.mobile-visible {
    display: block;
  }
  .main_menu .menu > ul > li.mobile-visible:nth-last-child(3) {
    margin-top: 13px;
  }
  .main_menu .menu > ul > li.mobile-visible:after {
    display: none;
  }
  .main_menu .menu > ul > li.mobile-visible > a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px 10px 0;
  }
  .main_menu .menu > ul > li.btn {
    margin: 0 -20px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .main_menu .menu > ul > li.btn a {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 10px 20px;
    color: var(--dark-color) !important;
    font-size: 22px;
    font-weight: 600;
  }
  .main_menu .menu > ul > li.phone {
    display: none;
  }
  .main_menu .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main_menu .menu ul li {
    text-align: center;
    display: block;
    margin: 0;
    background: transparent;
  }
  .main_menu .menu ul li a {
    font-size: 45px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2em;
    text-transform: none;
    height: auto;
    margin: 0;
    padding: 15px 40px 15px 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    white-space: nowrap;
    color: white !important;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover {
    color: var(--theme-color) !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a, .main_menu .menu ul li.current_page_parent > a, .main_menu .menu ul li:hover > a {
    background: none;
    color: white !important;
  }
  .main_menu .menu ul ul.sub-menu {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 200ms ease-in-out;
  }
  .main_menu .menu ul ul.sub-menu li {
    margin-top: 2px;
  }
  .main_menu .menu ul ul.sub-menu li a {
    color: var(--theme-color) !important;
    font-size: 30px;
    font-weight: 400;
    padding: 9px 0;
  }
  .main_menu .menu ul ul.sub-menu li a .open-sub-menu {
    height: 16px;
    margin-top: -14px;
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul {
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul li a {
    font-size: 24px;
    background: none !important;
  }
  .main_menu .menu ul ul.sub-menu li ul li a .open-sub-menu {
    height: 16px;
  }
  .main_menu .menu ul ul.sub-menu.active {
    margin: 4px 0 0;
    padding-bottom: 20px;
    max-height: 1000px;
    overflow: visible;
    visibility: visible;
  }
  #header_main:nth-child(2) .main_menu .menu.active {
    padding-top: 100px;
  }
}
/*------------------------------------*\
	MENU - OPEN SUB MENU
\*------------------------------------*/
.main_menu .menu .open-sub-menu {
  position: absolute;
  top: 30px;
  right: 4px;
  width: 30px;
  height: 34px;
  margin-top: 0;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  cursor: pointer;
  z-index: 1000;
}
.main_menu .menu .open-sub-menu.down:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
/* GLOBAL APP - FOOTER */
/*------------------------------------*\
  FOOTER - SITE WIDE
\*------------------------------------*/
.footer {
  background-color: var(--dark-color);
}
.footer .footer-top-wrapper {
  padding-top: clamp(60px, 6vw, 120px);
}
.footer .footer-top-bar,
.footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
  padding-inline: 20px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-bar,
  .footer .footer-top-wrapper,
  .footer .footer-bottom-wrapper {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-top-bar,
  .footer .footer-top-wrapper,
  .footer .footer-bottom-wrapper {
    padding-inline: 60px;
  }
}
.footer .footer-top-bar,
.footer .footer-top-inner,
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
  max-width: 1600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-inline: 0;
}
@media only screen and (min-width: 1290px) {
  .footer .footer-top-bar,
  .footer .footer-top-inner,
  .footer .footer-bottom-inner {
    padding-inline: clamp(40px, 4vw, 80px);
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-bar,
  .footer .footer-top-inner,
  .footer .footer-bottom-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer-top-bar {
  max-width: 1440px;
  padding-inline: 0 20px;
}
.footer .footer-top-bar {
  padding-block: 17px;
  background: var(--light-color);
  border-radius: var(--border-radius-40);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-bar {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.footer .footer-top-bar > div {
  margin-inline: 20px;
  margin-right: 15px;
}
.footer .footer-top-bar > div a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer .footer-top-bar > div.times:before,
.footer .footer-top-bar > div a:before {
  content: "";
  width: 43px;
  height: 43px;
  margin-right: 14px;
  background-color: var(--theme-color);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 43px;
}
.footer .footer-top-bar .address a:before {
  background-image: url("../img/icon-address.svg");
}
.footer .footer-top-bar .times {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer .footer-top-bar .times:before {
  background-image: url("../img/icon-times.svg");
}
.footer .footer-top-bar .tel a:before {
  background-image: url("../img/icon-tel.svg");
}
.footer .footer-top-bar .email a:before {
  background-image: url("../img/icon-email.svg");
}
.footer .footer-top-inner {
  position: relative;
  padding-block: clamp(30px, 3vw, 60px);
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget {
    padding-right: 3%;
    margin-top: 30px !important;
  }
  .footer .footer-top-inner .footer-widget:nth-child(1) {
    width: clamp(250px, 26vw, 500px);
    -ms-flex: unset;
        flex: unset;
    padding-right: 50px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(1) img {
    margin-bottom: 35px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(1) .textwidget {
    max-width: 392px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) {
    -ms-flex: 1;
        flex: 1;
    margin-top: 30px !important;
    padding-right: 0;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  .footer .footer-top-inner .footer-widget:nth-child(2) {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > .widget {
    margin-bottom: 16px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > .widget ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > .widget ul.menu li {
    padding-bottom: 5px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > .widget ul.menu li:not(:last-child) {
    margin-right: 20px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > .widget ul.menu a {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget:nth-child(2) > .widget {
    -ms-flex: 1;
        flex: 1;
    padding-right: 20px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > .widget:nth-child(3) {
    width: clamp(180px, 18.5vw, 300px);
    -ms-flex: unset;
        flex: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 849px) {
  .footer .footer-top-inner .footer-widget:nth-child(2) > .widget:nth-child(3) {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 950px) {
  .footer .footer-top-inner .footer-widget:nth-child(2) > .widget:nth-child(3) {
    width: clamp(216px, 18.5vw, 300px);
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget:nth-child(3) {
    width: clamp(110px, 12vw, 190px);
    margin-top: 30px !important;
    padding-inline: clamp(1px, 1vw, 70px) 0;
  }
  .footer .footer-top-inner .footer-widget:nth-child(3) img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:nth-child(1) {
    width: 100%;
  }
  .footer .footer-top-inner .footer-widget:nth-child(1) > div {
    max-width: 400px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(1) img {
    margin-block: 30px 20px;
    max-width: 60vw !important;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > div {
    width: 100%;
    margin-top: 30px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > div ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > div ul.menu li {
    padding-bottom: 5px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > div ul.menu li:not(:last-child) {
    margin-right: 20px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2) > div ul.menu a {
    white-space: nowrap;
  }
  .footer .footer-top-inner .footer-widget:nth-child(3) {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(3) img {
    max-width: 100px !important;
    margin-right: 12px;
  }
}
.footer .footer-top-inner .footer-widget .widgettitle {
  color: var(--light-color);
  text-transform: none;
  margin-bottom: 22px;
}
@media only screen and (max-width: 849px) {
  .footer .footer-top-inner .footer-widget .widgettitle {
    margin-bottom: 12px;
  }
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0 0 13px 0;
}
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a:not(.dc-btn) {
  color: var(--light-color);
  font-weight: 400 !important;
  line-height: 1.444em;
}
.footer .footer-top-inner .footer-widget p {
  margin-bottom: 8px;
}
.footer .footer-top-inner .footer-widget .dc-btn, .footer .footer-top-inner .footer-widget .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .footer .footer-top-inner .footer-widget a {
  padding: 0px 18px !important;
  border: 1px solid var(--dark-color);
  line-height: 40px;
  color: var(--lighe-color);
}
.footer .footer-top-inner .footer-widget .dc-btn:after, .footer .footer-top-inner .footer-widget .main_menu .menu > ul > li.view-dogs a:after, .main_menu .menu > ul > li.view-dogs .footer .footer-top-inner .footer-widget a:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget .mobile-visible {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .mobile-hide {
    display: none;
  }
}
.footer .footer-top-inner .footer-widget a:not(.dc-btn):hover {
  color: var(--theme-color);
}
.footer .footer-top-inner .footer-widget .dc_social_icons {
  margin-top: 30px;
}
.footer .footer-bottom-inner {
  padding-top: 25px;
  padding-bottom: 40px;
  padding-inline: 0;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 1440px;
  border-top: 1px solid var(--light-color);
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner {
    padding-bottom: 40px;
  }
}
.footer .footer-bottom-inner .left {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-bottom-inner .left ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.footer .footer-bottom-inner .left ul li {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .left {
    width: 100%;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    padding-inline: 30px;
  }
  .footer .footer-bottom-inner .left p {
    margin-bottom: 10px;
  }
}
.footer .footer-bottom-inner .right img {
  max-width: 90vw;
}
@media only screen and (min-width: 768px) {
  .footer .footer-bottom-inner .right img {
    max-width: 50vw;
  }
}
.footer .footer-bottom-inner a:not(.dc-btn),
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span,
.footer .footer-bottom-inner li,
.footer .footer-bottom-inner li a {
  color: var(--light-color);
  font-size: 13px;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .footer .footer-bottom-inner a:not(.dc-btn),
  .footer .footer-bottom-inner p,
  .footer .footer-bottom-inner span,
  .footer .footer-bottom-inner li,
  .footer .footer-bottom-inner li a {
    font-size: 14px;
  }
}
.footer .footer-bottom-inner li a {
  text-decoration: underline;
}
.footer .footer-bottom-inner a:not(.dc-btn):hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.footer .footer-bottom-inner p {
  margin: 0;
}

/*------------------------------------*\
	FOOTER - CTA
\*------------------------------------*/
.bottom-sidebar {
  position: relative;
  padding-inline: 20px;
  margin-top: clamp(60px, 12vw, 200px);
}
.bottom-sidebar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: var(--dark-color);
}
.bottom-sidebar .inner {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 50px clamp(20px, 3vw, 50px) 50px !important;
  background: var(--theme-color);
  border-radius: var(--border-radius-40);
}
.bottom-sidebar .inner .inner-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .bottom-sidebar .inner .inner-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.bottom-sidebar .inner .inner-wrapper::after {
  content: "";
  width: clamp(90px, 85.714px + 1.339vw, 120px);
  height: clamp(90px, 80px + 3.125vw, 160px);
  position: absolute;
  top: -35px;
  left: 100px;
  display: inline-block;
  z-index: 10;
  background-color: var(--theme2-color);
  -webkit-mask-image: url(../img/paws-blue.svg);
  mask-image: url(../img/paws-blue.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /*transform: rotate(-360deg);*/
}
@media only screen and (min-width: 350px) {
  .bottom-sidebar .inner .inner-wrapper::after {
    left: 0px;
    top: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .bottom-sidebar .inner .inner-wrapper::after {
    left: 0px;
    top: -34px;
  }
}
@media only screen and (min-width: 1000px) {
  .bottom-sidebar .inner .inner-wrapper::after {
    top: -38px;
    left: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .bottom-sidebar .inner .inner-wrapper::after {
    top: -38px;
    left: 150px;
  }
}
.bottom-sidebar .inner .section_intro {
  width: unset;
}
.bottom-sidebar .inner .section_content .gform_fields {
  grid-row-gap: 6px !important;
}
.bottom-sidebar .inner .section_content .gform_fields small {
  font-size: 12px;
  color: var(--light-color);
}
.bottom-sidebar .inner .section_content .gform_fields small a {
  color: var(--light-color);
  text-decoration: underline;
}
.bottom-sidebar .inner .section_content .gform_fields small a:hover {
  color: var(--dark-color);
}
.bottom-sidebar .inner .section_content .gform-footer {
  padding-block: 20px 0;
}
.bottom-sidebar .inner .section_content .gform-footer input {
  margin-block: 0;
  border: 2px solid var(--dark-color) !important;
}
.bottom-sidebar .inner .section_content .gform-footer input:hover {
  border: 2px solid var(--dark-color) !important;
}
.bottom-sidebar .inner .description {
  max-width: 600px;
}
.bottom-sidebar .inner h3,
.bottom-sidebar .inner p,
.bottom-sidebar .inner li {
  color: var(--light-color);
}
.bottom-sidebar .inner h3 {
  margin-bottom: 8px;
}
.bottom-sidebar .inner p {
  margin-bottom: 0;
}

.dc_social_icons .social_icons {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dc_social_icons .social_icons li {
  padding: 0;
  margin-left: 10px;
}
.dc_social_icons .social_icons li a {
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: var(--light-color);
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 100%;
  font-size: 34px !important;
}

/* SLICK SLIDER */
/*------------------------------------*\
  SLICK DOTS
\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: clamp(20px, 6vw, 35px);
  margin-left: 0;
}
.slick-dots li {
  display: inline;
  margin: 0 7px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 13px 0;
  border: 0 none;
  font-size: 0;
  background: transparent;
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 10px;
  background: none;
  border: 2px solid var(--light-color);
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background-color: var(--light-color);
}

/* TITLEBOX */
/*------------------------------------*\
  TITLE BOX 
\*------------------------------------*/
:root {
  --animation-distance: 160vw;
}

.hero + .section,
.hero + script + .section {
  z-index: 11;
  position: relative;
}

.hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 13;
  max-width: 100%;
  margin-inline: auto;
}
.hero > .hero__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background-color: var(--theme-color);
}
@media only screen and (min-width: 768px) {
  .hero > .hero__inner {
    border-radius: 0 0 80px 80px;
  }
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-transform: none !important;
      transform: none !important;
}
.hero__bg > img {
  object-fit: cover;
  width: 100%;
}
.pos-top .hero__bg > img {
  object-fit: top center;
}

.hero > .hero__inner.overlay .video-wrapper:after,
.hero > .hero__inner.overlay .hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.hero > .hero__inner .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  z-index: 2;
  margin-inline: auto;
  padding: 50px 20px 50px clamp(25px, 5vw, 80px);
}
@media only screen and (max-width: 767px) {
  .hero > .hero__inner .content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
    padding-bottom: 60px !important;
  }
}
.hero > .hero__inner .content h1,
.hero > .hero__inner .content .hero__content-inner > span {
  color: var(--light-color);
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 640px;
  margin-bottom: 8px !important;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .hero > .hero__inner .content h1,
  .hero > .hero__inner .content .hero__content-inner > span {
    margin-bottom: 24px !important;
    width: 640px;
    max-width: 68vw;
  }
}
@media only screen and (max-width: 767px) {
  .hero > .hero__inner .content h1 br,
  .hero > .hero__inner .content .hero__content-inner > span br {
    display: none;
  }
}
.hero > .hero__inner .content .hero__content-inner > span {
  line-height: 1.23em;
}
.hero > .hero__inner .content .text {
  width: 740px;
  max-width: 80vw;
  position: relative;
  z-index: 1;
}
.hero > .hero__inner .content .text > * {
  color: var(--dark-color);
  margin-bottom: 16px;
}
.hero > .hero__inner .content .text > *:last-child {
  margin-bottom: 0 !important;
}
.hero > .hero__inner .content .text p {
  color: var(--light-color);
}
.hero > .hero__inner .content .text > .button-wrapper > .dc-btn, .hero > .hero__inner .content .main_menu .menu > ul > li.view-dogs .text > .button-wrapper > a, .main_menu .menu > ul > li.view-dogs .hero > .hero__inner .content .text > .button-wrapper > a {
  display: inline-block;
}
.hero > .hero__inner .content .dc-btn, .hero > .hero__inner .content .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .hero > .hero__inner .content a {
  line-height: 56px;
  height: 56px;
  border: 3px solid var(--light-color);
}
.hero > .hero__inner .content .tags-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .hero > .hero__inner .content .tags-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.hero > .hero__inner .content .hero__content-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.hero > .hero__inner .content .hero__content-inner > span,
.hero > .hero__inner .content .hero__content-inner .text {
  -ms-flex-order: 2;
      order: 2;
}
.hero > .hero__inner .content .hero__content-inner h1 {
  -ms-flex-order: 1;
      order: 1;
}
.hero > .hero__inner .content .hero__content-inner h1:not(:first-child) {
  margin-bottom: 30px;
}
.hero > .hero__inner .content .hero__content-inner .tags-wrapper {
  -ms-flex-order: 3;
      order: 3;
}

.hero.center .hero__inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

.hero__s > .hero__inner {
  min-height: clamp(320px, 36vw, 640px);
}
@media only screen and (min-width: 768px) {
  .hero__s > .hero__inner {
    height: auto;
  }
}
.hero__s > .hero__inner .content {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-bottom: clamp(40px, 4vw, 70px);
  padding-top: 140px;
}
@media only screen and (min-width: 768px) {
  .hero__s > .hero__inner .content h1, .hero__s > .hero__inner .content .hero__content-inner > span {
    width: 1250px;
    max-width: 70vw;
  }
}
.hero__s.hero__style1:not(.img_fg) .hero__s.hero__style1 .hero__bg {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.hero__s.hero__style1:not(.img_fg) .hero__s.hero__style1 .hero__bg img {
  object-fit: cover;
}
.hero__s.hero__style1:not(.img_fg) .hero__s.hero__style1 .hero__inner .hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.hero__t > .hero__inner {
  height: clamp(600px, 75vw, 1060px);
  max-height: 95dvh;
  min-height: 600px;
}
.hero__t > .hero__inner .content {
  -ms-flex-pack: center;
      justify-content: center;
  padding-block: clamp(190px, 6vw, 220px) clamp(30px, 6vw, 160px);
}
@media only screen and (max-width: 767px) {
  .hero__t > .hero__inner .content {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.hero__t > .hero__inner .content h1,
.hero__t > .hero__inner .content .hero__content-inner > span {
  width: 100%;
  max-width: 640px;
}
@media only screen and (min-width: 768px) {
  .hero__t > .hero__inner .content .hero__content-inner > span {
    width: 580px;
    max-width: 62vw;
  }
  .hero__t > .hero__inner .content h1 {
    width: 640px;
    max-width: 68vw;
  }
}

.hero__f > .hero__inner {
  min-height: clamp(600px, 50vw, 960px);
}
.hero__f > .hero__inner .content {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-block: clamp(190px, 6vw, 220px) clamp(30px, 6vw, 160px);
}
@media only screen and (max-width: 767px) {
  .hero__f > .hero__inner .content {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.hero__f > .hero__inner .content h1 {
  width: 840px;
  max-width: 78vw;
}

.scrolldown {
  position: absolute;
  left: 30px;
  bottom: 50px;
  z-index: 10000;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .scrolldown {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .scrolldown {
    left: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .scrolldown {
    left: calc(50% - 860px);
  }
}
.hero__s .scrolldown {
  display: none;
}
.scrolldown .scrolldown__inner {
  opacity: 0.6 !important;
}

.video-wrapper {
  display: none;
}

.hero.video .hero__bg {
  -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
}
.hero.video .hero__bg > img {
  object-position: center top;
}
.hero.video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  background-position: center;
  background-size: contain;
  /*
  .random-video-background-image {
    background-size: cover;
    background-repeat: no-repeat;
    @include full_size();
    display: flex;
  }
  */
}
@media only screen and (max-width: 767px) {
  .hero.video .video-wrapper {
    height: clamp(600px, 60svh, 60svh);
  }
}
.hero.video .video-wrapper iframe {
  aspect-ratio: 1920/1080;
  min-height: 100%;
  min-width: 100%;
}
.hero.video .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero.image_slider .items,
.hero.image_slider .slick-list,
.hero.image_slider .slick-track {
  height: 100%;
}
.hero.image_slider .item {
  position: relative;
}

.hero.multiple-sliders .hero__inner h1 {
  padding-bottom: clamp(120px, 8vw, 130px);
}
.hero.multiple-sliders .hero__inner .slides {
  width: 100%;
  height: 100%;
}
.hero.multiple-sliders .hero__inner .slides > .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
}
.hero.multiple-sliders .hero__inner .slides > .slide.active {
  opacity: 1;
  visibility: visible;
}
.hero.hero__style1 > .hero__inner {
  background-image: url("../img/hero-cloud-right.svg");
  background-position: right bottom;
  background-size: 65%;
  background-repeat: no-repeat;
}
.hero.hero__style1.img_fg .hero__bg, .home .hero.hero__style1 .hero__bg {
  width: clamp(380px, 44vw, 720px);
  left: 50%;
  bottom: 0;
  top: unset;
  height: calc(100% - 200px);
  min-height: 220px;
}
@media only screen and (max-width: 767px) {
  .hero.hero__style1.img_fg .hero__bg, .home .hero.hero__style1 .hero__bg {
    left: 30%;
    height: calc(100% - 110px);
  }
}
.hero.hero__style1.img_fg .hero__bg img, .home .hero.hero__style1 .hero__bg img {
  object-fit: contain;
  object-position: center bottom;
}
.hero.hero__style1.img_fg .content, .home .hero.hero__style1 .content {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-bottom: clamp(40px, 4vw, 70px);
}
@media only screen and (min-width: 768px) {
  .hero.hero__style1.img_fg .content h1,
  .hero.hero__style1.img_fg .content .hero__content-inner > span, .home .hero.hero__style1 .content h1,
  .home .hero.hero__style1 .content .hero__content-inner > span {
    width: 930px;
    max-width: 60vw;
  }
}

.hero .hero__bg,
.hero .content,
.hero h1,
.hero .tags-wrapper {
  translate: none !important;
  -ms-transform: none !important;
      transform: none !important;
}

.birthdaybadge {
  position: absolute;
  bottom: clamp(-60px, -4vw, -30px);
  right: clamp(20px, 5vw, 100px);
  width: clamp(100px, 13vw, 200px);
  height: clamp(100px, 13vw, 200px);
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero__f .birthdaybadge, .hero__s .birthdaybadge {
  background-image: url("../img/90-year-logo-black.png");
}
.hero__t .birthdaybadge {
  background-image: url("../img/90-year-logo-white.png");
  bottom: clamp(20px, 4vw, 80px);
}

/* BLOCKS GLOBAL STUFF */
/*------------------------------------*\
	ARTICLE SECTION 
\*------------------------------------*/
.section.dc-section, .section.sponsors_story, .section.error-404, section.section.dc-image-grid, .section.dc-infoboxes, .section.dc-news-grid, .section.dc-info-cards, .section.dc-image-infobox, .section.dc-cards, .section.dog-description, .section.dogs-cta, section.section.dog-meta, .section.dog-filter, .section.dog-cards.dog-archive-list, .section.dogs-carousel, .section.dc-text-block, .section.dc-team-cards, .section.dc-image-text, .section.dc-image, .section.dc-hotboxes, .section.dc-cta, .section.dc-accordion {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.dc-section > .inner, .section.sponsors_story > .inner, .section.error-404 > .inner, section.section.dc-image-grid > .inner, .section.dc-infoboxes > .inner, .section.dc-news-grid > .inner, .section.dc-info-cards > .inner, .section.dc-image-infobox > .inner, .section.dc-cards > .inner, .section.dog-description > .inner, .section.dogs-cta > .inner, section.section.dog-meta > .inner, .section.dog-filter > .inner, .section.dog-cards.dog-archive-list > .inner, .section.dogs-carousel > .inner, .section.dc-text-block > .inner, .section.dc-team-cards > .inner, .section.dc-image-text > .inner, .section.dc-image > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner, .section.dc-accordion > .inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
  max-width: 1560px;
  z-index: 1;
}
.section.dc-section.fullwidth > .inner, .section.fullwidth.sponsors_story > .inner, .section.fullwidth.error-404 > .inner, section.section.fullwidth.dc-image-grid > .inner, .section.fullwidth.dc-infoboxes > .inner, .section.fullwidth.dc-news-grid > .inner, .section.fullwidth.dc-info-cards > .inner, .section.fullwidth.dc-image-infobox > .inner, .section.fullwidth.dc-cards > .inner, .section.fullwidth.dog-description > .inner, .section.fullwidth.dogs-cta > .inner, section.section.fullwidth.dog-meta > .inner, .section.fullwidth.dog-filter > .inner, .section.fullwidth.dog-cards.dog-archive-list > .inner, .section.fullwidth.dogs-carousel > .inner, .section.fullwidth.dc-text-block > .inner, .section.fullwidth.dc-team-cards > .inner, .section.fullwidth.dc-image-text > .inner, .section.fullwidth.dc-image > .inner, .section.fullwidth.dc-hotboxes > .inner, .section.fullwidth.dc-cta > .inner, .section.fullwidth.dc-accordion > .inner, .section.dc-section.full_width > .inner, .section.full_width.sponsors_story > .inner, .section.full_width.error-404 > .inner, section.section.full_width.dc-image-grid > .inner, .section.full_width.dc-infoboxes > .inner, .section.full_width.dc-news-grid > .inner, .section.full_width.dc-info-cards > .inner, .section.full_width.dc-image-infobox > .inner, .section.full_width.dc-cards > .inner, .section.full_width.dog-description > .inner, .section.full_width.dogs-cta > .inner, section.section.full_width.dog-meta > .inner, .section.full_width.dog-filter > .inner, .section.full_width.dog-cards.dog-archive-list > .inner, .section.full_width.dogs-carousel > .inner, .section.full_width.dc-text-block > .inner, .section.full_width.dc-team-cards > .inner, .section.full_width.dc-image-text > .inner, .section.full_width.dc-image > .inner, .section.full_width.dc-hotboxes > .inner, .section.full_width.dc-cta > .inner, .section.full_width.dc-accordion > .inner {
  max-width: 100%;
  padding-inline: 0 !important;
}

.section.dc-vert-default, .section.sponsors_story, .section.dc-info-cards, .section.dc-cards, .section.dc-image, .section.dc-hotboxes {
  padding-block: 70px;
}
@media only screen and (min-width: 768px) {
  .section.dc-vert-default, .section.sponsors_story, .section.dc-info-cards, .section.dc-cards, .section.dc-image, .section.dc-hotboxes {
    padding-block: 90px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-vert-default, .section.sponsors_story, .section.dc-info-cards, .section.dc-cards, .section.dc-image, .section.dc-hotboxes {
    padding-block: 120px;
  }
}

.section.dc-vert-200, section.section.dc-image-grid, .section.dc-team-cards, .section.dc-accordion {
  padding-block: clamp(60px, 12vw, 200px);
}

.section.dc-vert-180, .section.dc-infoboxes, .section.dc-image-text {
  padding-block: clamp(50px, 10.5vw, 180px);
}

.section.dc-vert-140, .section.error-404 {
  padding-block: clamp(40px, 8vw, 140px);
}

.section.dc-vert-120, .section.dog-description, .section.dogs-carousel, .section.dc-text-block {
  padding-block: clamp(80px, 8vw, 120px);
}

.section.dc-vert-100 {
  padding-block: clamp(30px, 6vw, 100px);
}

.section.dc-vert-80, .section.dc-news-grid, .section.dc-cta {
  padding-block: clamp(30px, 5vw, 80px);
}

.section.dc-vert-60 {
  padding-block: clamp(20px, 4vw, 60px);
}

.section.dc-vert-50 {
  padding-block: clamp(20px, 3vw, 50px);
}

.woocommerce-page .page_container > .content-area > .site-main, .single-post article > .content, .section.dogs-cta .inner, section.dog-meta, .hero.hero__dog .section_title,
.hero.hero__dog .section_content, .section.dc-image.full_width > .inner .section_intro, .section.dc-section > .inner, .section.sponsors_story > .inner, .section.error-404 > .inner, section.section.dc-image-grid > .inner, .section.dc-infoboxes > .inner, .section.dc-news-grid > .inner, .section.dc-info-cards > .inner, .section.dc-image-infobox > .inner, .section.dc-cards > .inner, .section.dog-description > .inner, section.section.dog-meta > .inner, .section.dog-filter > .inner, .section.dog-cards.dog-archive-list > .inner, .section.dogs-carousel > .inner, .section.dc-text-block > .inner, .section.dc-team-cards > .inner, .section.dc-image-text > .inner, .section.dc-image > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner, .section.dc-accordion > .inner {
  padding-inline: 20px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page .page_container > .content-area > .site-main, .single-post article > .content, .section.dogs-cta .inner, section.dog-meta, .hero.hero__dog .section_title,
  .hero.hero__dog .section_content, .section.dc-image.full_width > .inner .section_intro, .section.dc-section > .inner, .section.sponsors_story > .inner, .section.error-404 > .inner, section.section.dc-image-grid > .inner, .section.dc-infoboxes > .inner, .section.dc-news-grid > .inner, .section.dc-info-cards > .inner, .section.dc-image-infobox > .inner, .section.dc-cards > .inner, .section.dog-description > .inner, section.section.dog-meta > .inner, .section.dog-filter > .inner, .section.dog-cards.dog-archive-list > .inner, .section.dogs-carousel > .inner, .section.dc-text-block > .inner, .section.dc-team-cards > .inner, .section.dc-image-text > .inner, .section.dc-image > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner, .section.dc-accordion > .inner {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce-page .page_container > .content-area > .site-main, .single-post article > .content, .section.dogs-cta .inner, section.dog-meta, .hero.hero__dog .section_title,
  .hero.hero__dog .section_content, .section.dc-image.full_width > .inner .section_intro, .section.dc-section > .inner, .section.sponsors_story > .inner, .section.error-404 > .inner, section.section.dc-image-grid > .inner, .section.dc-infoboxes > .inner, .section.dc-news-grid > .inner, .section.dc-info-cards > .inner, .section.dc-image-infobox > .inner, .section.dc-cards > .inner, .section.dog-description > .inner, section.section.dog-meta > .inner, .section.dog-filter > .inner, .section.dog-cards.dog-archive-list > .inner, .section.dogs-carousel > .inner, .section.dc-text-block > .inner, .section.dc-team-cards > .inner, .section.dc-image-text > .inner, .section.dc-image > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner, .section.dc-accordion > .inner {
    padding-inline: 60px;
  }
}

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

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

.bg_white + .bg_white,
.bg_white + script + .bg_white,
.bg_grey + .bg_grey,
.bg_grey + script + .bg_grey,
.bg_blue + .bg_blue,
.bg_blue + script + .bg_blue {
  padding-top: 0 !important;
}

.section.bg_white {
  background: var(--light-color);
}
.section.bg_grey {
  background: var(--grey-color);
  margin-inline: 10px;
  border-radius: var(--border-radius-80);
}
@media only screen and (min-width: 768px) {
  .section.bg_grey {
    margin-inline: 20px;
  }
}
.section.bg_blue {
  background: var(--blue-color);
  margin-inline: 10px;
  border-radius: var(--border-radius-80);
}
@media only screen and (min-width: 768px) {
  .section.bg_blue {
    margin-inline: 20px;
  }
}
.section.bg_dark {
  background: var(--dark-color);
  color: var(--light-color);
}
.section.bg_blue {
  background: var(--theme-color);
}

.section:not(.dc-cta) > .inner > .section_intro:last-child,
.section:not(.dc-cta) .item > .section_intro:last-child {
  margin-bottom: 0 !important;
}
.section:not(.dc-cta) > .inner > .section_intro > .description p:last-child,
.section:not(.dc-cta) .item > .section_intro > .description p:last-child {
  margin: 0;
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center),
.section:not(.dc-cta) .item > .section_intro:not(.center) {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro:not(.center),
  .section:not(.dc-cta) .item > .section_intro:not(.center) {
    margin-bottom: 40px;
  }
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center) .title,
.section:not(.dc-cta) .item > .section_intro:not(.center) .title {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro:not(.center) .title,
  .section:not(.dc-cta) .item > .section_intro:not(.center) .title {
    margin-bottom: 12px;
  }
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center) > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro:not(.center) > .button-wrapper {
  position: relative;
  text-align: left;
  margin-top: 23px;
}
.section:not(.dc-cta) > .inner > .section_intro.center,
.section:not(.dc-cta) .item > .section_intro.center {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  margin-bottom: clamp(22px, 2.5vw, 45px) !important;
  padding-right: 0 !important;
  padding-top: clamp(20px, 2vw, 35px);
  text-align: center;
  border-top: 0.5px solid var(--dark-color);
}
.section:not(.dc-cta) > .inner > .section_intro.center > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro.center > .button-wrapper {
  position: relative;
  right: unset;
  bottom: unset;
  margin-top: 35px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro.center > .button-wrapper,
  .section:not(.dc-cta) .item > .section_intro.center > .button-wrapper {
    margin-top: 40px;
  }
}

.border-top .section_intro {
  border-top: 1px solid var(--dark-color);
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .border-top .section_intro {
    padding-top: 110px;
  }
}

.section > .inner > .button-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .button-wrapper {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.section > .inner > .button-wrapper a:nth-child(2) {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper a:nth-child(2) {
    margin: 20px 0 0 0;
  }
}

.home .header_logo,
.home .main_menu,
.home .toggle-menu-wrap #menu-toggle,
.home .hero h1,
.home .hero h1 .lines-inner > div,
.home .hero h3,
.home .hero h3 .lines-inner > div,
.home .hero .content > span {
  opacity: 1;
}

.hero .show-text h1,
.hero .show-text h1 .lines-inner > div,
.hero .show-text h3,
.hero .show-text h3 .lines-inner > div,
.hero .show-text .content > span {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .section.dc-capabilities-grid .inner .section_content .items .item {
    -ms-transform: translateY(60px);
        transform: translateY(60px);
    opacity: 0;
  }
  .section.dc-video.expand .content-wrapper .h3 .lines-inner,
  .section.dc-video.expand .content-wrapper .single-product .product.type-product > .summary h2 .lines-inner,
  .single-product .product.type-product > .summary .section.dc-video.expand .content-wrapper h2 .lines-inner, .section.dc-video.expand .content-wrapper .section.dc-info-cards > .inner .section_intro .title .lines-inner, .section.dc-info-cards > .inner .section_intro .section.dc-video.expand .content-wrapper .title .lines-inner, .section.dc-video.expand .content-wrapper .section.dc-text-block:not(.donation-form) h2:not(first-child) .lines-inner, .section.dc-text-block:not(.donation-form) .section.dc-video.expand .content-wrapper h2:not(first-child) .lines-inner, .section.dc-video.expand .section.dc-image-text > .inner .section_content .right > .content-wrapper > h2 .lines-inner, .section.dc-image-text > .inner .section_content .section.dc-video.expand .right > .content-wrapper > h2 .lines-inner, .section.dc-video.expand .content-wrapper .section.dc-hotboxes.style_1 > .inner .section_intro .title .lines-inner, .section.dc-hotboxes.style_1 > .inner .section_intro .section.dc-video.expand .content-wrapper .title .lines-inner, .section.dc-video.expand .content-wrapper .home .section.dc-accordion > .inner .section_intro .title .lines-inner, .home .section.dc-accordion > .inner .section_intro .section.dc-video.expand .content-wrapper .title .lines-inner {
    overflow: hidden;
  }
  .section-slider .inner .h-outer,
  .hero__project .inner .items.h-outer {
    overflow-x: hidden;
  }
  .section-slider .inner .h-outer .h-scroller {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .section-slider .inner .h-outer .h-scroller .section-slide {
    height: 100%;
    width: 100%;
  }
  .hero__project .inner .items.h-outer .h-scroller {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .hero__project .inner .items.h-outer .h-scroller .item {
    height: 100%;
    width: 100%;
  }
  .hero.video .video-wrapper {
    opacity: 0;
  }
}
.training-list .hero.hero__style2 > .hero__inner .content h1:before,
.training-list .item.dc-card .content-wrapper .app-code,
.training-list .section.dc-team-cards .section_content .item .content-wrapper .app-code,
.section.dc-team-cards .section_content .training-list .item .content-wrapper .app-code,
.training-list .apprenticeships-data .inner > .section_content .item > .right > .info-card ul li span,
.single-training .hero.hero__style2 > .hero__inner .content h1:before,
.single-training .item.dc-card .content-wrapper .app-code,
.single-training .section.dc-team-cards .section_content .item .content-wrapper .app-code,
.section.dc-team-cards .section_content .single-training .item .content-wrapper .app-code,
.single-training .apprenticeships-data .inner > .section_content .item > .right > .info-card ul li span {
  color: #CB8B4B;
}

:root {
  --border-radius: clamp(30px, 3vw, 60px);
  --border-radius-40: clamp(20px, 2vw, 40px);
  --border-radius-80: clamp(30px, 4vw, 80px);
}

#wpadminbar {
  display: none;
}

/*------------------------------------*\
	ARTICLE SECTION COLS 
\*------------------------------------*/
.section > .inner.dc_cols > .section_content .item, .section.error-404 > .inner > .section_content .item, .section.dc-image-text > .inner > .section_content .item, .section.dc-accordion > .inner > .section_content .item {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section > .inner.dc_cols > .section_content .item, .section.error-404 > .inner > .section_content .item, .section.dc-image-text > .inner > .section_content .item, .section.dc-accordion > .inner > .section_content .item {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
}
.section > .inner.dc_cols > .section_content .item > .left, .section.error-404 > .inner > .section_content .item > .left, .section.dc-image-text > .inner > .section_content .item > .left, .section.dc-accordion > .inner > .section_content .item > .left,
.section > .inner.dc_cols > .section_content .item > .right,
.section.error-404 > .inner > .section_content .item > .right,
.section.dc-image-text > .inner > .section_content .item > .right,
.section.dc-accordion > .inner > .section_content .item > .right {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section > .inner.dc_cols > .section_content .item, .section.error-404 > .inner > .section_content .item, .section.dc-image-text > .inner > .section_content .item, .section.dc-accordion > .inner > .section_content .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .section > .inner.dc_cols.image_right .section_content .item, .section.error-404 > .inner.image_right .section_content .item, .section.dc-image-text > .inner.image_right .section_content .item, .section.dc-accordion > .inner.image_right .section_content .item,
  .section > .inner.dc_cols > .section_content .item.image_right,
  .section.error-404 > .inner > .section_content .item.image_right,
  .section.dc-image-text > .inner > .section_content .item.image_right,
  .section.dc-accordion > .inner > .section_content .item.image_right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.section > .inner.dc_cols.align-center > .section_content .item > .right, .section.error-404 > .inner.align-center > .section_content .item > .right, .section.dc-image-text > .inner.align-center > .section_content .item > .right, .section.dc-accordion > .inner.align-center > .section_content .item > .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_50_50 > .section_content .item .left, .section.error-404 > .inner > .section_content .item .left, .section.dc-image-text2.default > .inner > .section_content .item .left, .section.dc-accordion > .inner > .section_content .item .left,
  .section > .inner.col_50_50 > .section_content .item .right,
  .section.error-404 > .inner > .section_content .item .right,
  .section.dc-image-text2.default > .inner > .section_content .item .right,
  .section.dc-accordion > .inner > .section_content .item .right {
    width: 49.998%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_33_66 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_33_66 > .section_content .item .right {
    width: 33%;
    min-width: 330px;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_66_33 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_66_33 > .section_content .item .right {
    width: 66%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_40_60 > .section_content .item .left, .section.dc-image-text2.col_40_60 > .inner > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_40_60 > .section_content .item .right, .section.dc-image-text2.col_40_60 > .inner > .section_content .item .right {
    width: 41%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_70_50 > .section_content .item .left, .section.dc-image-text > .inner > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_70_50 > .section_content .item .right, .section.dc-image-text > .inner > .section_content .item .right {
    width: 41.665%;
  }
}

/*------------------------------------*\
	DC CARD
\*------------------------------------*/
:root {
  --card-margin-bottom: 60px;
}

.item.dc-card, .section.dc-team-cards .section_content .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  margin-bottom: 10px;
  border-radius: 20px;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .item.dc-card, .section.dc-team-cards .section_content .item {
    margin-bottom: 20px;
  }
}
.item.dc-card.slick-slide, .section.dc-team-cards .section_content .item.slick-slide {
  margin-bottom: 0;
  height: unset !important;
}
.item.dc-card .image-wrapper, .section.dc-team-cards .section_content .item .image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  margin-block: 30px;
  overflow: hidden;
  border-radius: 20px;
  -ms-flex-order: 1;
      order: 1;
}
.item.dc-card .image-wrapper img, .section.dc-team-cards .section_content .item .image-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
  transition: all 250ms ease-in-out;
}
@media (hover: hover) {
  .item.dc-card .image-wrapper:has(+ div + .overlay:hover) img, .section.dc-team-cards .section_content .item .image-wrapper:has(+ div + .overlay:hover) img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
}
.item.dc-card .content-wrapper, .section.dc-team-cards .section_content .item .content-wrapper {
  -ms-flex-order: 2;
      order: 2;
  transition: all 150ms ease-in-out;
}
.item.dc-card .content-wrapper > *, .section.dc-team-cards .section_content .item .content-wrapper > * {
  margin-bottom: 0;
  padding-bottom: 0;
}
.item.dc-card .content-wrapper .app-code, .section.dc-team-cards .section_content .item .content-wrapper .app-code {
  color: var(--theme-color);
  margin-bottom: 10px;
}
.item.dc-card .content-wrapper h3, .section.dc-team-cards .section_content .item .content-wrapper h3 {
  margin-bottom: clamp(15px, 1.5vw, 25px);
}
.item.dc-card .content-wrapper strong, .section.dc-team-cards .section_content .item .content-wrapper strong {
  display: block;
  margin-bottom: clamp(10px, 1vw, 15px);
}
.item.dc-card .button-wrapper, .section.dc-team-cards .section_content .item .button-wrapper {
  margin-top: 15px;
  -ms-flex-order: 3;
      order: 3;
}
.item.dc-card .button-wrapper a, .section.dc-team-cards .section_content .item .button-wrapper a {
  position: relative;
}
.item.dc-card a.overlay::after, .section.dc-team-cards .section_content .item a.overlay::after {
  content: "";
  background-image: url("../img/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--light-color);
  background-size: clamp(12px, 1vw, 18px);
  width: clamp(48px, 3vw, 60px);
  height: clamp(48px, 3vw, 60px);
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
}
.item.dc-card a.overlay:after, .section.dc-team-cards .section_content .item a.overlay:after {
  bottom: clamp(35px, 2.7vw, 50px);
  left: clamp(35px, 4vw, 80px);
  top: unset;
}

/* GRAVITY FORMS */
/*------------------------------------*\
	GRAVITY FORM
\*------------------------------------*/
.gform_wrapper .gform_fields {
  grid-row-gap: 22px !important;
  grid-column-gap: 20px !important;
}
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=number],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=url],
.gform_wrapper .ginput_container textarea.medium,
.gform_wrapper .ginput_container textarea.large,
.gform_wrapper .ginput_container textarea.small,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container #theme-page select {
  color: var(--dark-color) !important;
  font-size: 16px !important;
  line-height: 16px;
  background-color: var(--grey-color) !important;
  box-shadow: none;
  margin: 0 !important;
  padding: 10px 16px 10px !important;
  width: 100%;
  max-width: 100%;
  border: 0 none !important;
  border: 1px solid var(--grey-color) !important;
  border-radius: 22px;
  -webkit-appearance: button;
}
.gform_wrapper .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .ginput_container #theme-page select::-webkit-input-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:-moz-placeholder,
.gform_wrapper .ginput_container select:-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:-moz-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .ginput_container select::-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .ginput_container select:-ms-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:-ms-input-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]:focus,
.gform_wrapper .ginput_container input[type=number]:focus,
.gform_wrapper .ginput_container input[type=password]:focus,
.gform_wrapper .ginput_container input[type=tel]:focus,
.gform_wrapper .ginput_container input[type=text]:focus,
.gform_wrapper .ginput_container input[type=url]:focus,
.gform_wrapper .ginput_container textarea.medium:focus,
.gform_wrapper .ginput_container textarea.large:focus,
.gform_wrapper .ginput_container textarea.small:focus,
.gform_wrapper .ginput_container select:focus,
.gform_wrapper .ginput_container #theme-page select:focus {
  background: var(--light-color) !important;
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.small:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container select:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus:-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus:-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:focus:-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:focus:-moz-placeholder,
.gform_wrapper .ginput_container select:focus:-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus:-moz-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus::-moz-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.small:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container select:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: var(--dark-color) !important;
}
@media only screen and (min-width: 1360px) {
  .gform_wrapper .ginput_container input[type=email],
  .gform_wrapper .ginput_container input[type=number],
  .gform_wrapper .ginput_container input[type=password],
  .gform_wrapper .ginput_container input[type=tel],
  .gform_wrapper .ginput_container input[type=text],
  .gform_wrapper .ginput_container input[type=url],
  .gform_wrapper .ginput_container textarea.medium,
  .gform_wrapper .ginput_container textarea.large,
  .gform_wrapper .ginput_container textarea.small,
  .gform_wrapper .ginput_container select,
  .gform_wrapper .ginput_container #theme-page select {
    font-size: 16px !important;
  }
  .gform_wrapper .ginput_container input[type=email]::-webkit-input-placeholder,
  .gform_wrapper .ginput_container input[type=number]::-webkit-input-placeholder,
  .gform_wrapper .ginput_container input[type=password]::-webkit-input-placeholder,
  .gform_wrapper .ginput_container input[type=tel]::-webkit-input-placeholder,
  .gform_wrapper .ginput_container input[type=text]::-webkit-input-placeholder,
  .gform_wrapper .ginput_container input[type=url]::-webkit-input-placeholder,
  .gform_wrapper .ginput_container textarea.medium::-webkit-input-placeholder,
  .gform_wrapper .ginput_container textarea.large::-webkit-input-placeholder,
  .gform_wrapper .ginput_container textarea.small::-webkit-input-placeholder,
  .gform_wrapper .ginput_container select::-webkit-input-placeholder,
  .gform_wrapper .ginput_container #theme-page select::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  .gform_wrapper .ginput_container input[type=email]:-moz-placeholder,
  .gform_wrapper .ginput_container input[type=number]:-moz-placeholder,
  .gform_wrapper .ginput_container input[type=password]:-moz-placeholder,
  .gform_wrapper .ginput_container input[type=tel]:-moz-placeholder,
  .gform_wrapper .ginput_container input[type=text]:-moz-placeholder,
  .gform_wrapper .ginput_container input[type=url]:-moz-placeholder,
  .gform_wrapper .ginput_container textarea.medium:-moz-placeholder,
  .gform_wrapper .ginput_container textarea.large:-moz-placeholder,
  .gform_wrapper .ginput_container textarea.small:-moz-placeholder,
  .gform_wrapper .ginput_container select:-moz-placeholder,
  .gform_wrapper .ginput_container #theme-page select:-moz-placeholder {
    font-size: 16px !important;
  }
  .gform_wrapper .ginput_container input[type=email]::-moz-placeholder,
  .gform_wrapper .ginput_container input[type=number]::-moz-placeholder,
  .gform_wrapper .ginput_container input[type=password]::-moz-placeholder,
  .gform_wrapper .ginput_container input[type=tel]::-moz-placeholder,
  .gform_wrapper .ginput_container input[type=text]::-moz-placeholder,
  .gform_wrapper .ginput_container input[type=url]::-moz-placeholder,
  .gform_wrapper .ginput_container textarea.medium::-moz-placeholder,
  .gform_wrapper .ginput_container textarea.large::-moz-placeholder,
  .gform_wrapper .ginput_container textarea.small::-moz-placeholder,
  .gform_wrapper .ginput_container select::-moz-placeholder,
  .gform_wrapper .ginput_container #theme-page select::-moz-placeholder {
    font-size: 16px !important;
  }
  .gform_wrapper .ginput_container input[type=email]:-ms-input-placeholder,
  .gform_wrapper .ginput_container input[type=number]:-ms-input-placeholder,
  .gform_wrapper .ginput_container input[type=password]:-ms-input-placeholder,
  .gform_wrapper .ginput_container input[type=tel]:-ms-input-placeholder,
  .gform_wrapper .ginput_container input[type=text]:-ms-input-placeholder,
  .gform_wrapper .ginput_container input[type=url]:-ms-input-placeholder,
  .gform_wrapper .ginput_container textarea.medium:-ms-input-placeholder,
  .gform_wrapper .ginput_container textarea.large:-ms-input-placeholder,
  .gform_wrapper .ginput_container textarea.small:-ms-input-placeholder,
  .gform_wrapper .ginput_container select:-ms-input-placeholder,
  .gform_wrapper .ginput_container #theme-page select:-ms-input-placeholder {
    font-size: 16px !important;
  }
}
.bg_grey .gform_wrapper .ginput_container input[type=email],
.bg_grey .gform_wrapper .ginput_container input[type=number],
.bg_grey .gform_wrapper .ginput_container input[type=password],
.bg_grey .gform_wrapper .ginput_container input[type=tel],
.bg_grey .gform_wrapper .ginput_container input[type=text],
.bg_grey .gform_wrapper .ginput_container input[type=url],
.bg_grey .gform_wrapper .ginput_container textarea.medium,
.bg_grey .gform_wrapper .ginput_container textarea.large,
.bg_grey .gform_wrapper .ginput_container textarea.small,
.bg_grey .gform_wrapper .ginput_container select,
.bg_grey .gform_wrapper .ginput_container #theme-page select {
  background-color: var(--light-color) !important;
  border: var(--light-color) !important;
}
.gform_wrapper .ginput_container .textarea {
  padding-top: 20px !important;
}

.gform_wrapper .gform-body .gfield .gfield_label {
  color: var(--dark-color) !important;
  font-size: 15px !important;
  line-height: 15px !important;
  margin-block: 10px;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform-body .gfield .gfield_label {
    font-size: 15px !important;
    line-height: 15px !important;
  }
}
.gform_wrapper .gform-body .gfield:focus .gfield_label {
  color: var(--dark-color);
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer {
    margin-top: 35px !important;
    padding-top: 0 !important;
  }
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 210px;
  padding-inline: 28px;
  margin-top: clamp(12px, 2vw, 20px);
  opacity: 1;
  -ms-flex-align: center;
      align-items: center;
  color: var(--dark-color);
  border: 2px solid var(--light-color);
  border-radius: 50px;
  color: var(--light-color);
  background-color: var(--dark-color);
  padding-inline: 24px !important;
  border: 0 none !important;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    line-height: 48px;
  }
}
@media only screen and (min-width: 950px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    line-height: 50px;
  }
}
.gform_wrapper .gform_footer input.button > span,
.gform_wrapper .gform_footer input[type=submit] > span {
  position: relative;
  white-space: nowrap;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  color: var(--light-color);
  background: var(--theme-color) !important;
  padding-inline: 24px !important;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    line-height: 2;
    min-height: 2rem;
    max-width: 560px;
  }
}

.gform_wrapper > .gform_validation_errors {
  display: none;
}
.gform_wrapper > .gform_validation_errors + form {
  padding-bottom: 30px;
}
@media only screen and (max-width: 849px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 10px;
  }
  .gform_wrapper > .gform_validation_errors + form div.gform_body ul.top_label.form_sublabel_below li.gfield {
    margin-bottom: 50px !important;
  }
}
.gform_wrapper .gfield.gfield_error .validation_message {
  font-weight: 400;
  color: red;
}
.gform_wrapper form div.gform_body .top_label.form_sublabel_below .gfield.gfield.gfield_error > .gfield_label {
  color: red !important;
}
.gform_wrapper form div.gform_body .top_label.form_sublabel_below .gfield.gfield.gfield_error > .ginput_container > input {
  border-color: red !important;
}

.form-wrapper .title h2 {
  font-size: 32px;
}
@media only screen and (max-width: 1099px) {
  .form-wrapper .title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 949px) {
  .form-wrapper .title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .form-wrapper .title h2 {
    font-size: 22px;
  }
}

.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}

/*
.gform_wrapper {
	max-width: 100%;
	margin: 0 auto;

	.gform_heading,
	.gform_body,
	.gform_footer {
		width: 100% !important;
		max-width: 810px;
		margin-left: auto !important;
		margin-right: auto !important
	}
}
*/
/*
.gform_wrapper {
	max-width: 100%;
	margin: 0 auto;

	.gform_body {
		width: 100% !important;
		max-width: 810px;
		margin: 40px auto 0;

		ul {
			margin: 0;

			li.gfield {
				position: relative;
				margin: 0 0 8px !important;
				padding: 0 !important;

				color: $grav_field_font_color !important;

				border: unset !important;
				background: none;

				@include mq('tablet-small', max) {
					padding-left: 0 !important;
				}

				&.gf_left_half {
					width: 50%;
					max-width: 50%;
					padding: 11px 1% 0 0 !important;

					@include mq('tablet-small', max) {
						width: 100%;
						max-width: 100%;
						padding: 0 !important;
					}
				}

				&.gf_right_half {
					width: 50%;
					max-width: 50%;
					padding: 11px 0 0 1% !important;

					@include mq('tablet-small', max) {
						width: 100%;
						max-width: 100%;
						padding: 0 !important;
					}

					label {
						left: 10px;

						@include mq('tablet-small', max) {
							left: 0;
						}
					}
				}

				label {
					@extend %font_family_base;
					color: $grav_label_color;
					font-size: $grav_label_font_size;

					margin-bottom: 6px;
					padding: 0 !important;
				}

				.ginput_container {

					input[type=text].datepicker {
						width: 100%;
					}

					textarea.large {
						height: 150px;
						background: transparent;
					}

					.gfield_radio {
						display: flex;
					}

					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: $black;
						-webkit-box-shadow: 0 0 0 0 transparent inset;
						transition: background-color 5000s ease-in-out 0s;
					}

					select {
						background-color: white;
						background-image: url('../img/ic_arrow.svg');
						background-size: 21px;
						background-position: calc(100% - 10px) center;
						background-repeat: no-repeat;

						padding-right: 60px;
					}	
				}

				.clear-multi {
					border-bottom: 1px solid #8e9498 !important;

					.ginput_container {

						input,
						select {
							border: unset !important;
						}
					}
				}

				.gfield_required {
					color: var(--grey-color);
				}		

				.gfield_checkbox {

					input[type=checkbox] {
						margin: 0 6px 0 0;
					}

					label {
						margin-bottom: 0;
					}
				}

				.gfield_radio {

					li {

						input[type=radio] {
							position: absolute;
							visibility: hidden;
						}

						label {
							display: block;
							position: relative;
							font-weight: 300;
							font-size: 16px;
							padding: 10px 70px 0 0 !important;
							margin: 0 40px 0 0;
							height: 45px;
							z-index: 9;
							cursor: pointer;
							-webkit-transition: all 0.25s linear;
							left: 0;
							max-width: 100% !important;
							width: auto !important;

							@include mq('960', max) {
								padding: 10px 50px 0 0 !important;
								margin: 0 30px 0 0;
							}

							@include mq('800', max) {
								padding: 10px 40px 0 0 !important;
								margin: 0 20px 0 0;
							}

							&:before {
								content: "";
								display: block;
								position: absolute;
								border: 10px solid #f7f8fc;
								border-radius: 100%;
								height: 37px;
								width: 37px;
								top: 4px;
								right: 20px;
								z-index: 5;
								transition: all .2s linear;
								-webkit-transition: all .2s linear;

								@include mq('960', max) {
									right: 0;
								}

								@include mq('800', max) {
									top: 9px;
									height: 30px;
									width: 30px;
								}

								&:hover {

									&:before {
										background: $theme_color;
									}
								}
							}

							&:hover label {
								//color: $theme_color;
							}

							input[type=radio]:checked~label:before {
								border: 8px solid $theme_color;
							}

							input[type=radio]:checked:hover~label:before {
								background: none;
							}

							input[type=radio]:checked~label {
								color: var(--grey-color);
							}

							&:last-child {

								label {
									margin: 0 !important;

									@include mq('960', max) {
										margin: 0 !important;
									}

									@include mq('800', max) {
										margin: 0 !important;
									}
								}
							}
						}
					}
				}

				&.message {

					@include mq('650', min) {
						margin-top: -50px !important;
					}
				}

				&.hidden_label {
					padding-top: 0 !important;
				}
			}
		}
	}

	.column-count-2-of-2 {
		li.gfield {
			padding: 0 0 0 14px !important;
		}
	}





}

*/
/*
body img.gform_ajax_spinner {
	position: absolute;
	bottom: 18px;
	left: calc(50% + 62px);

	//bottom: -32px;
	//left: calc(50% - 16px);

	width: 36px !important;
	height: 36px !important;
	max-width: 42px !important;
	margin: 0 !important;
	padding: 0 !important;

	//background: white;
	//border-radius: 50%;
}
*/
/* Spinner */
/*
.gform_ajax_spinner {
margin-left: 20px;
border: 4px solid rgba(255, 255, 255, 0.3);
border-left: 4px solid rgba(110, 73, 217, 0.7);
animation: spinner 1.1s infinite linear;
border-radius: 50%;
width: 30px;
height: 30px;
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
*/
/* BLOCKS */
/*------------------------------------*\
  ACCORDION
\*------------------------------------*/
.section.donation-form:has(+ .section.dc-accordion.bg_grey) {
  padding-bottom: 0;
}
.section.donation-form:has(+ .section.dc-accordion.bg_grey):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  background: var(--grey-color) url("../img/curved-block-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 330px;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 767px) {
  .section.donation-form:has(+ .section.dc-accordion.bg_grey):before {
    left: 0;
    width: 100%;
  }
}
.section.donation-form:has(+ .section.dc-accordion.bg_grey) > .inner {
  z-index: 1;
  position: relative;
}
.section.donation-form:has(+ .section.dc-accordion.bg_grey) + .dc-accordion.bg_grey {
  background-image: none;
}

.section.dc-accordion {
  position: relative;
  margin-inline: 20px;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion {
    margin-inline: 0;
    padding-inline: 20px;
  }
}
.section.dc-accordion.bg_grey {
  padding-top: clamp(50px, 10.5vw, 180px);
  padding-bottom: clamp(30px, 5vw, 120px);
  border-radius: 0 0 80px 80px;
  background: var(--grey-color) url("../img/curved-block-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 0 0 var(--border-radius-80) var(--border-radius-80);
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion > .inner {
    padding-inline: 0;
  }
}
.section.dc-accordion > .inner .section_intro {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-align: center;
      align-items: center;
}
.section.dc-accordion > .inner .section_intro:before {
  content: "";
  width: 90px;
  height: 90px;
  display: inline-block;
  margin-right: 30px;
  background: url(../img/icon-faq.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.section.dc-accordion > .inner .section_intro .title {
  max-width: 750px;
}
.section.dc-accordion > .inner .section_intro .title:last-child {
  margin-bottom: 0;
}
.section.dc-accordion > .inner .section_content .accordion-columns {
  gap: clamp(20px, 3vw, 60px) !important;
}
@media only screen and (max-width: 849px) {
  .section.dc-accordion > .inner .section_content .accordion-columns {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0 !important;
  }
}
.section.dc-accordion > .inner .section_content .accordion-columns > div {
  width: 100%;
}
.section.dc-accordion > .inner .section_content .item .left {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-accordion > .inner .section_content .item .left .small-image-wrapper {
  position: relative;
  left: -20%;
  top: 50%;
}
.section.dc-accordion > .inner .section_content h4:last-child {
  margin-top: clamp(30px, 5vw, 100px);
  text-align: center;
}
.section.dc-accordion > .inner .section_content h4:last-child a {
  color: var(--theme-color);
  text-decoration: underline;
}
.section.dc-accordion > .inner .section_content h4:last-child a:hover {
  color: var(--theme2-color);
}
.section.dc-accordion > .inner .section_content::after {
  content: "";
  /*width: 120px;*/
  width: clamp(50px, 31.429px + 5.804vw, 180px);
  /*height: 160px;*/
  height: clamp(50px, 18.429px + 9.866vw, 271px);
  position: absolute;
  top: -40px;
  /*left: 0;*/
  right: 0;
  display: inline-block;
  background-color: var(--theme2-color);
  -webkit-mask-image: url(../img/paws3-orange.svg);
  mask-image: url(../img/paws3-orange.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /*transform: rotate(-360deg);*/
}
@media only screen and (min-width: 350px) {
  .section.dc-accordion > .inner .section_content::after {
    top: 120px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-accordion > .inner .section_content::after {
    top: 130px;
    right: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .section.dc-accordion > .inner .section_content::after {
    top: 150px;
    right: 0;
  }
}
@media only screen and (min-width: 1550px) {
  .section.dc-accordion > .inner .section_content::after {
    top: 195px;
    right: 0;
  }
}
.section.dc-accordion .accordion {
  padding-block: 35px;
  padding-inline: clamp(20px, 3vw, 44px);
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  position: relative;
  margin-bottom: 10px;
  background: var(--light-color);
}
.section.dc-accordion .accordion:after {
  content: "+";
  position: absolute;
  right: clamp(20px, 2vw, 40px);
  top: 25px;
  width: 36px;
  height: 33px;
  padding-bottom: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: var(--light-color);
  border-radius: 40px;
  font-size: 36px;
  font-weight: 300 !important;
  color: var(--theme2-color);
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.section.dc-accordion .accordion:after:hover {
  color: var(--theme2-color);
}
.section.dc-accordion .accordion .title {
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.section.dc-accordion .accordion .title h3 {
  margin-bottom: 0;
  padding-right: clamp(30px, 2vw, 40px);
  -ms-flex: 1;
      flex: 1;
  transition: all 350ms ease-in-out;
}
.section.dc-accordion .accordion .content {
  overflow: hidden;
  max-height: 0;
  max-width: 1100px;
  padding-right: clamp(50px, 6vw, 100px);
  transition: max-height 0.2s ease-in-out;
}
.section.dc-accordion .accordion .content .content-wrap {
  padding-block: 20px;
}
.section.dc-accordion .accordion .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  max-height: 36vw;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion .accordion .image-wrapper {
    margin-bottom: 50px;
    max-height: 80vw;
    width: 100%;
  }
}
.section.dc-accordion .accordion .image-wrapper img {
  aspect-ratio: 1.5/1;
  width: 100%;
  object-fit: cover;
}
.section.dc-accordion .accordion.active:after {
  content: "-";
}
.section.dc-accordion .accordion.active .content {
  max-height: 3000px;
  transition: max-height 1.5s ease-in-out;
}
.section.dc-accordion .accordion:not(.active) {
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.section.dc-accordion.bg_white .accordion {
  background: var(--grey-color);
}
.section.dc-accordion.bg_white .accordion:after {
  background-color: var(--grey-color);
}

.section.dc-accordion.style_2 > .inner .left:has(.accordion-wrapper):after {
  display: none;
}

.section.dc-accordion.dogs-faq {
  padding-block: 170px 235px;
}
.section.dc-accordion.dogs-faq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--grey-color) url("../img/curved-block-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 176px;
  width: 100%;
}
.section.dc-accordion.dogs-faq .section_intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section.dc-accordion.dogs-faq .item .accordion-wrapper {
  margin-inline: auto;
}

/*------------------------------------*\
  CTA
\*------------------------------------*/
.section.dc-hotboxes:has(+ .dc-cta) {
  padding-bottom: 0 !important;
}
.section.dc-hotboxes + .dc-cta {
  padding-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .section.dc-cta {
    padding-block: 10px;
  }
}
.section.dc-cta > .inner {
  max-width: 1920px;
  padding-inline: 20px;
}
@media only screen and (max-width: 767px) {
  .section.dc-cta > .inner {
    padding-inline: 10px;
  }
}
.section.dc-cta > .inner .image-wrapper .image-wrapper-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.section.dc-cta.cta_style_1 {
  padding-block: clamp(30px, 11vw, 150px);
}
.section.dc-cta.cta_style_1 > .inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  min-height: 600px;
  /*@include updown_arrows_bottom_left_green();*/
}
@media only screen and (max-width: 767px) {
  .section.dc-cta.cta_style_1 > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    min-height: 200px;
  }
  .section.dc-cta.cta_style_1 > .inner:after {
    display: none;
  }
}
.section.dc-cta.cta_style_1 > .inner .image-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}
.section.dc-cta.cta_style_1 > .inner .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .section.dc-cta.cta_style_1 > .inner .image-wrapper {
    position: absolute;
    left: 20px;
    top: 0;
    right: 0;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-cta.cta_style_1 > .inner .image-wrapper {
    height: 167px;
    margin-top: 10px;
    border-radius: 20px;
  }
  .section.dc-cta.cta_style_1 > .inner .image-wrapper .image-wrapper-inner {
    position: relative;
  }
}
.section.dc-cta.cta_style_1 > .inner .section_intro {
  position: relative;
  margin-inline: 0 clamp(1px, 4vw, 80px);
  margin-block: clamp(1px, 4vw, 80px) clamp(80px, 10vw, 210px);
  padding: clamp(50px, 2vw, 120px) clamp(40px, 3vw, 110px);
  max-width: clamp(300px, 45vw, 705px);
  border-radius: 20px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  background-color: var(--dark-color);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .section.dc-cta.cta_style_1 > .inner .section_intro {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.section.dc-cta.cta_style_1 > .inner .section_intro h2 {
  color: white;
  margin-bottom: clamp(12px, 1.4vw, 25px);
  /*@include section_title_arrow(var(--theme-color));*/
}
.section.dc-cta.cta_style_1 > .inner .section_intro h2::before {
  content: "";
  position: absolute;
  /*left: -100px;
  top: -100px;*/
  left: 10px;
  top: 45px;
  width: 40px;
  height: 40px;
  background-image: url("../img/icon-menu-paw.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section.dc-cta.cta_style_1 > .inner .section_intro .description p {
  color: white;
}
.section.dc-cta.cta_style_1 > .inner .section_intro .description p a {
  color: var(--light-color);
  text-decoration: underline;
}
.section.dc-cta.cta_style_1 > .inner .section_intro .description p a:hover {
  color: var(--dark-color);
}
.section.dc-cta.cta_style_2 > .inner {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.section.dc-cta.cta_style_2 > .inner .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  -ms-flex: 1;
      flex: 1;
}
.section.dc-cta.cta_style_2 > .inner .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.dc-cta.cta_style_2 > .inner .section_intro {
  width: clamp(560px, 42%, 42%);
  background-color: var(--dark-color);
  border-radius: 30px;
  padding-block: clamp(50px, 7vw, 140px) clamp(60px, 8vw, 160px);
  padding-inline: calc(clamp(35px, 4vw, 80px) + 40px);
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .section.dc-cta.cta_style_2 > .inner .section_intro {
    padding-inline: 50px 30px;
    margin-right: 0;
  }
}
.section.dc-cta.cta_style_2 > .inner .section_intro h2 {
  position: relative;
  color: var(--light-color);
  margin-bottom: clamp(14px, 1.5vw, 25px);
}
.section.dc-cta.cta_style_2 > .inner .section_intro h2:before {
  content: "";
  position: relative;
  vertical-align: 0;
  background: url(../img/gc-arrow-right.svg) no-repeat;
  background-size: 100%;
  width: clamp(11px, 1vw, 17px);
  height: 26px;
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .section.dc-cta.cta_style_2 > .inner .section_intro h2:before {
    margin-right: 12px;
  }
}
.section.dc-cta.cta_style_2 > .inner .section_intro h2:before {
  position: absolute;
  left: clamp(-40px, -2vw, -25px);
  top: clamp(1px, 0.2vw, 4px);
  margin-top: 3px;
}
.section.dc-cta.cta_style_2 > .inner .section_intro .description {
  max-width: 485px;
}
.section.dc-cta.cta_style_2 > .inner .section_intro .description p {
  color: var(--light-color);
}
.section.dc-cta.cta_style_2 > .inner .section_intro .dc-btn, .section.dc-cta.cta_style_2 > .inner .section_intro .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .section.dc-cta.cta_style_2 > .inner .section_intro a {
  margin-top: clamp(16px, 2vw, 30px);
}
.section.dc-cta.cta_style_2 > .inner::after {
  content: "";
  position: absolute;
  bottom: clamp(-80px, -4vw, -43px);
  right: clamp(2rem, -0.1059rem + 3.9529vw, 3.6rem);
  width: clamp(70px, 7vw, 140px);
  height: clamp(185px, 17vw, 340px);
  background: url(../img/arrow-group-black.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}

/*------------------------------------*\
  HOTBOXS
\*------------------------------------*/
.section.dc-hotboxes {
  overflow: hidden;
}
.section.dc-hotboxes > .inner .section_content .items .item {
  -ms-flex: 1;
      flex: 1;
}
.section.dc-hotboxes.style_1 {
  background: var(--grey-color);
  border-radius: var(--border-radius);
  padding: clamp(20px, 2vw, 40px) clamp(1px, 2.5vw, 120px) clamp(2px, 1.5vw, 20px) !important;
  margin: 20px;
}
.section.dc-hotboxes.style_1 > .inner {
  padding-inline: 0;
}
.section.dc-hotboxes.style_1 > .inner .section_intro {
  padding-top: 70px;
  margin-bottom: 20px;
}
.section.dc-hotboxes.style_1 > .inner .section_intro .title {
  text-align: center;
}
.section.dc-hotboxes.style_1 > .inner .section_content:not(:first-child) {
  padding-bottom: 20px;
}
.section.dc-hotboxes.style_1 > .inner .section_content .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 1390px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section.dc-hotboxes.style_1 > .inner .section_content .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section.dc-hotboxes.style_1 > .inner .section_content .items .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-inline: 10px;
  max-width: 250px;
  min-width: 110px;
  margin-bottom: 25px;
  padding: 22px;
  border-radius: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section.dc-hotboxes.style_1 > .inner .section_content .items .item {
    max-width: 100%;
    min-width: 50%;
    width: 50%;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 10px;
    margin-block: 0 10px;
    padding: 10px;
  }
}
.section.dc-hotboxes.style_1 > .inner .section_content .items .item:hover {
  background: var(--light-color);
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .section.dc-hotboxes.style_1 > .inner .section_content .items .item .text {
    -ms-flex: 1;
        flex: 1;
  }
}
.section.dc-hotboxes.style_1 > .inner .section_content .items .item .text h2 {
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section.dc-hotboxes.style_1 > .inner .section_content .items .item .text h2 {
    text-align: left;
  }
}
.section.dc-hotboxes.style_1 > .inner .section_content .items .item .image-wrapper {
  margin-bottom: clamp(20px, 2vw, 40px);
  width: clamp(30px, 11vw, 130px);
}
@media only screen and (max-width: 767px) {
  .section.dc-hotboxes.style_1 > .inner .section_content .items .item .image-wrapper {
    margin-bottom: 0;
  }
}
.section.dc-hotboxes.style_1 > .inner .section_content .items .item .image-wrapper img {
  display: block;
  width: clamp(30px, 11vw, 130px);
}
.section.dc-hotboxes.style_1 > .inner .section_content .items .item .button-wrapper {
  display: none;
}
.section.dc-hotboxes.has_paw_icon::before {
  content: "";
  width: 120px;
  height: 160px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: inline-block;
  background-image: url(../img/paws3-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 350px) {
  .section.dc-hotboxes.has_paw_icon::before {
    width: 90px;
    height: 90px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-hotboxes.has_paw_icon::before {
    width: 90px;
    height: 90px;
    right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .section.dc-hotboxes.has_paw_icon::before {
    width: 120px;
    height: 160px;
    right: 0;
    top: 0;
  }
}

/*------------------------------------*\
  IMAGE
\*------------------------------------*/
.section.dc-image.thin_width > .inner {
  max-width: 1220px;
}
.section.dc-image.full_width > .inner {
  max-width: 100%;
}
.section.dc-image.full_width > .inner .section_intro {
  max-width: 1920px;
  margin-inline: auto;
}
.section.dc-image.no-title .grid-items {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-image .grid-items {
    display: -ms-flexbox;
    display: flex;
  }
}
.section.dc-image .grid-items .item {
  margin-bottom: 54px;
  width: 100%;
}
.section.dc-image .grid-items .item img {
  display: block;
  width: 100%;
  border-radius: var(--border-radius-40);
}
.section.dc-image .grid-items.col1 .item {
  width: 100%;
}

/*------------------------------------*\
	IMAGE TEXT BOX
\*------------------------------------*/
.section.dc-image-text {
  z-index: 15;
}
.section.dc-image-text > .inner .section_intro {
  margin-bottom: clamp(40px, 6vw, 120px) !important;
}
.section.dc-image-text > .inner .section_intro h2.title {
  max-width: 1250px;
}
.section.dc-image-text > .inner .section_content .right {
  padding-top: clamp(20px, 3vw, 60px);
}
.section.dc-image-text > .inner .section_content .right > .content-wrapper h3:not(:first-child) {
  margin-top: 70px;
}
.section.dc-image-text > .inner .section_content .right .button-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-image-text > .inner .section_content .left .image-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section.dc-image-text > .inner .section_content .left .image-wrapper {
    margin-top: 30px !important;
  }
}
.section.dc-image-text > .inner .section_content .left .image-wrapper > img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .section.dc-image-text > .inner.image_left .image-wrapper {
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
  .section.dc-image-text > .inner.image_left .section_content .right {
    padding-left: 50px;
    min-width: 420px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.dc-image-text > .inner.image_left .section_content .right {
    padding-left: 6%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-image-text > .inner.image_right .image-wrapper {
    -ms-transform-origin: right top;
        transform-origin: right top;
  }
  .section.dc-image-text > .inner.image_right .section_content .right {
    padding-right: 50px;
    min-width: 420px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.dc-image-text > .inner.image_right .section_content .right {
    padding-right: 6%;
    padding-left: 0;
  }
}
.section.dc-image-text.style_1 > .inner .section_content .left {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-image-text.style_1 > .inner .section_content .left .small-image-wrapper {
  left: -8%;
  position: relative;
  top: 10%;
}
.section.dc-image-text.style_2 > .inner > .section_content .item .right {
  width: 60%;
}

/*------------------------------------*\
  TEAM CARDS    
\*------------------------------------*/
.section.dc-team-cards {
  position: relative;
  margin-inline: 20px;
  z-index: 11;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section.dc-team-cards {
    margin-inline: 0;
    padding-inline: 20px;
  }
  .section.dc-team-cards .inner {
    padding-inline: 0;
  }
}
.section.dc-team-cards.bg_grey {
  padding-top: clamp(50px, 10.5vw, 180px);
  padding-bottom: clamp(30px, 5vw, 120px);
  border-radius: 0 0 80px 80px;
  background: var(--grey-color) url("../img/curved-block-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 0 0 var(--border-radius-80) var(--border-radius-80);
}
.section.dc-team-cards.bg_grey .section_intro:before {
  background-image: url(../img/paws2-orange.svg);
}
.section.dc-team-cards .section_intro {
  max-width: 950px !important;
  padding-left: 100px;
}
@media only screen and (min-width: 768px) {
  .section.dc-team-cards .section_intro {
    padding-left: 145px;
    padding-top: 15px;
  }
}
.section.dc-team-cards .section_intro:before {
  content: "";
  width: 80px;
  height: 100px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: -20px;
  background-image: url(../img/paws2-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .section.dc-team-cards .section_intro:before {
    width: 130px;
    height: 160px;
  }
}
.section.dc-team-cards .section_content {
  max-width: 1720px;
  margin-inline: auto;
}
.section.dc-team-cards .section_content .team-cards {
  display: grid;
  margin-inline: -10px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 560px) {
  .section.dc-team-cards .section_content .team-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-team-cards .section_content .team-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .section.dc-team-cards .section_content .team-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.section.dc-team-cards .section_content .item {
  margin-bottom: clamp(30px, 3vw, 60px);
  margin-inline: 10px;
}
.section.dc-team-cards .section_content .item h2 {
  margin-bottom: 10px;
}
.section.dc-team-cards .section_content .item .front-card p {
  color: var(--theme-color);
  margin-block: 10px;
  min-height: 30px;
}
.section.dc-team-cards .section_content .item .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}
.section.dc-team-cards .section_content .item .image-wrapper img {
  object-fit: cover;
  aspect-ratio: 1/1 !important;
  display: block;
}
.section.dc-team-cards .section_content .item .button-wrapper {
  margin-top: 10px;
  border-top: 1px solid var(--dark-color);
  padding-top: 15px;
}
.section.dc-team-cards .section_content .item .button-wrapper .toggle-description {
  position: relative;
  display: block;
  min-height: 0vw;
}
.section.dc-team-cards .section_content .item .button-wrapper .toggle-description::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  background: url(../img/icon-plus-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section.dc-team-cards .section_content .item .button-wrapper.active .toggle-description::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.section.dc-team-cards .section_content .item .hover-text {
  display: none;
  margin-top: 10px;
}

/*------------------------------------*\
  TEXT BOX    
\*------------------------------------*/
.section.dc-text-block .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.section.dc-text-block .items .item {
  width: 100%;
  padding-top: 30px;
}
.section.dc-text-block .items .item:nth-child(1) {
  padding-top: 0;
}
.section.dc-text-block .items .item.width_12 iframe {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 922/595;
  height: unset;
  max-width: 100%;
  max-height: 53vw;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block .items .item.width_12 {
    width: 100%;
    max-width: 1000px;
    position: relative;
    max-width: 100%;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .section.dc-text-block .items .item.width_12 {
    padding: 0 16.666%;
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block .items .item.width_6_6, .section.dc-text-block .items .item.width_8_4, .section.dc-text-block .items .item.width_4_8, .section.dc-text-block .items .item.width_7_5, .section.dc-text-block .items .item.width_5_7 {
    padding: 45px 50px 0 50px;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(odd), .section.dc-text-block .items .item.width_8_4:nth-child(odd), .section.dc-text-block .items .item.width_4_8:nth-child(odd), .section.dc-text-block .items .item.width_7_5:nth-child(odd), .section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    padding-left: 0;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(even), .section.dc-text-block .items .item.width_8_4:nth-child(even), .section.dc-text-block .items .item.width_4_8:nth-child(even), .section.dc-text-block .items .item.width_7_5:nth-child(even), .section.dc-text-block .items .item.width_5_7:nth-child(even) {
    padding-right: 0;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(1), .section.dc-text-block .items .item.width_6_6:nth-child(2), .section.dc-text-block .items .item.width_8_4:nth-child(1), .section.dc-text-block .items .item.width_8_4:nth-child(2), .section.dc-text-block .items .item.width_4_8:nth-child(1), .section.dc-text-block .items .item.width_4_8:nth-child(2), .section.dc-text-block .items .item.width_7_5:nth-child(1), .section.dc-text-block .items .item.width_7_5:nth-child(2), .section.dc-text-block .items .item.width_5_7:nth-child(1), .section.dc-text-block .items .item.width_5_7:nth-child(2) {
    padding-top: 0;
  }
  .section.dc-text-block .items .item.width_6_6 {
    width: 50%;
  }
  .section.dc-text-block .items .item.width_8_4:nth-child(odd) {
    width: 66.666%;
  }
  .section.dc-text-block .items .item.width_8_4:nth-child(even) {
    width: 33.333%;
  }
  .section.dc-text-block .items .item.width_4_8:nth-child(odd) {
    width: 33.333%;
  }
  .section.dc-text-block .items .item.width_4_8:nth-child(even) {
    width: 66.666%;
  }
  .section.dc-text-block .items .item.width_7_5:nth-child(odd) {
    width: 58.333%;
  }
  .section.dc-text-block .items .item.width_7_5:nth-child(even) {
    width: 41.666%;
  }
  .section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    width: 41.666%;
  }
  .section.dc-text-block .items .item.width_5_7:nth-child(even) {
    width: 58.333%;
  }
  .section.dc-text-block .items .item.width_4_4_4 {
    width: 33.333%;
    padding: 45px 15px 0 15px;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(1) {
    padding-left: 0;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-right: 0;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(1), .section.dc-text-block .items .item.width_4_4_4:nth-child(2), .section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-top: 0;
  }
}
.section.dc-text-block h2:not(:first-child),
.section.dc-text-block h3:not(:first-child) {
  margin-top: clamp(30px, 4vw, 60px);
  margin-bottom: 20px;
}

.dc-text-block.center .section_intro {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.dc-text-block.donate iframe {
  max-height: 600px;
}

.dc-text-block .items .item .dc-btn, .dc-text-block .items .item .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .dc-text-block .items .item a {
  display: inline-block;
}

.dc-text-block.bg_white .dc_social_icons {
  margin-top: 30px;
}
.dc-text-block.bg_white .dc_social_icons .social_icons {
  list-style: none !important;
}
.dc-text-block.bg_white .dc_social_icons li {
  list-style: none !important;
  margin-inline: 0 10px;
}
.dc-text-block.bg_white .dc_social_icons li::marker {
  display: none;
}
.dc-text-block.bg_white .dc_social_icons li a {
  color: var(--light-color);
  font-size: 24px !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--theme-color);
  text-decoration: none;
}
.dc-text-block.bg_white .dc_social_icons li a:hover {
  color: var(--light-color);
  background: var(--dark-color);
}

.hero + script + .section.dc-text-block .items .item.width_12:before,
.section.dc-text-block .dc-intro .items .item.width_12:before,
.section.dc-text-block .section_intro .description .items .item.width_12:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -70px;
  background: url("../img/paws-blue.svg") no-repeat;
  background-size: contain;
  width: clamp(100px, 12vw, 180px);
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 768px) {
  .hero + script + .section.dc-text-block .items .item.width_12:before,
  .section.dc-text-block .dc-intro .items .item.width_12:before,
  .section.dc-text-block .section_intro .description .items .item.width_12:before {
    left: 0;
    top: -20px;
  }
}
.hero + script + .section.dc-text-block p:first-child,
.section.dc-text-block .dc-intro p:first-child,
.section.dc-text-block .section_intro .description p:first-child {
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 0 !important;
}
.hero + script + .section.dc-text-block p:first-child:not(:last-child),
.section.dc-text-block .dc-intro p:first-child:not(:last-child),
.section.dc-text-block .section_intro .description p:first-child:not(:last-child) {
  margin-bottom: clamp(30px, 3vw, 40px);
}
.hero + script + .section.dc-text-block p:empty,
.section.dc-text-block .dc-intro p:empty,
.section.dc-text-block .section_intro .description p:empty {
  display: none;
}
.hero + script + .section.dc-text-block:last-child,
.section.dc-text-block .dc-intro:last-child,
.section.dc-text-block .section_intro .description:last-child {
  margin-bottom: 0;
}

.section.dc-text-block iframe[title="Boarding Booking Form"],
.section.dc-text-block iframe[title="Surrender Questionnaire"] {
  max-width: 780px !important;
  min-width: 265px !important;
  width: 100% !important;
  margin-inline: auto !important;
  border-radius: 30px !important;
}
.section.dc-text-block iframe[title="Surrender Questionnaire"] {
  max-width: 850px !important;
}

.section.dc-text-block.donation-form > .inner {
  max-width: 1440px;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block.donation-form > .inner .section_content {
    padding-inline: clamp(15px, 3vw, 80px);
  }
}
.section.dc-text-block.donation-form > .inner .section_content .items {
  border-radius: var(--border-radius-40);
  background: var(--theme-color);
  padding: clamp(30px, 3vw, 50px);
}
.section.dc-text-block.donation-form > .inner .section_content .items h2,
.section.dc-text-block.donation-form > .inner .section_content .items p {
  color: var(--light-color);
}
.section.dc-text-block.donation-form > .inner .section_content .items p {
  max-width: 495px;
}
.section.dc-text-block.donation-form > .inner .section_content .items .item:first-child {
  padding-block: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block.donation-form > .inner .section_content .items .item:first-child {
    padding-right: 20px;
    padding-block: 80px;
  }
}
.section.dc-text-block.donation-form > .inner .section_content .items .item iframe {
  max-height: 600px;
}

.section.dogs-carousel {
  overflow: hidden;
}
.section.dogs-carousel .section_intro h2.title {
  color: var(--theme-color);
}
.section.dogs-carousel .section_intro .description {
  max-width: 480px;
}
.section.dogs-carousel .sbi-dogs-slider-wrap {
  min-width: 200px;
}
.section.dogs-carousel .sbi-dogs-slider-wrap .slick-list {
  width: 170%;
  padding-right: 60%;
}
@media only screen and (max-width: 899px) {
  .section.dogs-carousel .sbi-dogs-slider-wrap .slick-list {
    width: 130%;
    padding-right: 40%;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 559px) {
  .section.dogs-carousel .sbi-dogs-slider-wrap .slick-list {
    width: 110%;
    padding-right: 30%;
    margin-left: -10px;
  }
}
.section.dogs-carousel .sbi-dogs-slider-wrap .slick-track {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.section.dogs-carousel .sbi-dogs-slider-wrap > aside.sbi-dogs-slider-filter {
  -ms-flex: 1;
      flex: 1;
  max-width: 25%;
}
@media only screen and (max-width: 767px) {
  .section.dogs-carousel .sbi-dogs-slider-wrap > aside.sbi-dogs-slider-filter {
    min-width: 60%;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 559px) {
  .section.dogs-carousel .sbi-dogs-slider-wrap > aside.sbi-dogs-slider-filter {
    min-width: 100%;
  }
}
.section.dogs-carousel .sbi-dogs-slider-wrap > aside.sbi-dogs-slider-filter button[type=submit] {
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 210px;
  padding-inline: 28px;
  margin-top: clamp(12px, 2vw, 20px);
  opacity: 1;
  -ms-flex-align: center;
      align-items: center;
  color: var(--dark-color);
  border: 2px solid var(--light-color);
  border-radius: 50px;
  padding-block: 0;
  min-width: 100px;
  background-color: var(--theme2-color);
  border: 2px solid var(--theme2-color);
  margin-top: 40px !important;
}
@media only screen and (min-width: 768px) {
  .section.dogs-carousel .sbi-dogs-slider-wrap > aside.sbi-dogs-slider-filter button[type=submit] {
    line-height: 48px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dogs-carousel .sbi-dogs-slider-wrap > aside.sbi-dogs-slider-filter button[type=submit] {
    line-height: 50px;
  }
}
.section.dogs-carousel .sbi-dogs-slider-wrap > aside.sbi-dogs-slider-filter button[type=submit] > span {
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .section.dogs-carousel .sbi-dogs-slider-wrap > aside.sbi-dogs-slider-filter button[type=submit] {
    margin-top: 24px !important;
  }
}
.section.dogs-carousel .sbi-dogs-slider-wrap > aside.sbi-dogs-slider-filter button[type=submit]:hover {
  background: var(--light-color) !important;
  border: 2px solid var(--theme2-color);
}
.section.dogs-carousel .sbi-dogs-slider-wrap > section.sbi-dogs-slider-area {
  width: calc(100% - 420px);
  -ms-flex: unset;
      flex: unset;
  max-width: unset;
}
@media only screen and (max-width: 899px) {
  .section.dogs-carousel .sbi-dogs-slider-wrap > section.sbi-dogs-slider-area {
    width: 100%;
  }
}
.section.dogs-carousel .sbi-dogs-slider-wrap .slick-arrow {
  position: absolute;
  right: 0;
  top: -85px;
  width: 44px;
  height: 44px;
  left: unset;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .section.dogs-carousel .sbi-dogs-slider-wrap .slick-arrow {
    top: unset;
    bottom: -90px;
  }
}
.section.dogs-carousel .sbi-dogs-slider-wrap .slick-arrow:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  background-image: url("../img/arrow-button.svg");
  background-color: var(--theme2-color);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  border: 2px solid var(--theme2-color);
  transition: all 250ms ease-in-out;
}
.section.dogs-carousel .sbi-dogs-slider-wrap .slick-arrow:hover:after {
  background-color: var(--light-color);
}
.section.dogs-carousel .sbi-dogs-slider-wrap .slick-arrow.slick-prev {
  right: 54px;
}
.section.dogs-carousel .sbi-dogs-slider-wrap .slick-arrow.slick-prev:before {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.section.dogs-carousel .sbi-dogs-slider-wrap .slick-arrow.slick-next {
  right: 0;
}

.dog-cards.dog-archive-list {
  overflow: hidden;
  padding-block: 30px 120px;
}
.dog-cards.dog-archive-list .sbi-dogs-grid-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 560px) {
  .dog-cards.dog-archive-list .sbi-dogs-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .dog-cards.dog-archive-list .sbi-dogs-grid-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1000px) {
  .dog-cards.dog-archive-list .sbi-dogs-grid-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.sbi-slide-card {
  position: relative;
  padding: 0;
  text-align: center;
}
.sbi-slide-card .image-wrapper {
  border-radius: var(--border-radius-40);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 345/452;
}
.sbi-slide-card .image-wrapper img {
  display: block;
  width: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center top;
}
.sbi-slide-card .text {
  position: absolute;
  bottom: clamp(15px, 2vw, 30px);
  left: calc(50% - clamp(160px, 17vw, 240px) / 2);
  width: clamp(160px, 17vw, 240px);
  padding: 13px clamp(10px, 1.2vw, 20px);
  color: var(--light-color);
  background: var(--theme-color);
  border-radius: 25px;
}
.sbi-slide-card .text .sbi-dog-name {
  margin-bottom: 0;
}
.sbi-slide-card .text .sbi-dog-name a {
  color: var(--light-color);
}
.sbi-slide-card .text > .meta {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 200ms ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.sbi-slide-card .text > .meta span {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 5px;
  display: block;
}
.sbi-slide-card .text > .meta span.status {
  background: var(--theme2-color);
  border-radius: 30px;
  padding: 5px 14px;
  margin-block: 10px 0;
  border: 1px solid var(--light-color);
}
.sbi-slide-card .text > .meta span.status.available {
  background: var(--theme2-color);
}
.sbi-slide-card .text > .meta span.status.foster {
  background: var(--theme2-color);
}
.sbi-slide-card .text > .meta span.status.adopted {
  background: var(--pink-color);
}
.sbi-slide-card:hover .text > .meta {
  max-height: 300px;
  opacity: 1;
  margin-top: 8px;
  padding-bottom: 10px !important;
  transition: all 500ms ease-in-out;
}

.section.dog-filter {
  padding-block: 30px;
}
@media only screen and (max-width: 767px) {
  .section.dog-filter {
    padding-block: 10px;
  }
}

.sbi-dogs-slider-filter .sbi-field > label,
.sbi-dogs-slider-filter > label > span,
.sbi-archive-filter .sbi-field > label,
.sbi-archive-filter > label > span {
  font-size: 15px;
  display: block;
  margin-block: 10px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .sbi-dogs-slider-filter .sbi-field > label,
  .sbi-dogs-slider-filter > label > span,
  .sbi-archive-filter .sbi-field > label,
  .sbi-archive-filter > label > span {
    font-size: 12px;
    margin-block: 5px;
    height: 20px;
  }
}
.sbi-dogs-slider-filter input[type=text],
.sbi-dogs-slider-filter select,
.sbi-archive-filter input[type=text],
.sbi-archive-filter select {
  color: var(--dark-color) !important;
  font-size: clamp(14px, 1vw, 18px) !important;
  line-height: 16px;
  background-color: var(--grey-color) !important;
  box-shadow: none;
  margin: 0 !important;
  padding: 10px 16px 10px !important;
  width: 100%;
  max-width: 100%;
  border: 0 none !important;
  border: 1px solid var(--grey-color) !important;
  border-radius: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sbi-dogs-slider-filter input[type=text]::-webkit-input-placeholder,
.sbi-dogs-slider-filter select::-webkit-input-placeholder,
.sbi-archive-filter input[type=text]::-webkit-input-placeholder,
.sbi-archive-filter select::-webkit-input-placeholder {
  font-size: clamp(14px, 1vw, 18px) !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.sbi-dogs-slider-filter input[type=text]:-moz-placeholder,
.sbi-dogs-slider-filter select:-moz-placeholder,
.sbi-archive-filter input[type=text]:-moz-placeholder,
.sbi-archive-filter select:-moz-placeholder {
  font-size: clamp(14px, 1vw, 18px) !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.sbi-dogs-slider-filter input[type=text]::-moz-placeholder,
.sbi-dogs-slider-filter select::-moz-placeholder,
.sbi-archive-filter input[type=text]::-moz-placeholder,
.sbi-archive-filter select::-moz-placeholder {
  font-size: clamp(14px, 1vw, 18px) !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.sbi-dogs-slider-filter input[type=text]:-ms-input-placeholder,
.sbi-dogs-slider-filter select:-ms-input-placeholder,
.sbi-archive-filter input[type=text]:-ms-input-placeholder,
.sbi-archive-filter select:-ms-input-placeholder {
  font-size: clamp(14px, 1vw, 18px) !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.sbi-dogs-slider-filter input[type=text]:focus,
.sbi-dogs-slider-filter select:focus,
.sbi-archive-filter input[type=text]:focus,
.sbi-archive-filter select:focus {
  background: var(--light-color) !important;
  color: var(--dark-color) !important;
}
.sbi-dogs-slider-filter input[type=text]:focus::-webkit-input-placeholder,
.sbi-dogs-slider-filter select:focus::-webkit-input-placeholder,
.sbi-archive-filter input[type=text]:focus::-webkit-input-placeholder,
.sbi-archive-filter select:focus::-webkit-input-placeholder {
  color: var(--dark-color) !important;
}
.sbi-dogs-slider-filter input[type=text]:focus:-moz-placeholder,
.sbi-dogs-slider-filter select:focus:-moz-placeholder,
.sbi-archive-filter input[type=text]:focus:-moz-placeholder,
.sbi-archive-filter select:focus:-moz-placeholder {
  color: var(--dark-color) !important;
}
.sbi-dogs-slider-filter input[type=text]:focus::-moz-placeholder,
.sbi-dogs-slider-filter select:focus::-moz-placeholder,
.sbi-archive-filter input[type=text]:focus::-moz-placeholder,
.sbi-archive-filter select:focus::-moz-placeholder {
  color: var(--dark-color) !important;
}
.sbi-dogs-slider-filter input[type=text]:focus:-ms-input-placeholder,
.sbi-dogs-slider-filter select:focus:-ms-input-placeholder,
.sbi-archive-filter input[type=text]:focus:-ms-input-placeholder,
.sbi-archive-filter select:focus:-ms-input-placeholder {
  color: var(--dark-color) !important;
}
@media only screen and (max-width: 767px) {
  .sbi-dogs-slider-filter input[type=text],
  .sbi-dogs-slider-filter select,
  .sbi-archive-filter input[type=text],
  .sbi-archive-filter select {
    padding: 8px 10px !important;
  }
}
.sbi-dogs-slider-filter button[type=submit],
.sbi-archive-filter button[type=submit] {
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 210px;
  padding-inline: 28px;
  margin-top: clamp(12px, 2vw, 20px);
  opacity: 1;
  -ms-flex-align: center;
      align-items: center;
  color: var(--dark-color);
  border: 2px solid var(--light-color);
  border-radius: 50px;
  padding-block: 0;
  min-width: 100px;
  background-color: var(--theme2-color);
  border: 2px solid var(--theme2-color);
  margin-top: 40px !important;
}
@media only screen and (min-width: 768px) {
  .sbi-dogs-slider-filter button[type=submit],
  .sbi-archive-filter button[type=submit] {
    line-height: 48px;
  }
}
@media only screen and (min-width: 950px) {
  .sbi-dogs-slider-filter button[type=submit],
  .sbi-archive-filter button[type=submit] {
    line-height: 50px;
  }
}
.sbi-dogs-slider-filter button[type=submit] > span,
.sbi-archive-filter button[type=submit] > span {
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .sbi-dogs-slider-filter button[type=submit],
  .sbi-archive-filter button[type=submit] {
    margin-top: 24px !important;
  }
}
.sbi-dogs-slider-filter button[type=submit]:hover,
.sbi-archive-filter button[type=submit]:hover {
  background: var(--light-color) !important;
  border: 2px solid var(--theme2-color);
}
.sbi-dogs-slider-filter .sbi-field {
  min-width: 150px;
  max-width: 250px;
  height: clamp(70px, 5vw, 90px);
}

.sbi-archive-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 100;
  width: 100%;
}
.sbi-archive-filter label {
  min-width: 150px;
  max-width: 250px;
  height: clamp(70px, 5vw, 90px);
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .sbi-archive-filter label {
    min-width: 90px;
    margin-right: 8px;
  }
  .sbi-archive-filter label:nth-child(1), .sbi-archive-filter label:nth-child(2), .sbi-archive-filter label:nth-child(3), .sbi-archive-filter label:nth-child(4) {
    width: 106px;
  }
}
.sbi-archive-filter label.live-with select {
  max-height: 44px;
  overflow: hidden;
}
.sbi-archive-filter label.live-with:hover select {
  max-height: 1000px;
}
.sbi-archive-filter label.live-with option {
  padding-bottom: 10px;
}
.sbi-archive-filter label.live-with small {
  font-size: 10px;
  line-height: 1em;
}
.sbi-archive-filter label:not(.live-with) select {
  background-color: white;
  background-image: url("../img/ic_arrow.svg");
  background-size: 21px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding-right: 60px;
}
.sbi-archive-filter label input[type=text] {
  line-height: 38px;
  height: 38px;
}
.sbi-archive-filter button {
  margin-top: 25px !important;
  line-height: 34px !important;
}

.hero.hero__dog {
  width: 100vw;
  padding-bottom: 260px;
}
.hero.hero__dog .inner {
  width: 100vw;
  max-width: 1560px;
  width: 100%;
  margin-inline: auto;
}
.hero.hero__dog .hero__bg {
  background: var(--theme-color);
  border-radius: 0 0 var(--border-radius-80) var(--border-radius-80);
}
.hero.hero__dog .section_title,
.hero.hero__dog .section_content {
  position: relative;
  z-index: 10;
  padding-block: clamp(140px, 14vw, 240px) clamp(5px, 2.5vw, 60px);
  max-width: 1560px;
  width: 100%;
  margin-inline: auto;
}
.hero.hero__dog .section_title {
  /*.header-meta {
  	display: flex;
  	margin-block: clamp(10px, 1vw, 20px) clamp(10px, 1.5vw, 15px);

  	li {
  		background: var(--theme2-color);		
  		border-radius: 30px;
  		padding: 5px 14px;
  		margin-block: 10px 0;
  		border: 1px solid var(--light-color);
  		list-style: none;
  		margin-left: 0;
  	}



  }*/
}
.hero.hero__dog .section_title h1 {
  color: var(--light-color);
  padding-block: 0;
  margin-block: 0 clamp(10px, 1.5vw, 30px);
}
.hero.hero__dog .section_title .right .header-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-block: clamp(10px, 1vw, 20px) clamp(10px, 1.5vw, 15px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /*HORIZONTAL MODE*/
}
.hero.hero__dog .section_title .right .header-meta li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  /*font-size: 14px;*/
  background: var(--theme2-color);
  border-radius: 30px;
  padding: 5px 14px;
  /*margin-block: 10px 0;*/
  border: 1px solid var(--light-color);
  list-style: none;
  margin-left: 0;
  font-weight: 600;
}
.hero.hero__dog .section_title .right .header-meta li i {
  /*font-size: 14px;*/
}
.hero.hero__dog .section_title .right .header-meta li:nth-child(n+2) {
  background: #ffffff;
  color: #000;
  border: 1px solid #ddd;
  font-weight: 400;
}
.hero.hero__dog .section_title .right .header-meta li:nth-child(n+2) i {
  color: red;
}
.hero.hero__dog .section_title .right .header-meta.header-meta-horizontal {
}
.hero.hero__dog .section_title .right .header-meta.header-meta-horizontal li {
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  /*font-size: 14px;*/
  background: var(--theme2-color);
  border-radius: 30px;
  padding: 5px 14px;
  /*margin-block: 10px 0;*/
  border: 1px solid var(--light-color);
  list-style: none;
  margin-left: 0;
  font-weight: 600;
}
.hero.hero__dog .section_title .right .header-meta.header-meta-horizontal li:nth-child(n+2) {
  background: #ffffff;
  color: #000;
  border: 1px solid #ddd;
  font-weight: 400;
}
.hero.hero__dog .section_title .right .header-meta.header-meta-horizontal li:nth-child(n+2) i {
  color: red;
}
.hero.hero__dog .section_content {
  padding-top: clamp(2px, 2vw, 40px);
}
.hero.hero__dog .section_content .slick-list {
  margin-inline: -10px;
  overflow: visible;
}
.hero.hero__dog .section_content .slick-arrow {
  display: none !important;
}
.hero.hero__dog .section_content .slide {
  border-radius: var(--border-radius-40);
  margin-inline: 10px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 710/810;
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .hero.hero__dog .section_content .slide {
    aspect-ratio: 710/930;
  }
}
.hero.hero__dog .section_content .slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero.hero__dog .section_content .slide.slick-active {
  opacity: 1;
}
.hero.hero__dog .section_content .slick-dots {
  margin-block: clamp(10px, 3vw, 30px);
}
.hero.hero__dog .section_content .slick-dots li:first-child:last-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hero.hero__dog > .inner:has(.slide:first-child:last-child) {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .hero.hero__dog > .inner:has(.slide:first-child:last-child) .section_content {
    padding-top: clamp(140px, 14vw, 240px);
  }
}
.hero.hero__dog > .inner:has(.slide:first-child:last-child) .section_content .slide {
  margin: 0;
  opacity: 1;
  width: 100%;
}

section.dog-meta {
  position: relative;
  margin-top: -260px;
  z-index: 100;
  padding-top: 0;
  max-width: 1560px;
  width: 100%;
  margin-inline: auto;
}
section.dog-meta > .inner {
  background: var(--grey-color);
  border: 14px solid var(--light-color);
  border-radius: var(--border-radius-40);
  padding: clamp(20px, 4vw, 80px) clamp(20px, 3vw, 60px);
}
@media only screen and (max-width: 767px) {
  section.dog-meta > .inner {
    padding-right: 10px;
  }
}
section.dog-meta > .inner::after {
  content: "";
  width: 120px;
  height: 160px;
  position: absolute;
  bottom: 0;
  /*left: 0;*/
  right: 0px;
  display: inline-block;
  background-color: var(--theme2-color);
  -webkit-mask-image: url(../img/paws2-orange.svg);
  mask-image: url(../img/paws2-orange.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /*transform: rotate(-360deg);*/
}
@media only screen and (min-width: 768px) {
  section.dog-meta > .inner::after {
    width: 130px;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  section.dog-meta > .inner .cols {
    display: -ms-flexbox;
    display: flex;
  }
}
section.dog-meta > .inner .cols .left {
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (min-width: 768px) {
  section.dog-meta > .inner .cols .left {
    padding-right: 6%;
  }
}
@media only screen and (max-width: 767px) {
  section.dog-meta > .inner .cols .left {
    margin-bottom: 20px;
  }
}
section.dog-meta > .inner .cols .left ul {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
section.dog-meta > .inner .cols .left li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(50% - 10px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  min-height: clamp(50px, 5vw, 74px);
  background: var(--light-color);
  border-radius: 15px;
  padding: clamp(10px, 1vw, 20px) clamp(12px, 1.5vw, 30px);
}
section.dog-meta > .inner .cols .left li:nth-child(1), section.dog-meta > .inner .cols .left li:nth-child(2), section.dog-meta > .inner .cols .left li:nth-child(3) {
  width: calc(33.333% - 10px);
}
section.dog-meta > .inner .cols .left li .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
section.dog-meta > .inner .cols .left li .label span:first-child {
  font-size: 12px;
  text-transform: uppercase;
}
section.dog-meta > .inner .cols .left li .label span:nth-child(2) {
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  section.dog-meta > .inner .cols .left li .label span:nth-child(2) {
    font-size: 14px;
  }
}
section.dog-meta > .inner .cols .right {
  width: 25%;
  min-width: 230px;
}
section.dog-meta > .inner .cols .right .button-wrapper {
  margin-bottom: 30px;
}
section.dog-meta > .inner .cols .right .button-wrapper .dc-btn, section.dog-meta > .inner .cols .right .button-wrapper .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs section.dog-meta > .inner .cols .right .button-wrapper a {
  margin-top: 10px;
}
section.dog-meta > .inner .cols .right .button-wrapper .dc-btn:first-child, section.dog-meta > .inner .cols .right .button-wrapper .main_menu .menu > ul > li.view-dogs a:first-child, .main_menu .menu > ul > li.view-dogs section.dog-meta > .inner .cols .right .button-wrapper a:first-child {
  margin-top: 0;
}
section.dog-meta > .inner .cols .right .button-wrapper .dc-btn.pink, section.dog-meta > .inner .cols .right .button-wrapper .main_menu .menu > ul > li.view-dogs a.pink, .main_menu .menu > ul > li.view-dogs section.dog-meta > .inner .cols .right .button-wrapper a.pink {
  background: var(--pink-color);
  border-color: var(--pink-color);
}
section.dog-meta > .inner .cols .right .button-wrapper .dc-btn.pink:hover, section.dog-meta > .inner .cols .right .button-wrapper .main_menu .menu > ul > li.view-dogs a.pink:hover, .main_menu .menu > ul > li.view-dogs section.dog-meta > .inner .cols .right .button-wrapper a.pink:hover {
  background: var(--light-color);
}
section.dog-meta > .inner .cols .right .dc-social-share ul {
  display: -ms-flexbox;
  display: flex;
}
section.dog-meta > .inner .cols .right .dc-social-share li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}
section.dog-meta > .inner .cols .right .dc-social-share li::marker {
  display: none;
  color: transparent;
}
section.dog-meta > .inner .cols .right .dc-social-share li a {
  background: var(--theme-color);
  color: var(--light-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
section.dog-meta > .inner .cols .right .dc-social-share li a:hover {
  background: var(--dark-color);
}

.section.dogs-cta {
  position: relative;
  margin-top: -120px;
  z-index: 100;
  max-width: 1560px;
  width: 100%;
  margin-inline: auto;
}
.section.dogs-cta .inner {
  z-index: 1;
  position: relative;
  margin-inline: auto;
}
.section.dogs-cta .inner .inner-wrapper {
  width: 100%;
  max-width: 1560px;
  padding: clamp(20px, 4vw, 80px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  background-color: var(--pink-color);
  border-radius: var(--border-radius-40);
  background-image: url("../img/pink-cloud-left.svg"), url("../img/pink-cloud-right.svg");
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .section.dogs-cta .inner .inner-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.section.dogs-cta .inner .inner-wrapper .section_intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section.dogs-cta .inner .inner-wrapper h3.title {
  margin-bottom: 0;
  color: var(--light-color);
}
.section.dogs-cta .inner .inner-wrapper .dc-btn, .section.dogs-cta .inner .inner-wrapper .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .section.dogs-cta .inner .inner-wrapper a {
  background: var(--theme-color);
  border-color: var(--light-color);
  color: var(--light-color);
  margin: 0;
}
.section.dogs-cta .inner .inner-wrapper .dc-btn:hover, .section.dogs-cta .inner .inner-wrapper .main_menu .menu > ul > li.view-dogs a:hover, .main_menu .menu > ul > li.view-dogs .section.dogs-cta .inner .inner-wrapper a:hover {
  background: var(--light-color);
  color: var(--dark-color);
}

.section.dog-description {
  position: relative;
}
.section.dog-description > .inner {
  max-width: 900px;
}
.section.dog-description > .inner .section_content p {
  line-height: 1.4em;
}
.section.dog-description > .inner .section_content p br {
  display: none;
}

.kennel-sponsors ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.kennel-sponsors ul li {
  width: calc(50% - 25px);
}

.contact p > iframe {
  border-radius: var(--border-radius-40);
}

/*------------------------------------*\
	CARDS
\*------------------------------------*/
.section.dc-cards > .inner .section_intro {
  text-align: center;
  margin-bottom: 60px;
}
.section.dc-cards > .inner .section_intro p {
  max-width: 620px;
  margin-inline: auto !important;
}
.section.dc-cards > .inner .section_intro .dc-btn, .section.dc-cards > .inner .section_intro .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs .section.dc-cards > .inner .section_intro a {
  display: inline-block;
  margin-inline: 5px;
  margin-top: 20px;
}
.section.dc-cards > .inner {
  max-width: 1440px;
}
@media only screen and (min-width: 768px) {
  .section.dc-cards > .inner .section_content {
    padding-inline: clamp(15px, 3vw, 80px);
  }
}
.section.dc-cards > .inner .section_content .grid-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
}
.section.dc-cards > .inner .section_content .item {
  position: relative;
}
.section.dc-cards > .inner .section_content .item .image-wrapper {
  transition: all 250ms ease-in-out;
}
.section.dc-cards > .inner .section_content .item .image-wrapper img {
  width: 100%;
}
.section.dc-cards > .inner .section_content .item img {
  display: block;
}
.section.dc-cards > .inner .section_content .item .button-wrapper {
  display: none;
}
.section.dc-cards > .inner .section_content .item:hover .image-wrapper {
  -ms-transform: scale(1.03);
      transform: scale(1.03);
}
.section.dc-cards.has_paw_icon::before {
  content: "";
  /*width: 120px;*/
  width: clamp(60px, 31.429px + 8.929vw, 260px);
  /*height: 160px;*/
  height: clamp(60px, 31.429px + 8.929vw, 260px);
  position: absolute;
  left: 100px;
  top: 200px;
  display: inline-block;
  background-image: url(../img/paws.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 350px) {
  .section.dc-cards.has_paw_icon::before {
    left: 15px;
    top: 0px;
  }
}
@media only screen and (min-width: 560px) {
  .section.dc-cards.has_paw_icon::before {
    left: 15px;
    top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-cards.has_paw_icon::before {
    left: 10px;
    top: 170px;
  }
}
@media only screen and (min-width: 1000px) {
  .section.dc-cards.has_paw_icon::before {
    left: 100px;
    top: 200px;
  }
}
@media only screen and (min-width: 1920px) {
  .section.dc-cards.has_paw_icon::before {
    top: 200px;
    left: 200px;
  }
}

.section.dc-cards:has(+ script + .section.dc-text-block.donation-form) {
  padding-bottom: 20px !important;
}

/*------------------------------------*\
  IMAGE INFOBOX
\*------------------------------------*/
.section.dc-image-infobox {
  padding-top: clamp(50px, 10.5vw, 180px);
  padding-bottom: clamp(30px, 5vw, 120px);
  margin-inline: 20px;
  background: var(--grey-color) url("../img/curved-block-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 0 0 var(--border-radius-80) var(--border-radius-80);
}
.section.dc-image-infobox:before {
  content: "";
  background: var(--light-color);
}
@media only screen and (max-width: 767px) {
  .section.dc-image-infobox > .inner {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-image-infobox .section_intro .description p {
    max-width: 390px;
  }
}
.section.dc-image-infobox .section_content .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.section.dc-image-infobox .section_content .item .left {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section.dc-image-infobox .section_content .item .left {
    gap: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  .section.dc-image-infobox .section_content .item .left {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-image-infobox .section_content .item .left {
    display: none;
  }
}
.section.dc-image-infobox .section_content .item .left .image-wrapper {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  overflow: hidden;
}
.section.dc-image-infobox .section_content .item .left .image-wrapper:nth-child(1) {
  margin-top: 25px;
}
.section.dc-image-infobox .section_content .item .left .image-wrapper:nth-child(2) {
  margin-top: 105px;
}
.section.dc-image-infobox .section_content .item .left .image-wrapper img {
  object-fit: cover;
  width: 100%;
}
.section.dc-image-infobox .section_content .item .left:after {
  content: "";
  background: url(../img/paw_on_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(100px, 11vw, 208px);
  height: clamp(100px, 11vw, 208px);
  position: absolute;
  left: calc(50% - clamp(50px, 5.5vw, 104px));
  top: calc(50% - clamp(55px, 6vw, 124px));
}
@media only screen and (max-width: 767px) {
  .section.dc-image-infobox .section_content .item .left:after {
    display: none;
  }
}
.section.dc-image-infobox .section_content .item .right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.dc-image-infobox .section_content .item .right {
    padding-left: 5%;
    min-width: 450px;
    width: 41%;
  }
}
@media only screen and (min-width: 1100px) {
  .section.dc-image-infobox .section_content .item .right {
    padding-left: 8%;
    min-width: 500px;
  }
}
.section.dc-image-infobox .section_content .item .right .section_intro {
  margin-bottom: 50px;
}
.section.dc-image-infobox .section_content .item .right .infobox-wrapper li {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.section.dc-image-infobox .section_content .item .right .infobox-wrapper li:last-child {
  margin-bottom: 0;
}
.section.dc-image-infobox .section_content .item .right .infobox-wrapper li .icon-wrapper {
  width: clamp(60px, 7vw, 90px);
}
.section.dc-image-infobox .section_content .item .right .infobox-wrapper li .text-wrapper {
  -ms-flex: 1;
      flex: 1;
}
.section.dc-image-infobox .section_content .item .right .infobox-wrapper li .text-wrapper h4 {
  margin-block: 6px 10px;
}
.section.dc-image-infobox.has_paw_icon .left::before {
  content: "";
  /*width: 120px;*/
  width: clamp(90px, 80.286px + 3.036vw, 158px);
  /*height: 160px;*/
  height: clamp(90px, 88.571px + 0.446vw, 100px);
  position: absolute;
  top: 0;
  /*left: 0;*/
  right: 0;
  display: inline-block;
  background-image: url(../img/paws_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*------------------------------------*\
    INFO CARDS
\*------------------------------------*/
.section.dc-info-cards {
  overflow: hidden;
}
.section.dc-info-cards > .inner {
  padding-inline: 10px;
}
@media only screen and (min-width: 768px) {
  .section.dc-info-cards > .inner {
    padding-inline: clamp(35px, 4vw, 80px);
  }
}
.section.dc-info-cards > .inner .section_intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.section.dc-info-cards > .inner .section_intro .title {
  max-width: 750px;
}
.section.dc-info-cards > .inner > .section_content .slick-list {
  margin-left: -10px;
  width: calc(100% + 20px);
}
.section.dc-info-cards > .inner > .section_content .grid-items {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section.dc-info-cards > .inner > .section_content .grid-items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.section.dc-info-cards > .inner > .section_content .grid-items .item {
  transition: all 350ms ease-in-out;
  position: relative;
  margin-top: 0 !important;
  margin-inline: 10px;
  background-color: var(--grey-color);
  border-radius: 20px;
  -ms-flex: 1;
      flex: 1;
}
.section.dc-info-cards > .inner > .section_content .grid-items .item:nth-child(odd) {
  background: var(--theme2-color);
}
.section.dc-info-cards > .inner > .section_content .grid-items .item:nth-child(even) {
  background: var(--pink-color);
}
.section.dc-info-cards > .inner > .section_content .grid-items .item .content-wrapper {
  padding: clamp(25px, 3vw, 54px) clamp(20px, 2vw, 40px) clamp(30px, 3.2vw, 52px);
  height: 100%;
  max-width: 290px;
  margin-inline: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section.dc-info-cards > .inner > .section_content .grid-items .item .content-wrapper {
    max-width: 550px;
  }
}
.section.dc-info-cards > .inner > .section_content .grid-items .item h3 {
  color: var(--light-color);
  font-weight: 400;
  max-width: 300px;
  margin-bottom: 20px;
  margin-inline: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--dark-color);
}
@media only screen and (min-width: 768px) {
  .section.dc-info-cards > .inner > .section_content .grid-items .item h3 {
    min-height: 70px;
  }
}
.section.dc-info-cards > .inner > .section_content .grid-items .item .box-description strong,
.section.dc-info-cards > .inner > .section_content .grid-items .item .bottom-description strong {
  margin-bottom: 5px;
}
.section.dc-info-cards > .inner > .section_content .grid-items .item .box-description br,
.section.dc-info-cards > .inner > .section_content .grid-items .item .bottom-description br {
  display: none;
}
.section.dc-info-cards > .inner > .section_content .grid-items .item .box-description {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--dark-color);
}
@media only screen and (min-width: 768px) {
  .section.dc-info-cards > .inner > .section_content .grid-items .item .box-description {
    min-height: 150px;
  }
}

/*------------------------------------*\
    NEWS GRID
\*------------------------------------*/
.section.dc-news-grid > .inner {
  max-width: 1760px;
}
.section.dc-news-grid .grid-items {
  width: calc(100% + 10px) !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .section.dc-news-grid .grid-items {
    width: calc(100% + 20px) !important;
    gap: 20px;
  }
}
.section.dc-news-grid .grid-items .dc-card, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item {
  width: calc(100% - 10px);
  background: var(--grey-color);
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) {
  .section.dc-news-grid .grid-items .dc-card, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-news-grid .grid-items .dc-card, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item {
    width: calc(33.3333333333% - 20px);
  }
}
.section.dc-news-grid .grid-items .dc-card .image-wrapper, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item .image-wrapper, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item .image-wrapper {
  margin-top: 0;
}
.section.dc-news-grid .grid-items .dc-card .button-wrapper, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item .button-wrapper, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item .button-wrapper {
  margin-top: 30px;
}
.section.dc-news-grid .grid-items .dc-card .content-wrapper, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item .content-wrapper, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item .content-wrapper {
  max-width: 400px;
}
.section.dc-news-grid .grid-items .dc-card .content-wrapper h3, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item .content-wrapper h3, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item .content-wrapper h3 {
  margin-top: 10px;
}
.section.dc-news-grid .grid-items .dc-card a.overlay:after, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item a.overlay:after, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item a.overlay:after {
  border-radius: 70px;
  transition: all 250ms ease-in-out;
  display: none;
}
.section.dc-news-grid .grid-items .dc-card:hover .button-wrapper a, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item:hover .button-wrapper a, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item:hover .button-wrapper a {
  color: var(--theme-color);
}
.section.dc-news-grid .grid-items .dc-card:hover a.overlay:after, .section.dc-news-grid .grid-items .section.dc-team-cards .section_content .item:hover a.overlay:after, .section.dc-team-cards .section_content .section.dc-news-grid .grid-items .item:hover a.overlay:after {
  width: clamp(80px, 4.9vw, 99px);
  background-color: var(--green-color);
  color: var(--light-color);
}

/*------------------------------------*\
    INFOBOXES
\*------------------------------------*/
.section.dc-infoboxes > .inner > .section_content .items {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .section.dc-infoboxes > .inner > .section_content .items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.section.dc-infoboxes > .inner > .section_content .items .item {
  -ms-flex: 1;
      flex: 1;
}
.section.dc-infoboxes > .inner > .section_content .items .item .content-wrapper {
  padding: clamp(30px, 5vw, 100px) clamp(20px, 3vw, 60px);
  background: var(--grey-color);
  border-radius: var(--border-radius-40);
  height: 100%;
}
.section.dc-infoboxes > .inner > .section_content .items .item .content-wrapper .box-description h3 {
  color: var(--theme-color);
  margin-block: 30px 10px;
}
.section.dc-infoboxes > .inner > .section_content .items .item .content-wrapper .box-description li {
  padding-bottom: 0;
}
@media only screen and (max-width: 1099px) {
  .section.dc-infoboxes > .inner > .section_content .items .item:nth-child(2) {
    display: none;
  }
}
.section.dc-infoboxes > .inner > .section_content .items .item:nth-child(2) .content-wrapper {
  padding: 0;
  overflow: hidden;
}
.section.dc-infoboxes > .inner > .section_content .items .item:nth-child(2) .content-wrapper .image-wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.section.dc-infoboxes > .inner > .section_content .items .item:nth-child(2) .content-wrapper img {
  display: block;
  object-fit: cover;
}
.section.dc-infoboxes > .inner > .section_content .items .item:nth-child(3) .content-wrapper {
  position: relative;
}
.section.dc-infoboxes > .inner > .section_content .items .item:nth-child(3) .content-wrapper::after {
  content: "";
  width: clamp(90px, 77.143px + 4.018vw, 180px);
  height: clamp(90px, 76.714px + 4.152vw, 183px);
  position: absolute;
  z-index: 10;
  right: clamp(-56px, -30.857px - 0.982vw, -34px);
  bottom: clamp(-51px, -28.143px - 0.893vw, -31px);
  display: inline-block;
  background-image: url(../img/paws-x2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  /*@include mq('350', min) {
      right: -4px;
      bottom: 52px;
  }

  @include mq('tablet', min) {
      right: -34px;
      bottom: -31px;
  }

  @include mq('desktop', min) {
      right: 16px;
      bottom: 113px;

  }

  @include mq('1550', min) {
      right: -56px;
      bottom: -51px;

  }*/
}

/*------------------------------------*\
  IMAGE GRID
\*------------------------------------*/
section.dc-image-grid {
  position: relative;
  margin-inline: 20px;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  section.dc-image-grid {
    margin-inline: 0;
    padding-inline: 20px;
  }
}
section.dc-image-grid > .inner .section_content .button-wrapper {
  text-align: center;
  margin-top: 40px;
}
section.dc-image-grid > .inner .section_content .button-wrapper .dc-btn, section.dc-image-grid > .inner .section_content .button-wrapper .main_menu .menu > ul > li.view-dogs a, .main_menu .menu > ul > li.view-dogs section.dc-image-grid > .inner .section_content .button-wrapper a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.dc-image-grid > .inner .section_content .images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
section.dc-image-grid > .inner .section_content .images .image:nth-child(n+6) {
  display: none;
}
@media only screen and (max-width: 949px) {
  section.dc-image-grid > .inner .section_content .images {
    grid-template-columns: repeat(3, 1fr);
  }
  section.dc-image-grid > .inner .section_content .images .image:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  section.dc-image-grid > .inner .section_content .images {
    grid-template-columns: repeat(2, 1fr);
  }
  section.dc-image-grid > .inner .section_content .images .image:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  section.dc-image-grid > .inner .section_content .images {
    grid-template-columns: repeat(1, 1fr);
  }
  section.dc-image-grid > .inner .section_content .images .image:nth-child(n+2) {
    display: none;
  }
}
section.dc-image-grid > .inner .section_content .images .image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
section.dc-image-grid > .inner .section_content .images .image:hover img {
  -ms-transform: scale(1.03);
      transform: scale(1.03);
}
section.dc-image-grid > .inner .section_content .images .image:hover .overlay {
  background: rgba(0, 0, 0, 0.2);
}
section.dc-image-grid > .inner .section_content .images .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease;
}
section.dc-image-grid > .inner .section_content .images .image img {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*------------------------------------*\
    WOOCOMMERCE STYLING
\*------------------------------------*/
.add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 210px;
  padding-inline: 28px;
  margin-top: clamp(12px, 2vw, 20px);
  opacity: 1;
  -ms-flex-align: center;
      align-items: center;
  color: var(--dark-color);
  border: 2px solid var(--light-color);
  border-radius: 50px;
  color: var(--dark-color);
  background-color: var(--theme2-color);
  border-color: var(--theme2-color);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .add_to_cart_button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit {
    line-height: 48px;
  }
}
@media only screen and (min-width: 950px) {
  .add_to_cart_button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit {
    line-height: 50px;
  }
}
.add_to_cart_button > span,
.woocommerce a.button > span,
.woocommerce button.button > span,
.woocommerce input.button > span,
.woocommerce #respond input#submit > span {
  position: relative;
  white-space: nowrap;
}
.add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: var(--dark-color);
  background-color: var(--light-color);
}

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

span.woocommerce-Price-amount.amount {
  color: var(--pink-color);
}

section.related.products {
  display: none;
}

/* FANCYBOX */
/*new image text block*/
.sticky-steps {
  min-height: 100dvh;
  position: relative;
  overflow: clip;
}
.sticky-steps__container {
  max-width: 74em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.sticky-steps__collection {
  min-height: 100dvh;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sticky-steps__list {
  grid-column-gap: 30dvh;
  grid-row-gap: 30dvh;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex: 1;
      flex: 1;
  padding-top: calc(50dvh - 7.5em);
  padding-bottom: calc(50dvh - 7.5em);
  display: -ms-flexbox;
  display: flex;
}
.sticky-steps__text {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 50%;
  padding-right: 6em;
  display: -ms-flexbox;
  display: flex;
}
.sticky-steps__eyebrow {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 1.3125em;
  font-weight: 700;
}
.sticky-steps__h2 {
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: min(5.5em, 15vw);
  font-weight: 500;
  line-height: 0.9;
}
.sticky-steps__p {
  /*opacity: .6;*/
  margin-bottom: 0;
  /*font-size: min(1.4375em, 5vw);*/
  font-size: clamp(1.25rem, 0.9884rem + 0.5457vw, 1.5rem);
  line-height: 1.3em;
  font-weight: 300;
  color: #1A1919;
}
.sticky-steps__media {
  width: 50%;
  height: 100%;
  padding-left: 3em;
  position: absolute;
  top: 0;
  right: 0;
}
.sticky-steps__sticky {
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 100dvh;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sticky-steps__visual {
  aspect-ratio: 3/4;
  border-radius: 20px;
  width: 100%;
  position: relative;
}
.sticky-steps__cover-image {
  object-fit: cover;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 80dvh;
  margin: 5dvh 0 10dvh;
}
@media screen and (min-width: 767px) {
  [data-sticky-steps-item-status] .sticky-steps__visual {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  [data-sticky-steps-item-status=before] .sticky-steps__visual, [data-sticky-steps-item-status=active] .sticky-steps__visual {
    opacity: 1;
    visibility: visible;
  }
  [data-sticky-steps-item-status] .sticky-steps__text {
    transition: opacity 0.5s ease-in-out;
    opacity: 0.25;
  }
  [data-sticky-steps-item-status=active] .sticky-steps__text {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .sticky-steps__list {
    grid-column-gap: 7.5em;
    grid-row-gap: 7.5em;
    padding-top: 10em;
    padding-bottom: 10em;
  }
  .sticky-steps__text {
    width: 100%;
    padding-bottom: 5em;
    padding-right: 0;
  }
  .sticky-steps__sticky {
    min-height: auto;
    position: relative;
    top: auto;
  }
  .sticky-steps__media {
    width: 100%;
    height: auto;
    padding-left: 0;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sticky-steps__text {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }
}

/* PAGES */
/*------------------------------------*\
    PAGE - SINGLE
\*------------------------------------*/
.single-post article > .content {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  margin-inline: auto;
  padding-block: 120px;
}
.single-post article > .content > .image-wrapper {
  display: none;
}
.single-post article > .content > .image-wrapper img {
  display: block;
  width: 100%;
}
.single-post article > .content > .inner p:first-child {
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 0 !important;
}
.single-post article > .content > .inner p:first-child:not(:last-child) {
  margin-bottom: clamp(30px, 3vw, 40px);
}
.single-post article > .content .dc-social-share {
  margin-top: 30px;
}
.single-post article > .content .dc-social-share .social-share-inner ul {
  list-style: none !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single-post article > .content .dc-social-share li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-post article > .content .dc-social-share li::marker {
  display: none;
  color: transparent;
}
.single-post article > .content .dc-social-share li a {
  background: var(--theme-color);
  color: var(--light-color);
  font-size: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.single-post article > .content .dc-social-share li a:hover {
  background: var(--dark-color);
}

/*------------------------------------*\
    WOOCOMMERCE GENERAL
\*------------------------------------*/
.woocommerce-page .hero.hero__style1 > .hero__inner {
  min-height: clamp(180px, 22vw, 320px);
}
.woocommerce-page .page_container > .content-area > .site-main {
  width: 100%;
  max-width: 1320px;
  margin: 48px auto !important;
}
.woocommerce-page > .site-main .woocommerce-ordering,
.woocommerce-page > .site-main .woocommerce-result-count,
.woocommerce-page > .site-main .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-page > .site-main ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.2vw, 22px);
}
@media only screen and (min-width: 560px) {
  .woocommerce-page > .site-main ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-page > .site-main ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1000px) {
  .woocommerce-page > .site-main ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.woocommerce-page > .site-main ul.products:before, .woocommerce-page > .site-main ul.products:after {
  display: none;
}
.woocommerce-page > .site-main ul.products > li.product {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  min-width: 0;
}
.woocommerce-page > .site-main ul.products > li.product img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.woocommerce-page > .site-main ul.products > li.product h2,
.woocommerce-page > .site-main ul.products > li.product .woocommerce-loop-product__title {
  line-height: 1.45;
  transition: all 250ms ease-in-out;
}
.woocommerce-page > .site-main ul.products > li.product > .product_type_variable {
  display: none;
}
.woocommerce-page > .site-main ul.products > li.product .price {
  color: var(--dark-color);
  font-weight: 600;
}
.woocommerce-page > .site-main ul.products > li.product:hover h2,
.woocommerce-page > .site-main ul.products > li.product:hover .woocommerce-loop-product__title {
  color: var(--theme-color);
}
/*------------------------------------*\
    SINGLE PRODUCT ONLY
\*------------------------------------*/
.single-product {
  /*------------------------------------*\
      RELATED PRODUCTS
  \*------------------------------------*/
}
.single-product .page_container > .content-area > .site-main {
  max-width: 1320px;
}
.single-product div.product.type-product,
.single-product .product.type-product {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 90px);
  -ms-flex-align: start;
      align-items: start;
  min-width: 0;
  /*------------------------------------*\
      PRODUCT GALLERY
  \*------------------------------------*/
  /*------------------------------------*\
      PRODUCT SUMMARY
  \*------------------------------------*/
  /*------------------------------------*\
      TABS
  \*------------------------------------*/
}
@media only screen and (min-width: 768px) {
  .single-product div.product.type-product,
  .single-product .product.type-product {
    grid-template-columns: minmax(0, 560px) minmax(0, 520px);
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.single-product div.product.type-product > *,
.single-product .product.type-product > * {
  min-width: 0;
}
.single-product div.product.type-product > .woocommerce-product-gallery,
.single-product .product.type-product > .woocommerce-product-gallery {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-width: 0;
}
.single-product div.product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.single-product .product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0 0 24px;
}
.single-product div.product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product .product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__image {
  background: #f7f7f7;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.single-product div.product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__image a,
.single-product .product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.single-product div.product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__image img,
.single-product .product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product div.product.type-product > .woocommerce-product-gallery .slick-list,
.single-product .product.type-product > .woocommerce-product-gallery .slick-list {
  overflow: hidden;
}
.single-product div.product.type-product > .woocommerce-product-gallery .slick-track,
.single-product .product.type-product > .woocommerce-product-gallery .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.single-product div.product.type-product > .woocommerce-product-gallery .slick-slide,
.single-product .product.type-product > .woocommerce-product-gallery .slick-slide {
  height: auto;
}
.single-product div.product.type-product > .woocommerce-product-gallery .slick-slide > div,
.single-product .product.type-product > .woocommerce-product-gallery .slick-slide > div {
  height: 100%;
}
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-prev,
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-next,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-prev,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-next {
  position: absolute;
  top: calc(50% - 54px);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 20;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 0;
  transition: all 220ms ease-in-out;
}
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-prev:hover,
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-next:hover,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-prev:hover,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-next:hover {
  background: var(--theme-color);
}
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-prev:before,
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-next:before,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-prev:before,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-next:before {
  font-size: 18px;
  color: #111;
}
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-prev:hover:before,
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-next:hover:before,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-prev:hover:before,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-next:hover:before {
  color: #fff;
}
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-prev,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-prev {
  left: 16px;
}
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-prev:before,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-prev:before {
  content: "←";
}
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-next,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-next {
  right: 16px;
}
.single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-next:before,
.single-product .product.type-product > .woocommerce-product-gallery .product-gallery-next:before {
  content: "→";
}
.single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs,
.single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100%;
}
.single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-list,
.single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-list {
  overflow: hidden;
  margin: 0 -10px;
}
.single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-track,
.single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-slide,
.single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-slide {
  padding: 0 10px;
  height: auto;
}
.single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs li,
.single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  background: #f7f7f7;
  cursor: pointer;
  aspect-ratio: 1/1;
  transition: all 220ms ease-in-out;
}
.single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs li img,
.single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
}
.single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs li:hover,
.single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs li:hover {
  border-color: var(--theme-color);
}
.single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-current li,
.single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-current li {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 2px rgba(26, 141, 255, 0.1);
}
.single-product div.product.type-product > .woocommerce-product-gallery .product-thumbs-prev,
.single-product div.product.type-product > .woocommerce-product-gallery .product-thumbs-next,
.single-product .product.type-product > .woocommerce-product-gallery .product-thumbs-prev,
.single-product .product.type-product > .woocommerce-product-gallery .product-thumbs-next {
  display: none !important;
}
.single-product div.product.type-product > .summary,
.single-product .product.type-product > .summary {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-top: 0;
}
.single-product div.product.type-product > .summary > *,
.single-product .product.type-product > .summary > * {
  max-width: 100%;
}
.single-product div.product.type-product > .summary .product_title,
.single-product div.product.type-product > .summary h1,
.single-product .product.type-product > .summary .product_title,
.single-product .product.type-product > .summary h1 {
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 8px 0 20px;
  color: #1d2025;
  word-break: break-word;
}
.single-product div.product.type-product > .summary .sku_wrapper,
.single-product .product.type-product > .summary .sku_wrapper {
  display: block;
  margin-bottom: 14px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.single-product div.product.type-product > .summary .woocommerce-product-rating,
.single-product .product.type-product > .summary .woocommerce-product-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-product div.product.type-product > .summary .star-rating,
.single-product .product.type-product > .summary .star-rating {
  font-size: 14px;
  margin: 0;
}
.single-product div.product.type-product > .summary .woocommerce-review-link,
.single-product .product.type-product > .summary .woocommerce-review-link {
  font-size: 13px;
  color: #7c8190;
}
.single-product div.product.type-product > .summary .woocommerce-product-details__short-description,
.single-product .product.type-product > .summary .woocommerce-product-details__short-description {
  margin-bottom: 24px;
}
.single-product div.product.type-product > .summary .woocommerce-product-details__short-description p,
.single-product .product.type-product > .summary .woocommerce-product-details__short-description p {
  margin: 0;
  color: #69707d;
  font-size: 18px;
  line-height: 1.8;
}
.single-product div.product.type-product > .summary .price,
.single-product .product.type-product > .summary .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #1d2025;
  font-weight: 700;
  font-size: clamp(28px, 2.3vw, 36px);
}
.single-product div.product.type-product > .summary .price ins,
.single-product .product.type-product > .summary .price ins {
  color: #1d2025;
  text-decoration: none;
}
.single-product div.product.type-product > .summary .price del,
.single-product .product.type-product > .summary .price del {
  color: #b6bcc8;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  margin-top: 2px;
  opacity: 1;
}
.single-product div.product.type-product > .summary .onsale,
.single-product .product.type-product > .summary .onsale {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 52px;
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(26, 141, 255, 0.12);
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.single-product div.product.type-product > .summary form.variations_form,
.single-product .product.type-product > .summary form.variations_form {
  margin-bottom: 0;
}
.single-product div.product.type-product > .summary table.variations,
.single-product .product.type-product > .summary table.variations {
  width: 100%;
  border: 0;
  margin: 0 0 18px;
}
.single-product div.product.type-product > .summary table.variations tbody,
.single-product div.product.type-product > .summary table.variations tr,
.single-product div.product.type-product > .summary table.variations td,
.single-product div.product.type-product > .summary table.variations th,
.single-product .product.type-product > .summary table.variations tbody,
.single-product .product.type-product > .summary table.variations tr,
.single-product .product.type-product > .summary table.variations td,
.single-product .product.type-product > .summary table.variations th {
  border: 0;
}
.single-product div.product.type-product > .summary table.variations tr,
.single-product .product.type-product > .summary table.variations tr {
  display: block;
}
.single-product div.product.type-product > .summary table.variations tr:not(:last-child),
.single-product .product.type-product > .summary table.variations tr:not(:last-child) {
  margin-bottom: 18px;
}
.single-product div.product.type-product > .summary table.variations th.label,
.single-product .product.type-product > .summary table.variations th.label {
  display: block;
  text-align: left;
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1d2025;
}
.single-product div.product.type-product > .summary table.variations td.value,
.single-product .product.type-product > .summary table.variations td.value {
  display: block;
  padding: 0;
}
.single-product div.product.type-product > .summary table.variations td.value select,
.single-product .product.type-product > .summary table.variations td.value select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #e4e9f2;
  background: #fff;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 12px;
}
.single-product div.product.type-product > .summary table.variations td.value .variable-items-wrapper,
.single-product div.product.type-product > .summary table.variations td.value .wcvaswatchinput,
.single-product .product.type-product > .summary table.variations td.value .variable-items-wrapper,
.single-product .product.type-product > .summary table.variations td.value .wcvaswatchinput {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single-product div.product.type-product > .summary table.variations td.value .variable-item,
.single-product div.product.type-product > .summary table.variations td.value .swatch-color,
.single-product div.product.type-product > .summary table.variations td.value .swatch-image,
.single-product div.product.type-product > .summary table.variations td.value .swatch-label,
.single-product div.product.type-product > .summary table.variations td.value .swatch-span,
.single-product .product.type-product > .summary table.variations td.value .variable-item,
.single-product .product.type-product > .summary table.variations td.value .swatch-color,
.single-product .product.type-product > .summary table.variations td.value .swatch-image,
.single-product .product.type-product > .summary table.variations td.value .swatch-label,
.single-product .product.type-product > .summary table.variations td.value .swatch-span {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #dbe1ea;
  border-radius: 10px;
  background: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 220ms ease-in-out;
}
.single-product div.product.type-product > .summary table.variations td.value .variable-item:hover,
.single-product div.product.type-product > .summary table.variations td.value .swatch-color:hover,
.single-product div.product.type-product > .summary table.variations td.value .swatch-image:hover,
.single-product div.product.type-product > .summary table.variations td.value .swatch-label:hover,
.single-product div.product.type-product > .summary table.variations td.value .swatch-span:hover,
.single-product .product.type-product > .summary table.variations td.value .variable-item:hover,
.single-product .product.type-product > .summary table.variations td.value .swatch-color:hover,
.single-product .product.type-product > .summary table.variations td.value .swatch-image:hover,
.single-product .product.type-product > .summary table.variations td.value .swatch-label:hover,
.single-product .product.type-product > .summary table.variations td.value .swatch-span:hover {
  border-color: var(--theme-color);
}
.single-product div.product.type-product > .summary table.variations td.value .selected,
.single-product div.product.type-product > .summary table.variations td.value .active,
.single-product div.product.type-product > .summary table.variations td.value .variable-item.selected,
.single-product .product.type-product > .summary table.variations td.value .selected,
.single-product .product.type-product > .summary table.variations td.value .active,
.single-product .product.type-product > .summary table.variations td.value .variable-item.selected {
  border-color: var(--theme-color);
  box-shadow: inset 0 0 0 1px var(--theme-color);
}
.single-product div.product.type-product > .summary table.variations td.value .reset_variations,
.single-product .product.type-product > .summary table.variations td.value .reset_variations {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
}
.single-product div.product.type-product > .summary .single_variation_wrap,
.single-product .product.type-product > .summary .single_variation_wrap {
  margin-top: 10px;
}
.single-product div.product.type-product > .summary .woocommerce-variation-price,
.single-product .product.type-product > .summary .woocommerce-variation-price {
  margin-bottom: 14px;
}
.single-product div.product.type-product > .summary form.cart,
.single-product .product.type-product > .summary form.cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  margin: 28px 0 18px;
}
.single-product div.product.type-product > .summary .quantity,
.single-product .product.type-product > .summary .quantity {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 14px;
  border-radius: 14px;
  background: #f7f8fd;
  border: 0;
}
.single-product div.product.type-product > .summary .quantity input.qty,
.single-product .product.type-product > .summary .quantity input.qty {
  width: 52px;
  min-width: 52px;
  height: 58px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1d2025;
  padding: 0;
}
.single-product div.product.type-product > .summary .quantity .dc-qty-btn,
.single-product .product.type-product > .summary .quantity .dc-qty-btn {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 220ms ease-in-out;
}
.single-product div.product.type-product > .summary .quantity .dc-qty-btn:before,
.single-product .product.type-product > .summary .quantity .dc-qty-btn:before {
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.single-product div.product.type-product > .summary .quantity .dc-qty-btn:hover,
.single-product .product.type-product > .summary .quantity .dc-qty-btn:hover {
  background: rgba(26, 141, 255, 0.1);
}
.single-product div.product.type-product > .summary .quantity .dc-minus:before,
.single-product .product.type-product > .summary .quantity .dc-minus:before {
  content: "−";
}
.single-product div.product.type-product > .summary .quantity .dc-plus:before,
.single-product .product.type-product > .summary .quantity .dc-plus:before {
  content: "+";
}
.single-product div.product.type-product > .summary .single_add_to_cart_button,
.single-product .product.type-product > .summary .single_add_to_cart_button {
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 210px;
  padding-inline: 28px;
  margin-top: clamp(12px, 2vw, 20px);
  opacity: 1;
  -ms-flex-align: center;
      align-items: center;
  color: var(--dark-color);
  border: 2px solid var(--light-color);
  border-radius: 50px;
  color: var(--dark-color) !important;
  background-color: var(--theme2-color) !important;
  border-color: var(--theme2-color) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .single-product div.product.type-product > .summary .single_add_to_cart_button,
  .single-product .product.type-product > .summary .single_add_to_cart_button {
    line-height: 48px;
  }
}
@media only screen and (min-width: 950px) {
  .single-product div.product.type-product > .summary .single_add_to_cart_button,
  .single-product .product.type-product > .summary .single_add_to_cart_button {
    line-height: 50px;
  }
}
.single-product div.product.type-product > .summary .single_add_to_cart_button > span,
.single-product .product.type-product > .summary .single_add_to_cart_button > span {
  position: relative;
  white-space: nowrap;
}
.single-product div.product.type-product > .summary .single_add_to_cart_button:hover,
.single-product .product.type-product > .summary .single_add_to_cart_button:hover {
  color: var(--dark-color) !important;
  background-color: var(--light-color) !important;
  border-color: var(--light-color) !important;
}
.single-product div.product.type-product > .summary .yith-wcwl-add-to-wishlist,
.single-product div.product.type-product > .summary .compare,
.single-product div.product.type-product > .summary .tinv-wraper,
.single-product div.product.type-product > .summary .yith-compare,
.single-product .product.type-product > .summary .yith-wcwl-add-to-wishlist,
.single-product .product.type-product > .summary .compare,
.single-product .product.type-product > .summary .tinv-wraper,
.single-product .product.type-product > .summary .yith-compare {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 16px 0 0;
  font-size: 13px;
  color: #6f7780;
}
.single-product div.product.type-product > .summary .product_meta,
.single-product .product.type-product > .summary .product_meta {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eceff3;
}
.single-product div.product.type-product > .summary .product_meta > span,
.single-product .product.type-product > .summary .product_meta > span {
  display: block;
  font-size: 13px;
  color: #666;
}
.single-product div.product.type-product > .summary .product_meta > span:not(:last-child),
.single-product .product.type-product > .summary .product_meta > span:not(:last-child) {
  margin-bottom: 8px;
}
.single-product div.product.type-product > .summary .safe-checkout,
.single-product div.product.type-product > .summary .payment-methods,
.single-product div.product.type-product > .summary .payment-icons,
.single-product .product.type-product > .summary .safe-checkout,
.single-product .product.type-product > .summary .payment-methods,
.single-product .product.type-product > .summary .payment-icons {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #eceff3;
  text-align: center;
}
.single-product div.product.type-product > .summary .safe-checkout-title,
.single-product div.product.type-product > .summary .payment-title,
.single-product .product.type-product > .summary .safe-checkout-title,
.single-product .product.type-product > .summary .payment-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}
.single-product div.product.type-product > .summary .payment-icons,
.single-product div.product.type-product > .summary .payment-methods,
.single-product .product.type-product > .summary .payment-icons,
.single-product .product.type-product > .summary .payment-methods {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
}
.single-product div.product.type-product > .summary .payment-icons img,
.single-product div.product.type-product > .summary .payment-icons svg,
.single-product div.product.type-product > .summary .payment-methods img,
.single-product div.product.type-product > .summary .payment-methods svg,
.single-product .product.type-product > .summary .payment-icons img,
.single-product .product.type-product > .summary .payment-icons svg,
.single-product .product.type-product > .summary .payment-methods img,
.single-product .product.type-product > .summary .payment-methods svg {
  max-height: 24px;
  width: auto;
}
.single-product div.product.type-product > .woocommerce-tabs,
.single-product .product.type-product > .woocommerce-tabs {
  grid-column: 1/-1;
  margin-block: 30px 90px;
}
.single-product div.product.type-product > .woocommerce-tabs ul.tabs,
.single-product .product.type-product > .woocommerce-tabs ul.tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 26px;
  padding: 0 0 14px;
  margin: 0 0 22px;
  border-bottom: 1px solid #e7ebef;
}
.single-product div.product.type-product > .woocommerce-tabs ul.tabs:before,
.single-product .product.type-product > .woocommerce-tabs ul.tabs:before {
  display: none;
}
.single-product div.product.type-product > .woocommerce-tabs ul.tabs li,
.single-product .product.type-product > .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.single-product div.product.type-product > .woocommerce-tabs ul.tabs li:before, .single-product div.product.type-product > .woocommerce-tabs ul.tabs li:after,
.single-product .product.type-product > .woocommerce-tabs ul.tabs li:before,
.single-product .product.type-product > .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}
.single-product div.product.type-product > .woocommerce-tabs ul.tabs li a,
.single-product .product.type-product > .woocommerce-tabs ul.tabs li a {
  padding: 0 0 10px !important;
  background: transparent !important;
  font-size: 13px;
  font-weight: 600;
  color: #707780;
  position: relative;
}
.single-product div.product.type-product > .woocommerce-tabs ul.tabs li.active a, .single-product div.product.type-product > .woocommerce-tabs ul.tabs li:hover a,
.single-product .product.type-product > .woocommerce-tabs ul.tabs li.active a,
.single-product .product.type-product > .woocommerce-tabs ul.tabs li:hover a {
  color: #111;
}
.single-product div.product.type-product > .woocommerce-tabs ul.tabs li.active a:after,
.single-product .product.type-product > .woocommerce-tabs ul.tabs li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px;
  background: #111;
}
.single-product div.product.type-product > .woocommerce-tabs .panel,
.single-product .product.type-product > .woocommerce-tabs .panel {
  padding: 0;
  margin: 0;
}
.single-product div.product.type-product > .woocommerce-tabs .panel h2,
.single-product .product.type-product > .woocommerce-tabs .panel h2 {
  display: none;
}
.single-product div.product.type-product > .woocommerce-tabs .panel p,
.single-product div.product.type-product > .woocommerce-tabs .panel li,
.single-product .product.type-product > .woocommerce-tabs .panel p,
.single-product .product.type-product > .woocommerce-tabs .panel li {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}
.single-product div.product.type-product > .woocommerce-tabs .panel ul,
.single-product .product.type-product > .woocommerce-tabs .panel ul {
  padding-left: 18px;
}
.single-product section.related,
.single-product .related.products {
  margin-top: 40px;
}
.single-product section.related h2,
.single-product .related.products h2 {
  margin-bottom: 24px;
}
.single-product section.related ul.products,
.single-product .related.products ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.2vw, 22px);
}
@media only screen and (min-width: 768px) {
  .single-product section.related ul.products,
  .single-product .related.products ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.single-product section.related ul.products li.product,
.single-product .related.products ul.products li.product {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.single-product section.related ul.products li.product a,
.single-product .related.products ul.products li.product a {
  display: block;
  text-decoration: none;
}
.single-product section.related ul.products li.product img,
.single-product .related.products ul.products li.product img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.single-product section.related ul.products li.product .button,
.single-product section.related ul.products li.product a.button,
.single-product section.related ul.products li.product .add_to_cart_button,
.single-product .related.products ul.products li.product .button,
.single-product .related.products ul.products li.product a.button,
.single-product .related.products ul.products li.product .add_to_cart_button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  margin-top: 12px;
  border-radius: 10px;
}

/*------------------------------------*\
    PRODUCT IMAGE MODAL
\*------------------------------------*/
.dc-product-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(17, 17, 17, 0.92);
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 40px;
}
.dc-product-modal.is-open {
  display: -ms-flexbox;
  display: flex;
}
.dc-product-modal .dc-product-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.dc-product-modal .dc-product-modal__controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dc-product-modal .dc-product-modal__controls button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}
.dc-product-modal .dc-product-modal__stage {
  width: min(92vw, 1100px);
  height: min(86vh, 820px);
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: grab;
}
.dc-product-modal .dc-product-modal__img {
  max-width: none;
  width: auto;
  height: auto;
  -ms-transform-origin: center center;
      transform-origin: center center;
  transition: transform 220ms ease-in-out;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: var(--theme-color);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: var(--theme2-color);
}

/*------------------------------------*\
    MOBILE RESPONSIVE
\*------------------------------------*/
@media (max-width: 1199px) {
  .single-product div.product.type-product,
  .single-product .product.type-product {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .single-product div.product.type-product,
  .single-product .product.type-product {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 991px) {
  .woocommerce-page .page_container > .content-area > .site-main {
    margin: 32px auto !important;
  }
  .single-product div.product.type-product,
  .single-product .product.type-product {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 30px;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery,
  .single-product div.product.type-product > .summary,
  .single-product div.product.type-product > .woocommerce-tabs,
  .single-product .product.type-product > .woocommerce-product-gallery,
  .single-product .product.type-product > .summary,
  .single-product .product.type-product > .woocommerce-tabs {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .single-product section.related ul.products,
  .single-product .related.products ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .single-post article > .content {
    padding-block: 70px;
  }
  .single-post article > .content .dc-social-share li a {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .woocommerce-page .hero.hero__style1 > .hero__inner {
    min-height: 140px;
  }
  .woocommerce-page .page_container > .content-area > .site-main {
    margin: 22px auto !important;
    padding-inline: 16px !important;
  }
  .woocommerce-page > .site-main ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .woocommerce-page > .site-main ul.products > li.product img {
    border-radius: 12px;
  }
  .woocommerce-page > .site-main ul.products > li.product h2,
  .woocommerce-page > .site-main ul.products > li.product .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 1.35;
  }
  .woocommerce-page > .site-main ul.products > li.product .price {
    font-size: 14px;
  }
  .single-product div.product.type-product,
  .single-product .product.type-product {
    gap: 24px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery,
  .single-product .product.type-product > .woocommerce-product-gallery {
    margin: 0;
    max-width: 100%;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
  .single-product .product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin-bottom: 12px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__image,
  .single-product .product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__image {
    border-radius: 16px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-prev,
  .single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-next,
  .single-product .product.type-product > .woocommerce-product-gallery .product-gallery-prev,
  .single-product .product.type-product > .woocommerce-product-gallery .product-gallery-next {
    width: 44px;
    height: 44px;
    top: calc(50% - 34px);
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-prev:before,
  .single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-next:before,
  .single-product .product.type-product > .woocommerce-product-gallery .product-gallery-prev:before,
  .single-product .product.type-product > .woocommerce-product-gallery .product-gallery-next:before {
    font-size: 18px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-prev,
  .single-product .product.type-product > .woocommerce-product-gallery .product-gallery-prev {
    left: 10px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-next,
  .single-product .product.type-product > .woocommerce-product-gallery .product-gallery-next {
    right: 10px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-list,
  .single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-list {
    margin: 0 -5px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-slide,
  .single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-slide {
    padding: 0 5px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs li,
  .single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs li {
    border-radius: 12px;
    border-width: 2px;
  }
  .single-product div.product.type-product > .summary,
  .single-product .product.type-product > .summary {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .single-product div.product.type-product > .summary .sku_wrapper,
  .single-product .product.type-product > .summary .sku_wrapper {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .single-product div.product.type-product > .summary .product_title,
  .single-product div.product.type-product > .summary h1,
  .single-product .product.type-product > .summary .product_title,
  .single-product .product.type-product > .summary h1 {
    font-size: 28px;
    line-height: 1.12;
    margin-bottom: 12px;
  }
  .single-product div.product.type-product > .summary .woocommerce-product-rating,
  .single-product .product.type-product > .summary .woocommerce-product-rating {
    margin-bottom: 10px;
    gap: 8px;
  }
  .single-product div.product.type-product > .summary .woocommerce-review-link,
  .single-product .product.type-product > .summary .woocommerce-review-link {
    font-size: 12px;
  }
  .single-product div.product.type-product > .summary .woocommerce-product-details__short-description,
  .single-product .product.type-product > .summary .woocommerce-product-details__short-description {
    margin-bottom: 16px;
  }
  .single-product div.product.type-product > .summary .woocommerce-product-details__short-description p,
  .single-product .product.type-product > .summary .woocommerce-product-details__short-description p {
    font-size: 15px;
    line-height: 1.65;
  }
  .single-product div.product.type-product > .summary .price,
  .single-product .product.type-product > .summary .price {
    font-size: 24px;
    gap: 8px;
    margin-bottom: 10px;
  }
  .single-product div.product.type-product > .summary .price del,
  .single-product .product.type-product > .summary .price del {
    font-size: 15px;
  }
  .single-product div.product.type-product > .summary .onsale,
  .single-product .product.type-product > .summary .onsale {
    min-width: 44px;
    min-height: 26px;
    font-size: 13px;
    border-radius: 6px;
  }
  .single-product div.product.type-product > .summary table.variations,
  .single-product .product.type-product > .summary table.variations {
    margin-bottom: 14px;
  }
  .single-product div.product.type-product > .summary table.variations tr:not(:last-child),
  .single-product .product.type-product > .summary table.variations tr:not(:last-child) {
    margin-bottom: 12px;
  }
  .single-product div.product.type-product > .summary table.variations th.label,
  .single-product .product.type-product > .summary table.variations th.label {
    padding-bottom: 6px;
    font-size: 13px;
  }
  .single-product div.product.type-product > .summary table.variations td.value select,
  .single-product .product.type-product > .summary table.variations td.value select {
    min-height: 46px;
    border-radius: 10px;
    font-size: 13px;
  }
  .single-product div.product.type-product > .summary table.variations td.value .variable-item,
  .single-product div.product.type-product > .summary table.variations td.value .swatch-color,
  .single-product div.product.type-product > .summary table.variations td.value .swatch-image,
  .single-product div.product.type-product > .summary table.variations td.value .swatch-label,
  .single-product div.product.type-product > .summary table.variations td.value .swatch-span,
  .single-product .product.type-product > .summary table.variations td.value .variable-item,
  .single-product .product.type-product > .summary table.variations td.value .swatch-color,
  .single-product .product.type-product > .summary table.variations td.value .swatch-image,
  .single-product .product.type-product > .summary table.variations td.value .swatch-label,
  .single-product .product.type-product > .summary table.variations td.value .swatch-span {
    min-width: 36px;
    min-height: 36px;
    padding: 4px 8px;
    border-radius: 8px;
  }
  .single-product div.product.type-product > .summary form.cart,
  .single-product .product.type-product > .summary form.cart {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: 12px;
    margin-top: 18px;
  }
  .single-product div.product.type-product > .summary .quantity,
  .single-product .product.type-product > .summary .quantity {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 54px;
    border-radius: 12px;
    padding-inline: 12px;
  }
  .single-product div.product.type-product > .summary .quantity input.qty,
  .single-product .product.type-product > .summary .quantity input.qty {
    -ms-flex: 1;
        flex: 1;
    width: auto;
    min-width: 0;
    height: 54px;
    font-size: 16px;
  }
  .single-product div.product.type-product > .summary .quantity .dc-qty-btn,
  .single-product .product.type-product > .summary .quantity .dc-qty-btn {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .single-product div.product.type-product > .summary .quantity .dc-qty-btn:before,
  .single-product .product.type-product > .summary .quantity .dc-qty-btn:before {
    font-size: 26px;
  }
  .single-product div.product.type-product > .summary .single_add_to_cart_button,
  .single-product .product.type-product > .summary .single_add_to_cart_button {
    width: 100%;
    min-width: 100%;
    min-height: 54px;
    border-radius: 12px;
    font-size: 16px;
    box-shadow: 0 12px 22px rgba(26, 141, 255, 0.2);
  }
  .single-product div.product.type-product > .summary .yith-wcwl-add-to-wishlist,
  .single-product div.product.type-product > .summary .compare,
  .single-product div.product.type-product > .summary .tinv-wraper,
  .single-product div.product.type-product > .summary .yith-compare,
  .single-product .product.type-product > .summary .yith-wcwl-add-to-wishlist,
  .single-product .product.type-product > .summary .compare,
  .single-product .product.type-product > .summary .tinv-wraper,
  .single-product .product.type-product > .summary .yith-compare {
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .single-product div.product.type-product > .summary .product_meta,
  .single-product .product.type-product > .summary .product_meta {
    margin-top: 16px;
    padding-top: 14px;
  }
  .single-product div.product.type-product > .summary .product_meta > span,
  .single-product .product.type-product > .summary .product_meta > span {
    font-size: 12px;
  }
  .single-product div.product.type-product > .summary .safe-checkout,
  .single-product div.product.type-product > .summary .payment-methods,
  .single-product div.product.type-product > .summary .payment-icons,
  .single-product .product.type-product > .summary .safe-checkout,
  .single-product .product.type-product > .summary .payment-methods,
  .single-product .product.type-product > .summary .payment-icons {
    margin-top: 16px;
    padding-top: 14px;
  }
  .single-product div.product.type-product > .summary .safe-checkout-title,
  .single-product div.product.type-product > .summary .payment-title,
  .single-product .product.type-product > .summary .safe-checkout-title,
  .single-product .product.type-product > .summary .payment-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .single-product div.product.type-product > .woocommerce-tabs,
  .single-product .product.type-product > .woocommerce-tabs {
    margin-block: 14px 40px;
  }
  .single-product div.product.type-product > .woocommerce-tabs ul.tabs,
  .single-product .product.type-product > .woocommerce-tabs ul.tabs {
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 14px;
    scrollbar-width: none;
  }
  .single-product div.product.type-product > .woocommerce-tabs ul.tabs::-webkit-scrollbar,
  .single-product .product.type-product > .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
  }
  .single-product div.product.type-product > .woocommerce-tabs ul.tabs li a,
  .single-product .product.type-product > .woocommerce-tabs ul.tabs li a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 40px;
    padding: 0 14px !important;
    font-size: 13px !important;
    font-weight: 600;
    border-radius: 999px;
    background: #f4f6fb !important;
    color: #1d2025;
  }
  .single-product div.product.type-product > .woocommerce-tabs ul.tabs li.active a,
  .single-product div.product.type-product > .woocommerce-tabs ul.tabs li:hover a,
  .single-product .product.type-product > .woocommerce-tabs ul.tabs li.active a,
  .single-product .product.type-product > .woocommerce-tabs ul.tabs li:hover a {
    background: var(--theme-color) !important;
    color: #fff !important;
  }
  .single-product div.product.type-product > .woocommerce-tabs ul.tabs li.active a:after,
  .single-product .product.type-product > .woocommerce-tabs ul.tabs li.active a:after {
    display: none;
  }
  .single-product div.product.type-product > .woocommerce-tabs .panel p,
  .single-product div.product.type-product > .woocommerce-tabs .panel li,
  .single-product .product.type-product > .woocommerce-tabs .panel p,
  .single-product .product.type-product > .woocommerce-tabs .panel li {
    font-size: 14px;
    line-height: 1.7;
  }
  .single-product section.related,
  .single-product .related.products {
    margin-top: 30px;
  }
  .single-product section.related h2,
  .single-product .related.products h2 {
    margin-bottom: 16px;
  }
  .single-product section.related ul.products,
  .single-product .related.products ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px;
  }
  .single-product section.related ul.products li.product .button,
  .single-product section.related ul.products li.product a.button,
  .single-product section.related ul.products li.product .add_to_cart_button,
  .single-product .related.products ul.products li.product .button,
  .single-product .related.products ul.products li.product a.button,
  .single-product .related.products ul.products li.product .add_to_cart_button {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }
  .dc-product-modal {
    padding: 16px;
  }
  .dc-product-modal .dc-product-modal__close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
  .dc-product-modal .dc-product-modal__controls {
    right: 12px;
    bottom: 12px;
  }
  .dc-product-modal .dc-product-modal__controls button {
    width: 40px;
    height: 40px;
  }
  .dc-product-modal .dc-product-modal__stage {
    width: 100%;
    height: 80vh;
  }
}
@media (max-width: 575px) {
  .woocommerce-page .page_container > .content-area > .site-main {
    margin: 18px auto !important;
    padding-inline: 14px !important;
  }
  .woocommerce-page > .site-main ul.products {
    gap: 10px;
  }
  .woocommerce-page > .site-main ul.products > li.product h2,
  .woocommerce-page > .site-main ul.products > li.product .woocommerce-loop-product__title {
    font-size: 13px;
  }
  .woocommerce-page > .site-main ul.products > li.product .price {
    font-size: 13px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__image,
  .single-product .product.type-product > .woocommerce-product-gallery .woocommerce-product-gallery__image {
    border-radius: 14px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-prev,
  .single-product div.product.type-product > .woocommerce-product-gallery .product-gallery-next,
  .single-product .product.type-product > .woocommerce-product-gallery .product-gallery-prev,
  .single-product .product.type-product > .woocommerce-product-gallery .product-gallery-next {
    width: 42px;
    height: 42px;
    top: calc(50% - 30px);
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-list,
  .single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-list {
    margin: 0 -4px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-slide,
  .single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs .slick-slide {
    padding: 0 4px;
  }
  .single-product div.product.type-product > .woocommerce-product-gallery .flex-control-thumbs li,
  .single-product .product.type-product > .woocommerce-product-gallery .flex-control-thumbs li {
    border-radius: 10px;
  }
  .single-product div.product.type-product > .summary .product_title,
  .single-product div.product.type-product > .summary h1,
  .single-product .product.type-product > .summary .product_title,
  .single-product .product.type-product > .summary h1 {
    font-size: 24px;
    line-height: 1.15;
  }
  .single-product div.product.type-product > .summary .woocommerce-product-details__short-description p,
  .single-product .product.type-product > .summary .woocommerce-product-details__short-description p {
    font-size: 14px;
  }
  .single-product div.product.type-product > .summary .price,
  .single-product .product.type-product > .summary .price {
    font-size: 22px;
  }
  .single-product div.product.type-product > .summary .price del,
  .single-product .product.type-product > .summary .price del {
    font-size: 14px;
  }
  .single-product div.product.type-product > .summary .quantity,
  .single-product .product.type-product > .summary .quantity {
    min-height: 52px;
  }
  .single-product div.product.type-product > .summary .quantity input.qty,
  .single-product .product.type-product > .summary .quantity input.qty {
    height: 52px;
    font-size: 15px;
  }
  .single-product div.product.type-product > .summary .quantity .dc-qty-btn,
  .single-product .product.type-product > .summary .quantity .dc-qty-btn {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .single-product div.product.type-product > .summary .single_add_to_cart_button,
  .single-product .product.type-product > .summary .single_add_to_cart_button {
    min-height: 52px;
    font-size: 15px;
  }
  .single-product div.product.type-product > .woocommerce-tabs ul.tabs li a,
  .single-product .product.type-product > .woocommerce-tabs ul.tabs li a {
    min-height: 38px;
    padding: 0 12px !important;
    font-size: 12px !important;
  }
  .single-product section.related ul.products,
  .single-product .related.products ul.products {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px;
  }
}
.section.dc-text-block.bg_white {
  background: #fff;
}
.section.dc-text-block .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.section.dc-text-block .section_intro .description .woocommerce {
  color: #1f1f1f;
}
.section.dc-text-block .section_intro .description .woocommerce a {
  color: #111;
  text-decoration: none;
  transition: all 0.2s ease;
}
.section.dc-text-block .section_intro .description .woocommerce a:hover {
  color: #666;
}
.section.dc-text-block .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
.section.dc-text-block .woocommerce-cart-form {
  margin-bottom: 40px;
}
.section.dc-text-block .shop_table.cart {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.section.dc-text-block .shop_table.cart thead th {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 18px 16px;
  border-bottom: 1px solid #e8e8e8;
  background: #f8f8f8;
}
.section.dc-text-block .shop_table.cart tbody tr.cart_item td {
  padding: 20px 16px;
  border-bottom: 1px solid #ededed;
  vertical-align: middle;
}
.section.dc-text-block .shop_table.cart .product-remove {
  width: 50px;
  text-align: center;
}
.section.dc-text-block .shop_table.cart .product-remove .remove {
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #666;
}
.section.dc-text-block .shop_table.cart .product-remove .remove:hover {
  color: #fff;
  background: var(--dark-color);
  border-color: #111;
}
.section.dc-text-block .shop_table.cart .product-thumbnail {
  width: 110px;
}
.section.dc-text-block .shop_table.cart .product-thumbnail a {
  display: inline-block;
}
.section.dc-text-block .shop_table.cart .product-thumbnail img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  background: #f5f5f5;
}
.section.dc-text-block .shop_table.cart .product-name a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}
.section.dc-text-block .shop_table.cart .product-price .amount,
.section.dc-text-block .shop_table.cart .product-subtotal .amount {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.section.dc-text-block .shop_table.cart .product-quantity .quantity {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.section.dc-text-block .shop_table.cart .product-quantity .qty {
  width: 90px;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 15px;
  text-align: center;
  background: #fff;
  color: #111;
}
.section.dc-text-block .shop_table.cart .product-quantity .qty:focus {
  outline: none;
  border-color: #111;
}
.section.dc-text-block .shop_table.cart .actions {
  padding: 20px 16px;
}
.section.dc-text-block .shop_table.cart .actions .coupon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}
.section.dc-text-block .shop_table.cart .actions .coupon .input-text {
  min-width: 220px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 14px;
}
.section.dc-text-block .shop_table.cart .actions .coupon .input-text:focus {
  outline: none;
  border-color: #111;
}
.section.dc-text-block .shop_table.cart .actions .button {
  height: 46px;
  padding: 0 22px;
  /*border: 1px solid #111;*/
  border-radius: 8px;
  background: var(--theme-color);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.section.dc-text-block .shop_table.cart .actions .button:hover {
  background: var(--theme2-color);
  color: #111;
}
.section.dc-text-block .shop_table.cart .actions .button:disabled, .section.dc-text-block .shop_table.cart .actions .button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.section.dc-text-block .shop_table.cart .actions > .button[name=update_cart] {
  margin-top: 10px;
}
.section.dc-text-block .cart-collaterals {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 32px;
}
.section.dc-text-block .cart-collaterals .cart_totals {
  width: 100%;
  max-width: 420px;
  padding: 28px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fafafa;
}
.section.dc-text-block .cart-collaterals .cart_totals h2 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #111;
}
.section.dc-text-block .cart-collaterals .cart_totals .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  border: none !important;
}
.section.dc-text-block .cart-collaterals .cart_totals .shop_table th,
.section.dc-text-block .cart-collaterals .cart_totals .shop_table td {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  font-size: 15px;
}
.section.dc-text-block .cart-collaterals .cart_totals .shop_table th {
  font-weight: 600;
  color: #111;
}
.section.dc-text-block .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
  color: #111;
}
.section.dc-text-block .cart-collaterals .cart_totals .shop_table .order-total th,
.section.dc-text-block .cart-collaterals .cart_totals .shop_table .order-total td {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 0;
}
.section.dc-text-block .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 52px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--theme-color);
  /*border: 1px solid #111;*/
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.section.dc-text-block .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: var(--theme2-color);
  color: #111;
}
.section.dc-text-block .section_content {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .section.dc-text-block .inner {
    padding: 48px 20px;
  }
  .section.dc-text-block .shop_table.cart thead {
    display: none;
  }
  .section.dc-text-block .shop_table.cart tbody tr.cart_item {
    display: block;
    padding: 18px;
    border-bottom: 1px solid #ededed;
  }
  .section.dc-text-block .shop_table.cart tbody tr.cart_item td {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: 0;
    text-align: left;
  }
  .section.dc-text-block .shop_table.cart .product-remove:before,
  .section.dc-text-block .shop_table.cart .product-thumbnail:before,
  .section.dc-text-block .shop_table.cart .product-name:before,
  .section.dc-text-block .shop_table.cart .product-price:before,
  .section.dc-text-block .shop_table.cart .product-quantity:before,
  .section.dc-text-block .shop_table.cart .product-subtotal:before {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #777;
  }
  .section.dc-text-block .shop_table.cart .product-name:before {
    content: "Product";
  }
  .section.dc-text-block .shop_table.cart .product-price:before {
    content: "Price";
  }
  .section.dc-text-block .shop_table.cart .product-quantity:before {
    content: "Quantity";
  }
  .section.dc-text-block .shop_table.cart .product-subtotal:before {
    content: "Subtotal";
  }
  .section.dc-text-block .shop_table.cart .product-thumbnail:before {
    content: "Image";
  }
  .section.dc-text-block .shop_table.cart .product-remove:before {
    content: "Remove";
  }
  .section.dc-text-block .shop_table.cart .actions .coupon {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section.dc-text-block .shop_table.cart .actions .coupon .input-text,
  .section.dc-text-block .shop_table.cart .actions .coupon .button {
    width: 100%;
  }
  .section.dc-text-block .shop_table.cart .actions > .button[name=update_cart] {
    width: 100%;
  }
  .section.dc-text-block .cart-collaterals {
    -ms-flex-pack: stretch;
        justify-content: stretch;
  }
  .section.dc-text-block .cart-collaterals .cart_totals {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .section.dc-text-block .inner {
    padding: 36px 16px;
  }
  .section.dc-text-block .shop_table.cart .product-thumbnail img {
    width: 72px;
    height: 72px;
  }
  .section.dc-text-block .cart-collaterals .cart_totals {
    padding: 22px 18px;
  }
  .section.dc-text-block .cart-collaterals .cart_totals h2 {
    font-size: 20px;
  }
}

.woocommerce-checkout {
  color: #222;
  /*.woocommerce-info,
  .woocommerce-error,
  .woocommerce-message {
    border-radius: 10px;
  }*/
}
.woocommerce-checkout .woocommerce-notices-wrapper {
  margin-bottom: 24px;
}
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
  gap: 32px;
  -ms-flex-align: start;
      align-items: start;
}
.woocommerce-checkout #customer_details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*gap: 24px;*/
  width: 100%;
}
.woocommerce-checkout #customer_details > .col-1,
.woocommerce-checkout #customer_details > .col-2 {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 28px;
  background: var(--light-color);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-sizing: border-box;
}
.woocommerce-checkout #customer_details > .col-2 {
  margin-top: 24px;
}
.woocommerce-checkout #customer_details > .col-2 .woocommerce-additional-fields__field-wrapper {
  grid-template-columns: 1fr;
}
.woocommerce-checkout #customer_details h3 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields,
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout #customer_details .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}
.woocommerce-checkout #customer_details p.form-row {
  width: 100%;
  margin: 0 0 2px;
}
.woocommerce-checkout #customer_details p.form-row-first,
.woocommerce-checkout #customer_details p.form-row-last {
  width: 100%;
  float: none;
}
.woocommerce-checkout #customer_details p.form-row-wide {
  grid-column: 1/-1;
}
.woocommerce-checkout #customer_details label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-checkout #customer_details .required {
  color: #c49a6c;
  font-weight: 700;
  text-decoration: none;
  border: 0;
}
.woocommerce-checkout #customer_details input.input-text,
.woocommerce-checkout #customer_details select,
.woocommerce-checkout #customer_details textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: var(--light-color);
  color: #222;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-checkout #customer_details input.input-text:focus,
.woocommerce-checkout #customer_details select:focus,
.woocommerce-checkout #customer_details textarea:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}
.woocommerce-checkout #customer_details textarea {
  min-height: 140px;
  resize: vertical;
}
.woocommerce-checkout #customer_details .select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: var(--light-color);
}
.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 14px;
  padding-right: 34px;
  color: #222;
}
.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 10px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields textarea {
  background: #f8f6f3;
}
.woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout #order_review {
  width: 100%;
  padding: 28px;
  background: #f8f6f3;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}
.woocommerce-checkout #order_review .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px;
  border: none;
  /*tbody td,
  tfoot td,
  tfoot th {
    color: #222;
  }*/
}
.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  vertical-align: top;
}
.woocommerce-checkout #order_review .shop_table thead th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--theme-color);
  font-weight: 700;
}
.woocommerce-checkout #order_review .shop_table .product-name {
  padding-right: 16px;
  font-weight: 600;
}
.woocommerce-checkout #order_review .shop_table .product-name .product-quantity {
  /*color: var(--theme2-color);*/
  font-weight: 500;
}
.woocommerce-checkout #order_review .shop_table .product-total,
.woocommerce-checkout #order_review .shop_table td:last-child,
.woocommerce-checkout #order_review .shop_table th:last-child {
  text-align: right;
}
.woocommerce-checkout #order_review .shop_table tfoot th {
  color: var(--dark-color);
  font-weight: 700;
}
.woocommerce-checkout #order_review .shop_table tfoot tr.order-total th,
.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td,
.woocommerce-checkout #order_review .shop_table tfoot tr.order-total .amount {
  font-size: 18px;
  font-weight: 800;
  color: var(--dark-color);
}
.woocommerce-checkout #order_review #payment {
  background: transparent;
  border: 0;
  margin-top: 8px;
}
.woocommerce-checkout #order_review #payment ul.payment_methods {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border: 0;
}
.woocommerce-checkout #order_review #payment .wc_payment_method {
  margin-bottom: 12px;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: var(--light-color);
}
.woocommerce-checkout #order_review #payment .wc_payment_method > label {
  font-weight: 600;
  color: var(--theme-color);
}
.woocommerce-checkout #order_review #payment .wc_payment_method .payment_box {
  margin-top: 12px;
  padding: 12px 14px;
  background: #f8f6f3;
  border-radius: 10px;
  color: var(--theme2-color);
}
.woocommerce-checkout #order_review #payment .wc_payment_method .payment_box::before {
  display: none;
}
.woocommerce-checkout #order_review #payment .place-order {
  padding: 0;
}
.woocommerce-checkout #order_review #payment .woocommerce-privacy-policy-text {
  margin-bottom: 14px;
  color: #5f5c5a;
}
.woocommerce-checkout #order_review #payment .woocommerce-privacy-policy-text p {
  font-size: 13px;
}
.woocommerce-checkout #order_review #payment .button,
.woocommerce-checkout #order_review #payment button,
.woocommerce-checkout #order_review #payment input[type=submit] {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--theme-color);
  border-radius: 12px;
  background: var(--theme-color);
  color: var(--light-color);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.woocommerce-checkout #order_review #payment .button:hover,
.woocommerce-checkout #order_review #payment button:hover,
.woocommerce-checkout #order_review #payment input[type=submit]:hover {
  border: 1px solid var(--theme2-color);
  background: var(--theme2-color);
  color: #FFF;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  grid-column: 1/-1;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-NoticeGroup > div,
.woocommerce-checkout .woocommerce-NoticeGroup-checkout > div {
  width: 100%;
}
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.woocommerce-checkout #customer_details {
  grid-column: 1;
  min-width: 0;
}
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  min-width: 0;
}
.woocommerce-checkout #order_review_heading {
  display: none;
}
@media (max-width: 991px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout .woocommerce-NoticeGroup,
  .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    grid-column: 1/-1;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout #order_review {
    position: static;
    top: auto;
  }
  .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout #customer_details .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout form.checkout {
    gap: 20px;
  }
  .woocommerce-checkout #customer_details > .col-1,
  .woocommerce-checkout #customer_details > .col-2 {
    padding: 20px;
    border-radius: 12px;
  }
  .woocommerce-checkout #customer_details h3 {
    font-size: 20px;
  }
  .woocommerce-checkout #order_review {
    padding: 20px;
    border-radius: 12px;
  }
}

.woocommerce form.checkout_coupon {
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 16px;
}
.woocommerce form.checkout_coupon .input-text {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: var(--light-color);
  color: #222;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce form.checkout_coupon .input-text:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}
.woocommerce form.checkout_coupon .button {
  width: auto;
  min-height: 54px;
  border: 1px solid var(--theme-color);
  border-radius: 12px;
  background: var(--theme-color);
  color: var(--light-color);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.woocommerce form.checkout_coupon .button:hover {
  border: 1px solid var(--theme2-color);
  background: var(--theme2-color);
  color: #FFF;
}

.woocommerce-account {
  color: #222;
}
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 32px;
  -ms-flex-align: start;
      align-items: start;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: none;
  display: none;
}
.woocommerce-account .woocommerce-notices-wrapper {
  grid-column: 1/-1;
  margin-bottom: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: var(--light-color);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li::before, .woocommerce-account .woocommerce-MyAccount-navigation li::after {
  content: none;
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  margin-top: 8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: var(--theme-color);
  color: var(--light-color);
  border-color: var(--theme-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: var(--light-color);
  color: #222;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation a::before, .woocommerce-account .woocommerce-MyAccount-navigation a::after {
  content: none;
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover, .woocommerce-account .woocommerce-MyAccount-navigation a:focus {
  outline: none;
  border-color: var(--theme-color);
  color: var(--theme-color);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 28px;
  background: var(--light-color);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-sizing: border-box;
}
.woocommerce-account .woocommerce-MyAccount-content > *:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  color: #222;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--theme-color);
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: var(--theme2-color);
}
.woocommerce-account form {
  width: 100%;
}
.woocommerce-account form .form-row,
.woocommerce-account .woocommerce-form-login .form-row,
.woocommerce-account .woocommerce-form-register .form-row,
.woocommerce-account .woocommerce-EditAccountForm .form-row,
.woocommerce-account .woocommerce-MyAccount-content .form-row,
.woocommerce-account .woocommerce-address-fields form .form-row,
.woocommerce-account form.edit-account .form-row,
.woocommerce-account form.woocommerce-EditAccountForm .form-row,
.woocommerce-account form.edit-address .form-row {
  width: 100%;
  margin: 0 0 16px;
  float: none;
  clear: none;
}
.woocommerce-account form .form-row-first,
.woocommerce-account form .form-row-last,
.woocommerce-account .woocommerce-form-login .form-row-first,
.woocommerce-account .woocommerce-form-login .form-row-last,
.woocommerce-account .woocommerce-form-register .form-row-first,
.woocommerce-account .woocommerce-form-register .form-row-last,
.woocommerce-account .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-EditAccountForm .form-row-last,
.woocommerce-account .woocommerce-MyAccount-content .form-row-first,
.woocommerce-account .woocommerce-MyAccount-content .form-row-last,
.woocommerce-account .woocommerce-address-fields form .form-row-first,
.woocommerce-account .woocommerce-address-fields form .form-row-last,
.woocommerce-account form.edit-account .form-row-first,
.woocommerce-account form.edit-account .form-row-last,
.woocommerce-account form.woocommerce-EditAccountForm .form-row-first,
.woocommerce-account form.woocommerce-EditAccountForm .form-row-last,
.woocommerce-account form.edit-address .form-row-first,
.woocommerce-account form.edit-address .form-row-last {
  width: calc(50% - 9px);
}
.woocommerce-account form .form-row-first,
.woocommerce-account .woocommerce-form-login .form-row-first,
.woocommerce-account .woocommerce-form-register .form-row-first,
.woocommerce-account .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-MyAccount-content .form-row-first,
.woocommerce-account .woocommerce-address-fields form .form-row-first,
.woocommerce-account form.edit-account .form-row-first,
.woocommerce-account form.woocommerce-EditAccountForm .form-row-first,
.woocommerce-account form.edit-address .form-row-first {
  float: left;
}
.woocommerce-account form .form-row-last,
.woocommerce-account .woocommerce-form-login .form-row-last,
.woocommerce-account .woocommerce-form-register .form-row-last,
.woocommerce-account .woocommerce-EditAccountForm .form-row-last,
.woocommerce-account .woocommerce-MyAccount-content .form-row-last,
.woocommerce-account .woocommerce-address-fields form .form-row-last,
.woocommerce-account form.edit-account .form-row-last,
.woocommerce-account form.woocommerce-EditAccountForm .form-row-last,
.woocommerce-account form.edit-address .form-row-last {
  float: right;
}
.woocommerce-account form .form-row-wide,
.woocommerce-account .woocommerce-form-login .form-row-wide,
.woocommerce-account .woocommerce-form-register .form-row-wide,
.woocommerce-account .woocommerce-EditAccountForm .form-row-wide,
.woocommerce-account .woocommerce-MyAccount-content .form-row-wide,
.woocommerce-account .woocommerce-address-fields form .form-row-wide,
.woocommerce-account form.edit-account .form-row-wide,
.woocommerce-account form.woocommerce-EditAccountForm .form-row-wide,
.woocommerce-account form.edit-address .form-row-wide {
  width: 100%;
  clear: both;
  float: none;
}
.woocommerce-account form label,
.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .woocommerce-form-register label,
.woocommerce-account .woocommerce-EditAccountForm label,
.woocommerce-account .woocommerce-MyAccount-content label,
.woocommerce-account .woocommerce-address-fields form label,
.woocommerce-account form.edit-account label,
.woocommerce-account form.woocommerce-EditAccountForm label,
.woocommerce-account form.edit-address label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
.woocommerce-account form .required,
.woocommerce-account .woocommerce-form-login .required,
.woocommerce-account .woocommerce-form-register .required,
.woocommerce-account .woocommerce-EditAccountForm .required,
.woocommerce-account .woocommerce-MyAccount-content .required,
.woocommerce-account .woocommerce-address-fields form .required,
.woocommerce-account form.edit-account .required,
.woocommerce-account form.woocommerce-EditAccountForm .required,
.woocommerce-account form.edit-address .required {
  color: #c49a6c;
  font-weight: 700;
  text-decoration: none;
  border: 0;
}
.woocommerce-account form input[type=text],
.woocommerce-account form input[type=email],
.woocommerce-account form input[type=tel],
.woocommerce-account form input[type=password],
.woocommerce-account form input[type=number],
.woocommerce-account form input[type=url],
.woocommerce-account form input.input-text,
.woocommerce-account form select,
.woocommerce-account form textarea,
.woocommerce-account .woocommerce-form-login input[type=text],
.woocommerce-account .woocommerce-form-login input[type=email],
.woocommerce-account .woocommerce-form-login input[type=tel],
.woocommerce-account .woocommerce-form-login input[type=password],
.woocommerce-account .woocommerce-form-login input[type=number],
.woocommerce-account .woocommerce-form-login input[type=url],
.woocommerce-account .woocommerce-form-login input.input-text,
.woocommerce-account .woocommerce-form-login select,
.woocommerce-account .woocommerce-form-login textarea,
.woocommerce-account .woocommerce-form-register input[type=text],
.woocommerce-account .woocommerce-form-register input[type=email],
.woocommerce-account .woocommerce-form-register input[type=tel],
.woocommerce-account .woocommerce-form-register input[type=password],
.woocommerce-account .woocommerce-form-register input[type=number],
.woocommerce-account .woocommerce-form-register input[type=url],
.woocommerce-account .woocommerce-form-register input.input-text,
.woocommerce-account .woocommerce-form-register select,
.woocommerce-account .woocommerce-form-register textarea,
.woocommerce-account .woocommerce-EditAccountForm input[type=text],
.woocommerce-account .woocommerce-EditAccountForm input[type=email],
.woocommerce-account .woocommerce-EditAccountForm input[type=tel],
.woocommerce-account .woocommerce-EditAccountForm input[type=password],
.woocommerce-account .woocommerce-EditAccountForm input[type=number],
.woocommerce-account .woocommerce-EditAccountForm input[type=url],
.woocommerce-account .woocommerce-EditAccountForm input.input-text,
.woocommerce-account .woocommerce-EditAccountForm select,
.woocommerce-account .woocommerce-EditAccountForm textarea,
.woocommerce-account .woocommerce-MyAccount-content input[type=text],
.woocommerce-account .woocommerce-MyAccount-content input[type=email],
.woocommerce-account .woocommerce-MyAccount-content input[type=tel],
.woocommerce-account .woocommerce-MyAccount-content input[type=password],
.woocommerce-account .woocommerce-MyAccount-content input[type=number],
.woocommerce-account .woocommerce-MyAccount-content input[type=url],
.woocommerce-account .woocommerce-MyAccount-content input.input-text,
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-address-fields form input[type=text],
.woocommerce-account .woocommerce-address-fields form input[type=email],
.woocommerce-account .woocommerce-address-fields form input[type=tel],
.woocommerce-account .woocommerce-address-fields form input[type=password],
.woocommerce-account .woocommerce-address-fields form input[type=number],
.woocommerce-account .woocommerce-address-fields form input[type=url],
.woocommerce-account .woocommerce-address-fields form input.input-text,
.woocommerce-account .woocommerce-address-fields form select,
.woocommerce-account .woocommerce-address-fields form textarea,
.woocommerce-account form.edit-account input[type=text],
.woocommerce-account form.edit-account input[type=email],
.woocommerce-account form.edit-account input[type=tel],
.woocommerce-account form.edit-account input[type=password],
.woocommerce-account form.edit-account input[type=number],
.woocommerce-account form.edit-account input[type=url],
.woocommerce-account form.edit-account input.input-text,
.woocommerce-account form.edit-account select,
.woocommerce-account form.edit-account textarea,
.woocommerce-account form.woocommerce-EditAccountForm input[type=text],
.woocommerce-account form.woocommerce-EditAccountForm input[type=email],
.woocommerce-account form.woocommerce-EditAccountForm input[type=tel],
.woocommerce-account form.woocommerce-EditAccountForm input[type=password],
.woocommerce-account form.woocommerce-EditAccountForm input[type=number],
.woocommerce-account form.woocommerce-EditAccountForm input[type=url],
.woocommerce-account form.woocommerce-EditAccountForm input.input-text,
.woocommerce-account form.woocommerce-EditAccountForm select,
.woocommerce-account form.woocommerce-EditAccountForm textarea,
.woocommerce-account form.edit-address input[type=text],
.woocommerce-account form.edit-address input[type=email],
.woocommerce-account form.edit-address input[type=tel],
.woocommerce-account form.edit-address input[type=password],
.woocommerce-account form.edit-address input[type=number],
.woocommerce-account form.edit-address input[type=url],
.woocommerce-account form.edit-address input.input-text,
.woocommerce-account form.edit-address select,
.woocommerce-account form.edit-address textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: var(--light-color);
  color: #222;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-account form input[type=text]::-webkit-input-placeholder,
.woocommerce-account form input[type=email]::-webkit-input-placeholder,
.woocommerce-account form input[type=tel]::-webkit-input-placeholder,
.woocommerce-account form input[type=password]::-webkit-input-placeholder,
.woocommerce-account form input[type=number]::-webkit-input-placeholder,
.woocommerce-account form input[type=url]::-webkit-input-placeholder,
.woocommerce-account form input.input-text::-webkit-input-placeholder,
.woocommerce-account form select::-webkit-input-placeholder,
.woocommerce-account form textarea::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=text]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=email]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=tel]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=password]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=number]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=url]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-login input.input-text::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-login select::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-login textarea::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=text]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=email]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=tel]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=password]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=number]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=url]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-register input.input-text::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-register select::-webkit-input-placeholder,
.woocommerce-account .woocommerce-form-register textarea::-webkit-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=text]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=email]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=tel]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=password]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=number]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=url]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input.input-text::-webkit-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm select::-webkit-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm textarea::-webkit-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=text]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=email]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=tel]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=password]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=number]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=url]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input.input-text::-webkit-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content select::-webkit-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content textarea::-webkit-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=text]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=email]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=tel]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=password]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=number]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=url]::-webkit-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input.input-text::-webkit-input-placeholder,
.woocommerce-account .woocommerce-address-fields form select::-webkit-input-placeholder,
.woocommerce-account .woocommerce-address-fields form textarea::-webkit-input-placeholder,
.woocommerce-account form.edit-account input[type=text]::-webkit-input-placeholder,
.woocommerce-account form.edit-account input[type=email]::-webkit-input-placeholder,
.woocommerce-account form.edit-account input[type=tel]::-webkit-input-placeholder,
.woocommerce-account form.edit-account input[type=password]::-webkit-input-placeholder,
.woocommerce-account form.edit-account input[type=number]::-webkit-input-placeholder,
.woocommerce-account form.edit-account input[type=url]::-webkit-input-placeholder,
.woocommerce-account form.edit-account input.input-text::-webkit-input-placeholder,
.woocommerce-account form.edit-account select::-webkit-input-placeholder,
.woocommerce-account form.edit-account textarea::-webkit-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=text]::-webkit-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=email]::-webkit-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=tel]::-webkit-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=password]::-webkit-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=number]::-webkit-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=url]::-webkit-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input.input-text::-webkit-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm select::-webkit-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm textarea::-webkit-input-placeholder,
.woocommerce-account form.edit-address input[type=text]::-webkit-input-placeholder,
.woocommerce-account form.edit-address input[type=email]::-webkit-input-placeholder,
.woocommerce-account form.edit-address input[type=tel]::-webkit-input-placeholder,
.woocommerce-account form.edit-address input[type=password]::-webkit-input-placeholder,
.woocommerce-account form.edit-address input[type=number]::-webkit-input-placeholder,
.woocommerce-account form.edit-address input[type=url]::-webkit-input-placeholder,
.woocommerce-account form.edit-address input.input-text::-webkit-input-placeholder,
.woocommerce-account form.edit-address select::-webkit-input-placeholder,
.woocommerce-account form.edit-address textarea::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.45);
}
.woocommerce-account form input[type=text]:-ms-input-placeholder,
.woocommerce-account form input[type=email]:-ms-input-placeholder,
.woocommerce-account form input[type=tel]:-ms-input-placeholder,
.woocommerce-account form input[type=password]:-ms-input-placeholder,
.woocommerce-account form input[type=number]:-ms-input-placeholder,
.woocommerce-account form input[type=url]:-ms-input-placeholder,
.woocommerce-account form input.input-text:-ms-input-placeholder,
.woocommerce-account form select:-ms-input-placeholder,
.woocommerce-account form textarea:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=text]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=email]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=tel]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=password]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=number]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-login input[type=url]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-login input.input-text:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-login select:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-login textarea:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=text]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=email]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=tel]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=password]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=number]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-register input[type=url]:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-register input.input-text:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-register select:-ms-input-placeholder,
.woocommerce-account .woocommerce-form-register textarea:-ms-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=text]:-ms-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=email]:-ms-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=tel]:-ms-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=password]:-ms-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=number]:-ms-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=url]:-ms-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm input.input-text:-ms-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm select:-ms-input-placeholder,
.woocommerce-account .woocommerce-EditAccountForm textarea:-ms-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=text]:-ms-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=email]:-ms-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=tel]:-ms-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=password]:-ms-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=number]:-ms-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=url]:-ms-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content input.input-text:-ms-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content select:-ms-input-placeholder,
.woocommerce-account .woocommerce-MyAccount-content textarea:-ms-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=text]:-ms-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=email]:-ms-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=tel]:-ms-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=password]:-ms-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=number]:-ms-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=url]:-ms-input-placeholder,
.woocommerce-account .woocommerce-address-fields form input.input-text:-ms-input-placeholder,
.woocommerce-account .woocommerce-address-fields form select:-ms-input-placeholder,
.woocommerce-account .woocommerce-address-fields form textarea:-ms-input-placeholder,
.woocommerce-account form.edit-account input[type=text]:-ms-input-placeholder,
.woocommerce-account form.edit-account input[type=email]:-ms-input-placeholder,
.woocommerce-account form.edit-account input[type=tel]:-ms-input-placeholder,
.woocommerce-account form.edit-account input[type=password]:-ms-input-placeholder,
.woocommerce-account form.edit-account input[type=number]:-ms-input-placeholder,
.woocommerce-account form.edit-account input[type=url]:-ms-input-placeholder,
.woocommerce-account form.edit-account input.input-text:-ms-input-placeholder,
.woocommerce-account form.edit-account select:-ms-input-placeholder,
.woocommerce-account form.edit-account textarea:-ms-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=text]:-ms-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=email]:-ms-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=tel]:-ms-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=password]:-ms-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=number]:-ms-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=url]:-ms-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input.input-text:-ms-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm select:-ms-input-placeholder,
.woocommerce-account form.woocommerce-EditAccountForm textarea:-ms-input-placeholder,
.woocommerce-account form.edit-address input[type=text]:-ms-input-placeholder,
.woocommerce-account form.edit-address input[type=email]:-ms-input-placeholder,
.woocommerce-account form.edit-address input[type=tel]:-ms-input-placeholder,
.woocommerce-account form.edit-address input[type=password]:-ms-input-placeholder,
.woocommerce-account form.edit-address input[type=number]:-ms-input-placeholder,
.woocommerce-account form.edit-address input[type=url]:-ms-input-placeholder,
.woocommerce-account form.edit-address input.input-text:-ms-input-placeholder,
.woocommerce-account form.edit-address select:-ms-input-placeholder,
.woocommerce-account form.edit-address textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.45);
}
.woocommerce-account form input[type=text]::placeholder,
.woocommerce-account form input[type=email]::placeholder,
.woocommerce-account form input[type=tel]::placeholder,
.woocommerce-account form input[type=password]::placeholder,
.woocommerce-account form input[type=number]::placeholder,
.woocommerce-account form input[type=url]::placeholder,
.woocommerce-account form input.input-text::placeholder,
.woocommerce-account form select::placeholder,
.woocommerce-account form textarea::placeholder,
.woocommerce-account .woocommerce-form-login input[type=text]::placeholder,
.woocommerce-account .woocommerce-form-login input[type=email]::placeholder,
.woocommerce-account .woocommerce-form-login input[type=tel]::placeholder,
.woocommerce-account .woocommerce-form-login input[type=password]::placeholder,
.woocommerce-account .woocommerce-form-login input[type=number]::placeholder,
.woocommerce-account .woocommerce-form-login input[type=url]::placeholder,
.woocommerce-account .woocommerce-form-login input.input-text::placeholder,
.woocommerce-account .woocommerce-form-login select::placeholder,
.woocommerce-account .woocommerce-form-login textarea::placeholder,
.woocommerce-account .woocommerce-form-register input[type=text]::placeholder,
.woocommerce-account .woocommerce-form-register input[type=email]::placeholder,
.woocommerce-account .woocommerce-form-register input[type=tel]::placeholder,
.woocommerce-account .woocommerce-form-register input[type=password]::placeholder,
.woocommerce-account .woocommerce-form-register input[type=number]::placeholder,
.woocommerce-account .woocommerce-form-register input[type=url]::placeholder,
.woocommerce-account .woocommerce-form-register input.input-text::placeholder,
.woocommerce-account .woocommerce-form-register select::placeholder,
.woocommerce-account .woocommerce-form-register textarea::placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=text]::placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=email]::placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=tel]::placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=password]::placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=number]::placeholder,
.woocommerce-account .woocommerce-EditAccountForm input[type=url]::placeholder,
.woocommerce-account .woocommerce-EditAccountForm input.input-text::placeholder,
.woocommerce-account .woocommerce-EditAccountForm select::placeholder,
.woocommerce-account .woocommerce-EditAccountForm textarea::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=text]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=email]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=tel]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=password]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=number]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input[type=url]::placeholder,
.woocommerce-account .woocommerce-MyAccount-content input.input-text::placeholder,
.woocommerce-account .woocommerce-MyAccount-content select::placeholder,
.woocommerce-account .woocommerce-MyAccount-content textarea::placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=text]::placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=email]::placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=tel]::placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=password]::placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=number]::placeholder,
.woocommerce-account .woocommerce-address-fields form input[type=url]::placeholder,
.woocommerce-account .woocommerce-address-fields form input.input-text::placeholder,
.woocommerce-account .woocommerce-address-fields form select::placeholder,
.woocommerce-account .woocommerce-address-fields form textarea::placeholder,
.woocommerce-account form.edit-account input[type=text]::placeholder,
.woocommerce-account form.edit-account input[type=email]::placeholder,
.woocommerce-account form.edit-account input[type=tel]::placeholder,
.woocommerce-account form.edit-account input[type=password]::placeholder,
.woocommerce-account form.edit-account input[type=number]::placeholder,
.woocommerce-account form.edit-account input[type=url]::placeholder,
.woocommerce-account form.edit-account input.input-text::placeholder,
.woocommerce-account form.edit-account select::placeholder,
.woocommerce-account form.edit-account textarea::placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=text]::placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=email]::placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=tel]::placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=password]::placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=number]::placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input[type=url]::placeholder,
.woocommerce-account form.woocommerce-EditAccountForm input.input-text::placeholder,
.woocommerce-account form.woocommerce-EditAccountForm select::placeholder,
.woocommerce-account form.woocommerce-EditAccountForm textarea::placeholder,
.woocommerce-account form.edit-address input[type=text]::placeholder,
.woocommerce-account form.edit-address input[type=email]::placeholder,
.woocommerce-account form.edit-address input[type=tel]::placeholder,
.woocommerce-account form.edit-address input[type=password]::placeholder,
.woocommerce-account form.edit-address input[type=number]::placeholder,
.woocommerce-account form.edit-address input[type=url]::placeholder,
.woocommerce-account form.edit-address input.input-text::placeholder,
.woocommerce-account form.edit-address select::placeholder,
.woocommerce-account form.edit-address textarea::placeholder {
  color: rgba(34, 34, 34, 0.45);
}
.woocommerce-account form input[type=text]:focus,
.woocommerce-account form input[type=email]:focus,
.woocommerce-account form input[type=tel]:focus,
.woocommerce-account form input[type=password]:focus,
.woocommerce-account form input[type=number]:focus,
.woocommerce-account form input[type=url]:focus,
.woocommerce-account form input.input-text:focus,
.woocommerce-account form select:focus,
.woocommerce-account form textarea:focus,
.woocommerce-account .woocommerce-form-login input[type=text]:focus,
.woocommerce-account .woocommerce-form-login input[type=email]:focus,
.woocommerce-account .woocommerce-form-login input[type=tel]:focus,
.woocommerce-account .woocommerce-form-login input[type=password]:focus,
.woocommerce-account .woocommerce-form-login input[type=number]:focus,
.woocommerce-account .woocommerce-form-login input[type=url]:focus,
.woocommerce-account .woocommerce-form-login input.input-text:focus,
.woocommerce-account .woocommerce-form-login select:focus,
.woocommerce-account .woocommerce-form-login textarea:focus,
.woocommerce-account .woocommerce-form-register input[type=text]:focus,
.woocommerce-account .woocommerce-form-register input[type=email]:focus,
.woocommerce-account .woocommerce-form-register input[type=tel]:focus,
.woocommerce-account .woocommerce-form-register input[type=password]:focus,
.woocommerce-account .woocommerce-form-register input[type=number]:focus,
.woocommerce-account .woocommerce-form-register input[type=url]:focus,
.woocommerce-account .woocommerce-form-register input.input-text:focus,
.woocommerce-account .woocommerce-form-register select:focus,
.woocommerce-account .woocommerce-form-register textarea:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type=text]:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type=email]:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type=tel]:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type=password]:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type=number]:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type=url]:focus,
.woocommerce-account .woocommerce-EditAccountForm input.input-text:focus,
.woocommerce-account .woocommerce-EditAccountForm select:focus,
.woocommerce-account .woocommerce-EditAccountForm textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type=text]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type=email]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type=tel]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type=password]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type=number]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type=url]:focus,
.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce-address-fields form input[type=text]:focus,
.woocommerce-account .woocommerce-address-fields form input[type=email]:focus,
.woocommerce-account .woocommerce-address-fields form input[type=tel]:focus,
.woocommerce-account .woocommerce-address-fields form input[type=password]:focus,
.woocommerce-account .woocommerce-address-fields form input[type=number]:focus,
.woocommerce-account .woocommerce-address-fields form input[type=url]:focus,
.woocommerce-account .woocommerce-address-fields form input.input-text:focus,
.woocommerce-account .woocommerce-address-fields form select:focus,
.woocommerce-account .woocommerce-address-fields form textarea:focus,
.woocommerce-account form.edit-account input[type=text]:focus,
.woocommerce-account form.edit-account input[type=email]:focus,
.woocommerce-account form.edit-account input[type=tel]:focus,
.woocommerce-account form.edit-account input[type=password]:focus,
.woocommerce-account form.edit-account input[type=number]:focus,
.woocommerce-account form.edit-account input[type=url]:focus,
.woocommerce-account form.edit-account input.input-text:focus,
.woocommerce-account form.edit-account select:focus,
.woocommerce-account form.edit-account textarea:focus,
.woocommerce-account form.woocommerce-EditAccountForm input[type=text]:focus,
.woocommerce-account form.woocommerce-EditAccountForm input[type=email]:focus,
.woocommerce-account form.woocommerce-EditAccountForm input[type=tel]:focus,
.woocommerce-account form.woocommerce-EditAccountForm input[type=password]:focus,
.woocommerce-account form.woocommerce-EditAccountForm input[type=number]:focus,
.woocommerce-account form.woocommerce-EditAccountForm input[type=url]:focus,
.woocommerce-account form.woocommerce-EditAccountForm input.input-text:focus,
.woocommerce-account form.woocommerce-EditAccountForm select:focus,
.woocommerce-account form.woocommerce-EditAccountForm textarea:focus,
.woocommerce-account form.edit-address input[type=text]:focus,
.woocommerce-account form.edit-address input[type=email]:focus,
.woocommerce-account form.edit-address input[type=tel]:focus,
.woocommerce-account form.edit-address input[type=password]:focus,
.woocommerce-account form.edit-address input[type=number]:focus,
.woocommerce-account form.edit-address input[type=url]:focus,
.woocommerce-account form.edit-address input.input-text:focus,
.woocommerce-account form.edit-address select:focus,
.woocommerce-account form.edit-address textarea:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}
.woocommerce-account form input[type=text]:disabled,
.woocommerce-account form input[type=email]:disabled,
.woocommerce-account form input[type=tel]:disabled,
.woocommerce-account form input[type=password]:disabled,
.woocommerce-account form input[type=number]:disabled,
.woocommerce-account form input[type=url]:disabled,
.woocommerce-account form input.input-text:disabled,
.woocommerce-account form select:disabled,
.woocommerce-account form textarea:disabled,
.woocommerce-account .woocommerce-form-login input[type=text]:disabled,
.woocommerce-account .woocommerce-form-login input[type=email]:disabled,
.woocommerce-account .woocommerce-form-login input[type=tel]:disabled,
.woocommerce-account .woocommerce-form-login input[type=password]:disabled,
.woocommerce-account .woocommerce-form-login input[type=number]:disabled,
.woocommerce-account .woocommerce-form-login input[type=url]:disabled,
.woocommerce-account .woocommerce-form-login input.input-text:disabled,
.woocommerce-account .woocommerce-form-login select:disabled,
.woocommerce-account .woocommerce-form-login textarea:disabled,
.woocommerce-account .woocommerce-form-register input[type=text]:disabled,
.woocommerce-account .woocommerce-form-register input[type=email]:disabled,
.woocommerce-account .woocommerce-form-register input[type=tel]:disabled,
.woocommerce-account .woocommerce-form-register input[type=password]:disabled,
.woocommerce-account .woocommerce-form-register input[type=number]:disabled,
.woocommerce-account .woocommerce-form-register input[type=url]:disabled,
.woocommerce-account .woocommerce-form-register input.input-text:disabled,
.woocommerce-account .woocommerce-form-register select:disabled,
.woocommerce-account .woocommerce-form-register textarea:disabled,
.woocommerce-account .woocommerce-EditAccountForm input[type=text]:disabled,
.woocommerce-account .woocommerce-EditAccountForm input[type=email]:disabled,
.woocommerce-account .woocommerce-EditAccountForm input[type=tel]:disabled,
.woocommerce-account .woocommerce-EditAccountForm input[type=password]:disabled,
.woocommerce-account .woocommerce-EditAccountForm input[type=number]:disabled,
.woocommerce-account .woocommerce-EditAccountForm input[type=url]:disabled,
.woocommerce-account .woocommerce-EditAccountForm input.input-text:disabled,
.woocommerce-account .woocommerce-EditAccountForm select:disabled,
.woocommerce-account .woocommerce-EditAccountForm textarea:disabled,
.woocommerce-account .woocommerce-MyAccount-content input[type=text]:disabled,
.woocommerce-account .woocommerce-MyAccount-content input[type=email]:disabled,
.woocommerce-account .woocommerce-MyAccount-content input[type=tel]:disabled,
.woocommerce-account .woocommerce-MyAccount-content input[type=password]:disabled,
.woocommerce-account .woocommerce-MyAccount-content input[type=number]:disabled,
.woocommerce-account .woocommerce-MyAccount-content input[type=url]:disabled,
.woocommerce-account .woocommerce-MyAccount-content input.input-text:disabled,
.woocommerce-account .woocommerce-MyAccount-content select:disabled,
.woocommerce-account .woocommerce-MyAccount-content textarea:disabled,
.woocommerce-account .woocommerce-address-fields form input[type=text]:disabled,
.woocommerce-account .woocommerce-address-fields form input[type=email]:disabled,
.woocommerce-account .woocommerce-address-fields form input[type=tel]:disabled,
.woocommerce-account .woocommerce-address-fields form input[type=password]:disabled,
.woocommerce-account .woocommerce-address-fields form input[type=number]:disabled,
.woocommerce-account .woocommerce-address-fields form input[type=url]:disabled,
.woocommerce-account .woocommerce-address-fields form input.input-text:disabled,
.woocommerce-account .woocommerce-address-fields form select:disabled,
.woocommerce-account .woocommerce-address-fields form textarea:disabled,
.woocommerce-account form.edit-account input[type=text]:disabled,
.woocommerce-account form.edit-account input[type=email]:disabled,
.woocommerce-account form.edit-account input[type=tel]:disabled,
.woocommerce-account form.edit-account input[type=password]:disabled,
.woocommerce-account form.edit-account input[type=number]:disabled,
.woocommerce-account form.edit-account input[type=url]:disabled,
.woocommerce-account form.edit-account input.input-text:disabled,
.woocommerce-account form.edit-account select:disabled,
.woocommerce-account form.edit-account textarea:disabled,
.woocommerce-account form.woocommerce-EditAccountForm input[type=text]:disabled,
.woocommerce-account form.woocommerce-EditAccountForm input[type=email]:disabled,
.woocommerce-account form.woocommerce-EditAccountForm input[type=tel]:disabled,
.woocommerce-account form.woocommerce-EditAccountForm input[type=password]:disabled,
.woocommerce-account form.woocommerce-EditAccountForm input[type=number]:disabled,
.woocommerce-account form.woocommerce-EditAccountForm input[type=url]:disabled,
.woocommerce-account form.woocommerce-EditAccountForm input.input-text:disabled,
.woocommerce-account form.woocommerce-EditAccountForm select:disabled,
.woocommerce-account form.woocommerce-EditAccountForm textarea:disabled,
.woocommerce-account form.edit-address input[type=text]:disabled,
.woocommerce-account form.edit-address input[type=email]:disabled,
.woocommerce-account form.edit-address input[type=tel]:disabled,
.woocommerce-account form.edit-address input[type=password]:disabled,
.woocommerce-account form.edit-address input[type=number]:disabled,
.woocommerce-account form.edit-address input[type=url]:disabled,
.woocommerce-account form.edit-address input.input-text:disabled,
.woocommerce-account form.edit-address select:disabled,
.woocommerce-account form.edit-address textarea:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  background: #f8f6f3;
}
.woocommerce-account form textarea,
.woocommerce-account .woocommerce-form-login textarea,
.woocommerce-account .woocommerce-form-register textarea,
.woocommerce-account .woocommerce-EditAccountForm textarea,
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-address-fields form textarea,
.woocommerce-account form.edit-account textarea,
.woocommerce-account form.woocommerce-EditAccountForm textarea,
.woocommerce-account form.edit-address textarea {
  min-height: 140px;
  resize: vertical;
}
.woocommerce-account form .password-input,
.woocommerce-account .woocommerce-form-login .password-input,
.woocommerce-account .woocommerce-form-register .password-input,
.woocommerce-account .woocommerce-EditAccountForm .password-input,
.woocommerce-account .woocommerce-MyAccount-content .password-input,
.woocommerce-account .woocommerce-address-fields form .password-input,
.woocommerce-account form.edit-account .password-input,
.woocommerce-account form.woocommerce-EditAccountForm .password-input,
.woocommerce-account form.edit-address .password-input {
  width: 100%;
  display: block;
  position: relative;
}
.woocommerce-account form .password-input input[type=password],
.woocommerce-account form .password-input input[type=text],
.woocommerce-account .woocommerce-form-login .password-input input[type=password],
.woocommerce-account .woocommerce-form-login .password-input input[type=text],
.woocommerce-account .woocommerce-form-register .password-input input[type=password],
.woocommerce-account .woocommerce-form-register .password-input input[type=text],
.woocommerce-account .woocommerce-EditAccountForm .password-input input[type=password],
.woocommerce-account .woocommerce-EditAccountForm .password-input input[type=text],
.woocommerce-account .woocommerce-MyAccount-content .password-input input[type=password],
.woocommerce-account .woocommerce-MyAccount-content .password-input input[type=text],
.woocommerce-account .woocommerce-address-fields form .password-input input[type=password],
.woocommerce-account .woocommerce-address-fields form .password-input input[type=text],
.woocommerce-account form.edit-account .password-input input[type=password],
.woocommerce-account form.edit-account .password-input input[type=text],
.woocommerce-account form.woocommerce-EditAccountForm .password-input input[type=password],
.woocommerce-account form.woocommerce-EditAccountForm .password-input input[type=text],
.woocommerce-account form.edit-address .password-input input[type=password],
.woocommerce-account form.edit-address .password-input input[type=text] {
  padding-right: 44px;
}
.woocommerce-account form .show-password-input,
.woocommerce-account .woocommerce-form-login .show-password-input,
.woocommerce-account .woocommerce-form-register .show-password-input,
.woocommerce-account .woocommerce-EditAccountForm .show-password-input,
.woocommerce-account .woocommerce-MyAccount-content .show-password-input,
.woocommerce-account .woocommerce-address-fields form .show-password-input,
.woocommerce-account form.edit-account .show-password-input,
.woocommerce-account form.woocommerce-EditAccountForm .show-password-input,
.woocommerce-account form.edit-address .show-password-input {
  top: 50%;
  right: 14px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.woocommerce-account form .show-password-input::after,
.woocommerce-account .woocommerce-form-login .show-password-input::after,
.woocommerce-account .woocommerce-form-register .show-password-input::after,
.woocommerce-account .woocommerce-EditAccountForm .show-password-input::after,
.woocommerce-account .woocommerce-MyAccount-content .show-password-input::after,
.woocommerce-account .woocommerce-address-fields form .show-password-input::after,
.woocommerce-account form.edit-account .show-password-input::after,
.woocommerce-account form.woocommerce-EditAccountForm .show-password-input::after,
.woocommerce-account form.edit-address .show-password-input::after {
  color: var(--theme-color);
}
.woocommerce-account form .show-password-input:hover,
.woocommerce-account .woocommerce-form-login .show-password-input:hover,
.woocommerce-account .woocommerce-form-register .show-password-input:hover,
.woocommerce-account .woocommerce-EditAccountForm .show-password-input:hover,
.woocommerce-account .woocommerce-MyAccount-content .show-password-input:hover,
.woocommerce-account .woocommerce-address-fields form .show-password-input:hover,
.woocommerce-account form.edit-account .show-password-input:hover,
.woocommerce-account form.woocommerce-EditAccountForm .show-password-input:hover,
.woocommerce-account form.edit-address .show-password-input:hover {
  background: transparent;
}
.woocommerce-account form .select2-container,
.woocommerce-account .woocommerce-form-login .select2-container,
.woocommerce-account .woocommerce-form-register .select2-container,
.woocommerce-account .woocommerce-EditAccountForm .select2-container,
.woocommerce-account .woocommerce-MyAccount-content .select2-container,
.woocommerce-account .woocommerce-address-fields form .select2-container,
.woocommerce-account form.edit-account .select2-container,
.woocommerce-account form.woocommerce-EditAccountForm .select2-container,
.woocommerce-account form.edit-address .select2-container {
  width: 100% !important;
}
.woocommerce-account form .select2-container .select2-selection--single,
.woocommerce-account .woocommerce-form-login .select2-container .select2-selection--single,
.woocommerce-account .woocommerce-form-register .select2-container .select2-selection--single,
.woocommerce-account .woocommerce-EditAccountForm .select2-container .select2-selection--single,
.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single,
.woocommerce-account .woocommerce-address-fields form .select2-container .select2-selection--single,
.woocommerce-account form.edit-account .select2-container .select2-selection--single,
.woocommerce-account form.woocommerce-EditAccountForm .select2-container .select2-selection--single,
.woocommerce-account form.edit-address .select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: var(--light-color);
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-account form .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account .woocommerce-form-login .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account .woocommerce-form-register .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account .woocommerce-address-fields form .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account form.edit-account .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account form.woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account form.edit-address .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 14px;
  padding-right: 34px;
  color: #222;
}
.woocommerce-account form .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account .woocommerce-form-login .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account .woocommerce-form-register .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account .woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account .woocommerce-address-fields form .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account form.edit-account .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account form.woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account form.edit-address .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 10px;
}
.woocommerce-account form .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account form .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-account .woocommerce-form-login .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account .woocommerce-form-login .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-account .woocommerce-form-register .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account .woocommerce-form-register .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-account .woocommerce-EditAccountForm .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account .woocommerce-EditAccountForm .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-account .woocommerce-MyAccount-content .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account .woocommerce-MyAccount-content .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-account .woocommerce-address-fields form .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account .woocommerce-address-fields form .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-account form.edit-account .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account form.edit-account .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-account form.woocommerce-EditAccountForm .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account form.woocommerce-EditAccountForm .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-account form.edit-address .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-account form.edit-address .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}
.woocommerce-account fieldset {
  margin: 24px 0 0;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.woocommerce-account fieldset legend {
  padding: 0 10px;
  font-weight: 700;
  color: #222;
}
.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.woocommerce-account .woocommerce-Addresses::before, .woocommerce-account .woocommerce-Addresses::after {
  content: none;
  display: none;
}
.woocommerce-account .woocommerce-Address {
  padding: 24px;
  background: #f8f6f3;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100% !important;
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-title::before, .woocommerce-account .woocommerce-Address .woocommerce-Address-title::after {
  content: none;
  display: none;
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 20px;
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-title .edit {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--theme-color);
  border-radius: 12px;
  background: var(--theme-color);
  color: var(--light-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.2s ease;
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-title .edit:hover, .woocommerce-account .woocommerce-Address .woocommerce-Address-title .edit:focus {
  border-color: var(--theme2-color);
  background: var(--theme2-color);
  color: #fff;
}
.woocommerce-account .woocommerce-Address address {
  margin: 0;
  font-style: normal;
  line-height: 1.7;
  color: #222;
}
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table,
.woocommerce-account table.shop_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0;
}
.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-table th,
.woocommerce-account .woocommerce-table td,
.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
  color: #222;
}
.woocommerce-account .woocommerce-orders-table thead th,
.woocommerce-account .woocommerce-table thead th,
.woocommerce-account table.shop_table thead th {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--theme-color);
  background: #f8f6f3;
}
.woocommerce-account .woocommerce-orders-table .button,
.woocommerce-account .woocommerce-orders-table .woocommerce-button,
.woocommerce-account .woocommerce-table .button,
.woocommerce-account .woocommerce-table .woocommerce-button,
.woocommerce-account table.shop_table .button,
.woocommerce-account table.shop_table .woocommerce-button {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 13px;
  width: auto;
}
.woocommerce-account .button,
.woocommerce-account .woocommerce-button,
.woocommerce-account button,
.woocommerce-account input[type=submit] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: auto;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid var(--theme-color);
  border-radius: 12px;
  background: var(--theme-color);
  color: var(--light-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.woocommerce-account .button:hover, .woocommerce-account .button:focus,
.woocommerce-account .woocommerce-button:hover,
.woocommerce-account .woocommerce-button:focus,
.woocommerce-account button:hover,
.woocommerce-account button:focus,
.woocommerce-account input[type=submit]:hover,
.woocommerce-account input[type=submit]:focus {
  outline: none;
  border-color: var(--theme2-color);
  background: var(--theme2-color);
  color: #fff;
}
.woocommerce-account .button.alt,
.woocommerce-account .woocommerce-button.alt,
.woocommerce-account button.alt,
.woocommerce-account input[type=submit].alt {
  background: var(--theme2-color);
  border-color: var(--theme2-color);
}
.woocommerce-account .button.alt:hover, .woocommerce-account .button.alt:focus,
.woocommerce-account .woocommerce-button.alt:hover,
.woocommerce-account .woocommerce-button.alt:focus,
.woocommerce-account button.alt:hover,
.woocommerce-account button.alt:focus,
.woocommerce-account input[type=submit].alt:hover,
.woocommerce-account input[type=submit].alt:focus {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account form.edit-account,
.woocommerce-account form.edit-address,
.woocommerce-account .woocommerce-address-fields form {
  display: flow-root;
}
.woocommerce-account .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-EditAccountForm .form-row-last,
.woocommerce-account form.edit-account .form-row-first,
.woocommerce-account form.edit-account .form-row-last,
.woocommerce-account form.edit-address .form-row-first,
.woocommerce-account form.edit-address .form-row-last,
.woocommerce-account .woocommerce-address-fields form .form-row-first,
.woocommerce-account .woocommerce-address-fields form .form-row-last {
  width: calc(50% - 9px);
}
.woocommerce-account .woocommerce-EditAccountForm .form-row-wide,
.woocommerce-account form.edit-account .form-row-wide,
.woocommerce-account form.edit-address .form-row-wide,
.woocommerce-account .woocommerce-address-fields form .form-row-wide {
  width: 100%;
}
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-login .woocommerce-button,
.woocommerce-account .woocommerce-form-login button,
.woocommerce-account .woocommerce-form-login input[type=submit],
.woocommerce-account .woocommerce-form-register .button,
.woocommerce-account .woocommerce-form-register .woocommerce-button,
.woocommerce-account .woocommerce-form-register button,
.woocommerce-account .woocommerce-form-register input[type=submit] {
  width: 100%;
}
.woocommerce-account .woocommerce-form-login__rememberme {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.woocommerce-account .woocommerce-form-login__rememberme input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-height: auto;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-form-login__rememberme span {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-account .woocommerce-address-fields .button,
.woocommerce-account .woocommerce-address-fields button,
.woocommerce-account .woocommerce-address-fields input[type=submit] {
  width: auto;
  min-width: 180px;
}
.woocommerce-account .woocommerce-Button[name=save_account_details],
.woocommerce-account button[name=save_account_details],
.woocommerce-account .woocommerce-address-fields .button,
.woocommerce-account .woocommerce-address-fields button,
.woocommerce-account .woocommerce-address-fields input[type=submit] {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--theme-color);
  border-radius: 12px;
  background: var(--theme-color);
  color: var(--light-color);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.woocommerce-account .woocommerce-Button[name=save_account_details]:hover,
.woocommerce-account button[name=save_account_details]:hover,
.woocommerce-account .woocommerce-address-fields .button:hover,
.woocommerce-account .woocommerce-address-fields button:hover,
.woocommerce-account .woocommerce-address-fields input[type=submit]:hover {
  border: 1px solid var(--theme2-color);
  background: var(--theme2-color);
  color: #FFF;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
  }
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-Address,
  .woocommerce-account fieldset {
    padding: 20px;
    border-radius: 12px;
  }
  .woocommerce-account form .form-row-first,
  .woocommerce-account form .form-row-last,
  .woocommerce-account form .form-row-wide,
  .woocommerce-account .woocommerce-form-login .form-row-first,
  .woocommerce-account .woocommerce-form-login .form-row-last,
  .woocommerce-account .woocommerce-form-login .form-row-wide,
  .woocommerce-account .woocommerce-form-register .form-row-first,
  .woocommerce-account .woocommerce-form-register .form-row-last,
  .woocommerce-account .woocommerce-form-register .form-row-wide,
  .woocommerce-account .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-account .woocommerce-EditAccountForm .form-row-last,
  .woocommerce-account .woocommerce-EditAccountForm .form-row-wide,
  .woocommerce-account form.edit-account .form-row-first,
  .woocommerce-account form.edit-account .form-row-last,
  .woocommerce-account form.edit-account .form-row-wide,
  .woocommerce-account form.edit-address .form-row-first,
  .woocommerce-account form.edit-address .form-row-last,
  .woocommerce-account form.edit-address .form-row-wide,
  .woocommerce-account .woocommerce-address-fields form .form-row-first,
  .woocommerce-account .woocommerce-address-fields form .form-row-last,
  .woocommerce-account .woocommerce-address-fields form .form-row-wide {
    width: 100%;
    float: none;
    clear: both;
  }
  .woocommerce-account .woocommerce-orders-table,
  .woocommerce-account .woocommerce-table,
  .woocommerce-account table.shop_table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .woocommerce-account .woocommerce-orders-table th,
  .woocommerce-account .woocommerce-orders-table td,
  .woocommerce-account .woocommerce-table th,
  .woocommerce-account .woocommerce-table td,
  .woocommerce-account table.shop_table th,
  .woocommerce-account table.shop_table td {
    white-space: nowrap;
  }
  .woocommerce-account .button,
  .woocommerce-account .woocommerce-button,
  .woocommerce-account button,
  .woocommerce-account input[type=submit],
  .woocommerce-account .woocommerce-Button[name=save_account_details],
  .woocommerce-account button[name=save_account_details],
  .woocommerce-account .woocommerce-address-fields .button,
  .woocommerce-account .woocommerce-address-fields button,
  .woocommerce-account .woocommerce-address-fields input[type=submit] {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .woocommerce-account .woocommerce-MyAccount-content h2,
  .woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 20px;
  }
}

.woocommerce-info a {
  /*min-height: 54px !important;*/
  padding: 15px !important;
  border: 1px solid var(--theme-color) !important;
  border-radius: 12px !important;
  background: var(--theme-color) !important;
  color: var(--light-color) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.woocommerce-info a:hover {
  border: 1px solid var(--theme2-color);
  background: var(--theme2-color);
  color: #FFF;
}

/*------------------------------------*\
    COMPONENT - LOGIN FORM
\*------------------------------------*/
body:not(.logged-in) .section.dc-text-block .woocommerce {
  max-width: 520px;
  margin: 0 auto;
  padding: 20px;
  background: var(--light-color);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  grid-template-columns: 1fr;
  gap: unset;
}
body:not(.logged-in) .section.dc-text-block .woocommerce h2 {
  text-align: center;
  margin-bottom: 25px;
  color: var(--theme-color);
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*gap: 18px;*/
  /* Password field wrapper */
  /* Remember me + button row */
  /* Lost password */
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login p::before, body:not(.logged-in) .section.dc-text-block .woocommerce form.login p::after {
  content: none;
  display: none;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .form-row {
  margin: 0;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: var(--dark-color);
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .required {
  color: #009FD5;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login input.input-text {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login input.input-text:focus {
  border-color: #009FD5;
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--theme-color), 0.15);
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .password-input {
  position: relative;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .password-input .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .password-input .show-password-input:after {
  font-size: 14px;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .woocommerce-form-login__rememberme {
  font-size: 13px;
  color: var(--dark-color);
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .woocommerce-form-login__rememberme input {
  margin-right: 6px;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .woocommerce-button {
  padding: 12px 20px;
  background: var(--theme-color);
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .woocommerce-button:hover {
  background: #0079a2;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .lost_password {
  text-align: center;
  margin-top: 10px;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .lost_password a {
  font-size: 13px;
  color: var(--theme-color);
  text-decoration: none;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.login .lost_password a:hover {
  text-decoration: underline;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.lost_reset_password {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.lost_reset_password .form-row {
  margin: 0;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.lost_reset_password label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: var(--dark-color);
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.lost_reset_password .required {
  color: #009FD5;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.lost_reset_password input.input-text {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.lost_reset_password input.input-text:focus {
  border-color: #009FD5;
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--theme-color), 0.15);
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.lost_reset_password p {
  font-size: 18px;
  width: auto;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.lost_reset_password .woocommerce-Button {
  padding: 12px 20px;
  background: var(--theme-color);
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}
body:not(.logged-in) .section.dc-text-block .woocommerce form.lost_reset_password .woocommerce-Button:hover {
  background: #0079a2;
}

/*------------------------------------*\
   404
\*------------------------------------*/
body.error404 .panel.main .row .M12 {
  padding: 0;
}
body.error404 .panel.main .row #post-404 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
  text-align: center;
  font-size: 18px;
}
body.error404 .panel.main .row #post-404 .page_not_found span {
  display: block;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-title {
  color: #009FD5;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #009FD5;
  font-size: 180px;
  text-transform: uppercase;
  padding: 0px 0 30px;
  font-weight: 100;
  line-height: 170px;
}
body.error404 .panel.main .row #post-404 .error_search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
body.error404 .panel.main .row #post-404 .error_search form.search {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input {
  color: var(--dark-color) !important;
  font-size: 16px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 22px !important;
  background: none;
  background-color: var(--grey-color) !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus {
  border-color: var(--theme-color) !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-webkit-input-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  width: auto;
  min-width: 210px;
  padding-inline: 28px;
  margin-top: clamp(12px, 2vw, 20px);
  opacity: 1;
  -ms-flex-align: center;
      align-items: center;
  color: var(--dark-color);
  border: 2px solid var(--light-color);
  border-radius: 50px;
  margin: 0 0 0 20px !important;
}
@media only screen and (min-width: 768px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    line-height: 48px;
  }
}
@media only screen and (min-width: 950px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    line-height: 50px;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit > span {
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 650px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #009FD5 !important;
  color: #FFFFFF !important;
}

.error404 .page_container {
  background: #f1e8dc;
}

/* IMAGE GALLERY */
/*------------------------------------*\
  GALLERY DESIGN
\*------------------------------------*/
#gallery-1,
.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 40px 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #gallery-1,
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
  }
}
@media only screen and (max-width: 639px) {
  #gallery-1,
  .gallery {
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin: 24px 0;
  }
}
#gallery-1 br,
.gallery br {
  display: none !important;
}
#gallery-1 .gallery-item,
.gallery .gallery-item {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
  display: block;
}
#gallery-1 .gallery-icon,
.gallery .gallery-icon {
  display: block;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #f6f6f6;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: all 300ms ease-in-out;
}
#gallery-1 .gallery-icon a,
.gallery .gallery-icon a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 1/1;
  background: #ececec;
  transition: all 300ms ease-in-out;
}
#gallery-1 .gallery-icon a::before,
.gallery .gallery-icon a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0.18) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}
#gallery-1 .gallery-icon a::after,
.gallery .gallery-icon a::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(1.04);
      transform: scale(1.04);
  transition: all 300ms ease-in-out;
}
#gallery-1 .gallery-icon a:hover img,
.gallery .gallery-icon a:hover img {
  -ms-transform: scale(1.08);
      transform: scale(1.08);
}
#gallery-1 .gallery-icon a:hover::before, #gallery-1 .gallery-icon a:hover::after,
.gallery .gallery-icon a:hover::before,
.gallery .gallery-icon a:hover::after {
  opacity: 1;
  visibility: visible;
}
#gallery-1 .gallery-icon a:hover::after,
.gallery .gallery-icon a:hover::after {
  -ms-transform: scale(1);
      transform: scale(1);
}
#gallery-1 .gallery-icon img,
.gallery .gallery-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  -ms-transform: scale(1);
      transform: scale(1);
  backface-visibility: hidden;
  transition: all 400ms ease-in-out;
}
#gallery-1 .gallery-icon:hover,
.gallery .gallery-icon:hover {
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08), 0 24px 60px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 766px) {
  #gallery-1 .gallery-icon,
  .gallery .gallery-icon {
    border-radius: 18px;
  }
  #gallery-1 .gallery-icon a,
  #gallery-1 .gallery-icon img,
  .gallery .gallery-icon a,
  .gallery .gallery-icon img {
    border-radius: 18px;
  }
}

/*======================================
  OPTIONAL: SOFTER CONTENT AREA LOOK
======================================*/
.entry-content .gallery .gallery-item .gallery-icon,
.entry-content #gallery-1 .gallery-item .gallery-icon,
.section_content .gallery .gallery-item .gallery-icon,
.section_content #gallery-1 .gallery-item .gallery-icon,
.page-content .gallery .gallery-item .gallery-icon,
.page-content #gallery-1 .gallery-item .gallery-icon {
  background: #fff;
}

/*SPONSORS STORY*/
/*------------------------------------*\
  SPONSORS STORY
\*------------------------------------*/
.section.sponsors_story {
  /*@extend .dc-cards;*/
  overflow: hidden;
}
.section.sponsors_story::before {
  content: unset !important;
}
.section.sponsors_story > .inner .section_intro {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  text-align: start !important;
  padding-left: 145px;
  padding-top: 15px;
}
.section.sponsors_story > .inner .section_intro::before {
  content: "";
  width: 130px;
  height: 160px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: -20px;
  background-image: url(../img/paws2-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.section.sponsors_story > .inner .section_intro .description p {
  max-width: 880px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline: 0 !important;
}
.section.sponsors_story > .inner .section_content .grid-items {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
  gap: 0px !important;
}
.section.sponsors_story > .inner .section_content .grid-items .item {
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
.section.sponsors_story > .inner .section_content .grid-items .item .image-wrapper {
  width: 100%;
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section.sponsors_story > .inner .section_content .grid-items .item .image-wrapper img {
  width: 70% !important;
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  transition: 0.3s ease;
}
.section.sponsors_story > .inner .section_content .grid-items .item:hover img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
.section.sponsors_story > .inner {
  max-width: 1440px;
}
@media only screen and (min-width: 768px) {
  .section.sponsors_story > .inner .section_content {
    padding-inline: clamp(15px, 3vw, 80px);
  }
}
.section.sponsors_story > .inner .section_content .grid-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
}
.section.sponsors_story > .inner .section_content .item {
  position: relative;
}
.section.sponsors_story > .inner .section_content .item .image-wrapper {
  transition: all 250ms ease-in-out;
}
.section.sponsors_story > .inner .section_content .item .image-wrapper img {
  width: 100%;
}
.section.sponsors_story > .inner .section_content .item img {
  display: block;
}
.section.sponsors_story > .inner .section_content .item .button-wrapper {
  display: none;
}
.section.sponsors_story > .inner .section_content .item:hover .image-wrapper {
  -ms-transform: scale(1.03);
      transform: scale(1.03);
}
@media (max-width: 768px) {
  .section.sponsors_story > .inner .section_content .grid-items .item {
    width: 50%;
  }
}

/*HAS PAW ICON*/
/*------------------------------------*\
  HAS PAW ICON
\*------------------------------------*/
.has_paw_icon .image_right .image-wrapper::after {
  content: "";
  width: 120px;
  height: 160px;
  position: absolute;
  z-index: 12;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-image: url(../img/paws-x3.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 350px) {
  .has_paw_icon .image_right .image-wrapper::after {
    width: 90px;
    height: 90px;
    bottom: -20px;
    right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .has_paw_icon .image_right .image-wrapper::after {
    width: 90px;
    height: 90px;
    bottom: -31px;
    right: -28px;
  }
}
@media only screen and (min-width: 1000px) {
  .has_paw_icon .image_right .image-wrapper::after {
    width: 120px;
    height: 160px;
    bottom: -71px;
    right: -25px;
  }
}
.has_paw_icon .image_left .image-wrapper::after {
  content: "";
  width: 120px;
  height: 160px;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  display: inline-block;
  background-image: url(../img/paws-x2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 350px) {
  .has_paw_icon .image_left .image-wrapper::after {
    width: 90px;
    height: 90px;
    left: -22px;
    top: -27px;
  }
}
@media only screen and (min-width: 768px) {
  .has_paw_icon .image_left .image-wrapper::after {
    width: 90px;
    height: 90px;
    left: -26px;
    top: -25px;
  }
}
@media only screen and (min-width: 1000px) {
  .has_paw_icon .image_left .image-wrapper::after {
    width: 120px;
    height: 160px;
    left: -35px;
    top: -34px;
  }
}
