.is-loading .loader {
  opacity: 1;visibility: visible;
  }
  .loading .loader {
    animation: fadein .5s ease;
    }

  .loader {
  position:fixed;
  left:0;
  top:0;
  bottom:0;
  right:0;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  background-color: rgba(255,255,255,1);
 pointer-events: none; 
 animation: fadeout .7s ease;
 animation-iteration-count: 1;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
  z-index:9999;
  }
  @keyframes fadeout {
    from { opacity: 1;visibility: visible; }
    to   { opacity: 0; visibility: hidden;}
}
@keyframes fadein {
  from { opacity: 0; visibility: hidden;}
  to   { opacity: 1; visibility: visible;}
}
  
  .loader__logo {
  border-radius:50%;
  position:absolute;
  width:7rem;
  height:7rem
  }
  
  .loader__spinner {
    position:absolute;
    width:7rem;
    height:7rem;
  border: 2px solid #18181a;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-animation:cssload-spin 2.7s infinite linear;
  animation:cssload-spin 2.7s infinite linear;
  z-index:1;
  opacity:.7
  }
  
  @-webkit-keyframes cssload-spin {
  100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
  }
  }
  
  @keyframes cssload-spin {
  100% {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
  }
  }


.hidden-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 340px;
  box-shadow: 0 9px 30px rgb(0 0 0 / 10%);
  display: none;
  overflow: auto;
  background-color: #fff;
  z-index: 700;
  will-change: transform;
  transform: translate3d(340px, 0, 0);
  -webkit-transform: translate3d(340px, 0, 0);
  -ms-transform: translate3d(340px, 0, 0);
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
  -moz-transform: translate3d(340px, 0, 0);
  -o-transform: translate3d(340px, 0, 0);
  transition: all 800ms cubic-bezier(.8, 0, .33, 1);
  border-radius: 0 0 100% 50%
}

body .hidden-sidebar {
  display: block
}

.cart-opened .cart-widget-side,
.sidebar-menu-opened .sidebar-menu,
.shop-filters-opened .shop-hidden-filters {
  transform: none;
  -webkit-transform: none;
  border-radius: 0 0 0 0
}

.sidebar-menu-opened .lp-overlay,
.cart-opened .lp-overlay,
.shop-filters-opened .lp-overlay {
  opacity: 1;
  visibility: visible
}

@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Bold.eot');
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Bold.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Bold.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Bold.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Bold.svg#Barlow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Light.eot');
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Light.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Light.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Light.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Light.svg#Barlow-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Regular.eot');
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Regular.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Regular.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Regular.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Regular.svg#Barlow-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Black.eot');
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Black.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Black.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Black.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Black.svg#Barlow-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Medium.eot');
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Medium.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Medium.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Medium.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Medium.svg#Barlow-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-SemiBold.eot');
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-SemiBold.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-SemiBold.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Thin.eot');
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Thin.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Thin.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Thin.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Thin.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-Thin.svg#Barlow-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-ExtraBold.eot');
    src: url('/wp-content/themes/solvang/fonts/Barlow/Barlow-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-ExtraBold.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/Barlow/Barlow-ExtraBold.svg#Barlow-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Libre Franklin';
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Light.eot');
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Light.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Light.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Light.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Light.svg#LibreFranklin-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Bold.eot');
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Bold.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Bold.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Bold.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Bold.svg#LibreFranklin-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Regular.eot');
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Regular.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Regular.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Regular.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Regular.svg#LibreFranklin-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-ExtraBold.eot');
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-ExtraBold.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-ExtraBold.svg#LibreFranklin-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-SemiBold.eot');
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-SemiBold.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-SemiBold.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-SemiBold.svg#LibreFranklin-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Medium.eot');
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Medium.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Medium.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Medium.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Medium.svg#LibreFranklin-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Black.eot');
    src: url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Black.woff2') format('woff2'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Black.woff') format('woff'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Black.ttf') format('truetype'),
        url('/wp-content/themes/solvang/fonts/LibreFranklin/LibreFranklin-Black.svg#LibreFranklin-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



  
::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
  
  .ss-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:600;
  opacity:0;
  visibility:hidden;
  background: #FDFEFF;
  opacity: 0;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  -webkit-backdrop-filter:blur(15px);
  backdrop-filter:blur(15px);
  z-index: 5;  
  }
  .sidebar-menu-opened .ss-overlay{
    opacity: .4;
    visibility: visible;
  }
  
html {
  font-size: 16px
}

*,
::after,
::before {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  outline: none
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  line-height: 1.5;
  color: #1C1C1C;
  background-color: #fff;
  min-width: 280px
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  font-family:'Libre Franklin';
  color: #1C1C1C;
}

h1,
.h1{
    font-size: 64px;
    margin-bottom: 40px;
}
h2,
.h2{
    font-size: 48px;
    margin-bottom: 30px;
}
h3,
.h3{
    font-size: 40px;
}
h4,
.h4{
    font-size: 36px;
}
h5,
.h5{
    font-size: 32px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  width: 100%;
  color: #1C1C1C;
  background: #fff;
  border: 0;
  padding: 10px 12px;
  border-radius: 40px;
  font-size: 16px;
  line-height: 1;
}

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 {
  border: none;
  -webkit-text-fill-color: #CAEDFF;
  -webkit-box-shadow: 0 0 0 1000px #1E1E45 inset;
  transition: background-color 5000s ease-in-out 0
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}
.btn, input[type='submit'], a.button.wc-backward, .cart_totals .button.wc-forward, #place_order {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.6rem;
  gap: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  transition: all .4s ease;
}
.btn, input[type='submit'], .cart_totals .button.wc-forward, #place_order {
  color: #fff;
  background: #FF0000;
  border: 2px solid #FF0000;
}
.button.wc-forward {
  background: #e6edf8;
  box-shadow: none;
}

