@font-face {
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/RedHatText/RedHatText-400.woff2") format("woff2");
}
@font-face {
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../fonts/RedHatText/RedHatText-600.woff2") format("woff2");
}
@font-face {
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/RedHatText/RedHatText-700.woff2") format("woff2");
}
@font-face {
  font-family: "Chonburi";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/Chonburi/Chonburi-400.woff2") format("woff2");
}
:root {
  --bs-font-sans-serif: "Red Hat Text", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-font-heading: "Chonburi", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  color: #282c33;
  font-family: var(--bs-font-sans-serif);
  font-size: 16px;
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #1d2128;
  font-family: var(--bs-font-heading);
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}

/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}

@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}

#logo img {
  max-width: 200px;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* cart */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #E69500;
}

/* product list */
.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

a {
  color: #1d2128;
  text-decoration: none;
  transition: all 400ms;
  background-color: transparent;
}
a:hover, a:active {
  outline: 0;
}

button {
  transition: all 400ms;
}

.btn.btn-primary.btn-huge {
  flex: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
  background-color: #6e2eff;
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgbq(110, 46, 255, 0.4);
  padding: 0 2em;
  min-width: 160px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border: none;
  cursor: pointer;
  line-height: 60px;
}
.btn.btn-primary.btn-huge:hover {
  background-color: #4e04fb;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #1d2128;
}
.breadcrumb > a {
  position: relative;
  color: #7c818b;
}
.breadcrumb > a:hover {
  color: #1d2128;
}
.breadcrumb > a::after {
  font-size: 8px;
  font-size: 0.5rem;
  margin-left: 8px;
  margin-right: 9px;
  color: #7c818b;
  display: inline-block;
  line-height: 1;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

.topbar {
  display: none;
  min-height: 40px;
  line-height: 38px;
  position: relative;
}
.topbar > .topbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.topbar > .topbar-container > .items {
  display: flex;
  align-items: center;
}
.topbar > .topbar-container > .items > * {
  margin-right: 30px;
}
.topbar > .topbar-container > .items > *:last-child {
  margin-right: 0;
}
.topbar > .topbar-container > .items .nav-menu {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin: 0 -12px;
}
.topbar > .topbar-container > .items .nav-menu > li {
  position: relative;
  padding: 0 13px;
}
.topbar > .topbar-container > .items.left-items {
  text-align: left;
  justify-content: flex-start;
}
.topbar > .topbar-container > .items.right-items {
  text-align: right;
  justify-content: flex-end;
}
.topbar > .topbar-container a {
  display: flex;
  align-items: center;
  line-height: 40px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #7c818b;
  position: relative;
}
.topbar > .topbar-container a > i {
  font-size: 0.875rem;
  margin-right: 6px;
}
.topbar > .topbar-container a:hover {
  color: #1d2128;
}
@media (min-width: 768px) {
  .topbar {
    display: flex;
  }
}

header {
  position: relative;
  background-color: rgb(20, 35, 201);
  height: 6rem;
  display: flex;
  align-items: center;
}
header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(255, 255, 255);
}
header .btn {
  color: #1d2128;
  transition: all 400ms;
  font-weight: 500;
}
header .btn i {
  font-size: 1rem;
}
header .btn:hover {
  color: rgb(20, 35, 201);
}
header .navbar-toggler {
  color: #1d2128;
  padding: 15px 15px 15px 0;
  transition: all 400ms;
}
header .navbar-toggler i {
  font-size: 1.5rem;
  color: rgb(255, 240, 237);
}
header .navbar-toggler:hover {
  color: #6e2eff;
}
header #header-cart .btn {
  position: relative;
}
header #header-cart .dropdown-toggle > i {
  font-size: 1rem;
  color: rgb(255, 240, 237);
}
header #header-cart .dropdown-menu {
  width: 30rem;
  max-width: 100vw;
  z-index: 1021;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 120px);
}
header #header-cart .dropdown-menu .btn-danger {
  background: none;
  border: none;
  padding-right: 0;
}
header #header-cart .dropdown-menu .btn-danger i {
  color: #d9534f;
}
header #header-cart .items {
  position: absolute;
  right: 0.313rem;
  top: -0.313rem;
  background-color: #ff7316;
  color: white;
  font-weight: 500;
  font-size: 0.563rem;
  line-height: 1;
  border-radius: 0.313rem;
  padding: 0.25rem 0.25rem 0.125rem;
}
header #header-cart .btn-primary {
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 800;
  width: 100%;
}
header #header-cart .btn-primary > i {
  font-size: 0.875rem;
  margin-right: 0.313rem;
  color: rgb(255, 240, 237);
}
header .button-donate-ticket {
  border-color: rgb(255, 240, 237);
  color: rgb(255, 240, 237);
}

