.shop-service-item-component {
  display: flex;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(228, 228, 228, 0.6);
  border-radius: 8px;
  padding: 1em 0;
  margin-bottom: 0;
  min-height: calc(100% - 1.5rem);
}
.shop-service-item-component > a {
  display: flex;
  flex: 1;
  color: inherit;
  text-decoration: unset;
}
.shop-service-item-component .shop-service-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.shop-service-item-component .shop-service-item-footer {
  min-height: 26px;
}
.shop-service-item-component .service-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-word;
  font-weight: 500;
}
.shop-service-item-component .service-price {
  white-space: nowrap;
}

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

.shop-news-shop-item-component {
  margin: 0.5em 0;
}
.shop-news-shop-item-component > a {
  display: flex;
  color: inherit;
  text-decoration: unset;
}
.shop-news-shop-item-component .carousel-indicators, .shop-news-shop-item-component .carousel-control-prev, .shop-news-shop-item-component .carousel-control-next {
  display: none;
}
.shop-news-shop-item-component:hover .carousel-indicators, .shop-news-shop-item-component:hover .carousel-control-prev, .shop-news-shop-item-component:hover .carousel-control-next, .shop-news-shop-item-component:focus .carousel-indicators, .shop-news-shop-item-component:focus .carousel-control-prev, .shop-news-shop-item-component:focus .carousel-control-next, .shop-news-shop-item-component:active .carousel-indicators, .shop-news-shop-item-component:active .carousel-control-prev, .shop-news-shop-item-component:active .carousel-control-next {
  display: flex;
  font-weight: normal;
}
.shop-news-shop-item-content {
  display: flex;
  flex-direction: column;
  margin-left: 0.8em;
  padding: 0;
  width: 100%;
}
.shop-news-shop-item-content .news-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-news-shop-item-images {
  width: 100%;
  max-width: 105px;
}
.shop-news-shop-item-images .carousel {
  border-radius: 4px;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  box-shadow: 0 4px 4px rgba(50, 50, 71, 0.1);
}
.shop-news-shop-item-images .carousel-item {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-news-shop-item-images .carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: unset !important;
}

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



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

.shop-course-item-component {
  background: #FFFFFF;
  border: 1px solid rgba(228, 228, 228, 0.6);
  box-shadow: 0 12px 12px rgba(50, 50, 71, 0.08), 0 12px 16px rgba(50, 50, 71, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 1.5rem;
  min-height: calc(100% - 1.5rem);
}
.shop-course-item-component > a {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: unset;
}
.shop-course-item-component .course-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 500;
}
.shop-course-item-component .course-price {
  white-space: nowrap;
}
.shop-course-item-component .divider {
  margin: 14px 0 10px;
}
.shop-course-item-component .carousel-indicators, .shop-course-item-component .carousel-control-prev, .shop-course-item-component .carousel-control-next {
  display: none;
}
.shop-course-item-component:hover .carousel-indicators, .shop-course-item-component:hover .carousel-control-prev, .shop-course-item-component:hover .carousel-control-next, .shop-course-item-component:focus .carousel-indicators, .shop-course-item-component:focus .carousel-control-prev, .shop-course-item-component:focus .carousel-control-next, .shop-course-item-component:active .carousel-indicators, .shop-course-item-component:active .carousel-control-prev, .shop-course-item-component:active .carousel-control-next {
  display: flex;
  font-weight: normal;
}
.shop-course-item-content {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  padding: 0;
  width: 100%;
}
.shop-course-item-images {
  width: 100%;
  max-width: 73px;
}
.shop-course-item-images .carousel {
  border-radius: 4px;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-course-item-images .carousel-item {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-course-item-images .carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: unset !important;
}

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

.header-component {
  padding: 0;
  z-index: 1030;
  background-color: #f8f8f8;
}
.header-component .dropdown-menu {
  z-index: 1031;
}
.header-component-spacer {
  height: 54px;
  width: 100%;
}
.header-content {
  height: 54px;
}
.header-content .navbar-brand {
  padding: 0;
  height: unset;
}
.header-content .navbar-brand img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.header-content .btn {
  line-height: 1;
  width: 38px;
  height: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-content .btn-cart {
  text-decoration: none;
  position: relative;
}
.header-content .btn-cart .badge {
  position: absolute;
  top: 0;
  right: -4px;
  color: white;
  border-radius: 50%;
  font-size: 8px;
  line-height: 1;
  height: 16px;
  width: 16px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-content [data-target="#shop-menu"][aria-expanded=false] .myp-icon-x {
  display: none;
}
.header-content [data-target="#shop-menu"][aria-expanded=true] .myp-icon-menu {
  display: none;
}
.header-content [data-target="#shop-menu"][aria-expanded=true] .myp-icon-x {
  display: inline-block;
}
.header-content #menu-desktop-btn .myp-icon-chevron-down {
  display: block;
}
.header-content #menu-desktop-btn .myp-icon-chevron-up {
  display: none;
}
.header-content #menu-desktop-btn[aria-expanded=true] .myp-icon-chevron-down {
  display: none;
}
.header-content #menu-desktop-btn[aria-expanded=true] .myp-icon-chevron-up {
  display: block;
}
.header-content .btn-link {
  color: inherit;
  text-decoration: none !important;
}
.header-content .btn-link:hover {
  color: var(--color-mypushop, #6979F8);
}
.header-content .user-menu-toggler > span {
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .header-component {
    background: white;
  }
  .header-content .navbar-brand {
    margin-right: 6px;
  }
  .header-content .navbar-brand img {
    height: 30px;
    width: 30px;
    border: none;
  }
}
@media (min-width: 768px) {
  .header-component-spacer {
    height: 96px;
  }
}
@media (max-width: 350px) {
  .header-content .user-menu-toggler > span {
    max-width: 40px;
  }
}

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

.section-header-component {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-header-component .titles-container {
  display: flex;
  flex-direction: column;
}

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

.menu-item-modal-component .modal-title {
  width: 100%;
  margin-left: 28px;
}
.menu-item-modal-component .modal-body {
  max-height: calc(100vh - 252px);
  overflow: auto;
}
.menu-item-modal-component .modal-footer {
  box-shadow: 0px -3px 6px -2px rgba(0, 0, 0, 0.07);
}
.menu-item-modal-component #menu-item-modal-carousel {
  margin-bottom: 1rem;
}
.menu-item-modal-component #menu-item-modal-carousel .carousel-inner {
  height: 40vh;
  min-height: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.menu-item-modal-component #menu-item-modal-carousel .carousel-item img {
  height: 40vh;
  min-height: 300px;
}

