:root {
  font-family: 'Poppins';
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1.9;
  font-size: 16px;
  color: #7A7A7A;
  /* background-color: #fdfdfd; */
  background-color: #fff;
  scroll-behavior: smooth;
  /* This makes position: fixed; not work on the page */
  /* contain: paint; */
}

body.no-scroll {
  position: fixed; 
  top: var(--st, 0);
  inline-size: 100%;
  overflow-y:scroll; 
}

body.error404 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.highlight {
  background-color: rgba(255, 152, 0, 0.15);
  box-shadow: inset 0 0 0 2px #ff9800;
}
.highlight:focus-visible {
  background-color: rgb(255 0 0 / 15%);
  box-shadow: inset 0 0 0 2px #ff0000;
}

strong {
  font-weight: 700;
}

a {
  color: var(--blue2);
}

ol,
ul {
  margin: 0 0 24px 24px;
  color: var(--blue2);
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

h1,
.h1,
.h1 > * {
  font-family: 'Poppins';
  font-size: 32px;
  line-height: 1.25;
  color: var(--blue2);
  font-weight: 700;
  margin-bottom: 24px;
}

h2,
.h2,
.h2 > * {
	font-family: "Reddit Sans", sans-serif;
  font-size: 32px;
  line-height: 1.25em;
  color: var(--blue2);
  font-weight: 700;
  margin-bottom: 24px;
}

h3,
.h3,
.h3 > * {
	font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.29em;
  color: var(--blue2);
  margin-bottom: 24px;
}

h3 + ol,
h3 + ul {
  margin-top: -16px;
}

@media screen and (max-width: 768px ) {
  h1,
  .h1,
  .h1 > * {
    font-size: 24px;
  }

  h2,
  .h2,
  .h2 > * {
    font-size: 24px;
  }

  h3,
  .h3,
  .h3 > * {
    font-size: 18px;
    line-height: 1.3125em;
  }

  h3 + ol, h3 + ul {
    margin-top: -8px;
  }

  ul,
  ol {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 567px ) {
  h1,
  .h1,
  .h1 > * {
    font-size: 16px;
    margin-bottom: 16px;
  }

  h2,
  .h2,
  .h2 > * {
    font-size: 16px;
    margin-bottom: 16px;
  }

  h3,
  .h3,
  .h3 > * {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.wpcf7 .placeholder {
  color: #7A7A7A;
}

#masthead {
  position: relative;
  overflow: hidden;
}

#masthead img {
  width: auto;
  display: block;
}

#masthead .logo a {
  display: inline-block;
}

#masthead .logo a {
  transform: translate(0px, 2px);
}

#masthead .logo a + a {
  display: none;
}

#masthead .top {
  height: 100%;
  max-height: 107px;
  align-items: center;
  justify-content: space-between;
  padding: 6px 15px;
}

#masthead .bottom {
  height: 81px;
  background-color: var(--theme-color-2);
}

#masthead .bottom * {
  height: 100%;
}

#masthead .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#masthead .bottom .menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 77px;
  height: 100%;
}

#masthead .bottom .right {
  background-color: var(--theme-color-1);
  position: relative;
  display: flex;
  align-items: center;
}


#masthead .bottom .menu a {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  font-family: 'Poppins';
}

#masthead .bottom .right a {
  position: relative;
  z-index: 2;
  height: 56px;
  margin-left: 91px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 34px;
}

#masthead .bottom .right a span {
  position: relative;
}

#masthead .bottom .right::before {
  position: absolute;
  content: '';
  border-top-width: 80px;
  border-top-style: solid;
  border-top-color: var(--theme-color-2);
  border-right-width: 22px;
  border-right-style: solid;
  border-right-color: #FFFFFF00;
  top: 0;
  bottom: auto;
  z-index: 2;
}

#masthead .bottom .right::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: -9999px;
  background-color: var(--theme-color-1);
  z-index: 1;
}

#masthead .bottom .menu li {
  height: auto;
}

#masthead .bottom .menu a {
  text-decoration: none;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 300;
}

#masthead .text-item .cart-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: var(--blue2);
	font-family: "Reddit Sans", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  z-index: 9;
}

#masthead .text {
  display: flex;
  flex-shrink: 0;
}

#masthead .text .text-item {
  margin: 0;
  padding: 0 30px;
  border-left: 1px solid #F3F3F3;
  position: relative;
}

#masthead .text .text-item:first-child {
  border-left: none;
}

#masthead .text-item {
  display: flex;
  align-items: center;
}

#masthead .text-item .icon {
  width: 64px;
  aspect-ratio: 1 / 1;
  perspective: 1000px;
}

#masthead .text-item .icon + div {
  margin-left: 20px;
}

#masthead .text .text-item:last-child {
  padding-right: 0;
}