textarea {
  resize: none;
  border-radius: 20px;
  overflow: auto;
  vertical-align: top
}

a {
  color: #1C1C1C;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

a:hover {
  color: #1C1C1C
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

a:hover,
a:focus,
a:active,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #1C1C1C
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

.container.static {
  position: static
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

ol,
ul {
  padding-left: 2rem
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  border-left: 4px solid;
  line-height: 1.45;
  margin: 0 0 1.75em;
  overflow: hidden;
  padding: 0 0 0 1.235em
}

blockquote> :last-child {
  margin-bottom: 0
}

blockquote p {
  margin-bottom: .875em
}

b,
strong {
  font-weight: 600
}

small,
.small {
  font-size: .875em
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3
}

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word
}

a>code {
  color: inherit
}

figure {
  margin: 0 0 1rem
}

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

table {
  border-collapse: inherit;
  border-spacing: 10px;
  border-width: 0;
  margin: 0;
  width: 100%
}

caption,
th,
td {
  position: relative
}

th,
td {
  border-width: 0 1px 1px 0;
  font-weight: 400;
  text-align: left
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-align: left
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

button:not(:disabled) {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  display: none
}

input::placeholder {
  color: #1C1C1C!important
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

iframe {
  border: 0
}

summary {
  display: list-item;
  cursor: pointer
}

[hidden] {
  display: none !important
}


/* main layout */

.container {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid{
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1178px;
  }
}

.grid {
  display: grid;
}

.section {
  padding: 4rem 0;
}

/* header */
.header{
    position: relative;
}
.header .is-sticky{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
}
.stickybar {
    padding: 16px 0px;
    transition: all 0.3s ease;
    position: relative;
}
.header .is-sticky{
    background: #fff;
    box-shadow: -10px 20px 25px 0 rgba(0, 0, 0, .1);
}
.search-wrap{
    display: flex;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    padding: 16px 30px 32px;
    align-items: center;
    justify-content: center;
    box-shadow: -10px 20px 25px 0 rgba(0, 0, 0, .1);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.search-wrap form{
    max-width: 500px;
    width: 100%;
}
.search-wrap.active{
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.top-bar.grid {
}

.header-logo img {
  max-width: 165px;
}


header .grid {
  display: flex;
  gap: 21px;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
}
header .container-fluid{
    z-index: 5;
    background: #fff;
}

.header-logo {
  max-width: 282px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}

.header-navbar{
    margin-left: auto;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav>ul {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.main-nav>ul>li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a:not(.logout-link) {
  font-weight: 400;
  font-size: 20px;
  position: relative;
  color: #121111;
  padding: 8px 14px;
  display: block;
  background: transparent;
  border-radius: 32px;
  transition: background .3s ease;
}
.main-nav a:not(.logout-link):hover{
    background: #EAF4FF;
}
.main-nav .current-menu-item  a{
    font-weight:500;
    color: #121111;
    background: #EAF4FF;
}
.is-form-style button.is-search-submit{
    display: none!important;
}

/* mobile menu */
.burger {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #EAF4FF;
    font-size: 0;
    padding: 14px;
}

.burger span {
  width: 100%;
  height: 2.5px;
  background-color: #1C1C1C;
  border-radius: 2.5px;
  transition: all .4s;
}

.burger.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(7px) translateX(0.5px) rotate (-45deg);
  transform: translateY(7px) translateX(0.5px) rotate(-45deg);
}

.burger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.burger.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-6px)  translateX(0.5px) rotate(45deg);
  transform: translateY(-6px)  translateX(0.5px) rotate(45deg);
}
@media screen and (min-width: 1200px){
    .burger{
        display: none;
    }
}

.sidebar-menu {
  left: 0;
  transform: translate3d(-340px, 0, 0);
  -webkit-transform: translate3d(-340px, 0, 0);
  -ms-transform: translate3d(-340px, 0, 0);
  -moz-transform: translate3d(-340px, 0, 0);
  -o-transform: translate3d(-340px, 0, 0);
}
.main-nav--search,
.main-nav--log{
    display: none;
}
.header-action{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.show-search{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #EAF4FF center/20px no-repeat;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5536 13.6396C16.764 11.988 17.3061 9.94021 17.0715 7.90604C16.8369 5.87186 15.8429 4.00127 14.2883 2.66851C12.7338 1.33575 10.7333 0.639103 8.68717 0.717944C6.64103 0.796786 4.7001 1.6453 3.25271 3.09373C1.80531 4.54216 0.958185 6.48369 0.880808 8.52989C0.803431 10.5761 1.50151 12.576 2.83538 14.1297C4.16925 15.6833 6.04055 16.6759 8.0749 16.9091C10.1092 17.1422 12.1566 16.5986 13.8074 15.3871H13.8061C13.8428 15.4371 13.8836 15.485 13.9286 15.5308L18.7411 20.3433C18.9755 20.5779 19.2935 20.7097 19.6251 20.7099C19.9566 20.71 20.2747 20.5784 20.5092 20.344C20.7438 20.1096 20.8756 19.7916 20.8757 19.46C20.8759 19.1285 20.7443 18.8104 20.5099 18.5758L15.6974 13.7633C15.6527 13.7181 15.6046 13.6775 15.5536 13.6396ZM15.8761 8.8346C15.8761 9.73744 15.6983 10.6314 15.3528 11.4655C15.0073 12.2997 14.5009 13.0576 13.8625 13.696C13.2241 14.3344 12.4662 14.8408 11.6321 15.1863C10.798 15.5318 9.90396 15.7096 9.00112 15.7096C8.09828 15.7096 7.20429 15.5318 6.37017 15.1863C5.53606 14.8408 4.77817 14.3344 4.13976 13.696C3.50136 13.0576 2.99495 12.2997 2.64945 11.4655C2.30395 10.6314 2.12612 9.73744 2.12612 8.8346C2.12612 7.01124 2.85045 5.26255 4.13976 3.97324C5.42908 2.68393 7.17776 1.9596 9.00112 1.9596C10.8245 1.9596 12.5732 2.68393 13.8625 3.97324C15.1518 5.26255 15.8761 7.01124 15.8761 8.8346Z' fill='%2314293E'/%3E%3C/svg%3E");
}
.show-search:hover{
    background-color: #EDEFF0;
}
.logout-link{
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 50%;
    color: #2E2E2E;
    font-size: 20px;
    font-family: 'Barlow';
    position: relative;
    padding-left: 14px;
    z-index: 1;
}
.logout-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #EAF4FF;
    padding: 13px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.logout-link::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    background: #EAF4FF;
    border-radius: 99px;
    z-index: -1;
    transition: all .3s ease;
}
.logout-link:hover{
    color: #2E2E2E;
}
.logout-link:hover::after{
    width: 100%;
}
.is-form-style input.is-search-input{
    font-size: 18px!important;
    color: #595F66;
    font-family: Barlow;
    border: none!important;
    border-bottom: 1px solid #595F66!important;
    padding: 0 0 12px 0;
    height: auto;
}
.is-form-style input.is-search-input:focus{
    border-bottom-color: #EAF4FF!important;
}
.is-form-style input.is-search-input::placeholder{
    color: #595F66;
}