@media (max-width: 767px) {
  .menu-item-modal-component #menu-item-modal-carousel .carousel-inner {
    height: 25vh;
    min-height: 150px;
  }
  .menu-item-modal-component #menu-item-modal-carousel .carousel-item img {
    height: 25vh;
    min-height: 150px;
  }
}

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

.shop-search-box-component form {
  margin-bottom: 0;
}
.shop-search-box-component form .input-group {
  position: relative !important;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
}
.shop-search-box-component form .input-group input {
  background: #F0F1F5;
  border-color: rgba(228, 228, 228, 0.6);
  border-right: none;
  font-size: 13px;
  box-shadow: none !important;
  min-height: 38px;
}
.shop-search-box-component form .input-group input::placeholder, .shop-search-box-component form .input-group input:-ms-input-placeholder, .shop-search-box-component form .input-group input::-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.shop-search-box-component .button-search {
  background: #F0F1F5;
  border-color: rgba(228, 228, 228, 0.6);
  border-left: none;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  height: auto;
}
.shop-search-box-component .button-search .myp-icon {
  --size: 26px;
}

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

.socials-row-component .socials {
  display: flex;
  justify-content: space-around;
  margin: 1rem 0;
  border: 1px solid rgba(228, 228, 228, 0.6);
  border-left: none;
  border-right: none;
  padding: 9px 0;
}
.socials-row-component .socials .social {
  list-style: none;
  width: 28px;
  height: 28px;
}
.socials-row-component .socials .social a {
  width: 100%;
  height: 100%;
}

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

.app-downloader-component .app-badges {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.app-downloader-component .app-badges a {
  width: 100%;
  max-width: 172px;
}
.app-downloader-component .app-badges a:first-child {
  margin-right: 10px;
}
.app-downloader-component .app-badges a img {
  width: 100%;
}

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

.shop-coupon-item-component {
  display: flex;
  align-items: center;
  padding: 0;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  box-shadow: 0 4px 4px rgba(50, 50, 71, 0.1);
  margin-bottom: 1em;
  cursor: pointer;
}
.shop-coupon-item-component .ticket-left {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  border-right: 1px dashed #E4E4E4;
  position: relative;
}
.shop-coupon-item-component .ticket-left:before, .shop-coupon-item-component .ticket-left:after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 0.5em;
  background: white;
  border: 1px solid #E4E4E4;
  right: -0.5em;
}
.shop-coupon-item-component .ticket-left:before {
  top: -1px;
  border-top-color: white;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
.shop-coupon-item-component .ticket-left:after {
  bottom: -1px;
  border-bottom: none;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  box-shadow: inset 0 1em 0 rgba(50, 50, 71, 0.1);
}
.shop-coupon-item-component .ticket-right {
  padding: 1em;
  display: flex;
  text-align: center;
}
.shop-coupon-item-component .ticket-icon {
  background-color: rgba(105, 121, 248, 0.3);
  --size: 48px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1em;
}
.shop-coupon-item-component .ticket-icon img {
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  object-fit: cover;
  border-radius: 50%;
}
.shop-coupon-item-component .ticket-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-all;
}

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