#header-cart .btn-primary {
  flex: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgbq(110, 46, 255, 0.4);
  padding: 0 2em;
  min-width: 160px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
  background: rgb(20, 35, 201);
}
#header-cart .btn-primary:hover {
  background: #fff;
  color: rgb(20, 35, 201);
  border-color: rgb(20, 35, 201);
}

#section-hero {
  position: relative;
  height: calc(100vh - 6rem);
  max-height: calc(100vh - 6rem);
  background-color: rgb(20, 35, 201);
  overflow: hidden;
  padding: 2rem 0;
}
@supports (height: calc(100dvh - 6rem)) {
  #section-hero {
    height: calc(100dvh - 6rem);
    max-height: calc(100dvh - 6rem);
  }
}
#section-hero h1 {
  font-size: 1.7rem;
  color: #fff;
  text-align: left;
  font-family: var(--bs-font-heading);
}
@media (min-width: 576px) {
  #section-hero h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #section-hero h1 {
    font-size: 4rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #section-hero h1 {
    font-size: 6rem;
    text-align: center;
  }
}
#section-hero p {
  text-align: left;
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 576px) {
  #section-hero p {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #section-hero p {
    font-size: 1.5rem;
    text-align: center;
  }
}
#section-hero .btn {
  flex: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
  color: #1d2128;
  box-shadow: 0px 2px 6px 0px rgbq(110, 46, 255, 0.4);
  padding: 0 2em;
  min-width: 160px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 48px;
  text-transform: uppercase;
  margin-top: 15px;
}
#section-hero .btn.btn-light:hover {
  background: none;
  color: #fff;
  border-color: #fff;
}
#section-hero .btn.btn-outline-light {
  background: none;
  color: #fff;
  border-color: #fff;
}
#section-hero .btn.btn-outline-light:hover {
  color: #1d2128;
  background-color: #fff;
  border-color: #fff;
}
@media (min-width: 768px) {
  #section-hero .btn {
    font-size: 1rem;
  }
  #section-hero .btn:last-child {
    margin-left: 1rem;
  }
}

#section-donate h2, #section-exclusive-workshop h2, #section-workshop h2 {
  font-size: 42px;
}
#section-donate .card, #section-exclusive-workshop .card, #section-workshop .card {
  background-color: rgb(255, 240, 237);
  border: none;
  border-radius: 0;
}
#section-donate .card .card-body, #section-exclusive-workshop .card .card-body, #section-workshop .card .card-body {
  padding: 30px 24px;
}
#section-donate .card .card-title, #section-exclusive-workshop .card .card-title, #section-workshop .card .card-title {
  font-family: var(--bs-font-heading);
  color: #1423c9;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
#section-donate .card .text-content, #section-exclusive-workshop .card .text-content, #section-workshop .card .text-content {
  font-size: 16px;
  font-weight: bold;
}
#section-donate .card .text-price, #section-exclusive-workshop .card .text-price, #section-workshop .card .text-price {
  font-family: var(--bs-font-heading);
  color: rgb(20, 35, 201);
  font-size: 42px;
  text-align: center;
  margin-bottom: 30px;
}
#section-donate .card em, #section-exclusive-workshop .card em, #section-workshop .card em {
  display: block;
  font-size: 14px;
  margin-bottom: 40px;
}
#section-donate .card em i, #section-exclusive-workshop .card em i, #section-workshop .card em i {
  margin-left: 2px;
}
#section-donate .card .text-stock, #section-exclusive-workshop .card .text-stock, #section-workshop .card .text-stock {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: rgb(249, 162, 149);
}
#section-donate .card .button, #section-exclusive-workshop .card .button, #section-workshop .card .button {
  text-align: center;
}
#section-donate .card .btn, #section-exclusive-workshop .card .btn, #section-workshop .card .btn {
  flex: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgbq(110, 46, 255, 0.4);
  padding: 0 2em;
  min-width: 160px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
  background: rgb(20, 35, 201);
}
#section-donate .card .btn:hover, #section-exclusive-workshop .card .btn:hover, #section-workshop .card .btn:hover {
  background: #fff;
  color: rgb(20, 35, 201);
  border-color: rgb(20, 35, 201);
}

#section-exclusive-workshop {
  background-color: rgb(20, 35, 201);
}
#section-exclusive-workshop h2 span {
  color: rgb(255, 255, 255);
}
#section-exclusive-workshop .card > img {
  height: 300px;
  object-fit: cover;
}
#section-exclusive-workshop .card .card-body {
  padding: 12px 18px;
}
#section-exclusive-workshop .card .card-body .card-title {
  text-align: left;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
#section-exclusive-workshop .card .card-body .card-title a {
  cursor: pointer;
}
#section-exclusive-workshop .card .card-body .workshop__details {
  font-weight: bold;
  font-size: 1rem;
}
#section-exclusive-workshop .card .card-body .workshop__details span:first-child {
  font-size: 1.25rem;
}
#section-exclusive-workshop .card .card-body .text-price {
  white-space: nowrap;
}