.site-footer .icon .front,
.site-footer .icon .back,
#masthead .icon .front,
#masthead .icon .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.site-footer .text-item .icon .front,
#masthead .text-item .icon .front {
  background-color: var(--theme-color-1);
}

.site-footer .text-item .icon .back,
#masthead .text-item .icon .back {
  background-color: var(--theme-color-2);
  transform: rotateY(180deg);
}

.site-footer .text-item .icon-inner,
#masthead .text-item .icon-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.3s;
  transform-style: preserve-3d;
}

.site-footer .text-item .icon:hover .icon-inner,
#masthead .text-item .icon:hover .icon-inner {
  transform: rotateY(180deg);
}

#masthead .text-item div p:first-child {
  margin-bottom: 8px;
  color: #000;
}

#masthead .text-item .f-lightgray {
  color: var(--lightgray);
}

#masthead #mobile-menu-show span,
#masthead #mobile-menu-show span:before,
#masthead #mobile-menu-show span:after {
  background-color: #000;
  color: #000;
}

#masthead #mobile-menu-hide,
#masthead #mobile-menu-show,
#masthead #site-navigation .menu>li>a {
	text-decoration: none
}

#masthead #mobile-menu-show {
	width: 30px;
	height: 27px;
  position: relative;
  display: none;
}

#masthead #mobile-menu-hide {
  position: relative;
  display: block;
  padding-right: 7px;
}

#masthead #mobile-menu-hide span,
#masthead #mobile-menu-show span {
	height: 2px;
	width: 30px;
	background: #fff;
	display: block
}

#masthead #mobile-menu-hide span {
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 7px;
	display: inline-block;
	width: 30px;
	height: 8px;
}

#masthead #mobile-menu-show span:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	top: 9px;
	right: 0;
	background: #fff;
}

#masthead #mobile-menu-show span:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	top: 18px;
	right: 0;
	background: #fff;
}

.mobile-menu-visible #masthead #mobile-menu-show span {
	width: 21px;
	height: 21px;
}

#masthead .mobile-cart,
.mobile-menu-visible #masthead #mobile-menu-show span:before,
.mobile-menu-visible #masthead #mobile-menu-show span:after,
.mobile-menu-visible #masthead #mobile-menu-show {
	display: none;
}

#masthead #mobile-menu-hide {
	display: none;
	z-index: 301;
}

.mobile-menu-visible #masthead #mobile-menu-hide {
	display: block;
}

.mobile-menu-visible #masthead #mobile-menu-hide svg path {
  stroke: #fff;
}

@media screen and (max-width: 1500px ) {
  #masthead .bottom .menu {
    gap: 57px;
  }
}

@media screen and (max-width: 1400px ) {
  #masthead .bottom .menu {
    gap: 30px;
  }

  #masthead .bottom .menu a {
    font-size: 18px;
  }

  #masthead .bottom .right a {
    height: 50px;
    line-height: 53px;
  }
}

@media screen and (max-width: 1200px) {
  #masthead .bottom .menu {
    gap: 22px;
  }

  #masthead .bottom .menu a {
    font-size: 16px;
  }

  #masthead .bottom .right a {
    margin-left: 40px;
  }

  #masthead .text-item .icon {
    width: 52px;
  }

  #masthead img {
    max-width: 290px;
    width: 100%;
  }
}

@media screen and (max-width: 1100px ) {
  #masthead img {
    max-width: 240px;
  }
}

@media screen and (max-width: 992px) {
  #masthead {
    overflow: visible;
  }

  #masthead .top {
    flex-direction: column-reverse;
    align-items: unset;
    padding: 0 15px;
    z-index: 11;
    position: relative;
    background-color: var(--blue2);
  }

  #masthead .top .text {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0 14px 0;
    display: none;
  }

  #masthead .logo {
    padding: 21px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #masthead .logo img {
    max-width: 53px;
  }

  #masthead .logo a {
    display: none;
  }

  #masthead .logo a + a {
    display: block;
  }

  #masthead .mobile-cart {
    display: block;
    margin-left: auto;
    margin-right: 24px;
    position: relative;
  }

  #masthead .mobile-cart .cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    font-size: 12px;
    background: var(--orange);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
  }

  #masthead .mobile-cart svg {
    width: 24px;
    height: 24px;
    margin-top: 3px;
  }

  #masthead .mobile-cart svg path {
    /* fill: #000; */
  }

  #masthead #mobile-menu-show {
    display: block;
  }

  #masthead .bottom {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    right: 20%;
    transform: translateX(-100%);
    z-index: 99;
    transition: all 200ms linear;
  }

  .mmenu-visible #masthead .bottom {
    transform: translateX(0);
  }

  main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in;
    z-index: 98;
  }

  .mmenu-visible #masthead .top,
  .mmenu-visible main {
    pointer-events: none;
  }

  .mmenu-visible main::before {
    opacity: 0.5;
  }

  .mmenu-visible {
    overflow: hidden;
  }

  #masthead .text .text-item:not(:first-child) {
    border: none;
    margin: 0;
    padding: 0;
  }

  #masthead .bottom .container {
    flex-direction: column;
    padding: 0;
  }

  #masthead .bottom .menu {
    flex-direction: column;
    padding: 50px 0;
    justify-content: center;
  }
  #masthead .bottom .right {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }

  #masthead .bottom .right a {
    margin: 0 auto;
  }

  #masthead .bottom .right::before,
  #masthead .bottom .right::after {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  #masthead .text-item .icon {
    display: none;
  }
  #masthead .text-item.facebook .icon {
    display: block;
  }
}