.shop-menu-item-component {
  padding: 10px 0;
  position: relative;
  min-height: calc(100% - 1rem);
  height: 100%;
}
.shop-menu-item-component > a {
  display: flex;
  color: inherit;
  text-decoration: unset;
}
.shop-menu-item-component .menu-item-title {
  text-transform: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-all;
}
.shop-menu-item-component .menu-item-description {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-all;
}
.shop-menu-item-component .menu-item-price {
  white-space: nowrap;
}
.shop-menu-item-component .menu-item-images {
  width: 100%;
  max-width: 90px;
  min-width: 90px;
  position: relative;
  height: max-content;
}
.shop-menu-item-component .menu-item-images .carousel {
  border-radius: 4px;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-menu-item-component .menu-item-images .carousel-item {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-menu-item-component .menu-item-images .carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  min-height: unset !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.shop-menu-item-component .carousel-indicators, .shop-menu-item-component .carousel-control-prev, .shop-menu-item-component .carousel-control-next {
  display: none;
}
.shop-menu-item-component .add-button {
  position: absolute;
  bottom: -10px;
  right: -10px;
  line-height: 1;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.shop-product-price-component ul.price-items {
  padding: 0;
  margin-bottom: 0;
}
.shop-product-price-component ul.price-items li {
  list-style: none;
  margin-bottom: 0;
}
.shop-product-price-component ul.price-items li .price-on-sale {
  color: #999999;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  text-decoration-line: line-through;
}

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

.shop-news-shop-items-component .list-group-item {
  border-width: 0 0 1px 0;
  padding: 0.5em 0;
}
.shop-news-shop-items-component .list-group-item:first-child {
  padding-top: 0;
}
.shop-news-shop-items-component .list-group-item:first-child .shop-news-item-component {
  margin-top: 0;
}
.shop-news-shop-items-component .list-group-item:last-child {
  border-bottom-width: 0;
}

@media (min-width: 768px) {
  .shop-news-shop-items-component .show-more {
    text-align: left !important;
  }
}

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



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

.shop-reward-item-component .item-card {
  border-radius: 10px;
}
.shop-reward-item-component-images .carousel {
  border-radius: 10px;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-reward-item-component-images .carousel-inner {
  height: auto;
  min-height: unset;
}
.shop-reward-item-component-images .carousel-item {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-reward-item-component-images .carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  min-height: unset !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.shop-reward-item-component-images .carousel-item iframe {
  display: none;
}

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

.shop-gallery-component {
  display: block;
}
.shop-gallery-component > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
.shop-gallery-component .list-group-item {
  border: none;
  padding: 0;
  box-shadow: 0 4px 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.shop-gallery-component:not(.full) .list-group-item:nth-child(odd):not(:nth-child(3)), .shop-gallery-component:not(.full) .list-group-item:nth-child(4) {
  width: calc(100% - 40% - 0.5rem);
  --aspect-ratio: unset;
}
.shop-gallery-component:not(.full) .list-group-item:nth-child(even):not(:nth-child(4)), .shop-gallery-component:not(.full) .list-group-item:nth-child(3) {
  width: calc(40% - 0.5rem);
}
.shop-gallery-component:not(.full) .list-group-item:nth-child(odd):last-child {
  width: 100%;
  --aspect-ratio: calc(9 / 21 * 100%);
}
.shop-gallery-component.full .list-group-item:nth-child(odd) {
  width: calc(39% - 0.5rem);
  --aspect-ratio: unset;
}
.shop-gallery-component.full .list-group-item:nth-child(even) {
  width: calc(22% - 0.5rem);
}
.shop-gallery-component.full .list-group-item:nth-child(5) {
  width: calc(56% - 0.5rem);
  --aspect-ratio: unset;
}
.shop-gallery-component.full .list-group-item:nth-child(5):last-child {
  width: calc(78% - 0.5rem);
}
.shop-gallery-component.full .list-group-item:first-child:last-child {
  width: 100%;
  --aspect-ratio: calc(1 / 3 * 100%);
}
.shop-gallery-component.full[data-items="4"] .list-group-item:nth-child(1), .shop-gallery-component.full[data-items="4"] .list-group-item:nth-child(4), .shop-gallery-component.full[data-items="2"] .list-group-item:nth-child(1), .shop-gallery-component.full[data-items="2"] .list-group-item:nth-child(4) {
  width: calc(78% - 0.5rem);
  --aspect-ratio: unset;
}
.shop-gallery-component.full[data-items="4"] .list-group-item:nth-child(2), .shop-gallery-component.full[data-items="4"] .list-group-item:nth-child(3), .shop-gallery-component.full[data-items="2"] .list-group-item:nth-child(2), .shop-gallery-component.full[data-items="2"] .list-group-item:nth-child(3) {
  width: calc(22% - 0.5rem);
  --aspect-ratio: 100%;
}

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

#footer .about-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
#footer ul {
  list-style-type: none;
  padding: 0;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  color: var(--color-mypushop-light, #8f9aff);
}
#footer a.current {
  font-weight: bold;
  color: var(--color-mypushop-light, #8f9aff);
}
#footer .socials-row-component .socials {
  justify-content: flex-start;
  margin: 0;
  border: none;
  flex-wrap: wrap;
}
#footer .socials-row-component .socials .social {
  margin-right: 1.5em;
}
#footer .socials-row-component .socials .social .myp-icon {
  background: white;
}
#footer-auth-now-section {
  border-top: 1px solid rgba(228, 228, 228, 0.6);
  min-height: 86px;
}
#footer-auth-now-section .btns-container {
  white-space: nowrap;
  margin-right: 2rem;
}

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



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

.shop-categories-component .section-horizontal {
  width: 100%;
  display: flex;
  overflow-x: auto;
}
.shop-categories-component .section-horizontal li {
  list-style: none;
}
.shop-categories-component .section-horizontal .col-category-item {
  max-width: 210px;
}

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

.shop-reserve-deal-item-component {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(228, 228, 228, 0.6);
  box-shadow: 0 12px 12px rgba(50, 50, 71, 0.08), 0 12px 16px rgba(50, 50, 71, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 1.5rem;
  min-height: calc(100% - 1.5rem);
}
.shop-reserve-deal-item-component > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: unset;
}
.shop-reserve-deal-item-component .reserve-deal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 500;
}
.shop-reserve-deal-item-component .reserve-deal-price {
  white-space: nowrap;
}
.shop-reserve-deal-item-component .divider {
  margin: 14px 0 10px;
}
.shop-reserve-deal-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0;
  width: 100%;
}
.shop-reserve-deal-item-content .myp-icon {
  --size: 16px;
}
.shop-reserve-deal-item-content .badges-container {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  margin-right: 20px;
  padding: 8px 0;
}
.shop-reserve-deal-item-images {
  width: 100%;
  max-width: 73px;
}
.shop-reserve-deal-item-images .carousel {
  border-radius: 4px;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-reserve-deal-item-images .carousel-item {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-reserve-deal-item-images .carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

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

.shop-menu-component .categories-container {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  margin-right: 20px;
  padding: 8px 0;
}
.shop-menu-component .categories-container .badge {
  cursor: pointer;
}
.shop-menu-component .categories-container .badge.active {
  background-color: #FFCF5C;
  color: white;
}
.shop-menu-component .divider-full {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.shop-menu-component #menuHeader {
  background: #FFFFFF;
}
.shop-menu-component #menuHeader.fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  border-bottom: 2px solid rgba(228, 228, 228, 0.6);
  z-index: 1029;
}
@media (max-width: 767px) {
  .shop-menu-component #menuHeader.fixed {
    z-index: 1030;
  }
}
.shop-menu-component #menuHeader.fixed .divider-full {
  margin-top: 0 !important;
}
.shop-menu-component #menuHeader.fixed + #menuHeaderSpacer {
  height: 60px;
}
.shop-menu-component #menuHeader .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.shop-menu-component #menuHeader .nav-item .nav-link span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  color: var(--color-mypushop, #6979F8);
}
.shop-menu-component #menuHeader .nav-item .nav-link.active span {
  background: var(--color-mypushop, #6979F8);
  color: white;
  border-radius: 20px;
}
.shop-menu-component #menuHeader .nav-item:first-child .nav-link:not(.active) {
  margin-left: -10px;
}
.shop-menu-component #menuCheckoutWidget {
  width: 100%;
}
.shop-menu-component .fixed {
  position: fixed;
  z-index: 1031;
}
.shop-menu-component .menu-checkout-widget-container {
  position: relative;
  margin-top: -30px;
}
.shop-menu-component .anchor-link {
  z-index: -1;
  position: relative;
  display: block;
}

.datepicker-dropdown {
  z-index: 1032;
}

@media (max-width: 767px) {
  .shop-menu-component #menuCheckoutWidget .menu-checkout-widget-component {
    position: fixed !important;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    margin: 0 !important;
    background: #FFFFFF;
    z-index: 1032;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .shop-menu-component #menuCheckoutWidget .menu-checkout-widget-component .card-height {
    height: 64px;
  }
  .shop-menu-component #menuCheckoutWidget .menu-checkout-widget-component .card-body {
    max-height: calc(100% - 64px - 109px);
  }
  .shop-menu-component #menuCheckoutWidget .menu-checkout-widget-component .card-footer {
    height: 109px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .shop-menu-component #menuCheckoutWidget .menu-checkout-widget-component.has-shipping .card-body {
    max-height: calc(100% - 64px - 154px);
  }
  .shop-menu-component #menuCheckoutWidget .menu-checkout-widget-component.has-shipping .card-footer {
    height: 154px;
  }
  .shop-menu-component #menuCheckoutWidget .menu-checkout-widget-component.has-message .card-body {
    max-height: calc(100% - 64px - 184px);
  }
  .shop-menu-component #menuCheckoutWidget .menu-checkout-widget-component.has-message .card-footer {
    height: 184px;
  }
  .shop-menu-component .menu-checkout-widget-container {
    margin-top: 0;
  }
  .shop-menu-component .horizontal-scroll-section {
    z-index: unset;
  }
}

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

