:root {
  --bs-primary: rgb(42, 159, 177);
  --bs-primary-rgb: 42, 159, 177;
  --bs-primary-dark: rgb(28, 123, 138);
  --bs-primary-light: rgb(46, 187, 209);
  --bs-primary-bg-subtle: rgba(var(--bs-primary-rgb), 0.3);
  --bs-primary-border-subtle: rgba(var(--bs-primary-rgb), 0.6);
  --bs-link-color-rgb: inherit;
  --bs-link-hover-color: rgb(42, 159, 177);
  --bs-link-hover-color-rgb: 42, 159, 177;
}

body {
  font-family: "Poppins", serif;
}

textarea {
  resize: none;
}

iframe {
  display: block;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p:not([class]) {
  margin-bottom: 1.5rem;
}

ul:not([class]) {
  margin-bottom: 1.75rem;
}

.text-underline {
  text-decoration: underline;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fs-italic {
  font-style: italic;
}

.anchor-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}

.z-index-1 {
  z-index: 1;
}

.bg-white-opacity-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-charcoal-black {
  background-color: #1f1c1c;
}

.list-style-none {
  list-style: none;
}

.lh-md {
  line-height: 1.8;
}

.border-round-xxxs {
  border-radius: 5px !important;
}

.border-round-xxs {
  border-radius: 10px !important;
}

.box-shadow-1 {
  box-shadow: 0px -2px 18.5px rgba(0, 0, 0, 0.1) !important;
}

.box-shadow-2 {
  box-shadow: 0px 26px 45.8px rgba(0, 0, 0, 0.2) !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.bg-ice-blue {
  background-color: #eff5f7 !important;
}

.bg-midnight-blue {
  background-color: #1c253a !important;
}

.bg-aqua-blue {
  background-color: #2da0a8 !important;
}

.bg-powder-blue {
  background-color: #e3ebef !important;
}

.text-gray-1 {
  color: #7f7e7e !important;
}

.text-gray-2 {
  color: #999999 !important;
}

.border-gray {
  border-color: #d6d6d6 !important;
}

.form-control-theme:not(textarea), .form-control-theme:not(.form-control-lg) {
  height: 48px;
}

.form-control-placeholder-theme:placeholder-shown {
  background-color: #e3ebef;
  border-color: #e3ebef;
}

form:has(.form-control-theme) button {
  min-height: 48px;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right-reverse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slide-in-right-reverse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.backface-hidden {
  backface-visibility: hidden;
}

.border-lg {
  --bs-border-width: 12px;
}

.bg-light-powder-blue {
  background-color: #DDE8EC;
}

.bg-ice-mist {
  background-color: #eff5f7;
}

.impsnippet_btn.impsnippet_btn_primary {
  border-radius: 0.25rem !important;
}

.password-utility-wrapper {
  position: relative;
}
.password-utility-wrapper .toggle-password-input {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.password-utility-wrapper .toggle-password-input.show-password .fa-eye:before {
  content: "\f070" !important;
}

.glightbox-clean .gclose {
  opacity: 1;
}

.bg-gray-1 {
  background-color: #eff1f1 !important;
}

.z-index-n1 {
  z-index: -1;
}

.inset-0 {
  inset: 0;
}

@media (min-width: 992px) {
  .h-lg-100dvh {
    height: 100dvh;
  }
}

.mh-100dvh {
  min-height: 100dvh;
}

.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-theme:not(.btn-sm), .btn-theme:not(.btn-lg) {
  min-height: 43px;
}

.btn-rounded {
  border-radius: 3rem;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-active-bg: var(--bs-primary-dark);
  --bs-btn-active-border-color: var(--bs-primary-dark);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--bs-primary-light);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.2);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.content-section-row {
  position: relative;
}

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img-fill._object-top img {
  object-position: top;
}
.bg-img-fill._object-right img {
  object-position: right;
}
.bg-img-fill._object-bottom img {
  object-position: bottom;
}
.bg-img-fill._object-left img {
  object-position: left;
}
.bg-img-fill + div {
  position: relative;
  z-index: 2;
}
.bg-img-fill img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-component iframe,
.swiper-component video {
  pointer-events: none;
}
.swiper-component .swiper-slide[data-video-type=youtube] {
  background-color: #000;
}

.responsive-video-container {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  /* set video aspect ratio and vertically center */
}
.responsive-video-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.responsive-video-container .responsive-video-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.responsive-video-container .responsive-video-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.responsive-video-container .responsive-video-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-video-container .responsive-video-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.responsive-video-container #vimeo-video-canvas iframe {
  width: 100%;
  height: 100%;
}

.nav {
  --bs-nav-link-color: inherit;
  --bs-nav-link-hover-color: var(--bs-primary-dark);
}

.pagination-theme {
  --bs-pagination-border-width: 0;
  --bs-pagination-color: #000;
  --bs-pagination-font-size: 14px;
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-disabled-bg: transparent;
  gap: 0.75rem;
}
.pagination-theme .page-link {
  width: 30px;
  font-weight: 300;
  border-radius: 5px;
  text-align: center;
}

.table-theme-1 {
  --bs-table-bg: #e3ebef;
  --bs-table-color: #697f83;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendors/slick/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  color: #ddd;
}

.slick-prev {
  left: 15px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\f104";
}

[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: 15px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\f105";
}

[dir=rtl] .slick-next:before {
  content: "\f104";
}

.slick-slider:not(.slick-lightbox-slick) {
  overflow: hidden;
}
.slick-slider:not(.slick-lightbox-slick) .slick-arrow {
  top: 0;
  bottom: 0;
  width: 40px;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(0, 0);
  height: 100%;
  width: 40px;
  background-color: rgba(22, 23, 32, 0.15);
}
.slick-slider:not(.slick-lightbox-slick) .slick-arrow:before {
  font-weight: 300;
  font-size: 46px;
  color: white;
  text-shadow: 0px 0px 1px #000;
}
@media (min-width: 576px) {
  .slick-slider:not(.slick-lightbox-slick) .slick-arrow {
    width: 60px;
  }
  .slick-slider:not(.slick-lightbox-slick) .slick-arrow:before {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .slick-slider:not(.slick-lightbox-slick) .slick-prev {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .slick-slider:not(.slick-lightbox-slick) .slick-next {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .slick-slider:not(.slick-lightbox-slick):hover .slick-prev {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .slick-slider:not(.slick-lightbox-slick):hover .slick-next {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

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

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

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #ddd;
  content: "\f111";
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.slick-slider-full .slick-list,
.slick-slider-full .slick-track,
.slick-slider-full .slide-item {
  height: 100%;
}
.slick-slider-full .slide-item {
  position: relative;
}
.slick-slider-full .slide-item:focus {
  outline: none;
}

.slick-arrow.slick-disabled {
  opacity: 0.15;
  pointer-events: none;
}

v-cloak {
  display: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.15s ease;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@media (min-width: 576px) and (max-width: 991px) {
  #shop-details-modal {
    --bs-modal-width: 800px;
  }
}

.payment-methods .payment-method-item {
  font-weight: 500;
}
.payment-methods .payment-method-item .input-control {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 2px solid #e3ebef;
  border-radius: 3px;
}
.payment-methods .payment-method-item input {
  display: none;
}
.payment-methods .payment-method-item input:checked ~ .input-control {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.breadcrumb .breadcrumb-item {
  padding-left: 0;
  margin-right: 0.5rem;
}
.breadcrumb .breadcrumb-item:before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb .breadcrumb-item:last-child:before {
  display: none;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: var(--bs-primary);
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 15px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: none;
  position: fixed;
  z-index: 1055;
  top: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  #nprogress .spinner {
    display: block;
  }
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: var(--bs-primary);
  border-left-color: var(--bs-primary);
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar .navbar-toggler {
  margin-right: -5px;
  border: 0;
  color: var(--primary);
}
.navbar .navbar-toggler.collapsed {
  color: #585858;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  font-size: 26px;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #FFF;
  box-shadow: 0px -2px 18.5px 7px rgba(0, 0, 0, 0.2);
  height: 104px;
}
.header .header-brand {
  display: inline-flex;
  align-items: center;
  height: 104px;
}
@media (min-width: 992px) {
  .header {
    position: static;
  }
}

.language-dropdown .dropdown-menu {
  min-width: 0;
}

.footer .footer-brands {
  max-width: 400px;
}
.footer .brand-1 {
  height: 80px;
}
.footer .brand-2 {
  height: 76px;
}
@media (min-width: 576px) {
  .footer .brand-1 {
    height: 100px;
  }
  .footer .brand-2 {
    height: 96px;
  }
}

.banner-section {
  position: relative;
  padding-bottom: 100px;
}
.banner-section .bg-img-fill:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.45;
  background: #128088;
  mix-blend-mode: darken;
  content: "";
}
@media (min-width: 768px) {
  .banner-section {
    height: 760px;
    padding-bottom: 0;
  }
  .banner-section .banner-objects {
    position: absolute;
    top: 22px;
    right: 40px;
  }
}

.card-inline-theme {
  transition: all ease 0.35s;
}
.card-inline-theme:hover {
  transform: translateY(-5px);
  box-shadow: 6px 6px 20px 12px rgba(0, 0, 0, 0.11) !important;
}
.card-inline-theme .img-container {
  height: 210px;
}
.card-inline-theme .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-inline-theme .content {
  min-height: 144px;
  display: flex;
}
@media (min-width: 576px) {
  .card-inline-theme .img-container {
    height: auto;
    width: 130px;
  }
}

.shops-directory-app .page-item:not(.active) .page-link {
  background-color: transparent;
}
.shops-directory-app .directory-search input {
  height: 50px;
}
.shops-directory-app .directory-search input::placeholder {
  font-style: italic;
  color: #a0a0a0;
}
.shops-directory-app .directory-search .btn-search {
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .shops-directory-app .app-inner {
    background-color: #fbfbfb;
  }
}

.shops-grid {
  position: relative;
  opacity: 1;
}
.shops-grid .shop-suggested-card {
  background-color: #362f5c;
  color: #fff;
}
@media (min-width: 450px) {
  .shops-grid .shop-grid-item {
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .shops-grid .shop-grid-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .shops-grid .shop-grid-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575px) {
  .shops-grid .shop-cta-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.shop-item-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(216, 222, 238, 0.6), 0 2px 10px 0 rgba(216, 222, 238, 0.6);
  cursor: pointer;
}
.shop-item-thumbnail .item-tags {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.shop-item-thumbnail .item-tags .offer-tag {
  padding: 4px 10px;
  border-radius: 8px;
  background-color: #f61870;
  color: #fff;
}
.shop-item-thumbnail .item-tags .gift-tag img {
  filter: drop-shadow(0px 4px 2px rgba(68, 104, 130, 0.35));
}
.shop-item-thumbnail .premium-tag {
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: 3;
  background-color: var(--bs-primary);
  color: #fff;
  padding: 2px 12px;
  font-weight: 500;
  padding-left: 15px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.shop-item-thumbnail .premium-tag:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--bs-primary-dark);
  content: "";
}
.shop-item-thumbnail .premium-tag small {
  font-size: 10px;
  color: #fff !important;
}
.shop-item-thumbnail .shop-thumbnail-img {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.shop-item-thumbnail .shop-thumbnail-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
}
.shop-item-thumbnail .shop-thumbnail-details {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #3d4f61;
}
.shop-item-thumbnail .shop-name {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}
.shop-item-thumbnail .shop-category {
  padding: 2px 10px;
  font-size: 12px;
  color: #7b8a98;
  border: 1px solid #d6d6d6;
  border-radius: 1rem;
}
@media (min-width: 450px) {
  .shop-item-thumbnail .shop-thumbnail-img {
    height: 200px;
  }
}
@media (min-width: 576px) {
  .shop-item-thumbnail .premium-tag {
    padding: 5px 20px;
    padding-left: 20px;
  }
  .shop-item-thumbnail .premium-tag small {
    font-size: 85%;
  }
}
@media (min-width: 992px) {
  .shop-item-thumbnail .shop-name {
    font-size: 15px;
  }
}

.floating-tile-item {
  position: relative;
  box-shadow: 0px 26px 45.8px rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 0.35s;
}
.floating-tile-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.35) !important;
}
.floating-tile-item:has(.item-caption) .img-container:before {
  opacity: 0.74;
}
.floating-tile-item .img-container {
  position: relative;
  padding-bottom: 100%;
}
.floating-tile-item .img-container:before {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  background-color: #2DA0A8;
  box-shadow: 0px 26px 45.8px rgba(0, 0, 0, 0.2) !important;
  opacity: 0;
  z-index: 2;
  content: "";
  transition: all ease 0.35s;
  pointer-events: none;
}
.floating-tile-item .img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floating-tile-item .item-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: all ease 0.35s;
}
@media (min-width: 992px) {
  .floating-tile-item .item-caption {
    opacity: 0;
  }
  .floating-tile-item .img-container:before {
    opacity: 0 !important;
  }
  .floating-tile-item:hover:has(.item-caption) .img-container:before {
    opacity: 0.74 !important;
  }
  .floating-tile-item:hover:has(.item-caption) .item-caption {
    opacity: 1;
  }
}

.section-backdrop-1 {
  position: absolute;
  inset: 0;
}
.section-backdrop-1 .spacer {
  height: 30%;
}
.section-backdrop-1 .bg-img-fill {
  position: relative;
  height: 70%;
  opacity: 0.76;
}

.voucher-preview-modal .modal-title {
  font-weight: 700;
}
.voucher-preview-modal label {
  font-weight: 500;
}
.voucher-preview-modal .modal-footer .btn {
  min-width: 100px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .voucher-preview-modal .modal-dialog {
    max-width: 650px;
  }
}

#order-process-component .process-tabs-container {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
#order-process-component #currency-input {
  width: 250px;
  border: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  text-align: center;
  font-weight: 600;
  color: #000;
}
#order-process-component #currency-input:focus, #order-process-component #currency-input:active {
  outline: none;
}
#order-process-component #currency-input::placeholder {
  color: #000;
  opacity: 1;
}
#order-process-component .selected-voucher-container {
  max-width: 334px;
  border-radius: 5px;
  border: 14px solid #eff5f7;
}
#order-process-component .selected-voucher-container img {
  box-shadow: 0 4px 10.9px 0 rgba(0, 0, 0, 0.15);
}
#order-process-component .order-process-item {
  position: relative;
  padding: 0.75rem;
  cursor: pointer;
  transition: all ease 0.25s;
}
#order-process-component .order-process-item:not(.done) {
  pointer-events: none;
  opacity: 0.75;
}
#order-process-component .order-process-item:not(.done) .icon {
  background-color: transparent;
}
#order-process-component .order-process-item:not(.done) .icon i {
  display: none;
}
#order-process-component .order-process-item.done {
  background-color: var(--bs-primary);
}
#order-process-component .order-process-item.active {
  pointer-events: auto;
  background-color: var(--bs-primary);
  opacity: 1;
}
#order-process-component .order-process-item.active .icon {
  background-color: #fff;
}
#order-process-component .order-process-item.active .icon i {
  display: inline-block;
  font-size: 1.125rem;
}
#order-process-component .order-process-item.active .icon i:before {
  content: "\f303";
}
#order-process-component .order-process-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: var(--bs-primary);
}
#order-process-component div[data-process-tab] {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#order-process-component div[data-process-tab].active {
  position: relative;
  opacity: 1;
  z-index: 2;
}
#order-process-component .send-option-item {
  position: relative;
  min-height: 230px;
  border-radius: 10px;
  box-shadow: 3px 4px 7px 5px rgba(0, 0, 0, 0.14);
  background-color: #eff5f7;
  transition: all ease 0.35s;
  cursor: pointer;
}
#order-process-component .send-option-item:hover, #order-process-component .send-option-item.selected {
  background-color: var(--bs-primary);
  color: #fff;
}
#order-process-component .send-option-item:hover .icon, #order-process-component .send-option-item.selected .icon {
  background-color: #fff;
  color: #1c253a;
}
#order-process-component .send-option-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c253a;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 32px;
  color: #fff;
  transition: all ease 0.35s;
}
#order-process-component .send-option-item .label {
  line-height: 1.2;
}
#order-process-component .voucher-designs {
  max-height: 800px;
  overflow: auto;
}
#order-process-component .voucher-designs::-webkit-scrollbar {
  width: 8px;
}
#order-process-component .voucher-designs::-webkit-scrollbar-track {
  background: #ffffff;
}
#order-process-component .voucher-designs::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 1rem;
}
#order-process-component .voucher-designs::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#order-process-component .voucher-design-item {
  position: relative;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  transition: all ease 0.35s;
}
#order-process-component .voucher-design-item .img-container {
  position: relative;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all ease 0.35s;
}
#order-process-component .voucher-design-item .img-container:before {
  position: absolute;
  inset: -11px;
  opacity: 0.4;
  z-index: 1;
  content: "";
  border-radius: 5px;
  border: 11px solid transparent;
  transition: all ease 0.35s;
}
#order-process-component .voucher-design-item .item-actions {
  display: flex;
}
#order-process-component .voucher-design-item:not(.selected) .item-actions {
  display: none;
}
#order-process-component .voucher-design-item.selected .img-container {
  border: 2px solid var(--Blue, #2DA0A8);
}
#order-process-component .voucher-design-item.selected .img-container:before {
  border: 11px solid var(--Blue, #2DA0A8);
}
#order-process-component .voucher-design-item .btn {
  min-height: 46px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  #order-process-component .voucher-design-item .btn {
    font-size: 12px !important;
    min-height: 42px;
  }
}
@media (min-width: 992px) {
  #order-process-component .process-tabs-container {
    min-height: 900px;
  }
  #order-process-component .send-option-item {
    min-height: 295px;
    box-shadow: 0px 15px 28.7px rgba(0, 0, 0, 0.14);
  }
  #order-process-component .send-option-item .icon {
    width: 130px;
    height: 130px;
    font-size: 46px;
  }
  #order-process-component .order-process-item {
    padding: 24px 32px;
  }
  #order-process-component .order-process-item .label {
    font-size: 1.275rem;
  }
  #order-process-component .order-process-item .icon {
    margin-right: 30px;
    width: 36px;
    height: 36px;
  }
}