#section-workshop .card .card-body .card-title {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  margin-bottom: 24px;
}
#section-workshop .card .card-body .workshop__details {
  font-weight: bold;
  font-size: 1rem;
}
#section-workshop .card .card-body .workshop__details span:first-child {
  font-size: 1.25rem;
}
#section-workshop .modal-body a {
  background-color: transparent;
  min-width: auto;
  position: relative;
  line-height: 1;
  padding: 0px;
  border-radius: 0px;
}
#section-workshop .modal-body a > span::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -4px;
  width: 0px;
  border-bottom: 1px solid;
  transition: width 0.3s;
}
#section-workshop .modal-body a:hover > span::after {
  width: 100%;
  left: 0px;
}
#section-workshop .modal-body .btn {
  flex: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgbq(110, 46, 255, 0.4);
  padding: 0 2em;
  min-width: 160px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
  background: rgb(20, 35, 201);
}
#section-workshop .modal-body .btn:hover {
  background: #fff;
  color: rgb(20, 35, 201);
  border-color: rgb(20, 35, 201);
}

#section-program h2 {
  font-size: 42px;
}
#section-program .navigation {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 24px;
}
#section-program .navigation button {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  height: auto;
  justify-content: center;
}
#section-program .navigation button span {
  font-size: 18px;
  font-family: var(--bs-font-heading);
}
#section-program .navigation button.klastorm {
  background-color: #ffd0be;
  color: #b84d31;
}
#section-program .navigation button.klastorm:hover, #section-program .navigation button.klastorm.btn-outline {
  background: #fff;
  color: #b84d31;
  border-color: #b84d31;
}
#section-program .navigation button.klastorm.active {
  background-color: #ffd0be;
  color: #b84d31;
}
#section-program .navigation button.placc {
  background-color: #fde1bb;
  color: #974b09;
}
#section-program .navigation button.placc:hover, #section-program .navigation button.placc.btn-outline {
  background: #fff;
  color: #974b09;
  border-color: #974b09;
}
#section-program .navigation button.placc.active {
  background-color: #fde1bb;
  color: #974b09;
}
#section-program .navigation button.kameleon {
  background-color: #d7d4ff;
  color: #62466f;
}
#section-program .navigation button.kameleon:hover, #section-program .navigation button.kameleon.btn-outline {
  background: #fff;
  color: #62466f;
  border-color: #62466f;
}
#section-program .navigation button.kameleon.active {
  background-color: #d7d4ff;
  color: #62466f;
}
#section-program .navigation button.lounge {
  background-color: #d0eeb8;
  color: #3e5d3c;
}
#section-program .navigation button.lounge:hover, #section-program .navigation button.lounge.btn-outline {
  background: #fff;
  color: #3e5d3c;
  border-color: #3e5d3c;
}
#section-program .navigation button.lounge.active {
  background-color: #d0eeb8;
  color: #3e5d3c;
}
#section-program .navigation button.kakas {
  background-color: #cfcad8;
  color: #494848;
}
#section-program .navigation button.kakas:hover, #section-program .navigation button.kakas.btn-outline {
  background: #fff;
  color: #494848;
  border-color: #494848;
}
#section-program .navigation button.kakas.active {
  background-color: #cfcad8;
  color: #494848;
}
#section-program ul {
  list-style: none;
  padding: 0;
}
#section-program ul li {
  margin-bottom: 26px;
}
#section-program ul li .time {
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
}
#section-program ul li h5 {
  margin-top: 10px;
  padding-left: 0.5rem;
}
#section-program ul li p {
  margin: 0;
  padding-left: 0.5rem;
}
#section-program ul li.klastorm .time {
  background-color: #ffd0be;
  color: #b84d31;
}
#section-program ul li.placc .time {
  background-color: #fde1bb;
  color: #974b09;
}
#section-program ul li.kameleon .time {
  background-color: #d7d4ff;
  color: #62466f;
}
#section-program ul li.lounge .time {
  background-color: #d0eeb8;
  color: #3e5d3c;
}
#section-program ul li.kakas .time {
  background-color: #cfcad8;
  color: #494848;
}

#checkout-cart .row-button .btn {
  flex: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
  color: #1d2128;
  box-shadow: 0px 2px 6px 0px rgbq(110, 46, 255, 0.4);
  padding: 0 2em;
  min-width: 160px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 50px;
  height: 50px;
}
#checkout-cart .row-button .btn.btn-primary {
  color: #fff;
  background-color: rgb(20, 35, 201);
}
#checkout-cart .row-button .btn.btn-primary:hover {
  background: #fff;
  color: rgb(20, 35, 201);
  border-color: rgb(20, 35, 201);
}