.shop-product-item-component {
  margin-bottom: 2rem;
  min-height: calc(100% - 2rem);
  border: 1px solid rgba(228, 228, 228, 0.6);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.shop-product-item-component > a {
  color: inherit;
  text-decoration: unset;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.shop-product-item-component .carousel-inner {
  height: auto;
  min-height: unset;
}
.shop-product-item-component .carousel-indicators, .shop-product-item-component .carousel-control-prev, .shop-product-item-component .carousel-control-next {
  display: none;
}
.shop-product-item-component:hover .carousel-indicators, .shop-product-item-component:hover .carousel-control-prev, .shop-product-item-component:hover .carousel-control-next, .shop-product-item-component:focus .carousel-indicators, .shop-product-item-component:focus .carousel-control-prev, .shop-product-item-component:focus .carousel-control-next, .shop-product-item-component:active .carousel-indicators, .shop-product-item-component:active .carousel-control-prev, .shop-product-item-component:active .carousel-control-next {
  display: flex;
  font-weight: normal;
}
.shop-product-item-content {
  padding: 16px 10px 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.shop-product-item-content .product-title {
  font-weight: 500;
}
.shop-product-item-content .product-title, .shop-product-item-content .product-category {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-product-item-content .product-category {
  margin-top: 2px;
  margin-bottom: 6px;
}
.shop-product-item-content .price-on-sale {
  color: #999999;
  line-height: 1.1;
}
.shop-product-item-content .sold-out {
  color: #666666;
}
.shop-product-item-content .myp-icon {
  --size: 26px;
}
.shop-product-item-content .price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: normal;
}
.shop-product-item-images .carousel {
  border-radius: 10px;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-product-item-images .carousel-inner {
  height: auto;
  min-height: unset;
}
.shop-product-item-images .carousel-item {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shop-product-item-images .carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  min-height: unset !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.shop-product-item-images .carousel-item iframe {
  display: none;
}

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

.shop-coupon-modal-component .carousel {
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
}
.shop-coupon-modal-component .carousel-item {
  height: 250px;
}
.shop-coupon-modal-component .carousel-item img {
  height: 250px;
  object-fit: cover;
}

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

.shop-share-shop-component {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shop-share-shop-component .share-link {
  margin: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-share-shop-component .share-link .share-icon {
  font-size: 32px;
  color: black;
}
.shop-share-shop-component .share-link .share-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 28px;
  width: 28px;
  color: white;
  background-color: black;
}
.shop-share-shop-component .share-link .share-icon-link:hover {
  cursor: pointer;
}

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

.shop-products-component .section-horizontal {
  width: 100%;
  display: flex;
  overflow-x: auto;
}
.shop-products-component .product-item-container:not(.full-list):last-child:nth-child(even) {
  display: none;
}

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



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

#lightbox-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.85);
}
#lightbox-modal .modal-header {
  padding: 1rem 0.5rem 0;
  border: none;
}
#lightbox-modal .modal-body {
  padding: 1rem 0.5rem;
  width: 1000px;
  max-width: 100vw;
  margin: auto;
}
#lightbox-modal .modal-body .lightbox-controls {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: flex;
  align-items: center;
}
#lightbox-modal .modal-body .lightbox-controls i {
  margin-bottom: 40px;
}
#lightbox-modal .modal-body .lightbox-controls-left {
  left: 0;
}
#lightbox-modal .modal-body .lightbox-controls-right {
  right: 0;
}
#lightbox-modal .modal-body img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  object-position: top;
}
#lightbox-modal .modal-body iframe {
  max-width: 100%;
  max-height: 100%;
}
#lightbox-modal .modal-body .slide-counter {
  height: 40px;
  display: flex;
  align-items: flex-end;
}

img[data-lightbox-id] {
  cursor: pointer;
}

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



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