.payment-method-nav-tabs {
  padding: 6px;
  background-color: #e3ebef;
  border: 0;
  border-radius: 5px;
}
.payment-method-nav-tabs .nav-link {
  padding: 10px 5px;
  border: 0;
  margin: 0;
  border-radius: 4px;
}

.catalog-filters-container {
  display: none;
  backface-visibility: hidden;
}
.catalog-filters-container.active {
  display: flex;
}
@media (min-width: 992px) {
  .catalog-filters-container {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .catalog-filters-container {
    position: fixed;
    inset: 0;
    z-index: 1055;
    background-color: #fff;
  }
}

.category-filters .btn.active {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: #fff;
}

#shop-details-modal .selected-shop {
  opacity: 0;
}
#shop-details-modal .selected-shop.show-content {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-in 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#shop-details-modal .selected-shop .shop-item-head {
  padding: 20px 0 0;
  background-color: #2a9fb1;
  color: #fff;
}
#shop-details-modal .selected-shop .shop-item-head .head-title {
  width: 100%;
  padding: 0 15px;
}
#shop-details-modal .selected-shop .shop-item-head .shop-category {
  font-size: 12px;
}
#shop-details-modal .selected-shop .shop-item-body {
  padding: 15px;
}
#shop-details-modal .selected-shop .shop-action {
  padding: 15px;
  width: 100%;
}
#shop-details-modal .selected-shop .shop-action .btn {
  padding: 8px 12px;
  min-width: 80px;
  font-size: 14px;
}
#shop-details-modal .selected-shop .shop-name {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 24px;
}
#shop-details-modal .selected-shop .shop-category {
  font-size: 14px;
}
#shop-details-modal .selected-shop .shop-gallery._mobile {
  margin-bottom: 20px;
  width: 100%;
}
#shop-details-modal .selected-shop .shop-gallery._mobile .slide-item {
  position: relative;
  height: 300px;
}
#shop-details-modal .selected-shop .shop-gallery._mobile .slide-item .img-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  filter: blur(6px);
  transform: scale(1.2);
}
#shop-details-modal .selected-shop .shop-gallery._mobile .slide-item > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#shop-details-modal .selected-shop .shop-gallery._mobile .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
}
#shop-details-modal .selected-shop .shop-gallery._mobile .slick-dots {
  bottom: 10px;
}
#shop-details-modal .selected-shop .shop-gallery._mobile .slick-dots > li {
  margin: 0;
}
#shop-details-modal .selected-shop .shop-gallery._mobile .slick-dots > li.slick-active button:before {
  color: var(--bs-primary);
}
#shop-details-modal .selected-shop .shop-gallery._mobile .slick-dots > li > button:before {
  font-size: 8px;
}
#shop-details-modal .selected-shop .shop-gallery {
  position: relative;
}
#shop-details-modal .selected-shop .shop-gallery .btn-toggle-gallery-lightbox {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  pointer-events: none;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) {
  display: flex;
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-left-col .gallery-item:nth-child(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-right-col .gallery-item:nth-child(2) {
  border-top-right-radius: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-right-col .gallery-item:nth-child(4) {
  border-bottom-right-radius: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="1"] .gallery-item, #shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="2"] .gallery-item, #shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="3"] .gallery-item {
  padding-bottom: 37.5%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="4"] .gallery-right-col .gallery-item:last-child {
  width: 100%;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="1"] .gallery-item {
  border-radius: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="2"] .gallery-item:nth-child(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="2"] .gallery-item:nth-child(2) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="3"] .gallery-item:nth-child(1) {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="3"] .gallery-item:nth-child(3) {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="4"] .gallery-right-col .gallery-item:nth-child(2) {
  border-top-right-radius: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile)[data-items-count="4"] .gallery-right-col .gallery-item:nth-child(3) {
  border-bottom-right-radius: 15px;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-col {
  position: relative;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-left-col {
  width: 50%;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-right-col {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-right-col .gallery-item {
  padding-bottom: 36.5%;
  width: 50%;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-item {
  position: relative;
  border: 4px solid #fff;
  padding-bottom: 75%;
  overflow: hidden;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-item > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
}
#shop-details-modal .selected-shop .shop-gallery:not(._mobile) .see-all-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 28px;
  pointer-events: none;
}
#shop-details-modal .selected-shop .shop-details {
  font-size: 14px;
}
#shop-details-modal .selected-shop .shop-details .h4 {
  font-weight: 700;
  font-size: 16px;
}
#shop-details-modal .selected-shop .shop-desc {
  font-size: 16px;
}
#shop-details-modal .selected-shop .contact-link {
  margin-bottom: 4px;
}
#shop-details-modal .selected-shop .contact-link a:hover, #shop-details-modal .selected-shop .contact-link a:focus {
  text-decoration: none;
  color: var(--bs-primary);
}
#shop-details-modal .selected-shop .contact-link i {
  width: 1.25em;
  text-align: center;
  margin-right: 2px;
}
@media (min-width: 576px) {
  #shop-details-modal .selected-shop .shop-item-head {
    padding: 15px;
  }
  #shop-details-modal .selected-shop .shop-item-head .head-title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px 0 0;
  }
  #shop-details-modal .selected-shop .shop-action {
    width: auto;
    padding: 0;
    margin-bottom: 2px;
  }
  #shop-details-modal .selected-shop .shop-item-body {
    overflow: auto;
  }
  #shop-details-modal .selected-shop .shop-item-body::-webkit-scrollbar {
    width: 5px;
  }
  #shop-details-modal .selected-shop .shop-item-body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #shop-details-modal .selected-shop .shop-item-body::-webkit-scrollbar-thumb {
    background: #888;
  }
  #shop-details-modal .selected-shop .shop-item-body::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