#checkout-checkout a, #common-success a {
  background-color: transparent;
  min-width: auto;
  position: relative;
  line-height: 1;
  padding: 0px;
  border-radius: 0px;
}
#checkout-checkout a > span::after, #common-success a > span::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -4px;
  width: 0px;
  border-bottom: 1px solid;
  transition: width 0.3s;
}
#checkout-checkout a:hover > span::after, #common-success a:hover > span::after {
  width: 100%;
  left: 0px;
}
#checkout-checkout .btn, #common-success .btn {
  flex: 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
  color: #1d2128;
  box-shadow: 0px 2px 6px 0px rgbq(110, 46, 255, 0.4);
  padding: 0 2em;
  min-width: 160px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 50px;
  height: 50px;
}
#checkout-checkout .btn.btn-primary, #common-success .btn.btn-primary {
  color: #fff;
  background-color: rgb(20, 35, 201);
}
#checkout-checkout .btn.btn-primary:hover, #common-success .btn.btn-primary:hover {
  background: #fff;
  color: rgb(20, 35, 201);
  border-color: rgb(20, 35, 201);
}
#checkout-checkout .btn.btn-outline-primary, #common-success .btn.btn-outline-primary {
  border-color: rgb(20, 35, 201);
  line-height: 40px;
  height: 40px;
}
#checkout-checkout .btn.btn-outline-primary:hover, #common-success .btn.btn-outline-primary:hover {
  color: #fff;
  background-color: rgb(20, 35, 201);
}

#home-carousel {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  height: 440px;
}
#home-carousel .carousel-indicators {
  margin: 0;
  bottom: 38px;
  padding: 0 48px;
  justify-content: start;
}
#home-carousel .carousel-indicators button {
  width: 6px;
  height: 6px;
  margin: 0 3px;
  background-color: #1d2128;
}
#home-carousel .carousel-indicators button:hover {
  opacity: 0.9;
}
#home-carousel .carousel-inner {
  width: 100%;
  height: 100%;
}
#home-carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  background-color: #eae8e4;
}
#home-carousel .carousel-inner .carousel-item .carousel-caption {
  position: relative;
  color: #777673;
  background-color: #eae8e4;
  min-width: 325px;
  padding: 38px 48px 48px;
  right: unset;
  bottom: unset;
  left: unset;
  text-align: unset;
}
#home-carousel .carousel-inner .carousel-item .carousel-caption .carousel-caption__subtitle {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.6875rem;
  font-weight: 700;
  margin-bottom: 7px;
}
#home-carousel .carousel-inner .carousel-item .carousel-caption .carousel-caption__title {
  line-height: 48px;
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 11px;
}
#home-carousel .carousel-inner .carousel-item .carousel-caption .carousel-caption__description {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 17px;
}
#home-carousel .carousel-inner .carousel-item .carousel-caption .carousel-caption__button {
  background-color: #777673;
  box-shadow: none;
  text-decoration: none;
  font-size: 0.875rem;
  min-width: 120px;
  padding: 0 1.5em;
  line-height: 44px;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border: none;
  cursor: pointer;
}
#home-carousel .carousel-inner .carousel-item .carousel-caption .carousel-caption__button:hover {
  background-color: #595855;
}
#home-carousel .carousel-inner .carousel-item .carousel-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#home-carousel .carousel-inner .carousel-item.active, #home-carousel .carousel-inner .carousel-item.carousel-item-next, #home-carousel .carousel-inner .carousel-item.carousel-item-prev {
  display: flex;
}
#home-carousel .carousel-navigation {
  position: absolute;
  right: 0;
  right: 32px;
  bottom: 32px;
}
#home-carousel .carousel-navigation button {
  position: relative;
  cursor: pointer;
  opacity: 1;
  background-color: #fff;
  color: #7c818b;
  width: 44px;
  height: 44px;
  font-size: 0.875rem;
  line-height: 46px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 6px 0px rgba(29, 33, 40, 0.16);
  transition: background-color 0s;
  left: unset;
  right: unset;
  opacity: unset;
  display: inline-flex;
}
#home-carousel .carousel-navigation button:hover {
  color: #1d2128;
  box-shadow: 0px 4px 8px 0px rgba(29, 33, 40, 0.16);
}
#home-carousel:hover .carousel-navigation button {
  left: unset;
  right: unset;
  opacity: unset;
}
#home-carousel:hover .carousel-image img {
  transform: scale(1.1);
  transition: 0.3s;
}