.shop-news-item-component {
  height: 100%;
  position: relative;
}
.shop-news-item-component > a {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: unset;
  height: inherit;
}
.shop-news-item-component .carousel-indicators, .shop-news-item-component .carousel-control-prev, .shop-news-item-component .carousel-control-next {
  display: none;
}
.shop-news-item-component:hover .carousel-indicators, .shop-news-item-component:hover .carousel-control-prev, .shop-news-item-component:hover .carousel-control-next, .shop-news-item-component:focus .carousel-indicators, .shop-news-item-component:focus .carousel-control-prev, .shop-news-item-component:focus .carousel-control-next, .shop-news-item-component:active .carousel-indicators, .shop-news-item-component:active .carousel-control-prev, .shop-news-item-component:active .carousel-control-next {
  display: flex;
  font-weight: normal;
}
.shop-news-item-component .dropdown {
  position: absolute;
  right: 0;
  bottom: 0;
}
.shop-news-item-component .dropdown .myp-icon:not(:hover) {
  background: #999999;
}
.shop-news-item-content {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  padding: 0;
  width: 100%;
  flex: 1;
  justify-content: space-between;
}
.shop-news-item-content .news-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-news-item-content .news-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-news-item-footer {
  border-top: 1px solid rgba(228, 228, 228, 0.6);
  margin-top: 1rem;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-news-item-images {
  width: 100%;
  --aspect-ratio: calc(3 / 5 * 100%);
  border-radius: 10px;
  overflow: hidden;
}
.shop-news-item-images .carousel {
  width: 100% !important;
}
.shop-news-item-images .carousel-inner {
  height: 100% !important;
  min-height: 100% !important;
}
.shop-news-item-images .carousel-item {
  height: 100% !important;
}
.shop-news-item-images .carousel-item img {
  height: 100% !important;
  min-height: 100% !important;
  width: 100% !important;
}
.shop-news-item-images .carousel-indicators, .shop-news-item-images .carousel-control-prev, .shop-news-item-images .carousel-control-next {
  display: none;
}

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

.gallery-item-component > a {
  height: 100%;
  display: flex;
  color: inherit;
  text-decoration: unset;
}
.gallery-item-component .carousel {
  width: 100% !important;
}
.gallery-item-component .carousel-inner {
  height: 100% !important;
  min-height: 100% !important;
}
.gallery-item-component .carousel-item {
  height: 100% !important;
}
.gallery-item-component .carousel-item img {
  height: 100% !important;
  min-height: 100% !important;
  width: 100% !important;
}
.gallery-item-component .carousel-indicators, .gallery-item-component .carousel-control-prev, .gallery-item-component .carousel-control-next {
  display: none;
}
.gallery-item-component:hover .carousel-indicators, .gallery-item-component:hover .carousel-control-prev, .gallery-item-component:hover .carousel-control-next, .gallery-item-component:focus .carousel-indicators, .gallery-item-component:focus .carousel-control-prev, .gallery-item-component:focus .carousel-control-next, .gallery-item-component:active .carousel-indicators, .gallery-item-component:active .carousel-control-prev, .gallery-item-component:active .carousel-control-next {
  display: flex;
  font-weight: normal;
}

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

.quantity-handler-component {
  display: flex;
  align-items: center;
}
.quantity-handler-component .btn {
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: white;
  box-shadow: 0 2px 2px rgba(50, 50, 71, 0.06), 0 2px 4px rgba(50, 50, 71, 0.06);
  border-radius: 8px;
}
.quantity-handler-component .btn .myp-icon {
  --size: 18px;
}
.quantity-handler-component .form-control {
  margin: 0 10px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  text-align: center;
  padding: 2px;
  background-color: white;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 2px rgba(50, 50, 71, 0.06), 0 2px 4px rgba(50, 50, 71, 0.06);
}

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

.menu-item-handler-component {
  display: flex;
  align-items: center;
}
.menu-item-handler-component .btn {
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0 2px 2px rgba(50, 50, 71, 0.06), 0 2px 4px rgba(50, 50, 71, 0.06);
  border-radius: 8px;
}
.menu-item-handler-component .btn .myp-icon {
  --size: 18px;
}
.menu-item-handler-component .form-control {
  margin: 0 10px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  text-align: center;
  padding: 2px;
  background-color: white;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(50, 50, 71, 0.06), 0 2px 4px rgba(50, 50, 71, 0.06);
}

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

.menu-checkout-widget-component {
  border-color: rgba(228, 228, 228, 0.6);
  border-radius: 4px;
  filter: drop-shadow(0px 16px 16px rgba(50, 50, 71, 0.08));
}
.menu-checkout-widget-component .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: rgba(228, 228, 228, 0.6);
  background-color: #FFFFFF;
}
.menu-checkout-widget-component .card-body {
  max-height: calc(100vh - 380px);
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
}
.menu-checkout-widget-component .card-body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.menu-checkout-widget-component .card-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.menu-checkout-widget-component .card-footer {
  box-shadow: 0px -3px 6px -2px rgba(0, 0, 0, 0.07);
  border: none;
  background-color: #FFFFFF;
}
.menu-checkout-widget-component.empty .card-footer {
  box-shadow: unset;
}
.menu-checkout-widget-component #stripe-card-errors:empty {
  display: none;
}
.menu-checkout-widget-component #paypal-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-checkout-widget-component #paypal-button-container:empty:before {
  content: "Loading...";
  color: #999999;
  font-size: 15px;
}
.menu-checkout-widget-component #paypal-button-container:not(:empty) {
  padding: 0 !important;
  background: #ffc439;
  border: none;
}

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

.menu-mobile-checkout-container-component {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 1031;
  background: #FFFFFF;
  box-shadow: 0px -3px 6px -2px rgba(0, 0, 0, 0.07);
}
.menu-mobile-checkout-container-component .badge {
  font-size: 14px;
  line-height: 1;
  height: 26px;
  width: 26px;
  background: #5a68d6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-mobile-checkout-container-component [disabled] .badge {
  background: #6b6b6b;
}

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

.food-item-component {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.food-item-component img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 5px;
}
.food-item-component:not(:last-child) {
  border-bottom: 1px solid rgba(228, 228, 228, 0.6);
}
.food-item-component > .details {
  width: 100%;
  word-break: break-word;
}
.food-item-component > .price {
  white-space: nowrap;
}
.food-item-component .food-item-handler {
  display: flex;
  align-items: center;
}
.food-item-component .food-item-handler .btn {
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 2px rgba(50, 50, 71, 0.06), 0 2px 4px rgba(50, 50, 71, 0.06);
  border-radius: 6px;
}
.food-item-component .food-item-handler .btn .myp-icon {
  --size: 14px;
}
.food-item-component .food-item-handler .form-control {
  margin: 0 6px;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  padding: 0;
  text-align: center;
  background-color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(50, 50, 71, 0.06), 0 2px 4px rgba(50, 50, 71, 0.06);
}

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

.product-item-component {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-item-component img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 5px;
}
.product-item-component:not(:last-child) {
  border-bottom: 1px solid rgba(228, 228, 228, 0.6);
}
.product-item-component > .details {
  width: 100%;
  word-break: break-word;
}
.product-item-component > .price {
  white-space: nowrap;
}
.product-item-component .food-item-handler {
  display: flex;
  align-items: center;
}
.product-item-component .food-item-handler .btn {
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 2px rgba(50, 50, 71, 0.06), 0 2px 4px rgba(50, 50, 71, 0.06);
  border-radius: 6px;
}
.product-item-component .food-item-handler .btn .myp-icon {
  --size: 14px;
}
.product-item-component .food-item-handler .form-control {
  margin: 0 6px;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  padding: 0;
  text-align: center;
  background-color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(50, 50, 71, 0.06), 0 2px 4px rgba(50, 50, 71, 0.06);
}

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