#business-schedule-table-container .working-hours,
#business-schedule-table-container thead,
#business-schedule-table-container tbody,
#business-schedule-table-container td {
  display: block;
}
#business-schedule-table-container tr {
  display: flex;
  padding: 8px 24px;
  justify-content: space-between;
}
#business-schedule-table-container td {
  padding: 0;
  background: none !important;
  box-shadow: none !important;
  font-size: 15px;
}
#business-schedule-table-container .today {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  font-weight: 600;
  background-color: #eaf3f3;
  color: var(--bs-primary);
}
#business-schedule-table-container .today:before, #business-schedule-table-container .today:after {
  position: absolute;
  background-color: var(--bs-primary);
  content: "";
}
#business-schedule-table-container .today:before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
}
#business-schedule-table-container .today:after {
  opacity: 0.5;
}
#business-schedule-table-container .today td {
  color: inherit;
}
#business-schedule-table-container .hour-range-item + .hour-range-item:before {
  margin: 0 5px;
  content: "&";
}

.business-information-section .practical-info {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.business-information-section .practical-info-item {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  align-items: baseline;
  -ms-flex-align: baseline;
  margin-bottom: 15px;
  font-size: 14px;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 35px;
}
.business-information-section .practical-info-item i {
  display: inline-block;
  margin-right: 10px;
  color: var(--bs-primary);
}

.slick-lightbox-slick .slick-next,
.slick-lightbox-slick .slick-prev {
  z-index: 9;
  padding: 15px;
  width: auto;
  height: auto;
}
.slick-lightbox-slick .slick-next:before,
.slick-lightbox-slick .slick-prev:before {
  display: inline-block;
  padding: 0 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 48px !important;
  color: #fff;
  opacity: 1;
}
.slick-lightbox-slick .slick-next:hover:before,
.slick-lightbox-slick .slick-prev:hover:before {
  color: var(--bs-primary);
}
.slick-lightbox-slick .slick-prev:before {
  content: "\f104" !important;
}
.slick-lightbox-slick .slick-next:before {
  content: "\f105" !important;
}
@media (max-width: 767px) {
  .slick-lightbox-slick .slick-prev {
    left: 0;
    padding: 15px 0;
  }
  .slick-lightbox-slick .slick-next {
    right: 0;
    padding: 15px 0;
  }
}

.slick-lightbox-close {
  right: 23px;
  top: 20px;
}
.slick-lightbox-close:before {
  font-size: 46px;
  line-height: 15px;
}
.slick-lightbox-close:hover:before {
  color: var(--bs-primary);
}

.slick-lightbox-slick-caption {
  display: table;
  margin: 15px auto;
  font-size: 36px;
  font-family: "BradleyHandITCStd-Bold";
}

.slick-dots li button:before {
  font-size: 10px;
}

.billing-form-modal .form-group {
  margin-bottom: 1rem;
}
.billing-form-modal .form-group label {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

body:has(.account-access-section),
html:has(.account-access-section) {
  height: 100%;
}

.account-access-section {
  position: relative;
  height: 100%;
}

.quantity-input-group {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}
.quantity-input-group input {
  border: 0;
}
.quantity-input-group input:focus, .quantity-input-group input:active {
  box-shadow: none;
}
.quantity-input-group .btn {
  width: 52px;
}
.quantity-input-group .minus {
  border: 0;
  border-right: 1px solid #d6d6d6;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.quantity-input-group .minus:active, .quantity-input-group .minus:hover {
  border-right: 1px solid #d6d6d6;
}
.quantity-input-group .minus:disabled {
  border: 0;
  border-right: 1px solid #d6d6d6;
  cursor: not-allowed;
}
.quantity-input-group .plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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