.card-products {
  padding: 28px 0 20px;
  border: none;
}
.card-products .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 24px 0;
  background: none;
  border: none;
}
.card-products .card-header .card-header__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 24px;
  color: #1d2128;
  margin-bottom: 0;
}
.card-products .card-body {
  display: flex;
  padding: 0;
}
.card-products .card-body .product-thumb {
  flex-shrink: 0;
  margin-bottom: 0;
  padding: 26px 0;
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  transition: all 400ms ease-out;
}
.card-products .card-body .product-thumb .badge-list {
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 2;
  display: flex;
}
.card-products .card-body .product-thumb .badge-list .badge {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff311c;
  border-radius: 2px;
  padding: 8px 11px 6px;
  margin-right: 6px;
}
.card-products .card-body .product-thumb .product-image {
  position: relative;
  text-align: center;
  width: 100%;
}
.card-products .card-body .product-thumb .product-image img {
  max-width: 100%;
  height: auto;
  transition: all 0.5ms;
}
.card-products .card-body .product-thumb .product-image .secondary {
  display: none;
}
.card-products .card-body .product-thumb .product-image:hover .primary {
  display: none;
}
.card-products .card-body .product-thumb .product-image:hover .secondary {
  display: block;
}
.card-products .card-body .product-thumb .product-summary {
  padding-left: 8px;
  padding-right: 8px;
}
.card-products .card-body .product-thumb .product-summary .subtitle {
  position: relative;
  min-height: 30px;
  width: 100%;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 22px;
  color: #7c818b;
  text-transform: capitalize;
  transition: 0.3s;
  padding-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.card-products .card-body .product-thumb .product-summary .subtitle:hover {
  color: #1d2128;
}
.card-products .card-body .product-thumb .product-summary .title {
  font-size: 0.875rem;
  min-height: 2.25rem;
  font-weight: 400;
  line-height: 18px;
  color: #1d2128;
  margin-top: 6px;
  margin-bottom: 0;
}
.card-products .card-body .product-thumb .product-summary .title a {
  color: #1d2128;
  text-decoration: none;
  transition: 0.4s;
}
.card-products .card-body .product-thumb .product-summary .title a:hover {
  color: #6e2eff;
}
.card-products .card-body .product-thumb .product-summary .rating {
  display: flex;
  margin-top: 3px;
}
.card-products .card-body .product-thumb .product-summary .rating .star-rating {
  overflow: hidden;
  position: relative;
  font-weight: 400;
  width: 70px;
  height: 15px;
  line-height: 15px;
  display: block;
}
.card-products .card-body .product-thumb .product-summary .rating .star-rating .star-rating__default {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
}
.card-products .card-body .product-thumb .product-summary .rating .star-rating .star-rating__default i {
  font-size: 10px;
  color: #dadfe3;
}
.card-products .card-body .product-thumb .product-summary .rating .star-rating .star-rating__user {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
}
.card-products .card-body .product-thumb .product-summary .rating .star-rating .star-rating__user i {
  font-size: 10px;
  color: #ffa132;
}
.card-products .card-body .product-thumb .product-summary .rating .count-rating {
  margin-left: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #7c818b;
}
.card-products .card-body .product-thumb .product-summary .price {
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  color: rgb(29, 33, 40);
  margin-top: 12px;
  padding-bottom: 12px;
  flex-wrap: wrap;
}
.card-products .card-body .product-thumb .product-summary .price span.default {
  font-size: 0.875rem;
  text-decoration: line-through;
  margin-left: 8px;
  font-weight: 400;
}
.card-products .card-body .product-thumb .product-cart {
  margin-top: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.card-products .card-body .product-thumb .product-cart .btn {
  margin-top: 5px;
  transform: translateY(0px);
  transition: all 0.3s;
  line-height: 44px;
  min-width: auto;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.875rem;
  background-color: #6e2eff;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 33px;
  outline: 0;
  border: none;
  padding: 0px 2em;
}
.card-products .card-body .product-thumb .product-cart .btn:hover {
  background-color: #4e04fb;
}
.card-products .card-body .product-thumb:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px 0px;
  z-index: 3;
  border-radius: 2px;
}

/* Preferences Modal */
.preferences-modal .modal-content {
  border-radius: 0;
}
.preferences-modal .modal-content .modal-header {
  padding: 20px 23px 0;
  display: flex;
  justify-content: space-between;
  border: none;
}
.preferences-modal .modal-content .modal-header .modal-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1d2128;
}
.preferences-modal .modal-content .modal-body {
  padding: 21px 64px 64px;
}
.preferences-modal .modal-content .modal-body .preferences-section {
  margin-top: 1rem;
  margin-bottom: 1.5em;
}
.preferences-modal .modal-content .modal-body .preferences-section span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7c818b;
  margin-bottom: 8px;
}
.preferences-modal .modal-content .modal-body .preferences-section .form-check {
  display: flex;
  align-items: center;
  color: #1d2128;
  border-width: 2px;
  border-style: solid;
  border-color: #dadfe3;
  border-radius: 2px;
  outline: none;
  transition: 0.4s;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 22px 5px 32px;
  height: 45px;
  background-color: #fff;
  -webkit-appearance: none;
  margin-bottom: 8px;
}
.preferences-modal .modal-content .modal-body .preferences-section .form-check:hover {
  border-color: #1d2128;
  cursor: pointer;
}
.preferences-modal .modal-content .modal-body .preferences-section .form-check .form-check-input {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M434.8%2070.1c14.3%2010.4%2017.5%2030.4%207.1%2044.7l-256%20352c-5.5%207.6-14%2012.3-23.4%2013.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200l101.5%20101.5%20234-321.7c10.4-14.3%2030.4-17.5%2044.7-7.1z%22%2F%3E%3C%2Fsvg%3E");
  margin-top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #dadfe3;
  border-radius: 2px;
  background-color: #fff;
  background-size: 10px;
  transition: 0.3s;
}
.preferences-modal .modal-content .modal-body .preferences-section .form-check .form-check-input:checked {
  border-color: #1d2128;
  background-color: #1d2128;
}
.preferences-modal .modal-content .modal-body .preferences-section .form-check .form-check-label {
  font-size: 14px;
  margin-left: 8px;
}
.preferences-modal .modal-content .modal-body .preferences-section .form-check .form-check-label img {
  border-radius: 50%;
  margin-right: 8px;
}
.preferences-modal .modal-content .modal-body .btn-primary {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
  background-color: #6e2eff;
  color: #fff;
  padding: 0 2em;
  min-width: 160px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border: none;
  cursor: pointer;
  line-height: 60px;
}
.preferences-modal .modal-content .modal-body .btn-primary:hover {
  background-color: #4e04fb;
}