.cart-component .checkout-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 0.5rem 1rem;
  background: gray;
  z-index: 1030;
}
.cart-component.full-page {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  padding: 54px 1rem 1rem;
}
.cart-component.full-page .checkout-header {
  display: block;
}
.cart-component.full-page .payment-items-summary .food-item-component .food-item-handler .btn {
  display: none !important;
  pointer-events: none !important;
}
.cart-component.full-page .payment-items-summary .food-item-component .food-item-handler input {
  pointer-events: none !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 1em !important;
}
.cart-component .steps-checkout-container {
  position: relative;
}
.cart-component .steps-checkout-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  height: 3px;
  width: 100%;
  background-color: var(--color-mypushop, #6979F8);
  z-index: -1;
}
.cart-component .btn-checkout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  flex-grow: 1;
  cursor: pointer;
  font-size: 15px;
  opacity: 1 !important;
}
.cart-component .btn-checkout .step-counter {
  --size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  border: 1px solid;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  margin: 2px 0;
}
.cart-component .btn-checkout .step-counter:before {
  content: "";
  position: absolute;
  --size: 32px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  background-color: white;
  z-index: -1;
}
.cart-component .btn-checkout.disabled {
  opacity: 1;
  cursor: default;
  background-color: transparent;
  border-color: transparent;
  color: rgba(153, 153, 153, 0.6);
}
.cart-component .btn-checkout.active {
  color: var(--color-mypushop, #6979F8);
  font-weight: 500;
}
.cart-component .btn-checkout.active .step-counter {
  background: white;
  border: 1px solid var(--color-mypushop, #6979F8);
  color: var(--color-mypushop, #6979F8);
  font-weight: bold;
}
.cart-component .btn-checkout.done {
  color: var(--color-mypushop, #6979F8);
}
.cart-component .btn-checkout.done .step-counter {
  background: var(--color-mypushop, #6979F8);
  border: 1px solid var(--color-mypushop, #6979F8);
  color: white;
}
.cart-component .icon-done {
  --size: 140px;
}

@media (min-width: 1000px) {
  .cart-component.full-page, .cart-component .checkout-header {
    padding-left: calc((100vw - 1000px + 1rem) / 2);
    padding-right: calc((100vw - 1000px + 1rem) / 2);
  }
}
@media (max-width: 767px) {
  .cart-component .btn-checkout {
    flex-direction: column;
  }
}

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

.shop-services-calendar-component {
  min-height: 380px;
}
.shop-services-calendar-component #sevices-calendar {
  z-index: -2;
}

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

.categories-switch-component .section-horizontal {
  width: 100%;
  display: flex;
  overflow-x: auto;
}
.categories-switch-component .section-horizontal .tag {
  text-decoration: none;
  padding: 5px 10px;
  margin-right: 8px;
  border-radius: 20px;
  color: black;
  background-color: #F2F2F2;
  white-space: nowrap;
}
.categories-switch-component .section-horizontal .tag.active, .categories-switch-component .section-horizontal .tag:hover {
  color: white;
  background-color: black;
}

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

.shop-contacts-component #google-map, .shop-contacts-component .map-preview {
  max-height: 50vh;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(50, 50, 71, 0.1);
  object-fit: cover;
}

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

.shop-order-item-component {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid rgba(228, 228, 228, 0.6);
  box-shadow: 0 12px 12px rgba(50, 50, 71, 0.08), 0 12px 16px rgba(50, 50, 71, 0.08);
  border-radius: 4px;
  padding: 4px 0;
  margin-bottom: 1.5rem;
}
.shop-order-item-component span {
  color: #999999;
}
.shop-order-item-component .card-section {
  padding: 10px;
  border-bottom: 1px solid rgba(228, 228, 228, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
.shop-order-item-component .card-section:last-child {
  border-bottom: unset;
}
.shop-order-item-component .order-payment span {
  color: var(--color-mypushop, #6979F8);
}
.shop-order-item-component .order-reseller > span {
  margin-bottom: 10px;
}
.shop-order-item-component .order-total, .shop-order-item-component .order-quantity {
  display: flex;
  align-items: center;
}
.shop-order-item-component .order-total span, .shop-order-item-component .order-quantity span {
  margin-left: 10px;
}

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



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



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



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

.beach-reservation-component {
    margin-bottom: 1rem;
}

.beach-reservation-component h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.beach-reservation-widget {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    min-width: 380px;
}

.beach-reservation-widget iframe {
    display: block;
    border: none;
    width: 100%;
    min-width: 380px;
} 

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

.carousel-component .carousel-inner {
  height: 40vh;
  min-height: 375px;
}
.carousel-component .carousel-item img {
  height: 40vh;
  min-height: 375px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
}
.carousel-component#shop-item-carousel .carousel-item img {
  height: 40vh;
}
.carousel-component .video-overlay-div:not(.ratio) {
  height: 40vh;
}
.carousel-component .video-overlay-image {
  position: relative;
  z-index: 1;
  min-height: unset;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
}
.carousel-component .video-overlay-image-preview {
  z-index: -2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  min-height: unset;
  height: 100%;
  width: 100%;
}
.carousel-component .video-overlay-div {
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-component .video-overlay-div:not(.ratio) .video-overlay-image {
  min-height: 375px;
  height: 40vh;
}
.carousel-component .video-overlay-div:not(.ratio) .video-overlay-image-preview {
  min-height: 375px;
  height: 40vh;
}
.carousel-component .carousel-indicators {
  z-index: 3;
}

@media (max-width: 767px) {
  .carousel-component .video-overlay .ratio-1x1 {
    --aspect-ratio: unset;
    min-height: 375px;
    height: 40vh;
  }
  .carousel-component .video-overlay-image {
    min-height: 375px;
    height: 40vh;
  }
  .carousel-component .video-overlay-image-preview {
    min-height: 375px;
    height: 40vh;
  }
}

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

.breadcrumb-component {
  font-size: 12px;
  line-height: 1.1;
}
.breadcrumb-component .breadcrumb {
  width: 100%;
  display: flex;
  overflow-x: auto;
}
.breadcrumb-component .breadcrumb-item {
  padding: 5px 2px 5px 0;
}
.breadcrumb-component .breadcrumb-item.active {
  color: #080808;
}
.breadcrumb-component .breadcrumb-item + .breadcrumb-item::before {
  content: " ";
  --size: 12px;
  background-image: url("/static/svg/icons/chevron-right.svg?8413ed1bd6a0");
  background-size: var(--size);
  background-repeat: no-repeat;
  background-position: 0 1px;
  height: var(--size);
  width: var(--size);
  color: rgba(0, 0, 0, 0.15);
}
.breadcrumb-component .breadcrumb-item a {
  color: #3b3b3b;
  text-decoration: none;
}
.breadcrumb-component .breadcrumb-item a:hover {
  color: var(--color-mypushop, #6979F8);
}
.breadcrumb-component .breadcrumb-item::before {
  padding-right: 15px;
}

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

.shop-recommended-products-component .section-horizontal {
  width: 100%;
  display: flex;
  overflow-x: auto;
}
.shop-recommended-products-component .section-horizontal .shop-product-item-component {
  box-shadow: 0 16px 16px rgba(50, 50, 71, 0.1);
  border: 1px solid rgba(228, 228, 228, 0.4);
}
.shop-recommended-products-component .section-horizontal .col-recommended-product-item {
  max-width: 210px;
}

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



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

.scroll-top-button-component {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background-color: white;
  border: 0;
  color: grey;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  position: fixed;
  right: 1rem;
  bottom: -60px;
  transition: bottom 0.3s;
}
.scroll-top-button-component.show {
  bottom: calc(var(--bottom-spacing) + 1em);
}

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



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

.shop-payment-methods-component .payment-methods {
  display: flex;
  flex-wrap: wrap;
}
.shop-payment-methods-component .payment-methods .payment-method {
  list-style: none;
  box-shadow: 0 8px 8px rgba(50, 50, 71, 0.08);
  padding: 9px;
  border-radius: 4px;
  margin-right: 1em;
}
.shop-payment-methods-component .payment-methods .payment-method img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  object-position: center;
}

@media only screen and (max-width: 400px) {
  .shop-payment-methods-component .payment-methods {
    display: flex;
    justify-content: space-between;
    flex-wrap: unset;
  }
  .shop-payment-methods-component .payment-methods .payment-method {
    margin-right: unset;
  }
}

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

.shop-header-menu-component {
  z-index: 1030;
  max-height: calc(100vh - 54px);
  overflow: auto;
  background: white;
}
.shop-header-menu-component.in {
  display: flex !important;
}
.shop-header-menu-content {
  min-height: calc(100vh - 54px);
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}
.hidden-content .shop-header-menu-content {
  visibility: hidden;
}
.shop-header-menu-content .container-xl {
  padding: 0;
}
.shop-header-menu-content .menu-items {
  padding-left: 0;
}
.shop-header-menu-content .menu-items li {
  list-style: unset;
  display: block;
}
.shop-header-menu-content .menu-items li .accordion-body > a {
  color: #999999;
  padding: 0.5em 1.5em 0.5em 2.5em;
  border-bottom: 1px solid rgba(228, 228, 228, 0.8);
}
.shop-header-menu-content .menu-items li .accordion-body > a:last-child {
  border-bottom: none;
}
.shop-header-menu-content .menu-items li .accordion-body > a.current span {
  color: var(--color-mypushop, #6979F8);
}
.shop-header-menu-content .menu-items li .accordion-body > a.current .myp-icon {
  display: none;
}
.shop-header-menu-content .menu-items li .accordion-body .myp-icon {
  background: #999999;
}
.shop-header-menu-content .menu-items .menu-item {
  padding: 0;
  border-bottom: 1px solid #E4E4E4;
}
.shop-header-menu-content .menu-items .menu-item.current > a span {
  color: var(--color-mypushop, #6979F8);
}
.shop-header-menu-content .menu-items .menu-item.current > a > .myp-icon {
  display: none;
}
.shop-header-menu-content .menu-items .menu-item.current .item-title {
  color: var(--color-mypushop, #6979F8);
  font-weight: 500;
}
.shop-header-menu-content .menu-items .menu-item a, .shop-header-menu-content .menu-items .menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em;
  text-decoration: none;
  cursor: pointer;
  color: #151522;
}
.shop-header-menu-content .menu-items .menu-item a.accordion-button.collapsed .myp-icon-chevron-down, .shop-header-menu-content .menu-items .menu-item-header.accordion-button.collapsed .myp-icon-chevron-down {
  display: block;
}
.shop-header-menu-content .menu-items .menu-item a.accordion-button.collapsed .myp-icon-x, .shop-header-menu-content .menu-items .menu-item-header.accordion-button.collapsed .myp-icon-x {
  display: none;
}
.shop-header-menu-content .menu-items .menu-item a.accordion-button:not(.collapsed) .myp-icon-chevron-down, .shop-header-menu-content .menu-items .menu-item-header.accordion-button:not(.collapsed) .myp-icon-chevron-down {
  display: none;
}
.shop-header-menu-content .menu-items .menu-item a.accordion-button:not(.collapsed) .myp-icon-x, .shop-header-menu-content .menu-items .menu-item-header.accordion-button:not(.collapsed) .myp-icon-x {
  display: block;
}
.shop-header-menu-content .menu-items .menu-item-header:hover > a, .shop-header-menu-content .menu-items .menu-item-header:hover > span {
  color: var(--color-mypushop, #6979F8);
  opacity: 0.85;
}
.shop-header-menu-content .menu-items .menu-item-header:hover .myp-icon {
  background: var(--color-mypushop, #6979F8);
}
.shop-header-menu-content .menu-items .menu-item-content {
  width: 100%;
  margin: 0 1.5em 0 0;
  display: flex;
  flex-direction: column;
}
.shop-header-menu-content .menu-items .menu-item-content:hover > a, .shop-header-menu-content .menu-items .menu-item-content:hover > span {
  color: var(--color-mypushop, #6979F8);
  opacity: 0.85;
}
.shop-header-menu-content .menu-items .menu-item-content:hover ~ .myp-icon {
  background: var(--color-mypushop, #6979F8);
}
.shop-header-menu-content .menu-items .menu-item-icon {
  font-size: 1.5em;
}
.shop-header-menu-content .menu-items .menu-item-icon-end {
  font-size: 1em;
}

@media (min-width: 768px) {
  .shop-header-menu-component {
    display: flex !important;
    background: rgba(248, 248, 248, 0.97);
    height: 42px !important;
    padding: 6px 0 12px;
  }
  .shop-header-menu-content {
    min-height: unset;
  }
  .shop-header-menu-content .container-md {
    padding-right: calc(var(--bs-gutter-x) / 2) !important;
    padding-left: calc(var(--bs-gutter-x) / 2) !important;
  }
  .shop-header-menu-content .menu-items {
    display: inline-flex;
    margin-bottom: 0;
  }
  .shop-header-menu-content .menu-items .menu-item {
    border-bottom: unset;
  }
  .shop-header-menu-content .menu-items .menu-item-content {
    margin: 0;
  }
  .shop-header-menu-content .menu-items .menu-item .item-title {
    font-size: 16px;
    line-height: 1;
  }
  .shop-header-menu-content .menu-items .menu-item a, .shop-header-menu-content .menu-items .menu-item-header {
    padding: 0;
    margin-right: 1.5em;
    font-size: 16px;
    line-height: 1;
  }
  .shop-header-menu-content .menu-items .menu-item a .myp-icon, .shop-header-menu-content .menu-items .menu-item-header .myp-icon {
    display: none !important;
  }
  .shop-header-menu-content .menu-items .accordion-collapse {
    display: none !important;
  }
}

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



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

#openings-modal .modal-header:before, #openings-modal .modal-header:after {
  display: none;
}
#openings-modal td {
  padding: 0.25rem 0.25rem !important;
}

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

.shop-category-item-component {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 16px 16px rgba(50, 50, 71, 0.1);
  margin-bottom: 2rem;
  background-blend-mode: multiply, normal;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 300px;
  overflow: hidden;
}
.shop-category-item-component a {
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.shop-category-item-component .content {
  padding: 1em 0.8em;
}
.shop-category-item-component .content .title {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-category-item-component.full-width {
  --aspect-ratio: calc(9 / 16 * 100%);
  background-color: rgba(105, 121, 248, 0.3);
}
.shop-category-item-component.full-width .content .title {
  height: auto;
  margin-bottom: 0;
}
.shop-category-item-component.not-full-width {
  --aspect-ratio: calc(16 / 9 * 100%);
  overflow: hidden;
  background-color: rgba(105, 121, 248, 0.3);
}

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

#about-horizontal-section {
  display: flex;
  justify-content: space-between;
}
#about-horizontal-section.has-bg .with-section-spacing {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
#about-horizontal-section:not(.has-bg) {
  margin-top: 0 !important;
}
.device-md #about-horizontal-section + .divider, .device-lg #about-horizontal-section + .divider, .device-xl #about-horizontal-section + .divider, .device-xxl #about-horizontal-section + .divider {
  color: transparent;
}

.shop-about-component .about-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0px 4px 8px rgba(50, 50, 71, 0.2));
}

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

.chat {
  display: flex;
  position: fixed;
  bottom: calc(5em + var(--bottom-spacing));
  right: 1em;
  margin-left: auto;
  width: 50px;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1029;
  transition: bottom 0.3s;
}
@media (max-width: 767px) {
  .chat {
    z-index: 1028;
  }
}
.chat #chat-fab {
  position: relative;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  11% {
    transform: scale(0.8);
  }
  22% {
    transform: scale(1.2);
  }
  33% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.chat #chat-fab.new-notification {
  animation: bounce 3s ease infinite;
}
.chat #chat-fab:hover {
  cursor: pointer;
}
.chat #chat-fab #chat-badge {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
  border-radius: 45px;
  background-color: red;
}
.chat #chat-modal {
  position: relative;
  z-index: -1;
  bottom: -50px;
  right: 25px;
  height: 500px;
  width: 400px;
  transform: scale(0, 0);
  transform-origin: bottom right;
  max-height: 60vh;
  max-width: 90vw;
  border-radius: 22.5px;
  margin-bottom: 1em;
  background-color: white;
  overflow: hidden;
  transition: transform 0.5s, bottom 0.5s, right 0.5s;
}
.chat #chat-modal.opened {
  bottom: 0;
  right: 0;
  transform: scale(1, 1);
  border: lightgrey 1px solid;
}
@media (max-width: 767px) {
  .chat #chat-modal.opened {
    z-index: 1029;
    bottom: -7em;
  }
}
.chat #chat-modal #chat-avatar {
  position: absolute;
  z-index: 1024;
  margin: 1em;
  height: 48px;
  width: 48px;
  border-radius: 45px;
  border: 0.5em var(--color-mypushop, #6979F8) solid;
}
.chat #chat-modal #chat-feed {
  height: calc(100% - 3.5em);
  padding-top: 5em;
  overflow-y: auto;
  scrollbar-width: thin;
}
.chat #chat-modal #chat-feed::-webkit-scrollbar {
  width: 12px;
}
.chat #chat-modal #chat-feed::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 20px;
  border: 3px solid white;
}
.chat #chat-modal #chat-feed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5em;
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 90%);
}
.chat #chat-modal #chat-feed .chat-message {
  position: relative;
  margin: 1em;
  padding: 0.7em 0.7em 2.4em 0.7em;
  border-radius: 12.5px;
  font-size: small;
  line-height: 1.2;
  display: block;
}
.chat #chat-modal #chat-feed .chat-message img {
  margin: 0.5em 0;
  max-width: 100%;
}
.chat #chat-modal #chat-feed .chat-message.system {
  background-color: lightgoldenrodyellow;
}
.chat #chat-modal #chat-feed .chat-message.shop {
  background-color: var(--color-mypushop, #6979F8);
  color: white;
  border-top-left-radius: 0;
  margin-right: 2.5em;
}
.chat #chat-modal #chat-feed .chat-message.shop .time {
  color: white !important;
}
.chat #chat-modal #chat-feed .chat-message.user {
  border: lightgrey 1px solid;
  border-bottom-right-radius: 0;
  margin-left: 2.5em;
}
.chat #chat-modal #chat-feed .chat-message .time {
  color: grey;
  position: absolute;
  right: 0.7em;
  bottom: 0.7em;
}
.chat #chat-modal #chat-footer {
  height: 3.5em;
  width: 100%;
}
.chat #chat-modal #chat-footer .input-group {
  padding: 4px;
}
.chat #chat-modal #chat-footer .input-group input {
  border-radius: 22.5px;
}
.chat #chat-modal #chat-footer .input-group #send-button {
  background-color: var(--color-mypushop, #6979F8);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0.25em;
  border-radius: 45px;
}
.chat #chat-modal #chat-footer .input-group #send-button:hover {
  cursor: pointer;
}
.chat #chat-modal #chat-footer .input-group #send-button.disabled {
  background-color: grey;
  pointer-events: none;
}
.chat #chat-backdrop {
  height: 100vh;
  width: 100vw;
  position: absolute;
  bottom: -5em;
  right: -1em;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}

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



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