@media screen and (max-width: 480px ) {
  #masthead .top .text {
    flex-direction: column;
    gap: 10px;
    position: relative;
  }
  #masthead .text .text-item:not(:first-child) {
    margin: 0;
    padding: 0;
  }

  #masthead .top .text .f-lightgray {
    display: none;
  }

  #masthead .text-item.facebook .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}

/* Footer */
.site-footer {
  padding: 32px 0 90px 0;
  background-image: url('/wp-content/uploads/2023/03/bg2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background: var(--blue2);
}

.site-footer .inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer .inner > div {
  flex: 1;
}

.site-footer .text-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.site-footer .text-item p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
	font-family: "DM Sans", sans-serif;
}

.site-footer .text-item .icon .front,
.site-footer .text-item .icon .back {
  padding: 7px;
}

.site-footer .text-item .icon .back {
  background-color: var(--blue);
}

.site-footer .icon {
  width: 32px;
  height: 32px;
  perspective: 1000px;
  margin-right: 5px;
}

.site-footer .icon img {
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.site-footer .mobile-logo {
  display: none;
}

.site-footer .contact-title {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 16px;
}

.site-footer .logo {
  width: 33%;
}

.site-footer .logo img {
  max-height: 100px;
  width: auto;
}

.site-footer .inner > .menu {
  width: 30%;
}

.site-footer .menu ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 50px;
  text-align: center;
}

.site-footer .menu ul.with-logo {
  grid-template-columns: 1fr 128px 1fr;
}

.site-footer .menu ul .menu-image {
  grid-row: 1 / 4;
  grid-column: 2;
}

.site-footer .menu a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.site-footer .form {
  text-align: center;
}

.site-footer .form form {
  width: 340px;
  margin-left: auto;
}