/* Navbar - Navigation */
.navbar.navigation {
  position: relative;
  z-index: 100;
}
.navbar.navigation .container-navigation-desktop {
  display: flex;
  align-items: center;
  height: 60px;
}
.navbar.navigation .container-navigation-desktop .navbar-nav {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 11px;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li:first-child {
  padding-left: 0;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li > a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  text-decoration: none;
  position: relative;
  transition: 0.4s;
  color: #1d2128;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category {
  margin-right: 36px;
  border-color: transparent;
  border: 1px solid #dadfe3;
  border-bottom: none;
  position: relative;
  min-width: 267px;
  height: 58px;
  box-shadow: none;
  padding: 0 21px;
  align-items: center;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link .icon {
  margin-right: 15px;
  line-height: 1;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link .arrow {
  position: absolute;
  color: #1d2128;
  fill: #1d2128;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-size: 0.6875rem;
  transition: 0.2s;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link .name {
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 267px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  transform: translateY(10px);
  text-align: left;
  z-index: 1;
  transition: 0.25s;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content::before {
  opacity: 1;
  content: "";
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 1px;
  width: calc(100% - 1px);
  height: 3px;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content:hover > ul > li a {
  color: #7c818b;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul {
  padding-bottom: 12px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul > li {
  position: static;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul > li a {
  line-height: 2.14;
  transition: 0.2s;
  font-weight: 500;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 6px 22px;
  color: #1d2128;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul > li a .icon {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 17px;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul > li a .icon > i {
  position: relative;
  font-size: 18px;
  left: 1px;
  color: #7c818b;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul > li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 2px;
  background-color: #1d2128;
  opacity: 0;
  transition: 0.3s;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul > li:first-child {
  padding-top: 0;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul > li:first-child > a {
  padding-top: 0;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul > li:first-child > a::before {
  top: calc(50% - 4px);
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul > li:hover > a {
  color: #1d2128;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category .nav-link-content > ul > li:hover > a::before {
  opacity: 1;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category.active {
  border-color: transparent;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category.active .nav-link .arrow {
  color: #dadfe3;
  fill: #dadfe3;
}
.navbar.navigation .container-navigation-desktop .navbar-nav > li.nav-item-category.active .nav-link-content {
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0);
  z-index: 200;
}
.navbar.navigation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #ecf0f4;
}

/* FOOTER */
footer .section-footer-contact {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #ecf0f4;
  padding: 47px 0 0;
}
footer .section-footer-contact .box-contact .icon {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
footer .section-footer-contact .box-contact .wrapper h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
footer .section-footer-contact .box-contact .wrapper p {
  font-size: 0.875rem;
  line-height: 20px;
  color: rgb(29, 33, 40);
  margin-bottom: 11px;
}
footer .section-footer-contact .box-contact .wrapper a {
  color: rgb(29, 33, 40);
  background-color: transparent;
  min-width: auto;
  position: relative;
  line-height: 1;
  padding: 0px;
  border-radius: 0px;
  font-size: 0.875rem;
  font-weight: 500;
}
footer .section-footer-contact .box-contact .wrapper a > span::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -4px;
  width: 0px;
  border-bottom: 1px solid;
  transition: width 0.3s;
}
footer .section-footer-contact .box-contact .wrapper a:hover > span::after {
  width: 100%;
  left: 0px;
}
footer .section-footer-contact .box-newsletter h4 {
  font-size: 1.75rem;
  margin: 0 0 10px;
  font-weight: 500;
  padding-bottom: 0px;
  color: #1d2128;
}
footer .section-footer-contact .box-newsletter p {
  margin: 0 0 24px;
  color: #1d2128;
  font-size: 14px;
  font-weight: 400;
}
footer .section-footer-contact .box-newsletter form {
  display: flex;
  align-items: center;
}
footer .section-footer-contact .box-newsletter form input {
  flex: 1;
  color: #1d2128;
  border-width: 0;
  border-style: solid;
  border-color: #dadfe3;
  border-radius: 2px;
  outline: none;
  transition: 0.4s;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 22px;
  height: 60px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  background-color: var(--mt-input__background-color);
  -webkit-appearance: none;
}
footer .section-footer-contact .box-newsletter form button {
  flex: 0;
  margin-left: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
  background-color: #6e2eff;
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgbq(110, 46, 255, 0.4);
  padding: 0 2em;
  min-width: 160px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border: none;
  cursor: pointer;
  line-height: 60px;
}
footer .section-footer-contact .box-newsletter form button:hover {
  background-color: #4e04fb;
}
footer .section-footer-link {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #ecf0f4;
  margin-top: 47px;
  padding: 47px 0 0;
}
footer .section-footer-link .footer-connect {
  padding: 12px 16px;
}
footer .section-footer-policy {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #ecf0f4;
  margin-top: 47px;
  padding: 47px 0 0;
}
footer .section-footer-policy .footer-policy-navigation ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  flex-direction: row;
  justify-content: center;
}
footer .section-footer-policy .footer-policy-navigation ul > li {
  padding: 0 12px;
  position: relative;
}
footer .section-footer-policy .footer-policy-navigation ul > li a {
  color: rgb(29, 33, 40);
  background-color: transparent;
  min-width: auto;
  position: relative;
  line-height: 1;
  padding: 0px;
  border-radius: 0px;
  font-size: 0.875rem;
  font-weight: 500;
}
footer .section-footer-policy .footer-policy-navigation ul > li a > span::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -4px;
  width: 0px;
  border-bottom: 1px solid;
  transition: width 0.3s;
}
footer .section-footer-policy .footer-policy-navigation ul > li a:hover > span::after {
  width: 100%;
  left: 0px;
}

#content h1 {
  font-size: 54px;
  font-size: 3.375rem;
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
  line-height: 1.25;
  color: #1d2128;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}
#content .form-track-order {
  width: 343px;
  margin-right: auto;
  margin-left: auto;
}
#content .form-track-order .form-track-order-info {
  border: 1px solid #ecf0f4;
  padding: 21px 23px 0;
  margin-top: 62px;
}
#content .form-track-order .form-track-order-info .form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 23px;
}
#content .form-track-order .form-track-order-info .form-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
#content .form-track-order .form-track-order-info .form-control {
  color: #1d2128;
  border-width: 2px;
  border-style: solid;
  border-color: #dadfe3;
  border-radius: 2px;
  outline: none;
  transition: 0.4s;
  font-weight: 500;
  font-size: 1rem;
  padding: 12px 22px;
  height: 60px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  #content .form-track-order {
    width: 500px;
    padding: 40px 40px 15px;
    margin-top: 62px;
  }
}
@media (min-width: 992px) {
  #content .form-track-order {
    width: 752px;
  }
  #content .form-track-order .form-track-order-info {
    padding: 60px 97px 35px;
  }
}

#form-contact .form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 23px;
}
#form-contact .form-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
#form-contact .form-control {
  color: #1d2128;
  border-width: 2px;
  border-style: solid;
  border-color: #dadfe3;
  border-radius: 2px;
  outline: none;
  transition: 0.4s;
  font-weight: 500;
  font-size: 1rem;
  padding: 12px 22px;
  height: 60px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}

/* CATEGORY */
#product-category .page-header {
  margin-top: 7px;
  text-align: left;
}
#product-category .page-header h1 {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 32px;
  font-weight: 700;
  color: #1d2128;
  margin: 0;
}
#product-category .catalog-categories {
  padding-top: 20px;
  padding-bottom: 35px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ecf0f4;
}
#product-category .catalog-categories .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
#product-category .catalog-categories .swiper-wrapper .swiper-slide {
  min-width: 11.1111111111%;
  width: 11.1111111111%;
  padding-right: 20px;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  color: #1d2128;
  text-decoration: none;
  transition: 0.4s;
}
#product-category .catalog-categories .swiper-wrapper .swiper-slide .category-image {
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  max-width: none;
  border-radius: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  background-color: #ecf1f7;
}
#product-category .catalog-categories .swiper-wrapper .swiper-slide .category-image.all {
  background-color: #1d2128;
  color: #fff;
}
#product-category .catalog-categories .swiper-wrapper .swiper-slide .category-image.new {
  background-color: #e8f6f0;
  color: #3fb981;
}
#product-category .catalog-categories .swiper-wrapper .swiper-slide .category-image.pre-order {
  background-color: #eee8f6;
  color: #743fb9;
}
#product-category .catalog-categories .swiper-wrapper .swiper-slide .category-image i {
  font-size: 24px;
}
#product-category .catalog-categories .swiper-wrapper .swiper-slide .category-label {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
#product-category .catalog-categories .swiper-wrapper .swiper-slide .category-label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid;
  transition: width 0.3s;
}
#product-category .catalog-categories .swiper-wrapper .swiper-slide:hover {
  outline: 0;
}
#product-category .catalog-categories .swiper-wrapper .swiper-slide:hover .category-label::after {
  width: 100%;
  left: 0;
}
@media (max-height: 991px) {
  #product-category .catalog-categories .swiper-wrapper .swiper-slide {
    min-width: auto;
    width: auto;
  }
}