.shop-share-item-component {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shop-share-item-component .share-link {
  margin: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-share-item-component .share-link .share-icon {
  font-size: 32px;
  color: black;
}
.shop-share-item-component .share-link .share-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 28px;
  width: 28px;
  color: white;
  background-color: black;
}
.shop-share-item-component .share-link .share-icon-link:hover {
  cursor: pointer;
}

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

#snackbar {
  display: none;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 16px 24px;
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 30px;
  bottom: unset;
  font-size: 16px;
  transform: translateX(-50%);
}
#snackbar.show {
  display: block;
}
#snackbar.warning {
  background-color: #943a48;
  color: #151522;
}
#snackbar.attention {
  background-color: #FFCF5C;
  color: #151522;
}

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



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

.item-type-filter-component .horizontal-section {
  width: 100%;
  display: flex;
  overflow-x: auto;
  margin: 1em 0 0;
  padding-bottom: 1em;
}
.item-type-filter-component .horizontal-section .tag {
  text-decoration: none;
  padding: 5px 10px;
  margin-right: 8px;
  border-radius: 20px;
  color: black;
  background-color: #F2F2F2;
  white-space: nowrap;
  cursor: pointer;
}
.item-type-filter-component .horizontal-section .tag.active, .item-type-filter-component .horizontal-section .tag:hover {
  color: white;
  background-color: black;
}

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