.site-footer .form p {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.site-footer .form .form-text {
  margin-bottom: 20px;
}

.site-footer .form .form-title {
	font-family: "Reddit Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 11px;
}

.site-footer .form form p:nth-of-type(3),
.site-footer .form form p:nth-of-type(4) {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.site-footer .form form input[type="text"],
.site-footer .form form input[type="email"] {
  height: 28px;
  line-height: 28px;
  text-indent: 22px;
  padding: 0;
  font-size: 16px;
	font-family: "Reddit Sans", sans-serif;
  font-weight: 300;
  color: rgba(6, 16, 37);
  width: 100%;
  margin: 0 auto;
  border: 0;
}

.site-footer .form .placeholder {
  color: rgba(6, 16, 37, 0.5);
  font-size: 16px;
}

.site-footer .form form input[type="checkbox"] {
  width: 12px;
  height: 12px;
  border: none;
  box-shadow: none;
  outline: none;
}

.site-footer .form form label {
  font-size: 13px;
  font-weight: 100;
}

.site-footer .form form .wpcf7-not-valid-tip {
  display: none;
}

.site-footer .form form .button {
  position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
  width: 180px;
	text-decoration: none;
  text-transform: uppercase;
	background-color: var(--theme-color-1);
	overflow: hidden;
	border-radius: 0;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
	transition: all 0.2s ease-in-out;
  margin: 0 auto;
}
.site-footer .form form .button p {
  margin: 0;
  line-height: inherit;
}
.site-footer .form form .button input {
	position: relative;
	z-index: 2;
  background: transparent;
  border: none;
	color: #fff;
  text-align: center;
  font-size: 14px;
	font-weight: 700;
	font-family: "Reddit Sans", sans-serif;
	font-style: normal;
  width: 100%;
  height: inherit;
  line-height: inherit;
  text-transform: uppercase;
  cursor: pointer;
}

.site-footer .form form .button input:disabled {
  cursor: not-allowed;
}

.site-footer .form form .button::before {
	content: "";
	z-index: 1;
	position: absolute;
	right: -18px;
	top: 0;
	width: 42px;
	height: 100%;
	background: var(--theme-color-3);
	opacity: 0.2;
	transform: skewX(-25deg);
	transition: all 0.5s ease;
}
.site-footer .form form .button:hover {
	color: #fff;
}
.site-footer .form form .button:hover::before {
	opacity: 1;
	right: 0;
	width: 100%;
	transform: skewX(0deg);
}

.site-footer .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  border: none;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.site-footer .bottom {
  border-top: 1px solid rgb(226 74 18 / 65%);
  margin-top: 20px;
  padding-top: 10px;
  position: relative;
}

.site-footer .bottom p,
.site-footer .bottom a {
  position: relative;
  z-index: 2;
  color: #fff;
	font-family: "Reddit Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
}

.site-footer .bottom p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}

@media screen and (max-width: 1300px ) {
  .site-footer .container > .inner {
    justify-content: start;
    gap: 30px;
  }

  .site-footer .inner > div {
    flex: unset;
  }

  .site-footer .inner .form {
    margin-left: auto;
  }

  .site-footer .menu .inner {
    margin-bottom: 20px;
  }

  .site-footer .menu ul {
    text-align: left;
  }

  .site-footer .menu ul.with-logo {
    grid-template-columns: 1fr 78px 1fr;
    align-items: center;
  }
}

@media screen and (max-width: 1100px ) {
  .site-footer .menu ul.with-logo {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer .menu ul.with-logo {
    gap: 10px 30px;
  }

  .site-footer .menu ul .menu-image {
    display: none;
  }
}

@media screen and (max-width: 992px ) {
  .site-footer {
    padding: 60px 0 90px 0;
  }

  .site-footer .inner > div {
    width: fit-content;
    margin: 0 auto;
    gap: 27px;
  }

  .site-footer .inner {
    flex-direction: column;
  }

  .site-footer .contact {
    margin: 30px 0 20px 0;
    width: 100%;
    display: flex;
  }

  .site-footer .mobile-logo {
    display: block;
    flex-shrink: 0;
  }

  .site-footer .mobile-logo img {
    max-height: 80px;
    width: auto;
  }

  .site-footer .contact-title {
    display: none;
  }

  .site-footer .container > .inner {
    justify-content: center;
    gap: 50px;
  }

  .site-footer .inner > .menu {
    width: 100%;
    order: 3;
  }

  .site-footer .menu .inner {
    margin-bottom: 0;
  }

  .site-footer .menu ul {
    display: flex;
  }

  .site-footer .bottom {
    margin-top: 30px;
  }

  .site-footer .menu a {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px ) {
  .site-footer {
    text-align: center;
  }
  .site-footer .logo {
    width: 100%;
  }
  .site-footer .inner {
    justify-content: center;
  }
  .site-footer .menu ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .site-footer .bottom p {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}

@media screen and (max-width: 567px ) {
  .site-footer {
    padding-top: 24px;
  }

  .site-footer .container > .inner {
    gap: 28px;
  }

  .site-footer .text-item {
    margin-bottom: 9px;
  }

  .site-footer .contact {
    padding-right: 46px;
  }

  .site-footer .text-item p {
    font-size: 12px;
  }

  .site-footer .icon {
    width: 24px;
    height: 24px;
  }

  .site-footer .text-item .icon .front,
  .site-footer .text-item .icon .back {
    padding: 5px;
  }

  .site-footer .mobile-logo img {
    max-height: 58px;
  }

  .site-footer .inner .form {
    margin: 0;
  }

  .site-footer .form .form-text {
    margin-bottom: 15px;
  }

  .site-footer .form .form-title {
    font-size: 20px;
    line-height: 24px;
  }

  .site-footer .form p {
    font-size: 12px;
    line-height: 2em;
    max-width: 300px;
    margin: 0 auto 13px auto;
  }

  .wpcf7-list-item {
    margin: 0;
  }

  .site-footer .form form .button {
    margin-top: 27px;
  }

  .site-footer .menu li {
    line-height: 18px;
  }

  .site-footer .menu a {
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
  }
   
  .site-footer .bottom {
    margin-top: 20px;
    font-size: 8px;
    font-weight: 300;
    padding-top: 4px;
  }
}

.accordionjs .acc_section,
.accordionjs .acc_section.acc_active > .acc_head,
.accordionjs .acc_section .acc_head {
  background: transparent;
  border: none;
}

.with-line {
	position: relative;
}

.with-line > * {
	width: fit-content;
  margin: 0 auto;
	background: #fff;
	padding: 0 24px;
	position: relative;
	z-index: 2;
}

.kek .with-line > * {
  background: var(--blue2);
}

.with-line::before {
  position: absolute;
	content: " ";
	height: 1px;
	width: 200vw;
	bottom: 0;
	left: -50vw;
	border-bottom: 1px solid rgba(21, 53, 117, 0.5);
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}
.kek .with-line::before {
  border-color: #fff;
}