/* PRODUCT */
#product-info {
  position: relative;
}
#product-info .product-content {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
#product-info .product-content .product-gallery {
  position: relative;
  width: 100%;
  padding: 0;
  float: left;
  border-bottom: 1px solid #ecf0f4;
  padding-bottom: 23px;
  height: fit-content;
}
#product-info .product-content .product-gallery .product-gallery__images {
  display: block;
  position: fixed !important;
  top: 0;
  margin-left: -16px;
  margin-right: -16px;
  width: 100vw !important;
}
#product-info .product-content .product-gallery .product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  color: #1d2128;
  text-decoration: none;
  transition: 0.4s;
  background-color: transparent;
}
#product-info .product-content .product-summary {
  width: 100%;
  padding: 0;
  padding-top: 23px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  float: right;
}
#product-info .product-content .product-summary .product-details {
  z-index: 10;
  display: inline-block;
  border: none;
  margin: 0;
  height: fit-content;
  border-radius: 2px;
  box-shadow: none;
  padding: 0 0 30px;
  margin-bottom: 32px;
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100vw;
}
#product-info .product-content .product-summary .product-details .product-stickers {
  position: static;
  display: block;
  margin-bottom: 13px;
}
#product-info .product-content .product-summary .product-details .product-stickers .sticker {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff311c;
  border-radius: 2px;
  padding: 8px 11px 6px;
  margin-right: 6px;
}
#product-info .product-content .product-summary .product-details .product-type {
  margin-bottom: 6px;
}
#product-info .product-content .product-summary .product-details .product-type a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
#product-info .product-content .product-summary .product-details .product-name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  margin-bottom: 11px;
  font-weight: 500;
  width: 100%;
}
#product-info .product-content .product-summary .product-details .product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
#product-info .product-content .product-summary .product-details .product-rating .star-rating {
  font-size: 12px;
  font-size: 0.75rem;
  width: 64px;
  white-space: nowrap;
  height: 12px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  display: block;
}
#product-info .product-content .product-summary .product-details .product-rating .star-rating .max-rating {
  position: absolute;
  color: #dadfe3;
  left: 0;
  padding: 0;
  float: none;
  overflow: hidden;
}
#product-info .product-content .product-summary .product-details .product-rating .star-rating .max-rating > span {
  position: static;
  padding: 0;
  float: none;
  margin-right: 1px;
  font-size: 9px;
}
#product-info .product-content .product-summary .product-details .product-rating .star-rating .user-rating {
  position: absolute;
  color: #ffa132;
  left: 0;
  padding: 0;
  float: none;
  white-space: nowrap;
  overflow: hidden;
}
#product-info .product-content .product-summary .product-details .product-rating .star-rating .user-rating > span {
  position: static;
  padding: 0;
  float: none;
  margin-right: 1px;
  font-size: 9px;
}
#product-info .product-content .product-summary .product-details .product-rating a {
  margin-left: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #7c818b;
  line-height: 1;
}
#product-info .product-content .product-summary .product-details .product-price {
  padding-bottom: 22px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ecf0f4;
}
#product-info .product-content .product-summary .product-details .product-price p {
  margin: 0;
}
#product-info .product-content .product-summary .product-details .product-price .price {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #1d2128;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
}
#product-info .product-content .product-summary .product-details .product-price .price ins {
  margin-right: 6px;
  background-color: transparent;
  width: 100%;
  float: left;
}
#product-info .product-content .product-summary .product-details .product-price .price del {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1d2128;
  font-weight: 400;
  margin-top: 9px;
  margin-right: 9px;
  float: left;
}
#product-info .product-content .product-summary .product-details .product-price .stock {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
}
#product-info .product-content .product-summary .product-details .product-cart {
  display: flex;
  flex-wrap: wrap;
}
#swiper-product-gallery {
  --swiper-pagination-bottom: 32px;
  width: 100vw;
  height: 100vw;
}
#swiper-product-gallery .swiper-wrapper {
  height: 100vw;
}
#swiper-product-gallery .swiper-slide {
  text-align: center;
  max-height: 100%;
}
#swiper-product-gallery .swiper-slide img {
  width: auto;
  max-height: 100%;
}
#swiper-product-gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: #1d2128;
}
@media (min-width: 576px) {
  #swiper-product-gallery {
    max-height: 600px;
  }
  #swiper-product-gallery .swiper-wrapper {
    height: 600px;
  }
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* "1 of 10" counter */
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

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