@charset "UTF-8";
/**
 * @copyright  2019 CleverSoft. All rights reserved.
 *
 */
@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
:root {
  --black-color:#000;
  --white-color:#fff;
  --box-shadow: #eae7f5;
  --danger-color:#ff6058;
}

/* Global scss*/
/* Infinity Scroll */
.scroller-status {
  display: none;
  margin: 45px auto 45px auto !important;
}
.scroller-status .infinite-scroll-last, .scroller-status .infinite-scroll-error {
  cursor: pointer;
  padding: 8px 60px;
  text-align: center;
}
.scroller-status .infinite-scroll-request {
  text-align: center;
}
.scroller-status .infinite-scroll-request .pagination-loading {
  display: inline-block;
  cursor: pointer;
  padding: 8px 60px;
}
.scroller-status .infinite-scroll-request .pagination-loading .loading {
  position: relative;
  display: flex;
  align-items: center;
}
.scroller-status .infinite-scroll-request .pagination-loading .loading:after {
  position: unset;
  margin-left: 8px;
  width: 20px;
  height: 20px;
}

.view-more-button {
  text-align: center;
  margin: 45px auto 45px auto;
}
.view-more-button span {
  display: inline-block;
  cursor: pointer;
  padding: 8px 60px;
  background: #000;
  color: #fff;
}

/* Columns layout product*/
.products, .cafe-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.cafe-row:not(.slick-slider) {
  margin-left: -15px;
  margin-right: -15px;
}

.cafe-col {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .cafe-grid-lg-6-cols .post, .cafe-grid-lg-6-cols .product, .cafe-grid-lg-6-cols .cafe-col {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    width: 100%;
  }
  .cafe-grid-lg-5-cols .post, .cafe-grid-lg-5-cols .product, .cafe-grid-lg-5-cols .cafe-col {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
  }
  .cafe-grid-lg-4-cols .post, .cafe-grid-lg-4-cols .product, .cafe-grid-lg-4-cols .cafe-col {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }
  .cafe-grid-lg-3-cols .post, .cafe-grid-lg-3-cols .product, .cafe-grid-lg-3-cols .cafe-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
  }
  .cafe-grid-lg-2-cols .post, .cafe-grid-lg-2-cols .product, .cafe-grid-lg-2-cols .cafe-col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
  .cafe-grid-lg-1-cols .post, .cafe-grid-lg-1-cols .product, .cafe-grid-lg-1-cols .cafe-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cafe-row:not(.slick-slider) {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cafe-grid-md-6-cols .post, .cafe-grid-md-6-cols .product, .cafe-grid-md-6-cols .cafe-col {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    width: 100%;
  }
  .cafe-grid-md-5-cols .post, .cafe-grid-md-5-cols .product, .cafe-grid-md-5-cols .cafe-col {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
  }
  .cafe-grid-md-4-cols .post, .cafe-grid-md-4-cols .product, .cafe-grid-md-4-cols .cafe-col {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }
  .cafe-grid-md-3-cols .post, .cafe-grid-md-3-cols .product, .cafe-grid-md-3-cols .cafe-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
  }
  .cafe-grid-md-2-cols .post, .cafe-grid-md-2-cols .product, .cafe-grid-md-2-cols .cafe-col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
  .cafe-grid-md-1-cols .post, .cafe-grid-md-1-cols .product, .cafe-grid-md-1-cols .cafe-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cafe-grid-6-cols .post, .cafe-grid-6-cols .product, .cafe-grid-6-cols .cafe-col {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    width: 100%;
  }
  .cafe-grid-5-cols .post, .cafe-grid-5-cols .product, .cafe-grid-5-cols .cafe-col {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
  }
  .cafe-grid-4-cols .post, .cafe-grid-4-cols .product, .cafe-grid-4-cols .cafe-col {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }
  .cafe-grid-3-cols .post, .cafe-grid-3-cols .product, .cafe-grid-3-cols .cafe-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
  }
  .cafe-grid-2-cols .post, .cafe-grid-2-cols .product, .cafe-grid-2-cols .cafe-col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
  .cafe-grid-1-cols .post, .cafe-grid-1-cols .product, .cafe-grid-1-cols .cafe-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.slick-list {
  width: 100%;
}

.cafe-products-wrap.cafe-carousel .slick-slider .product,
.cafe-products-wrap.cafe-carousel .slick-slider .post {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

/**
 * @copyright  2018 CleverSoft. All rights reserved.
 * @license MIT
 */
.elementor-counter-number-suffix {
  line-height: inherit;
}

.elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
}

.cafe-image-360-view .cafe-wrap-content-view {
  margin: 0 auto;
  cursor: move;
}
.cafe-image-360-view .cafe-wrap-control-view {
  margin: 0;
  text-align: center;
}
.cafe-image-360-view .cafe-control-view {
  display: inline-block;
  list-style: none;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  padding: 0;
  margin: 0 4px;
  position: relative;
  z-index: 1;
}
.cafe-image-360-view .cafe-control-view:not(.cafe-center) {
  cursor: pointer;
}
.cafe-image-360-view .cafe-control-view.cafe-center {
  width: 70px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.cafe-image-360-view .cafe-wrap-img-360-view {
  height: 100%;
  width: 100%;
  position: relative;
}
.cafe-image-360-view .cafe-wrap-img-360-view:before {
  content: "";
  position: absolute;
  bottom: 33px;
  left: 15px;
  right: 15px;
  height: 50%;
  border-bottom: 5px solid rgba(175, 175, 175, 0.15);
  border-top: 2px solid rgba(175, 175, 175, 0.05);
  border-right: 2px solid rgba(175, 175, 175, 0.1);
  border-left: 2px solid rgba(175, 175, 175, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.cafe-image-360-view .cafe-description {
  text-align: center;
}

/*Auto typing css*/
.cafe-auto-typing {
  color: #000;
  font-size: 40px;
}
.cafe-auto-typing p {
  margin: 0;
}
.cafe-auto-typing span {
  display: inline-block;
  line-height: 1.3;
}

.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cea-zoom-in {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
/*End Auto typing css*/
/*Count Down css*/
.cafe-countdown .countdown-times {
  display: inline-block;
}
.cafe-countdown .countdown-times > div {
  color: #000;
  margin: 0 5px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 5px 10px;
  float: left;
  height: auto;
  text-align: center;
}
.cafe-countdown .countdown-times > div:last-child {
  margin-right: 0;
}
.cafe-countdown .countdown-times > div:first-child {
  margin-left: 0;
}
.cafe-countdown .countdown-times > div b {
  font-size: 2rem;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
}

/*End Count Down css*/
/*Team Member*/
.cafe-team-member .cafe-member {
  position: relative;
}
.cafe-team-member .cafe-member-ava {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.cafe-team-member .cafe-member-ava .mask-color {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 300ms;
  z-index: 1;
}
.cafe-team-member img {
  display: block;
  width: 100%;
}
.cafe-team-member .cafe-wrap-team-member {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  opacity: 0;
  transition: all 300ms;
  z-index: 2;
}
.cafe-team-member .cafe-member-name {
  margin: 0;
  width: 100%;
}
.cafe-team-member .cafe-member-social {
  margin: 0;
}
.cafe-team-member .cafe-member-des {
  width: 100%;
}
.cafe-team-member .cafe-member-social-item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
}
.cafe-team-member .cafe-member-social-item:last-child {
  margin-right: 0;
}
.cafe-team-member .cafe-member-social-item:first-child {
  margin-left: 0;
}
.cafe-team-member .cafe-member-social-item a {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cafe-team-member .cafe-member:hover .cafe-member-ava .mask-color {
  opacity: 1;
}
.cafe-team-member .cafe-member:hover .cafe-wrap-team-member {
  opacity: 1;
}
.cafe-team-member .cafe-member:hover .cafe-member-social {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.cafe-team-member.style-1 .cafe-member-name {
  color: #fff;
}
.cafe-team-member.style-1 .cafe-member-social {
  margin: 0;
  transform: scale(0.8);
  transition: 500ms;
  opacity: 0;
  width: 100%;
}
.cafe-team-member.style-2 {
  text-align: center;
}
.cafe-team-member.style-2 .cafe-member-ava {
  box-shadow: 0px 0px 15px 0px rgba(149, 149, 149, 0.6);
  display: inline-block;
}
.cafe-team-member.style-2 .cafe-member-name {
  margin-top: 15px;
}
.cafe-team-member.style-2 .cafe-member-social {
  margin: 0;
  transform: scale(0.8);
  transition: 500ms;
  opacity: 0;
  width: 100%;
}
.cafe-team-member.style-3 .cafe-member-ava, .cafe-team-member.style-4 .cafe-member-ava {
  margin-bottom: 20px;
}
.cafe-team-member.style-3 .cafe-member-name, .cafe-team-member.style-4 .cafe-member-name {
  margin-bottom: 10px;
  font-size: 22px;
}
.cafe-team-member.style-3 .cafe-member-des, .cafe-team-member.style-4 .cafe-member-des {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 300ms;
}
.cafe-team-member.style-3 .cafe-member .cafe-member-des {
  color: #27d499;
}
.cafe-team-member.style-3 .cafe-member .wrap-member-bio {
  position: relative;
}
.cafe-team-member.style-3 .cafe-member .cafe-member-bio {
  transition: all 300ms;
}
.cafe-team-member.style-3 .cafe-member .cafe-member-social-item {
  margin: 0 10px;
}
.cafe-team-member.style-3 .cafe-member .cafe-member-social-item a {
  background: #f5f5f5;
}
.cafe-team-member.style-3 .cafe-member .cafe-member-social-item a:hover {
  color: #fff;
  background: #27d499;
}
.cafe-team-member.style-3 .cafe-member:hover .cafe-member-des {
  color: #000;
}
.cafe-team-member.style-3:not(.has-member-bio) .cafe-member-social {
  opacity: 1;
}
.cafe-team-member.style-3.has-member-bio .cafe-member .cafe-member-social {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.cafe-team-member.style-3.has-member-bio .cafe-member .cafe-member-social .cafe-member-social-item {
  width: 50px;
  height: 50px;
  transition: all 300ms;
  transform: translateY(30px);
  opacity: 0;
}
.cafe-team-member.style-3.has-member-bio .cafe-member .cafe-member-social .cafe-member-social-item:nth-child(2) {
  transition-delay: 100ms;
}
.cafe-team-member.style-3.has-member-bio .cafe-member .cafe-member-social .cafe-member-social-item:nth-child(3) {
  transition-delay: 200ms;
}
.cafe-team-member.style-3.has-member-bio .cafe-member .cafe-member-social .cafe-member-social-item:nth-child(4) {
  transition-delay: 300ms;
}
.cafe-team-member.style-3.has-member-bio .cafe-member .cafe-member-social .cafe-member-social-item:nth-child(5) {
  transition-delay: 400ms;
}
.cafe-team-member.style-3.has-member-bio .cafe-member .cafe-member-social .cafe-member-social-item:nth-child(6) {
  transition-delay: 500ms;
}
.cafe-team-member.style-3.has-member-bio .cafe-member:hover .cafe-member-social-item {
  transform: translate(0);
  opacity: 1;
}
.cafe-team-member.style-3.has-social .cafe-member:hover .cafe-member-bio {
  transform: rotateX(90deg);
  opacity: 0;
}
.cafe-team-member.style-4 .cafe-member:hover .cafe-member-social-item {
  visibility: visible;
  opacity: 1;
}
.cafe-team-member.style-4 .cafe-member:hover .cafe-member-social-item:first-child {
  bottom: 5px;
  right: 15px;
}
.cafe-team-member.style-4 .cafe-member:hover .cafe-member-social-item:nth-child(2) {
  bottom: 45px;
  right: -15px;
}
.cafe-team-member.style-4 .cafe-member:hover .cafe-member-social-item:nth-child(3) {
  bottom: 95px;
  right: -20px;
}
.cafe-team-member.style-4 .cafe-member:hover .cafe-member-social-item:nth-child(4) {
  bottom: 140px;
  right: -5px;
}
.cafe-team-member.style-4 .cafe-member:hover .cafe-member-social-item:nth-child(5) {
  bottom: 170px;
  right: 35px;
}
.cafe-team-member.style-4 .cafe-member-ava {
  border-radius: 50%;
  overflow: visible;
  width: 200px;
  height: 200px;
}
.cafe-team-member.style-4 .cafe-member-ava img {
  border-radius: inherit;
}
.cafe-team-member.style-4 .cafe-member-social {
  opacity: 1;
  transform: scale(1);
}
.cafe-team-member.style-4 .cafe-member-social-item {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  padding: 0;
  margin: 0;
  border-radius: 50%;
}
.cafe-team-member.style-4 .cafe-member-social-item a {
  padding: 0;
}
.cafe-team-member.style-4 .cafe-member-social-item:hover i {
  background: inherit !important;
}
.cafe-team-member.style-4 .cafe-member-social-item i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: inherit;
  color: #fff;
  transition: all 300ms;
  background: #3973e8;
}

/*End Team Member*/
/*Time Line Block*/
.cafe-timeline {
  margin: 0;
}
.cafe-timeline.list {
  border-left: 4px solid rgba(0, 0, 0, 0.2);
}
.cafe-timeline.list .cafe-timeline-item {
  list-style: none;
  padding: 0 0 0 50px;
  margin-bottom: 50px;
  margin-top: -10px;
  position: relative;
}
.cafe-timeline.list .cafe-timeline-item:last-child {
  margin: 0;
}
.cafe-timeline.list .cafe-timeline-date:before {
  content: "";
  background: #fff;
  border: 2px solid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 3px;
  display: block;
  position: absolute;
  left: 0;
  transform: translateX(calc(-50% - 2px));
  top: 0;
}
.cafe-timeline.list .cafe-timeline-date:after {
  content: "";
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  transform: translateX(calc(-50% - 2px));
  top: 5px;
}
.cafe-timeline.list .cafe-timeline-title {
  margin-bottom: 10px;
}
.cafe-timeline.carousel .slick-track {
  display: flex;
  align-items: center;
}
.cafe-timeline.carousel .cafe-timeline-title {
  margin: 0;
  display: inline-block;
}
.cafe-timeline.carousel .cafe-timeline-date {
  display: inline-block;
}
.cafe-timeline.carousel .cafe-head-timeline-item {
  width: 100%;
  display: inline-block;
}
.cafe-timeline.carousel .cafe-timeline-item {
  transition: all 300ms;
  text-align: center;
  list-style: none;
  display: inline-block;
}
.cafe-timeline.carousel .cafe-carousel-btn {
  border: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 44px;
}
.cafe-timeline.carousel .cafe-carousel-btn.prev-item {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
}
.cafe-timeline.carousel .cafe-carousel-btn.next-item {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*End Time Line Block*/
/*Video Lightbox*/
.cafe-video-light-box {
  position: relative;
}
.cafe-video-light-box .cafe-wrap-content-video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.cafe-video-light-box .cafe-title {
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cafe-video-light-box img {
  display: block;
  border-radius: inherit;
}
.cafe-video-light-box.no-thumb .cafe-wrap-content-video {
  position: static;
}
.cafe-video-light-box.custom-icon-layout .cafe-wrap-content-video {
  flex-direction: row;
  align-items: center;
}
.cafe-video-light-box.custom-icon-layout i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
  text-indent: -30px;
}
.cafe-video-light-box.custom-icon-layout .cafe-title {
  text-indent: -30px;
  transition: all 300ms;
  z-index: 1;
}
.cafe-video-light-box.custom-icon-layout:hover i, .cafe-video-light-box.custom-icon-layout:hover .cafe-title {
  text-indent: 0;
}

.cafe-video-mask {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
}

.cafe-wrap-video-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  z-index: 100;
  max-height: 80vh;
  max-width: 80vw;
}

.cafe-video-button {
  z-index: 1;
}
.cafe-video-button .play {
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
  display: block;
  z-index: 1;
  position: relative;
}
.cafe-video-button.round .play {
  transform: scale(1.1);
}
.cafe-video-button.round .play:hover {
  transform: scale(1.2);
}
.cafe-video-button.round .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.cafe-video-button.round .play:hover .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
.cafe-video-button.round .stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: opacity 1s ease, stroke-width 1s ease;
}
.cafe-video-button.round .play:hover .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}
.cafe-video-button.round .icon {
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}
.cafe-video-button.round .play:hover .icon {
  transform: scale(1.05);
}
.cafe-video-button.flat {
  position: relative;
}
.cafe-video-button.flat .play {
  background: #f34291;
}
.cafe-video-button.flat:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0.2;
  animation: cea-zoom-in 800ms infinite linear;
}
.cafe-video-button.flat .stroke-solid, .cafe-video-button.flat .stroke-dotted {
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.cafe-video-light-box, .cafe-wrap-content-video, .cafe-video-thumb {
  border-radius: inherit;
}

/*End Video Lightbox*/
/*Carousel*/
.cafe-carousel-btn {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  top: calc(50% - 18px);
  z-index: 3;
  cursor: pointer;
}
.cafe-carousel-btn.next-item {
  right: 0;
}
.cafe-carousel-btn.prev-item {
  left: 0;
}

.cafe-carousel .slick-dots li {
  list-style: none;
}

/*End Carousel*/
/*Posts*/
.cafe-post-item {
  margin-bottom: 20px;
}

.cafe-post-info {
  margin: 0;
  padding: 0;
}
.cafe-post-info li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
.cafe-post-info li:first-child {
  margin-left: 0;
}
.cafe-post-info li:last-child {
  margin-right: 0;
}

/*End Posts*/
/*Pagination*/
.cafe-pagination {
  width: 100%;
  display: flex;
  clear: both;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.cafe-pagination .cafe_pagination-item {
  min-width: 35px;
  padding: 0 5px;
  height: 35px;
  text-align: center;
  transition: all 300ms;
  margin: 0 2px;
  color: #000;
}
.cafe-pagination .cafe_pagination-item .cs-font {
  font-size: 70%;
}
.cafe-pagination .cafe_pagination-item.current, .cafe-pagination .cafe_pagination-item:hover {
  background: #000;
  color: #fff;
}

/*End Pagination*/
/*Banner*/
.cafe-banner img {
  display: block;
}
.cafe-banner.cafe-overlay-content {
  position: relative;
  display: block;
}
.cafe-banner.cafe-overlay-content .cafe-wrap-content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.cafe-banner .cafe-wrap-image {
  background: center center/cover;
}
.cafe-banner .cafe-wrap-image img {
  max-height: 100%;
}
.cafe-banner .cafe-wrap-content {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.cafe-banner .cafe-banner-title,
.cafe-banner .cafe-banner-description p {
  margin-bottom: 0;
}

.cafe-button {
  position: relative;
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  display: inline-block;
  z-index: 1;
}
.cafe-button:before, .cafe-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 350ms;
  border-radius: inherit;
}
.cafe-button.no-label i {
  margin: 0;
}
.cafe-button.underline:after {
  display: none;
}
.cafe-button.underline:before {
  width: 100%;
  content: "";
  border-bottom: 2px solid;
  color: inherit;
  z-index: 1;
  background: transparent !important;
}
.cafe-button.underline:hover:before {
  width: 0;
}
.cafe-button.outline:after {
  background: #000;
}
.cafe-button.outline, .cafe-button.normal {
  padding: 10px 25px;
  z-index: 1;
}
.cafe-button.outline:before, .cafe-button.normal:before {
  border: 2px solid;
}
.cafe-button.normal {
  color: #fff;
  background: #000;
}
.cafe-button.normal:before {
  opacity: 0;
  transform: scale(1.1);
  background: transparent !important;
}
.cafe-button.normal:hover {
  color: #000;
  background: transparent;
}
.cafe-button.normal:hover:after {
  transform: scale(0.5);
  opacity: 0;
}
.cafe-button.normal:hover:before {
  transform: scale(1);
  opacity: 1;
}
.cafe-button.outline {
  color: #000;
}
.cafe-button.outline:after {
  opacity: 0;
  transform: scale(1.1);
}
.cafe-button.outline:before {
  background: transparent !important;
}
.cafe-button.outline:hover {
  color: #fff;
}
.cafe-button.outline:hover:before {
  transform: scale(0.5);
  opacity: 0;
}
.cafe-button.outline:hover:after {
  transform: scale(1);
  opacity: 1;
}
.cafe-button.slide {
  color: #fff;
}
.cafe-button.slide:before {
  background: #000;
  transition-delay: 400ms;
}
.cafe-button.slide:after {
  background: rgba(0, 0, 0, 0.2);
  width: 0;
  transition: all 350ms, background 0ms;
}
.cafe-button.slide:hover:after {
  width: 100%;
}
.cafe-button.slide-up {
  color: #fff;
  z-index: 1;
}
.cafe-button.slide-up:before {
  background: #000;
  border-width: 0;
  border-style: solid;
}
.cafe-button.slide-up:after {
  display: none;
}
.cafe-button.slide-up:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.cafe-button.flat {
  z-index: 1;
  padding: 10px;
}
.cafe-button.line-through {
  padding: 20px 25px;
  color: #000;
  text-indent: 20px;
  border-style: solid;
}
.cafe-button.line-through i {
  padding-left: 45px;
  font-size: 75%;
  position: relative;
  transition: all 300ms;
}
.cafe-button.line-through i:after {
  border-bottom: 1px solid;
  content: "";
  position: absolute;
  bottom: 50%;
  left: 20px;
  width: 30px;
  transition: all 300ms;
}
.cafe-button.line-through:after {
  background: #fff;
}
.cafe-button.line-through:before {
  height: 0;
  border-bottom: 1px solid !important;
  left: 25px;
  right: auto;
  width: 0;
  bottom: 50%;
  z-index: 1;
  opacity: 1;
}
.cafe-button.line-through:hover {
  text-indent: 50px;
}
.cafe-button.line-through:hover:before {
  width: 30px;
}
.cafe-button.line-through:hover i {
  padding-left: 15px;
}
.cafe-button.line-through:hover i:after {
  width: 0;
}

/*End Banner*/
/*Banner effect*/
.cafe-banner.style-2 .cafe-wrap-image {
  position: relative;
  overflow: hidden;
}
.cafe-banner.style-2 .cafe-wrap-image:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms;
  z-index: 1;
}
.cafe-banner.style-2 .cafe-wrap-image img {
  transition: all 300ms;
}
.cafe-banner.style-2 .cafe-button {
  position: absolute;
  left: 50%;
  top: calc(50% + 30px);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.cafe-banner.style-2:hover .cafe-wrap-image::after {
  opacity: 1;
}
.cafe-banner.style-2:hover .cafe-button {
  top: 50%;
  opacity: 1;
}
.cafe-banner.style-2:hover img {
  transform: scale(1.1) translateY(-10px);
}
.cafe-banner.cafe-overlay-content {
  overflow: hidden;
}
.cafe-banner.cafe-overlay-content .cafe-wrap-image img {
  transition: all 350ms;
}
.cafe-banner.cafe-overlay-content .cafe-banner-title {
  transition: all 350ms;
}
.cafe-banner.cafe-overlay-content .cafe-wrap-extend-content {
  transition: all 350ms;
}
.cafe-banner.lily .cafe-wrap-image img, .cafe-banner.layla .cafe-wrap-image img {
  transform: scale(1.1);
}
.cafe-banner.lily .cafe-banner-title, .cafe-banner.layla .cafe-banner-title {
  margin-bottom: 10px;
}
.cafe-banner.lily .cafe-wrap-extend-content, .cafe-banner.layla .cafe-wrap-extend-content {
  opacity: 0;
}
.cafe-banner.lily:hover .cafe-banner-title, .cafe-banner.layla:hover .cafe-banner-title {
  transform: translateY(0);
}
.cafe-banner.lily:hover .cafe-wrap-extend-content, .cafe-banner.layla:hover .cafe-wrap-extend-content {
  transform: translateY(0);
  transition-delay: 50ms;
  opacity: 1;
}
.cafe-banner.lily .cafe-banner-title {
  transform: translateY(30px);
}
.cafe-banner.lily .cafe-wrap-extend-content {
  transform: translateY(20px);
}
.cafe-banner.lily:hover .cafe-wrap-image img {
  transform: scale(1.1) translateX(20px);
}
.cafe-banner.layla .cafe-banner-title {
  transform: translateY(-20px);
}
.cafe-banner.layla .cafe-wrap-extend-content {
  transform: translateY(20px);
}
.cafe-banner.layla:hover .cafe-wrap-image img {
  transform: scale(1.1) translateY(20px);
}
.cafe-banner.sadie .cafe-wrap-content {
  align-items: center;
}
.cafe-banner.sadie .cafe-wrap-content:before {
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 300ms;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  display: block;
  opacity: 0;
  left: 0;
  top: 50%;
}
.cafe-banner.sadie .cafe-wrap-extend-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(20px);
  opacity: 0;
}
.cafe-banner.sadie .cafe-banner-title {
  margin: 0;
}
.cafe-banner.sadie:hover .cafe-banner-title {
  transform: translateY(-30px);
}
.cafe-banner.sadie:hover .cafe-wrap-extend-content {
  transform: translateY(0);
  opacity: 1;
}
.cafe-banner.sadie:hover .cafe-wrap-content:before {
  opacity: 1;
  top: 0;
}
.cafe-banner.oscar .cafe-wrap-content:before, .cafe-banner.chico .cafe-wrap-content:before {
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  content: "";
  display: block;
  border: 1px solid;
  transition: all 300ms;
  top: 20px;
  left: 20px;
  opacity: 0;
  position: absolute;
}
.cafe-banner.oscar .cafe-banner-title, .cafe-banner.chico .cafe-banner-title {
  transform: translateY(30px);
}
.cafe-banner.oscar .cafe-wrap-extend-content, .cafe-banner.chico .cafe-wrap-extend-content {
  opacity: 0;
}
.cafe-banner.oscar:hover .cafe-wrap-content:before, .cafe-banner.chico:hover .cafe-wrap-content:before {
  opacity: 1;
  transform: scale(1);
}
.cafe-banner.oscar:hover .cafe-banner-title, .cafe-banner.chico:hover .cafe-banner-title {
  transform: translateY(0);
}
.cafe-banner.oscar:hover .cafe-wrap-extend-content, .cafe-banner.chico:hover .cafe-wrap-extend-content {
  opacity: 1;
  transform: scale(1);
}
.cafe-banner.oscar .cafe-wrap-content:before {
  transform: scale(0);
}
.cafe-banner.oscar .cafe-wrap-extend-content {
  transform: scale(0);
}
.cafe-banner.chico .cafe-wrap-content:before, .cafe-banner.chico .cafe-wrap-extend-content {
  transform: scale(1.2);
}
.cafe-banner.chico .cafe-wrap-image img {
  transform: scale(1.2);
}
.cafe-banner.chico:hover .cafe-wrap-image img {
  transform: scale(1);
}
.cafe-banner.ruby .cafe-wrap-image img {
  transform: scale(1.2);
}
.cafe-banner.ruby .cafe-wrap-extend-content {
  border: 1px solid;
  padding: 20px;
  opacity: 0;
  transform: translateY(20px) scale(1.1);
}
.cafe-banner.ruby .cafe-banner-title {
  transform: translateY(30px);
}
.cafe-banner.ruby:hover .cafe-wrap-image img {
  transform: scale(1);
}
.cafe-banner.ruby:hover .cafe-banner-title {
  transform: translateY(0);
}
.cafe-banner.ruby:hover .cafe-wrap-extend-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.cafe-banner.roxy .cafe-wrap-image img {
  transform: scale(1.2);
}
.cafe-banner.roxy .cafe-wrap-extend-content {
  opacity: 0;
  transform: translateX(-15px);
}
.cafe-banner.roxy:hover .cafe-wrap-image img {
  transform: translateX(15px) scale(1.2);
}
.cafe-banner.roxy:hover .cafe-wrap-extend-content {
  transform: translateX(0);
  opacity: 1;
}
.cafe-banner.marley .cafe-banner-title, .cafe-banner.sarah .cafe-banner-title {
  position: relative;
  padding: 10px 0;
  width: 100%;
}
.cafe-banner.marley .cafe-banner-title:after, .cafe-banner.sarah .cafe-banner-title:after {
  left: 0;
  content: "";
  display: block;
  color: inherit;
  position: absolute;
  border-bottom: 3px solid;
  transition: all 350ms;
  transition-delay: 100ms;
}
.cafe-banner.marley .cafe-wrap-content {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}
.cafe-banner.marley .cafe-banner-title:after {
  width: 100%;
  bottom: -30px;
  opacity: 0;
}
.cafe-banner.marley .cafe-wrap-extend-content {
  opacity: 0;
  transform: translateY(30px);
}
.cafe-banner.marley:hover .cafe-banner-title:after {
  bottom: 0;
  opacity: 1;
}
.cafe-banner.marley:hover .cafe-wrap-extend-content {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 100ms;
}
.cafe-banner.sarah .cafe-wrap-image img {
  transform: scale(1.2);
}
.cafe-banner.sarah .cafe-banner-title:after {
  width: 0;
  top: 100%;
}
.cafe-banner.sarah .cafe-wrap-extend-content {
  opacity: 0;
  transform: translateX(100%);
}
.cafe-banner.sarah:hover .cafe-wrap-image img {
  transform: scale(1.2) translateX(15px);
}
.cafe-banner.sarah:hover .cafe-banner-title:after {
  width: 100%;
}
.cafe-banner.sarah:hover .cafe-wrap-extend-content {
  opacity: 1;
  transform: translateX(0);
}
.cafe-banner.milo .cafe-wrap-image img {
  transform: scale(1.3);
}
.cafe-banner.milo .cafe-banner-title {
  margin: 10px 0 0;
}
.cafe-banner.milo .cafe-wrap-extend-content {
  order: -1;
  overflow: hidden;
  padding: 0 10px;
  transform: translateX(-20px);
  opacity: 0;
}
.cafe-banner.milo .cafe-wrap-extend-content:before {
  width: 1px;
  height: 100%;
  content: "";
  border-left: 1px solid;
  color: inherit;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cafe-banner.milo:hover .cafe-wrap-image img {
  transform: scale(1.2) translateX(20px);
}
.cafe-banner.milo:hover .cafe-wrap-extend-content {
  opacity: 1;
  transform: translateX(0);
}
.cafe-banner.overlay-box .cafe-overlay-box {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  padding: inherit;
  width: 100%;
  border-radius: inherit;
  height: 100%;
  background: inherit;
  transition: all 300ms;
  flex-direction: column;
  justify-content: inherit;
}
.cafe-banner.overlay-box .cafe-overlay-box .icon-plus {
  display: block;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  position: relative;
}
.cafe-banner.overlay-box .cafe-overlay-box .icon-plus:after, .cafe-banner.overlay-box .cafe-overlay-box .icon-plus:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 300ms;
}
.cafe-banner.overlay-box .cafe-overlay-box .icon-plus:after {
  height: 100%;
  top: 0;
  border-left: 2px solid;
  left: calc(50% - 1px);
}
.cafe-banner.overlay-box .cafe-overlay-box .icon-plus:before {
  left: 0;
  width: 100%;
  bottom: calc(50% - 1px);
  border-bottom: 2px solid;
}
.cafe-banner.overlay-box:hover .cafe-overlay-box {
  opacity: 0;
}
.cafe-banner.overlay-box:hover .cafe-overlay-box .cafe-banner-title {
  transform: translateY(-30px);
}
.cafe-banner.overlay-box:hover .cafe-overlay-box .icon-plus:after {
  top: 200%;
}
.cafe-banner.overlay-box:hover .cafe-overlay-box .icon-plus:before {
  left: 200%;
}

.cafe-banner.oscar-2 .cafe-banner-title {
  transform: translateY(0);
}
.cafe-banner.oscar-2 .cafe-wrap-extend-content {
  transform: scale(1);
  opacity: 1;
}
.cafe-banner.oscar-2 .cafe-wrap-content::before {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  left: 30px;
  top: 30px;
  border: 25px solid #fff;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  transform: scale(0);
  transition: all 300ms;
}
.cafe-banner.oscar-2 .cafe-wrap-content {
  max-width: 100%;
}
.cafe-banner.oscar-2:hover .cafe-wrap-content::before {
  opacity: 0.2;
  transform: scale(1);
}

@media (max-width: 991.98px) {
  .cafe-banner.oscar-2 .cafe-wrap-content::before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    border-width: 10px;
  }
}
/*End Banner effect*/
/*Product category banner*/
.cafe-product-category-banner .cafe-title {
  margin: 0;
  font-weight: normal;
  font-size: 22px;
}
.cafe-product-category-banner .product-count {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold;
}
.cafe-product-category-banner .cafe-product-category-content {
  padding: 10px 0;
}
.cafe-product-category-banner .cafe-button {
  color: #000;
}
.cafe-product-category-banner.cafe-overlay-content {
  position: relative;
}
.cafe-product-category-banner.cafe-overlay-content .cafe-wrap-image {
  overflow: hidden;
}
.cafe-product-category-banner.cafe-overlay-content .cafe-wrap-image img {
  transition: all 450ms;
}
.cafe-product-category-banner.cafe-overlay-content .cafe-wrap-product-category-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 0;
}
.cafe-product-category-banner.cafe-overlay-content .cafe-product-category-content {
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  transition: all 300ms;
}
.cafe-product-category-banner.cafe-overlay-content .cafe-wrap-button {
  width: 100%;
  transition: all 300ms;
  height: 0;
  overflow: hidden;
}
.cafe-product-category-banner.cafe-overlay-content .cafe-wrap-button .cafe-button {
  opacity: 0;
}
.cafe-product-category-banner.cafe-overlay-content:hover .cafe-wrap-button {
  height: 40px;
}
.cafe-product-category-banner.cafe-overlay-content:hover .cafe-button {
  opacity: 1;
  transition: opacity 450ms;
  transition-delay: 200ms;
}
.cafe-product-category-banner.cafe-overlay-content:hover .cafe-wrap-image img {
  transform: scale(1.1) translate(10px, -10px);
}

/*End Product category banner*/
/*Clever Icon*/
.elementor-widget-clever-icon .elementor-widget-container {
  display: flex;
  align-items: center;
}
.elementor-widget-clever-icon .elementor-widget-container > a {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  flex-direction: inherit;
}

.cafe-icon {
  line-height: 1;
  display: inline-block;
}
.cafe-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.cafe-icon-title {
  margin: 0;
}

/*End Clever Icon*/
.cafe-wrap-single-scroll-button {
  padding-top: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.cafe-single-scroll-button {
  width: 50px;
  height: 50px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cafe-single-scroll-button .bg-box {
  display: block;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  border-radius: 20px 0 0;
  position: absolute;
  background: #fff;
}
.cafe-single-scroll-button .bg-box:before {
  left: calc(100% - 5px);
}
.cafe-single-scroll-button .bg-box:after {
  top: calc(100% - 5px);
}
.cafe-single-scroll-button .bg-box:after, .cafe-single-scroll-button .bg-box:before {
  background: inherit;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
}
.cafe-single-scroll-button .cafe-scroll-icon {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  color: #f34291;
}
.cafe-single-scroll-button .cafe-scroll-icon i.icon-up:after, .cafe-single-scroll-button .cafe-scroll-icon i.icon-up:before, .cafe-single-scroll-button .cafe-scroll-icon i.icon-down:after, .cafe-single-scroll-button .cafe-scroll-icon i.icon-down:before {
  content: "";
  transform: rotate(45deg);
  margin-top: -10px;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid;
}
.cafe-single-scroll-button .cafe-scroll-icon i.icon-down:after, .cafe-single-scroll-button .cafe-scroll-icon i.icon-down:before {
  border-width: 0 2px 2px 0;
}
.cafe-single-scroll-button .cafe-scroll-icon i.icon-up:after, .cafe-single-scroll-button .cafe-scroll-icon i.icon-up:before {
  border-width: 2px 0 0 2px;
}

.elementor-counter-number {
  line-height: inherit;
}

.bottom-shape:before, .bottom-shape:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  z-index: 1;
}
.bottom-shape:before {
  left: 0;
  border-right: 50vw solid transparent;
}
.bottom-shape:after {
  right: 0;
  border-left: 50vw solid transparent;
}

@media (min-width: 767.98px) {
  .bottom-shape:before, .bottom-shape:after {
    border-bottom: 40px solid #fff;
  }
}
@media (min-width: 1023.98px) {
  .bottom-shape:before, .bottom-shape:after {
    border-bottom: 80px solid #fff;
  }
}
.cafe-wrap .slick-list {
  width: 100%;
}
.cafe-wrap.top-nav {
  position: relative;
}
.cafe-wrap.top-nav .slick-slider {
  position: static;
}
.cafe-wrap.top-nav span.cafe-carousel-btn {
  top: 15px;
  right: 0px;
  opacity: 1;
  visibility: visible;
  background: #fcba1b;
  font-size: 12px;
  height: 30px;
  width: 30px;
  color: #000;
  justify-content: center;
  align-items: center;
}
.cafe-wrap.top-nav span.cafe-carousel-btn.prev-item {
  left: auto;
  right: 40px;
}
.cafe-wrap.top-nav span.cafe-carousel-btn:hover {
  background: #000;
  color: #fff;
}
.cafe-wrap.top-nav:hover .cafe-carousel-btn.next-item {
  right: 0;
}
.cafe-wrap.top-nav:hover .cafe-carousel-btn.prev-item {
  left: auto;
  right: 40px;
}

/* Instagram */
.wrap-instagram {
  display: flex;
  flex-wrap: wrap;
}
.wrap-instagram .instagram-item {
  padding: 0 15px 30px 15px;
}
.wrap-instagram a {
  display: block;
  position: relative;
}
.wrap-instagram a:hover .wrap-content {
  opacity: 1;
  visibility: visible;
}
.wrap-instagram .wrap-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
}
.wrap-instagram .group-items {
  width: 100%;
  text-align: center;
}
.wrap-instagram .group-items span {
  padding: 5px;
}
.wrap-instagram .group-items .comments {
  border: none;
}

/* End Instagram */
body.disable-scroll:not(.elementor-editor-active) {
  overflow: hidden !important;
  margin-right: 15px;
}

.cafe-wipe-banner {
  overflow: hidden;
}
.cafe-wipe-banner .cafe-wipe-banner-wrap {
  display: flex;
  overflow: hidden;
  justify-content: flex-end;
}
.cafe-wipe-banner .cafe-banner-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 450ms, height 900ms;
  transform: rotateZ(0) scale(1);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
.cafe-wipe-banner .cafe-banner-img.after-active {
  height: 0 !important;
}
.cafe-wipe-banner .cafe-wrap-image {
  width: 100%;
}
.cafe-wipe-banner .cafe-wiper {
  height: 0;
  overflow: hidden;
  transition: all 800ms cubic-bezier(0.87, 0.08, 0.52, 0.87);
  position: relative;
}
.cafe-wipe-banner.on-screen .cafe-wrap-image:hover .cafe-banner-img {
  transform: rotateZ(2deg) scale(1.2);
}
.cafe-wipe-banner .cafe-wrap-content {
  order: -1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cafe-wipe-banner .wrap-heading-2 {
  flex-grow: 1;
}
.cafe-wipe-banner .wrap-heading {
  position: relative;
}
.cafe-wipe-banner .wrap-heading .cafe-heading-2 {
  top: 50%;
}
.cafe-wipe-banner .wrap-heading .cafe-heading-2.active {
  transform: translateY(-50%);
}
.cafe-wipe-banner .wrap-heading .cafe-heading-2.after-active {
  transform: translateY(-100%);
}
.cafe-wipe-banner .wrap-heading .cafe-heading {
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 800ms;
  opacity: 0;
  visibility: hidden;
}
.cafe-wipe-banner .wrap-heading .cafe-heading.active {
  opacity: 1;
  visibility: visible;
}
.cafe-wipe-banner .wrap-heading .cafe-heading-3 {
  bottom: -100%;
}
.cafe-wipe-banner .wrap-heading .cafe-heading-3.active {
  bottom: 0;
}
.cafe-wipe-banner .wrap-heading .cafe-heading-3.after-active {
  bottom: 100%;
}
.cafe-wipe-banner .wrap-heading.wrap-heading-3 {
  height: 100px;
}

.cafe-text-on-hover {
  --text-color:#000;
  position: relative;
}
.cafe-text-on-hover .cafe-text {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 1px var(--text-color);
  text-transform: uppercase;
  font-size: 120px;
  transition: all 300ms;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.cafe-text-on-hover:hover .cafe-text {
  color: var(--text-color);
  -webkit-text-stroke: 1px transparent;
}
.cafe-text-on-hover .cafe-bg-cursor {
  position: fixed;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-size: cover;
  transform: translateX(-50%) translateY(-50%);
  transition: width 300ms cubic-bezier(0.87, 0.08, 0.52, 0.87), height 300ms cubic-bezier(0.87, 0.08, 0.52, 0.87);
  overflow: hidden;
}
.cafe-text-on-hover .cafe-bg-cursor video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cafe-text-on-hover.active .cafe-bg-cursor {
  width: 250px;
  height: 250px;
}

/*Multi banner*/
.elementor-widget-clever-multi-banner .cafe-carousel img {
  margin: 0 auto;
}
.elementor-widget-clever-multi-banner .cafe-carousel .cafe-carousel-btn {
  transition: all 300ms;
}
.elementor-widget-clever-multi-banner .cafe-carousel .cafe-carousel ul.slick-dots li:last-child {
  margin: 0;
}

/* WooCommerce scss */
.elementor-element .woocommerce ul.products.carousel li.first {
  clear: none !important;
}
.elementor-element .woocommerce ul.products.carousel li.slick-slide {
  margin: 15px;
}

.cafe-head-product-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cafe-head-product-filter.has-border {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.cafe-head-product-filter.has-border:after {
  content: "";
  width: 90px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cafe-head-product-filter h3 {
  margin-bottom: 0;
}
.cafe-head-product-filter ul {
  margin: 0;
  display: flex;
  align-items: center;
}
.cafe-head-product-filter ul li {
  list-style-type: none;
  padding-left: 25px;
}
.cafe-head-product-filter ul li:first-child {
  padding-left: 0;
}
.cafe-head-product-filter ul li a {
  white-space: nowrap;
}
.cafe-head-product-filter ul li a:hover {
  color: #000;
}
.cafe-head-product-filter ul li a.active {
  color: #000;
}

/*Heading style*/
.heading-type-1 .cafe-head-product-filter, .heading-type-4 .cafe-head-product-filter {
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.heading-type-1 .cafe-head-product-filter .cafe-wrap-header-title, .heading-type-4 .cafe-head-product-filter .cafe-wrap-header-title {
  width: 100%;
  margin-bottom: 10px;
}
.heading-type-1 .cafe-head-product-filter ul, .heading-type-4 .cafe-head-product-filter ul {
  width: 100%;
  justify-content: center;
}
.heading-type-1 .cafe-head-product-filter ul a, .heading-type-4 .cafe-head-product-filter ul a {
  font-weight: 600;
}
.heading-type-1 .cafe-head-product-filter ul a:hover, .heading-type-1 .cafe-head-product-filter ul a.active, .heading-type-1 .cafe-head-product-filter ul a:focus, .heading-type-4 .cafe-head-product-filter ul a:hover, .heading-type-4 .cafe-head-product-filter ul a.active, .heading-type-4 .cafe-head-product-filter ul a:focus {
  color: var(--accent-color);
}

.heading-type-2 .cafe-head-product-filter {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.heading-type-2 .cafe-head-product-filter:after {
  content: "";
  width: 90px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.heading-type-3 .cafe-head-product-filter {
  flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.heading-type-3 .cafe-head-product-filter .cafe-wrap-header-title {
  width: 100%;
  margin-bottom: 10px;
}
.heading-type-3 .cafe-head-product-filter ul {
  width: calc(100% - 100px);
}
.heading-type-3 .carousel .cafe-carousel-btn {
  bottom: calc(100% + 10px);
  border-radius: 0;
  border: none;
  background: #ebebeb;
  color: #000;
}
.heading-type-3 .carousel .cafe-carousel-btn:hover {
  color: #fff;
  background: #000;
}

.heading-type-4 .cafe-head-product-filter ul a {
  border-bottom: 2px solid;
}

.heading-type-1 .carousel .cafe-carousel-btn, .heading-type-2 .carousel .cafe-carousel-btn {
  top: 50%;
}
.heading-type-1 .carousel .cafe-carousel-btn.prev-item, .heading-type-2 .carousel .cafe-carousel-btn.prev-item {
  left: 30px;
  right: auto;
}
.heading-type-1 .carousel .cafe-carousel-btn.next-item, .heading-type-2 .carousel .cafe-carousel-btn.next-item {
  right: 30px;
  left: auto;
}

.heading-type-4 .carousel .cafe-carousel-btn {
  bottom: calc(100% + 10px);
  border: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  color: #000;
}
.heading-type-4 .carousel .cafe-carousel-btn.prev-item {
  left: 15px;
  right: auto;
}
.heading-type-4 .carousel .cafe-carousel-btn.prev-item i:before {
  content: "세";
}
.heading-type-4 .carousel .cafe-carousel-btn.next-item {
  right: 15px;
  left: auto;
}
.heading-type-4 .carousel .cafe-carousel-btn.next-item i:before {
  content: "섹";
}

/*End heading style*/
.cafe-carousel .cafe-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.cafe-carousel .cafe-carousel-btn.prev-item {
  left: 15px;
}
.cafe-carousel .cafe-carousel-btn.next-item {
  right: 15px;
}
.cafe-carousel ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  width: 100%;
}
.cafe-carousel ul.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 5px;
  transition: 450ms;
  -webkit-transition: 450ms;
  -moz-transition: 450ms;
  -o-transition: 450ms;
  -ms-transition: 450ms;
  background: #ccc;
  border: 0;
  cursor: pointer;
}
.cafe-carousel ul.slick-dots li.slick-active {
  width: 30px;
  background: #000;
}
.cafe-carousel ul.slick-dots li button {
  display: none;
}

/* List Tags */
.tag-item {
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0 15px;
}

/* End List Tags */
/* List Categories */
.cafe-product-categories-list .slick-dots {
  position: static;
}

.wrap-category-item {
  list-style: none;
}
.wrap-category-item .product-category-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.wrap-content-category-item {
  width: 100%;
  display: flex;
}

.sub_cate .category-item {
  margin: 0;
}
.sub_cate .category-item a {
  color: #999;
}
.sub_cate .category-item a:hover {
  color: #000;
}
.sub_cate .wrap-category-item {
  display: flex;
}
.sub_cate .wrap-category-item .view-more {
  margin-top: 10px;
  display: inline-block;
  white-space: nowrap;
}
.sub_cate .wrap-category-item .view-more i {
  font-size: 60%;
}
.sub_cate .wrap-category-item .category-content {
  flex-grow: 1;
}
.sub_cate.top .category-image {
  margin-bottom: 20px;
}
.sub_cate.left .category-image {
  margin-right: 20px;
}
.sub_cate.right .category-image {
  margin-left: 20px;
}

/* End List Categories */
/* Product Categories*/
.cafe-product-categories-nav .cafe-title {
  font-size: 18px;
  margin: 0;
}
.cafe-product-categories-nav .cafe-wrap-product-categories-nav {
  margin: 0;
}
.cafe-product-categories-nav .cafe-wrap-product-categories-nav li {
  list-style: none;
}
.cafe-product-categories-nav > ul > li {
  padding-left: 0;
}
.cafe-product-categories-nav .cafe-cat-item {
  position: relative;
}
.cafe-product-categories-nav .cafe-sub-cat {
  position: absolute;
  width: 250px;
  left: 100%;
  top: 30px;
  background: none;
  margin: 0;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
}
.cafe-product-categories-nav .cafe-sub-cat li {
  padding: 5px 15px;
  background: #fff;
}
.cafe-product-categories-nav li:hover > ul.cafe-sub-cat {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.cafe-product-categories-nav.cafe-accordion .cafe-sub-cat {
  width: 100%;
  position: static;
  margin: 0;
  display: none;
  opacity: 1;
  visibility: visible;
  transition: none;
  padding: 0;
}
.cafe-product-categories-nav.cafe-accordion .cafe-cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cafe-product-categories-nav.cafe-accordion .cafe-cat-item > a {
  max-width: calc(100% - 30px);
}
.cafe-product-categories-nav.cafe-accordion .cafe-cat-item.activated > .cafe-btn-accordion {
  transform: rotateX(180deg);
}
.cafe-product-categories-nav.cafe-accordion .cafe-btn-accordion {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  cursor: pointer;
}

/* End Product Categories*/
/* Banner and Tabs */
.cafe-product-banner-and-tabs .cafe-head-product-filter .cafe-cat-item {
  position: relative;
  padding: 0;
}
.cafe-product-banner-and-tabs .cafe-head-product-filter .cafe-sub-cat {
  position: absolute;
  width: 250px;
  left: 100%;
  top: 30px;
  padding: 5px;
  background: none;
  margin: 0;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.cafe-product-banner-and-tabs .cafe-head-product-filter .cafe-sub-cat li {
  padding: 0 0 0 15px;
  background: #fff;
}
.cafe-product-banner-and-tabs .cafe-head-product-filter a {
  padding: 5px 0;
  color: inherit;
  display: block;
}
.cafe-product-banner-and-tabs .cafe-head-product-filter li:hover > ul.cafe-sub-cat {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.cafe-product-banner-and-tabs .cafe-head-product-filter .cafe-accordion .cafe-sub-cat {
  width: 100%;
  position: static;
  margin: 0;
  display: none;
  opacity: 1;
  visibility: visible;
  transition: none;
  padding: 0;
}
.cafe-product-banner-and-tabs .cafe-head-product-filter .cafe-accordion .cafe-cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cafe-product-banner-and-tabs .cafe-head-product-filter .cafe-accordion .cafe-cat-item > a {
  max-width: calc(100% - 30px);
}
.cafe-product-banner-and-tabs .cafe-head-product-filter .cafe-accordion .cafe-cat-item.activated > .cafe-btn-accordion {
  transform: rotateX(180deg);
}
.cafe-product-banner-and-tabs .cafe-head-product-filter .cafe-accordion .cafe-btn-accordion {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  cursor: pointer;
}
.cafe-product-banner-and-tabs .cafe-product-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.cafe-product-banner-and-tabs .cafe-product-banner .wrap-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cafe-product-banner-and-tabs .cafe-product-banner .wrap-content .button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
}

.cafe-product-banner-and-tabs.style-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cafe-product-banner-and-tabs.style-1 .cafe-head-product-filter {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cafe-product-banner-and-tabs.style-1 .cafe-head-product-filter .cafe-title {
  padding: 0 15px;
}
.cafe-product-banner-and-tabs.style-1 .cafe-head-product-filter .cafe-ajax-load {
  display: block;
  padding: 15px 0;
}
.cafe-product-banner-and-tabs.style-1 .cafe-head-product-filter .cafe-ajax-load .shop-now-button {
  position: absolute;
  bottom: 30px;
  z-index: 1;
}
.cafe-product-banner-and-tabs.style-1 .cafe-head-product-filter:after {
  content: none;
}
.cafe-product-banner-and-tabs.style-1 .products {
  margin: 0 !important;
  flex-grow: 1;
}

.cafe-product-banner-and-tabs.style-2 {
  display: flex;
  flex-wrap: wrap;
}
.cafe-product-banner-and-tabs.style-2 .cafe-head-product-filter {
  width: 100%;
}
.cafe-product-banner-and-tabs.style-2 .products {
  margin: 0 !important;
  flex-grow: 1;
}

/* End Banner and Tabs */
/* Deal */
.sold-bar {
  margin-bottom: 35px;
}
.sold-bar .sold-label {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin: 15px 0;
}
.sold-bar .sold-percent {
  height: 10px;
  display: block;
  background: #ebebeb;
  border-radius: 10px;
}
.sold-bar .sold-percent span {
  height: 10px;
  display: block;
  border-radius: 10px;
  background: #000;
}
.sold-bar .sold-bar-count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.sold-bar > span {
  font-size: 15px;
  font-weight: 300;
  margin-top: 12px;
  color: #959595;
  display: none;
}

.product .cafe-countdown-block {
  width: auto;
  margin-bottom: 0;
  display: flex !important;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  color: #fff;
  font-weight: bold;
  height: 30px;
  background: #000;
  border-radius: 4px;
}
.product .cafe-countdown-block .countdown-block .countdown-times {
  display: flex;
  align-items: center;
  margin: 0;
}
.product .cafe-countdown-block .countdown-block .countdown-times > div {
  margin: 0 5px !important;
  font-size: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.product .cafe-countdown-block .countdown-block .countdown-times > div.day b:after {
  content: ":" !important;
}
.product .cafe-countdown-block .countdown-block .countdown-times > div.day b:before {
  content: "d" !important;
}
.product .cafe-countdown-block .countdown-block .countdown-times > div.hours b:after {
  content: ":" !important;
}
.product .cafe-countdown-block .countdown-block .countdown-times > div.hours b:before {
  content: "h" !important;
}
.product .cafe-countdown-block .countdown-block .countdown-times > div.minutes b:after {
  content: ":" !important;
}
.product .cafe-countdown-block .countdown-block .countdown-times > div.minutes b:before {
  content: "m" !important;
}
.product .cafe-countdown-block .countdown-block .countdown-times > div.seconds b:before {
  content: "s" !important;
}
.product .cafe-countdown-block .countdown-block .countdown-times > div b {
  display: block;
  font-size: 16px;
  background: none;
  margin: 0;
  color: #fff;
  position: relative;
  width: 50px;
}
.product .cafe-countdown-block .countdown-block .countdown-times > div b:before {
  text-transform: lowercase;
  color: #fff !important;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  transform: translateY(-50%);
}
.product .cafe-countdown-block .countdown-block .countdown-times > div b:after {
  color: #fff !important;
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  transform: translateY(-50%);
}

.layout-1 .sold-bar .sold-label {
  display: none;
}

.layout-2 .product .zoo-countdown {
  position: relative;
}

/* End Deal */
/* Deal and Tabs */
.cafe-deal-wrap {
  display: flex;
  justify-content: space-between;
}
.cafe-deal-wrap .cafe-module-1 {
  width: calc(35% - 10px);
  padding: 20px;
  border: 2px solid #000;
}
.cafe-deal-wrap .cafe-module-1 .product {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.cafe-deal-wrap .cafe-module-1 .product .zoo-countdown {
  position: relative;
}
.cafe-deal-wrap .cafe-module-2 {
  width: calc(65% - 10px);
}

/* End Deal and Tabs */
.pagination-ajax .cafe-pagination {
  display: none;
}

.elementor-widget-clever-product-list-with-tags {
  --btn-bg:#C76C83;
  --btn-color:#fff;
  --btn-hover-bg:#C76C83;
  --btn-hover-color:#fff;
}
.elementor-widget-clever-product-list-with-tags ul.products {
  margin: 0 !important;
  width: 100%;
}
.elementor-widget-clever-product-list-with-tags .products .product {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.elementor-widget-clever-product-list-with-tags .products .product:last-child {
  margin: 0 !important;
}
.elementor-widget-clever-product-list-with-tags .product-title {
  margin: 0;
  padding-right: 20px;
}
.elementor-widget-clever-product-list-with-tags .product-title a {
  text-transform: uppercase;
  font-size: 1rem;
}
.elementor-widget-clever-product-list-with-tags .price {
  color: #000;
  font-size: 18px;
}
.elementor-widget-clever-product-list-with-tags .cafe-list-tag {
  color: #959595;
}
.elementor-widget-clever-product-list-with-tags .cafe-list-tag span {
  padding: 0 3px;
}
.elementor-widget-clever-product-list-with-tags .cafe-list-tag a {
  text-transform: capitalize;
  color: inherit;
}
.elementor-widget-clever-product-list-with-tags .cafe-list-tag a:hover {
  color: #000;
}
.elementor-widget-clever-product-list-with-tags .product-item-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.elementor-widget-clever-product-list-with-tags .product-item-row.bottom-product-item {
  flex-wrap: wrap;
}
.elementor-widget-clever-product-list-with-tags .bottom-product-item a.cafe-btn-cart {
  display: inline-flex;
  position: relative;
}
.elementor-widget-clever-product-list-with-tags .bottom-product-item a.cafe-btn-cart i, .elementor-widget-clever-product-list-with-tags .bottom-product-item a.cafe-btn-cart span {
  background: var(--btn-bg);
  color: var(--btn-color);
  font-size: 11px;
  line-height: 1.19;
  border-radius: 2px;
  transition: all 300ms;
}
.elementor-widget-clever-product-list-with-tags .bottom-product-item a.cafe-btn-cart span {
  text-transform: uppercase;
  padding: 2px 3px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 300ms;
}
.elementor-widget-clever-product-list-with-tags .bottom-product-item a.cafe-btn-cart:hover span {
  opacity: 1;
  transform: translateX(0);
}
.elementor-widget-clever-product-list-with-tags .bottom-product-item a.cafe-btn-cart:hover i, .elementor-widget-clever-product-list-with-tags .bottom-product-item a.cafe-btn-cart:hover span {
  background: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.elementor-widget-clever-product-list-with-tags .bottom-product-item a.cafe-btn-cart i {
  padding: 2px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  margin-left: 5px;
  white-space: nowrap;
  justify-content: center;
}

@media (min-width: 556.98px) {
  .elementor-widget-clever-product-list-with-tags .product-item-row.bottom-product-item {
    flex-wrap: nowrap;
  }
}
/*Header layout*/
.cafe-absolute-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}

.is-sticky {
  position: fixed;
  left: var(--left, 0);
  top: 0;
  z-index: 11;
}

.cafe-row-sticky {
  width: 100%;
}
.cafe-row-sticky.cafe-scroll-up-sticky.is-sticky {
  transition: all 350ms ease !important;
}
.cafe-row-sticky.cafe-scroll-up-sticky.is-sticky:not(.active-sticky) {
  top: -100%;
}

.elementor-section.elementor-section-stretched.is-sticky {
  position: fixed;
}

@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .cafe-row-sticky.is-sticky {
    margin-top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar .cafe-row-sticky.is-sticky {
    margin-top: 32px;
  }
}
/*End Header layout*/
/*Site Logo*/
.elementor-widget-clever-site-logo {
  font-size: 0;
}

.cafe-wrap-site-logo {
  display: block;
  width: 100%;
  position: relative;
}
.cafe-wrap-site-logo img {
  max-width: 100%;
  max-height: 100%;
  transition: opacity 300ms;
}

.cafe-wrap-sticky-logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: inherit;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
}

.cafe-site-logo {
  transition: all 300ms;
  display: inline-block;
}
.cafe-site-logo img {
  transition: all 300ms;
}

.cafe-inner-sticky-logo {
  display: inline-block;
}

.cafe-row-sticky.is-sticky .has-sticky-logo .cafe-site-logo {
  opacity: 0;
  visibility: hidden;
}
.cafe-row-sticky.is-sticky .cafe-wrap-sticky-logo {
  opacity: 1;
  visibility: visible;
}

.cafe-scroll-up-sticky .cafe-site-logo {
  transition: none;
}
.cafe-scroll-up-sticky .cafe-site-logo img {
  transition: none;
}
.cafe-scroll-up-sticky .cafe-wrap-sticky-logo {
  transition: none;
}

/*End Site Logo*/
/*Site Navigation Menu*/
.cafe-site-menu li > .cmm4e-sub-panel.pos-left {
  left: auto !important;
  right: calc(100% + 20px) !important;
}

.cafe-site-menu,
.cafe-site-offcanvas {
  --menu-color: #000;
  --menu-hover-color: #212121;
  --menu-bg: transparent;
  --menu-hover-bg: #2980b9;
  --menu-icon-color: #000;
  --menu-mask-bg: rgba(0, 0, 0, 0.6);
  font-size: 0;
  /*Menu arrow*/
  /*Hover Style*/
}
.cafe-site-menu .cafe-menu,
.cafe-site-offcanvas .cafe-menu {
  font-size: 0;
}
.cafe-site-menu .cafe-menu,
.cafe-site-menu .menu-item > ul,
.cafe-site-offcanvas .cafe-menu,
.cafe-site-offcanvas .menu-item > ul {
  margin: 0;
}
.cafe-site-menu .menu-item,
.cafe-site-offcanvas .menu-item {
  font-size: 1rem;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}
.cafe-site-menu .menu-item > a,
.cafe-site-offcanvas .menu-item > a {
  padding: 10px 25px 10px 15px;
  display: block;
  position: relative;
  line-height: 1.3;
  overflow: hidden;
  z-index: 1;
  color: var(--menu-color);
  background: var(--menu-bg);
}
.cafe-site-menu .menu-item.current-menu-item > a, .cafe-site-menu .menu-item.current-menu-parent > a, .cafe-site-menu .menu-item:hover > a,
.cafe-site-offcanvas .menu-item.current-menu-item > a,
.cafe-site-offcanvas .menu-item.current-menu-parent > a,
.cafe-site-offcanvas .menu-item:hover > a {
  color: var(--menu-hover-color);
  background: var(--menu-hover-bg);
}
.cafe-site-menu .cafe-menu-arrow,
.cafe-site-offcanvas .cafe-menu-arrow {
  line-height: 1;
  color: inherit;
}
.cafe-site-menu .cafe-menu-arrow:before,
.cafe-site-offcanvas .cafe-menu-arrow:before {
  font-family: cleversoft;
  font-size: 65%;
}
.cafe-site-menu .menu-item .menu-item .cafe-menu-arrow,
.cafe-site-offcanvas .menu-item .menu-item .cafe-menu-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cafe-site-menu .cafe-menu-arrow:before,
.cafe-site-offcanvas .cafe-menu-arrow:before {
  content: "쁙";
}
.cafe-site-menu .cafe-menu-arrow.active:before,
.cafe-site-offcanvas .cafe-menu-arrow.active:before {
  content: "쀉";
}
.cafe-site-menu.icon-submenu-carret .cafe-menu-arrow:before,
.cafe-site-offcanvas.icon-submenu-carret .cafe-menu-arrow:before {
  content: "쉤";
}
.cafe-site-menu.icon-submenu-carret .cafe-menu-arrow.active:before,
.cafe-site-offcanvas.icon-submenu-carret .cafe-menu-arrow.active:before {
  content: "쉡";
}
.cafe-site-menu.icon-submenu-plus .cafe-menu-arrow:before,
.cafe-site-offcanvas.icon-submenu-plus .cafe-menu-arrow:before {
  content: "쀥";
}
.cafe-site-menu.icon-submenu-plus .cafe-menu-arrow.active:before,
.cafe-site-offcanvas.icon-submenu-plus .cafe-menu-arrow.active:before {
  content: "쀵";
}
.cafe-site-menu.horizontal.icon-submenu-arrow .menu-item .menu-item .cafe-menu-arrow:before,
.cafe-site-offcanvas.horizontal.icon-submenu-arrow .menu-item .menu-item .cafe-menu-arrow:before {
  content: "쀴";
}
.cafe-site-menu.horizontal .menu-item > ul,
.cafe-site-offcanvas.horizontal .menu-item > ul {
  position: absolute;
  background: #fff;
  box-shadow: -2px 2px 81px -17px rgba(0, 0, 0, 0.29);
  width: 280px;
  left: 100%;
  top: 30px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
}
.cafe-site-menu.horizontal .menu-item > ul.pos-left,
.cafe-site-offcanvas.horizontal .menu-item > ul.pos-left {
  right: 100%;
  left: auto;
}
.cafe-site-menu.horizontal .menu-item:hover > ul,
.cafe-site-offcanvas.horizontal .menu-item:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.cafe-site-menu.horizontal .cafe-menu > .menu-item,
.cafe-site-offcanvas.horizontal .cafe-menu > .menu-item {
  display: inline-block;
  width: auto;
}
.cafe-site-menu.horizontal .cafe-menu > .menu-item:first-child,
.cafe-site-offcanvas.horizontal .cafe-menu > .menu-item:first-child {
  margin-left: 0 !important;
}
.cafe-site-menu.horizontal .cafe-menu > .menu-item:last-child,
.cafe-site-offcanvas.horizontal .cafe-menu > .menu-item:last-child {
  margin-right: 0 !important;
}
.cafe-site-menu.horizontal .cafe-menu > .menu-item a,
.cafe-site-offcanvas.horizontal .cafe-menu > .menu-item a {
  padding: 10px 15px;
}
.cafe-site-menu.horizontal .cafe-menu > .menu-item a > .cafe-menu-arrow,
.cafe-site-offcanvas.horizontal .cafe-menu > .menu-item a > .cafe-menu-arrow {
  margin-left: 3px;
}
.cafe-site-menu.horizontal .cafe-menu > .menu-item > ul,
.cafe-site-offcanvas.horizontal .cafe-menu > .menu-item > ul {
  left: 0;
  top: calc(100% + 30px);
}
.cafe-site-menu.horizontal .cafe-menu > .menu-item > ul.pos-left,
.cafe-site-offcanvas.horizontal .cafe-menu > .menu-item > ul.pos-left {
  right: 0;
  left: auto;
}
.cafe-site-menu.horizontal .cafe-menu > .menu-item:hover > ul,
.cafe-site-offcanvas.horizontal .cafe-menu > .menu-item:hover > ul {
  top: 100%;
}
.cafe-site-menu.horizontal .cafe-menu > .menu-item .menu-item > a,
.cafe-site-offcanvas.horizontal .cafe-menu > .menu-item .menu-item > a {
  padding: 8px 25px 8px 15px;
}
.cafe-site-menu:not(.horizontal):not(.icon-submenu-none) .menu-item > ul,
.cafe-site-offcanvas:not(.horizontal):not(.icon-submenu-none) .menu-item > ul {
  display: none;
}
.cafe-site-menu:not(.horizontal) .cafe-menu > .menu-item,
.cafe-site-offcanvas:not(.horizontal) .cafe-menu > .menu-item {
  width: 100%;
  display: block;
}
.cafe-site-menu:not(.horizontal) .cafe-menu > .menu-item .cafe-menu-arrow,
.cafe-site-offcanvas:not(.horizontal) .cafe-menu > .menu-item .cafe-menu-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cafe-site-menu:not(.horizontal) .cafe-menu > .menu-item > ul,
.cafe-site-offcanvas:not(.horizontal) .cafe-menu > .menu-item > ul {
  padding-left: 10px;
  width: 100%;
}
.cafe-site-menu.hover-style-normal,
.cafe-site-offcanvas.hover-style-normal {
  --menu-hover-bg: transparent;
}
.cafe-site-menu.hover-style-normal .cafe-menu > .menu-item > a:before,
.cafe-site-offcanvas.hover-style-normal .cafe-menu > .menu-item > a:before {
  height: 100%;
  right: 0;
  bottom: 0;
  visibility: visible;
  opacity: 0;
}
.cafe-site-menu.hover-style-normal .cafe-menu > .menu-item.current-menu-item > a:before, .cafe-site-menu.hover-style-normal .cafe-menu > .menu-item.current-menu-parent > a:before, .cafe-site-menu.hover-style-normal .cafe-menu > .menu-item:hover > a:before,
.cafe-site-offcanvas.hover-style-normal .cafe-menu > .menu-item.current-menu-item > a:before,
.cafe-site-offcanvas.hover-style-normal .cafe-menu > .menu-item.current-menu-parent > a:before,
.cafe-site-offcanvas.hover-style-normal .cafe-menu > .menu-item:hover > a:before {
  opacity: 1;
}
.cafe-site-menu.hover-style-slide,
.cafe-site-offcanvas.hover-style-slide {
  --menu-hover-color: #fff;
}
.cafe-site-menu:not(.hover-style-slide) .cafe-menu > .menu-item > a:before,
.cafe-site-offcanvas:not(.hover-style-slide) .cafe-menu > .menu-item > a:before {
  content: "";
  display: block;
  transition: inherit;
  visibility: hidden;
  position: absolute;
  background: var(--menu-hover-bg);
  width: 100%;
  z-index: -1;
}
.cafe-site-menu.hover-style-underline .cafe-menu > .menu-item > a:before,
.cafe-site-offcanvas.hover-style-underline .cafe-menu > .menu-item > a:before {
  height: 3px;
  left: 0;
  bottom: 50%;
  visibility: visible;
  opacity: 0;
}
.cafe-site-menu.hover-style-underline .cafe-menu > .menu-item.current-menu-item > a:before, .cafe-site-menu.hover-style-underline .cafe-menu > .menu-item.current-menu-parent > a:before, .cafe-site-menu.hover-style-underline .cafe-menu > .menu-item:hover > a:before,
.cafe-site-offcanvas.hover-style-underline .cafe-menu > .menu-item.current-menu-item > a:before,
.cafe-site-offcanvas.hover-style-underline .cafe-menu > .menu-item.current-menu-parent > a:before,
.cafe-site-offcanvas.hover-style-underline .cafe-menu > .menu-item:hover > a:before {
  bottom: 0;
  opacity: 1;
}
.cafe-site-menu.hover-style-underline-2 .cafe-menu > .menu-item > a,
.cafe-site-offcanvas.hover-style-underline-2 .cafe-menu > .menu-item > a {
  background: transparent;
}
.cafe-site-menu.hover-style-underline-2 .cafe-menu > .menu-item > a:before,
.cafe-site-offcanvas.hover-style-underline-2 .cafe-menu > .menu-item > a:before {
  height: 1em;
  left: 0;
  top: 50%;
  width: 0;
  visibility: visible;
  transition: 300ms ease-in-out;
}
.cafe-site-menu.hover-style-underline-2 .cafe-menu > .menu-item.current-menu-item > a:before, .cafe-site-menu.hover-style-underline-2 .cafe-menu > .menu-item.current-menu-parent > a:before, .cafe-site-menu.hover-style-underline-2 .cafe-menu > .menu-item:hover > a:before,
.cafe-site-offcanvas.hover-style-underline-2 .cafe-menu > .menu-item.current-menu-item > a:before,
.cafe-site-offcanvas.hover-style-underline-2 .cafe-menu > .menu-item.current-menu-parent > a:before,
.cafe-site-offcanvas.hover-style-underline-2 .cafe-menu > .menu-item:hover > a:before {
  width: 100%;
}
.cafe-site-menu.hover-style-underline-3 .cafe-menu > .menu-item > a,
.cafe-site-offcanvas.hover-style-underline-3 .cafe-menu > .menu-item > a {
  background: transparent;
}
.cafe-site-menu.hover-style-underline-3 .cafe-menu > .menu-item > a:before,
.cafe-site-offcanvas.hover-style-underline-3 .cafe-menu > .menu-item > a:before {
  height: 1px;
  left: 0;
  bottom: 0;
  width: 0;
  visibility: visible;
  transition: 300ms ease-in-out;
}
.cafe-site-menu.hover-style-underline-3 .cafe-menu > .menu-item.current-menu-item > a:before, .cafe-site-menu.hover-style-underline-3 .cafe-menu > .menu-item.current-menu-parent > a:before, .cafe-site-menu.hover-style-underline-3 .cafe-menu > .menu-item:hover > a:before,
.cafe-site-offcanvas.hover-style-underline-3 .cafe-menu > .menu-item.current-menu-item > a:before,
.cafe-site-offcanvas.hover-style-underline-3 .cafe-menu > .menu-item.current-menu-parent > a:before,
.cafe-site-offcanvas.hover-style-underline-3 .cafe-menu > .menu-item:hover > a:before {
  width: 100%;
}
.cafe-site-menu.hover-style-line-through .cafe-menu > .menu-item > a:before,
.cafe-site-offcanvas.hover-style-line-through .cafe-menu > .menu-item > a:before {
  height: 2px;
  left: 50%;
  width: 0;
  bottom: calc(50% - 1px);
  visibility: visible;
  opacity: 1;
}
.cafe-site-menu.hover-style-line-through .cafe-menu > .menu-item.current-menu-item > a:before, .cafe-site-menu.hover-style-line-through .cafe-menu > .menu-item.current-menu-parent > a:before, .cafe-site-menu.hover-style-line-through .cafe-menu > .menu-item:hover > a:before,
.cafe-site-offcanvas.hover-style-line-through .cafe-menu > .menu-item.current-menu-item > a:before,
.cafe-site-offcanvas.hover-style-line-through .cafe-menu > .menu-item.current-menu-parent > a:before,
.cafe-site-offcanvas.hover-style-line-through .cafe-menu > .menu-item:hover > a:before {
  width: 100%;
  left: 0;
}
.cafe-site-menu.hover-style-line-through-2 .cafe-menu > .menu-item > a:before,
.cafe-site-offcanvas.hover-style-line-through-2 .cafe-menu > .menu-item > a:before {
  height: 2px;
  left: 0;
  width: 0;
  bottom: calc(50% - 1px);
  visibility: visible;
  opacity: 1;
}
.cafe-site-menu.hover-style-line-through-2 .cafe-menu > .menu-item.current-menu-item > a:before, .cafe-site-menu.hover-style-line-through-2 .cafe-menu > .menu-item.current-menu-parent > a:before, .cafe-site-menu.hover-style-line-through-2 .cafe-menu > .menu-item:hover > a:before,
.cafe-site-offcanvas.hover-style-line-through-2 .cafe-menu > .menu-item.current-menu-item > a:before,
.cafe-site-offcanvas.hover-style-line-through-2 .cafe-menu > .menu-item.current-menu-parent > a:before,
.cafe-site-offcanvas.hover-style-line-through-2 .cafe-menu > .menu-item:hover > a:before {
  width: 35%;
}
.cafe-site-menu.hover-style-double-lines .cafe-menu > .menu-item > a:after,
.cafe-site-offcanvas.hover-style-double-lines .cafe-menu > .menu-item > a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
  right: 0;
  top: 0;
  background: var(--menu-hover-bg);
  z-index: -1;
  transition: inherit;
}
.cafe-site-menu.hover-style-double-lines .cafe-menu > .menu-item > a:before,
.cafe-site-offcanvas.hover-style-double-lines .cafe-menu > .menu-item > a:before {
  height: 2px;
  left: 0;
  bottom: 0;
  visibility: visible;
  width: 0;
  opacity: 1;
}
.cafe-site-menu.hover-style-double-lines .cafe-menu > .menu-item.current-menu-item > a:before, .cafe-site-menu.hover-style-double-lines .cafe-menu > .menu-item.current-menu-item > a:after, .cafe-site-menu.hover-style-double-lines .cafe-menu > .menu-item.current-menu-parent > a:before, .cafe-site-menu.hover-style-double-lines .cafe-menu > .menu-item.current-menu-parent > a:after, .cafe-site-menu.hover-style-double-lines .cafe-menu > .menu-item:hover > a:before, .cafe-site-menu.hover-style-double-lines .cafe-menu > .menu-item:hover > a:after,
.cafe-site-offcanvas.hover-style-double-lines .cafe-menu > .menu-item.current-menu-item > a:before,
.cafe-site-offcanvas.hover-style-double-lines .cafe-menu > .menu-item.current-menu-item > a:after,
.cafe-site-offcanvas.hover-style-double-lines .cafe-menu > .menu-item.current-menu-parent > a:before,
.cafe-site-offcanvas.hover-style-double-lines .cafe-menu > .menu-item.current-menu-parent > a:after,
.cafe-site-offcanvas.hover-style-double-lines .cafe-menu > .menu-item:hover > a:before,
.cafe-site-offcanvas.hover-style-double-lines .cafe-menu > .menu-item:hover > a:after {
  width: 100%;
}
.cafe-site-menu .cafe-hamburger-input-control,
.cafe-site-menu .cafe-hamburger-button,
.cafe-site-offcanvas .cafe-hamburger-input-control,
.cafe-site-offcanvas .cafe-hamburger-button {
  display: none;
}
.cafe-site-menu .cafe-hamburger-mask,
.cafe-site-offcanvas .cafe-hamburger-mask {
  width: 100vw;
  height: 100vh;
  background: var(--menu-mask-bg);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 18 18' fill='%23fff'%3e%3cpath d='M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z'/%3e%3c/svg%3e"), pointer;
}
.cafe-site-menu .cafe-hamburger-button,
.cafe-site-offcanvas .cafe-hamburger-button {
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  color: var(--menu-icon-color);
  align-items: center;
  font-size: 1rem;
}
.cafe-site-menu .cafe-hamburger-button .cafe-wrap-hamburger-icon,
.cafe-site-offcanvas .cafe-hamburger-button .cafe-wrap-hamburger-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.cafe-site-menu .cafe-hamburger-button .cafe-hamburger-icon,
.cafe-site-offcanvas .cafe-hamburger-button .cafe-hamburger-icon {
  width: 100%;
  top: calc(50% - 1px);
  left: 50%;
  height: 2px;
  background: var(--menu-icon-color);
  transform-origin: center;
  transition: 0.5s ease-in-out;
  display: block;
  position: absolute;
  transform: translateX(-50%);
}
.cafe-site-menu .cafe-hamburger-button .cafe-hamburger-icon:after, .cafe-site-menu .cafe-hamburger-button .cafe-hamburger-icon:before,
.cafe-site-offcanvas .cafe-hamburger-button .cafe-hamburger-icon:after,
.cafe-site-offcanvas .cafe-hamburger-button .cafe-hamburger-icon:before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--menu-icon-color);
}
.cafe-site-menu .cafe-hamburger-button .cafe-hamburger-icon:before,
.cafe-site-offcanvas .cafe-hamburger-button .cafe-hamburger-icon:before {
  top: -8px;
}
.cafe-site-menu .cafe-hamburger-button .cafe-hamburger-icon:after,
.cafe-site-offcanvas .cafe-hamburger-button .cafe-hamburger-icon:after {
  bottom: -8px;
}
.cafe-site-menu .cafe-hamburger-close-button,
.cafe-site-offcanvas .cafe-hamburger-close-button {
  display: none;
  cursor: pointer;
  color: var(--menu-color);
}
.cafe-site-menu .cafe-wrap-menu .toggle,
.cafe-site-offcanvas .cafe-wrap-menu .toggle {
  position: relative;
}
.cafe-site-menu .cafe-wrap-menu .toggle .arrow,
.cafe-site-offcanvas .cafe-wrap-menu .toggle .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 12px;
  cursor: pointer;
}
.cafe-site-menu .cafe-wrap-menu .toggle .arrow:before,
.cafe-site-offcanvas .cafe-wrap-menu .toggle .arrow:before {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: all 350ms;
}
.cafe-site-menu .cafe-wrap-menu .wrap-menu-inner,
.cafe-site-offcanvas .cafe-wrap-menu .wrap-menu-inner {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.cafe-site-menu .cafe-wrap-menu.toggle-active .toggle .arrow:before,
.cafe-site-offcanvas .cafe-wrap-menu.toggle-active .toggle .arrow:before {
  transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.cafe-site-menu input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-button .cafe-hamburger-icon,
.cafe-site-offcanvas input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-button .cafe-hamburger-icon {
  transform: translateX(-50%) rotate(45deg);
}
.cafe-site-menu input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-button .cafe-hamburger-icon:after,
.cafe-site-offcanvas input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-button .cafe-hamburger-icon:after {
  transform: rotate(90deg);
  bottom: 0;
}
.cafe-site-menu input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-button .cafe-hamburger-icon:before,
.cafe-site-offcanvas input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-button .cafe-hamburger-icon:before {
  transform: rotate(90deg);
  top: 0;
}
.cafe-site-menu.hamburger,
.cafe-site-offcanvas.hamburger {
  --menu-bg: #fff;
  --menu-hover-bg: transparent;
}
.cafe-site-menu.hamburger .menu-item > ul,
.cafe-site-offcanvas.hamburger .menu-item > ul {
  display: none;
}
.cafe-site-menu.hamburger .cafe-hamburger-button,
.cafe-site-offcanvas.hamburger .cafe-hamburger-button {
  display: inline-flex;
}
.cafe-site-menu.hamburger.cafe-hamburger-fixed-tr-fs-effect .cafe-wrap-offcanvas,
.cafe-site-menu.hamburger.cafe-hamburger-fixed-tr-fs-effect .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-fixed-tr-fs-effect .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-fixed-tr-fs-effect .cafe-wrap-menu {
  position: fixed;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 360px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 60px);
  margin-top: 30px;
  z-index: 999;
}
.cafe-site-menu.hamburger.cafe-hamburger-fixed-tr-fs-effect .menu-item > a,
.cafe-site-offcanvas.hamburger.cafe-hamburger-fixed-tr-fs-effect .menu-item > a {
  background: transparent;
}
.cafe-site-menu.hamburger.cafe-hamburger-fixed-tr-fs-effect .cafe-hamburger-button,
.cafe-site-offcanvas.hamburger.cafe-hamburger-fixed-tr-fs-effect .cafe-hamburger-button {
  display: block;
  position: fixed;
  right: 50px;
  top: 50px;
  z-index: 100;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background: var(--menu-bg);
  box-shadow: 0 0 0 0 var(--menu-bg), 0 0 0 0 var(--menu-bg);
}
.cafe-site-menu.hamburger.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-button,
.cafe-site-offcanvas.hamburger.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-button {
  box-shadow: 0 0 0 100vw var(--menu-bg), 0 0 0 100vh var(--menu-bg);
}
.cafe-site-menu.hamburger.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
.cafe-site-menu.hamburger.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
  opacity: 1;
  visibility: visible;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect > .cafe-wrap-menu, .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect > .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect > .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect > .cafe-wrap-offcanvas {
  position: fixed;
  top: 0;
  height: 100vh;
  background: var(--menu-bg);
  width: 360px;
  max-width: calc(100% - 30px);
  padding: 30px 0;
  transition: all 300ms;
  z-index: 99;
  overflow: hidden;
  overflow-y: auto;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect.left > .cafe-wrap-menu, .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect.left > .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect.left > .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect.left > .cafe-wrap-offcanvas {
  left: 0;
  transform: translateX(-360px);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect.right > .cafe-wrap-menu, .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect.right > .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect.right > .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect.right > .cafe-wrap-offcanvas {
  right: 0;
  transform: translateX(360px);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect .cafe-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect .cafe-menu {
  padding: 0 15px;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect .cafe-hamburger-mask,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect .cafe-hamburger-mask {
  display: block;
  z-index: 98;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
  transform: translateX(0);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask {
  visibility: visible;
  opacity: 1;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect > .cafe-wrap-menu, .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect > .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect > .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect > .cafe-wrap-offcanvas {
  position: fixed;
  top: 0;
  height: 100vh;
  background: var(--menu-bg);
  width: 70vw;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px 5%;
  transition: all 350ms;
  z-index: 99;
  display: flex;
  align-items: center;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-hamburger-close-button,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-hamburger-close-button {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  z-index: 9;
  width: 1em;
  height: 1em;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect.left .cafe-hamburger-close-button,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect.left .cafe-hamburger-close-button {
  right: 20px;
  left: auto;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect.left > .cafe-wrap-menu, .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect.left > .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect.left > .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect.left > .cafe-wrap-offcanvas {
  left: 0;
  transform: translateX(-70vw);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect.right > .cafe-wrap-menu, .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect.right > .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect.right > .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect.right > .cafe-wrap-offcanvas {
  right: 0;
  transform: translateX(70vw);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-menu {
  padding: 15px 0;
  width: 100%;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-menu > .menu-item,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-menu > .menu-item {
  transform: translateY(10px);
  opacity: 0;
  transition: 350ms ease-out;
  transition-delay: 300ms;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-menu .menu-item > a,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-menu .menu-item > a {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: lighter;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-menu .menu-item > a .cafe-menu-arrow,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-menu .menu-item > a .cafe-menu-arrow {
  display: inline;
  margin: 0 5px;
  position: static;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-hamburger-mask,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect .cafe-hamburger-mask {
  display: block;
  z-index: 98;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu, .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
  transform: translateX(0);
  transition: all 750ms cubic-bezier(0.3, 0.88, 0.37, 0.99);
  transition-delay: 0ms;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item, .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item {
  opacity: 1;
  transform: translateY(0);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask,
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask {
  visibility: visible;
  opacity: 1;
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(1), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(1),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(1),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(1) {
  transition-delay: calc(1 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(2), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(2),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(2),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(2) {
  transition-delay: calc(2 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(3), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(3),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(3),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(3) {
  transition-delay: calc(3 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(4), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(4),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(4),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(4) {
  transition-delay: calc(4 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(5), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(5),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(5),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(5) {
  transition-delay: calc(5 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(6), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(6),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(6),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(6) {
  transition-delay: calc(6 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(7), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(7),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(7),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(7) {
  transition-delay: calc(7 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(8), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(8),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(8),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(8) {
  transition-delay: calc(8 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(9), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(9),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(9),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(9) {
  transition-delay: calc(9 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(10), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(10),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(10),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(10) {
  transition-delay: calc(10 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(11), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(11),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(11),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(11) {
  transition-delay: calc(11 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(12), .cafe-site-menu.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(12),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(12),
.cafe-site-offcanvas.hamburger.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(12) {
  transition-delay: calc(12 * 100ms + 450ms);
}
.cafe-site-menu.hamburger.cafe-hamburger-full-screen-effect .cafe-hamburger-close-button,
.cafe-site-offcanvas.hamburger.cafe-hamburger-full-screen-effect .cafe-hamburger-close-button {
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  font-size: 2rem;
}
.cafe-site-menu.hamburger.cafe-hamburger-full-screen-effect > .cafe-wrap-menu, .cafe-site-menu.hamburger.cafe-hamburger-full-screen-effect > .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-full-screen-effect > .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-full-screen-effect > .cafe-wrap-offcanvas {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -20px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 111;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px 0;
  transition: all 100ms ease-out;
}
.cafe-site-menu.hamburger.cafe-hamburger-full-screen-effect .cafe-hamburger-mask,
.cafe-site-offcanvas.hamburger.cafe-hamburger-full-screen-effect .cafe-hamburger-mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -10vh;
  left: 0;
  background: var(--menu-bg);
  opacity: 0;
  visibility: hidden;
  z-index: 110;
  transition: all 200ms;
  display: block;
}
.cafe-site-menu.hamburger.cafe-hamburger-full-screen-effect .cafe-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-full-screen-effect .cafe-menu {
  max-width: 100%;
  width: 460px;
}
.cafe-site-menu.hamburger.cafe-hamburger-full-screen-effect .cafe-menu > li.menu-item > a,
.cafe-site-offcanvas.hamburger.cafe-hamburger-full-screen-effect .cafe-menu > li.menu-item > a {
  background: transparent;
}
.cafe-site-menu.hamburger.cafe-hamburger-full-screen-effect .cafe-menu .menu-item > a,
.cafe-site-offcanvas.hamburger.cafe-hamburger-full-screen-effect .cafe-menu .menu-item > a {
  font-weight: normal;
  font-size: 2rem;
}
.cafe-site-menu.hamburger.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask,
.cafe-site-offcanvas.hamburger.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.cafe-site-menu.hamburger.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
.cafe-site-menu.hamburger.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
  visibility: visible;
  top: 0;
  opacity: 1;
  transition: opacity 450ms, top 250ms ease;
}
.cafe-site-menu.hamburger.cafe-hamburger-slide-down-effect > .cafe-wrap-menu, .cafe-site-menu.hamburger.cafe-hamburger-slide-down-effect > .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-down-effect > .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-down-effect > .cafe-wrap-offcanvas {
  height: 0;
  overflow: hidden;
  transition: all 450ms ease-out;
}
.cafe-site-menu.hamburger.cafe-hamburger-slide-down-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
.cafe-site-menu.hamburger.cafe-hamburger-slide-down-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-down-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-down-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 50vh;
  overflow-y: auto;
}
.cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-left-effect {
  --menu-bg: transparent;
  --menu-color: #fff;
}
.cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect .menu-item,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-left-effect .menu-item {
  font-size: 2rem;
}
.cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect > .cafe-wrap-menu, .cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect > .cafe-wrap-offcanvas,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-left-effect > .cafe-wrap-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-left-effect > .cafe-wrap-offcanvas {
  position: fixed;
  top: 50%;
  max-height: 100vh;
  overflow: hidden;
  background: var(--menu-bg);
  width: 360px;
  max-width: calc(100% - 30px);
  padding: 30px 0;
  transition: ease-in-out 300ms;
  z-index: 2;
  right: 0;
  transform: translate(360px, -50%);
}
.cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect .mega-menu-content,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-left-effect .mega-menu-content {
  position: static;
  opacity: 1;
  visibility: visible;
  display: none;
  box-shadow: none;
  background: inherit;
}
.cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect .cafe-menu,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-left-effect .cafe-menu {
  padding: 0 15px;
  overflow: hidden;
  overflow-y: auto;
}
.cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect .cafe-hamburger-mask,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-left-effect .cafe-hamburger-mask {
  display: block;
  z-index: 1;
}
.cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect .cafe-hamburger-mask:before,
.cafe-site-offcanvas.hamburger.cafe-hamburger-slide-left-effect .cafe-hamburger-mask:before {
  content: "쁧";
  font-family: cleversoft;
  color: var(--menu-color);
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 1.5rem;
}
.cafe-site-menu .cafe-wrap-menu-slide-left,
.cafe-site-offcanvas .cafe-wrap-menu-slide-left {
  position: absolute;
}

.hamburger-active .cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect > .cafe-wrap-menu, .hamburger-active .cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect > .cafe-wrap-offcanvas {
  transform: translate(0, -50%);
}
.hamburger-active .cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect .cafe-hamburger-mask {
  visibility: visible;
  opacity: 1;
}

.cafe-wrap-body-content {
  transition: ease-in-out 500ms;
  background: #fff;
  z-index: 3;
}

.cafe-hamburger-slide-left-active {
  overflow: hidden;
}
.cafe-hamburger-slide-left-active .cafe-wrap-body-content {
  width: 100vw;
  height: 100vh;
  transform: scale(0.8) translateX(-380px);
}
.cafe-hamburger-slide-left-active .cafe-wrap-body-content-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*Mobile style*/
@media (min-width: 1024.98px) {
  .cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect > .cafe-wrap-offcanvas, .cafe-site-menu.hamburger.cafe-hamburger-slide-left-effect > .cafe-wrap-menu {
    width: 33vw;
    transform: translate(33vw, -50%);
    padding: 5vh 5%;
  }
  .cafe-wrap-body-content::after {
    content: "쁧";
    font-family: cleversoft;
    color: #fff;
    display: flex;
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
    background: red;
    border-radius: 50%;
    position: fixed;
    z-index: 1;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translate(50%, -50%);
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  .cafe-wrap-body-content::after:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  .cafe-hamburger-slide-left-active .cafe-hamburger-mask:before {
    content: "" !important;
  }
  .cafe-hamburger-slide-left-active .cafe-wrap-body-content::after {
    opacity: 1;
  }
  .cafe-hamburger-slide-left-active .cafe-wrap-body-content {
    width: calc(100vw - 20px);
    transform: scale(0.8) translateX(-33vw);
  }
  .cafe-hamburger-slide-left-active .elementor-section-stretched.elementor-section-full_width {
    width: 100vw !important;
  }
}
@media (max-width: 1024.98px) {
  .cafe-lg-width.cafe-site-menu {
    --menu-bg: #fff;
    --menu-hover-bg: transparent;
  }
  .cafe-lg-width.cafe-site-menu .menu-item > ul {
    display: none;
    position: static;
    visibility: visible;
    background: none;
    opacity: 1;
    box-shadow: none;
  }
  .cafe-lg-width.cafe-site-menu .cafe-menu > .menu-item {
    width: 100%;
  }
  .cafe-lg-width.cafe-site-menu .cafe-menu > .menu-item > a {
    background: var(--menu-bg);
  }
  .cafe-lg-width.cafe-site-menu .cafe-menu > .menu-item > a:before {
    display: none;
  }
  .cafe-lg-width.cafe-site-menu .menu-item {
    width: 100%;
  }
  .cafe-lg-width.cafe-site-menu .menu-item .cafe-menu-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cafe-lg-width.cafe-site-menu .menu-item > ul {
    padding-left: 10px;
    width: 100%;
  }
  .cafe-lg-width.cafe-site-menu .menu-item .menu-item > a:hover {
    background: none;
  }
  .cafe-lg-width.cafe-site-menu .cafe-hamburger-button {
    display: inline-flex;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect > .cafe-wrap-menu, .cafe-lg-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect > .cafe-wrap-offcanvas {
    position: fixed;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 360px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    margin-top: 30px;
    z-index: 999;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect .menu-item > a {
    background: transparent;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect .cafe-hamburger-button {
    display: block;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 100;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    background: var(--menu-bg);
    box-shadow: 0 0 0 0 var(--menu-bg), 0 0 0 0 var(--menu-bg);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-button {
    box-shadow: 0 0 0 100vw var(--menu-bg), 0 0 0 100vh var(--menu-bg);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
    opacity: 1;
    visibility: visible;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect > .cafe-wrap-menu, .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect > .cafe-wrap-offcanvas {
    position: fixed;
    top: 0;
    height: 100vh;
    background: var(--menu-bg);
    width: 360px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    overflow-y: auto;
    padding: 30px 0;
    transition: all 300ms;
    z-index: 99;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect.left > .cafe-wrap-menu, .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect.left > .cafe-wrap-offcanvas {
    left: 0;
    transform: translateX(-360px);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect.right > .cafe-wrap-menu, .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect.right > .cafe-wrap-offcanvas {
    right: 0;
    transform: translateX(360px);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect .cafe-menu {
    padding: 0 15px;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect .cafe-hamburger-mask {
    display: block;
    z-index: 98;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
    transform: translateX(0);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask {
    visibility: visible;
    opacity: 1;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect > .cafe-wrap-menu, .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect > .cafe-wrap-offcanvas {
    position: fixed;
    top: 0;
    height: 100vh;
    background: var(--menu-bg);
    width: 70vw;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px 5%;
    transition: all 350ms;
    z-index: 99;
    display: flex;
    align-items: center;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-hamburger-close-button {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    z-index: 9;
    width: 1em;
    height: 1em;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect.left .cafe-hamburger-close-button {
    right: 20px;
    left: auto;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect.left > .cafe-wrap-menu, .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect.left > .cafe-wrap-offcanvas {
    left: 0;
    transform: translateX(-70vw);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect.right > .cafe-wrap-menu, .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect.right > .cafe-wrap-offcanvas {
    right: 0;
    transform: translateX(70vw);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-menu {
    padding: 15px 0;
    width: 100%;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-menu > .menu-item {
    transform: translateY(10px);
    opacity: 0;
    transition: 350ms ease-out;
    transition-delay: 300ms;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-menu .menu-item > a {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: lighter;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-menu .menu-item > a .cafe-menu-arrow {
    display: inline;
    margin: 0 5px;
    position: static;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-hamburger-mask {
    display: block;
    z-index: 98;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
    transform: translateX(0);
    transition: all 750ms cubic-bezier(0.3, 0.88, 0.37, 0.99);
    transition-delay: 0ms;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item,
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item {
    opacity: 1;
    transform: translateY(0);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask {
    visibility: visible;
    opacity: 1;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(1),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(1) {
    transition-delay: calc(1 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(2),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(2) {
    transition-delay: calc(2 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(3),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(3) {
    transition-delay: calc(3 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(4),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(4) {
    transition-delay: calc(4 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(5),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(5) {
    transition-delay: calc(5 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(6),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(6) {
    transition-delay: calc(6 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(7),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(7) {
    transition-delay: calc(7 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(8),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(8) {
    transition-delay: calc(8 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(9),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(9) {
    transition-delay: calc(9 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(10),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(10) {
    transition-delay: calc(10 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(11),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(11) {
    transition-delay: calc(11 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(12),
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(12) {
    transition-delay: calc(12 * 100ms + 450ms);
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-full-screen-effect .cafe-hamburger-close-button {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    font-size: 2rem;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-full-screen-effect > .cafe-wrap-menu, .cafe-lg-width.cafe-site-menu.cafe-hamburger-full-screen-effect > .cafe-wrap-offcanvas {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -20px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px 0;
    transition: all 100ms ease-out;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-full-screen-effect .cafe-hamburger-mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -10vh;
    left: 0;
    background: var(--menu-bg);
    opacity: 0;
    visibility: hidden;
    z-index: 110;
    transition: all 200ms;
    display: block;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-full-screen-effect .cafe-menu {
    max-width: 100%;
    width: 460px;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-full-screen-effect .cafe-menu > li.menu-item > a {
    background: transparent;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-full-screen-effect .cafe-menu .menu-item > a {
    font-weight: normal;
    font-size: 2rem;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask {
    visibility: visible;
    opacity: 1;
    top: 0;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
    visibility: visible;
    top: 0;
    opacity: 1;
    transition: opacity 450ms, top 250ms ease;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-slide-down-effect > .cafe-wrap-menu, .cafe-lg-width.cafe-site-menu.cafe-hamburger-slide-down-effect > .cafe-wrap-offcanvas {
    height: 0;
    overflow: hidden;
    padding: 15px 0;
    transition: all 450ms ease-out;
  }
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-slide-down-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
  .cafe-lg-width.cafe-site-menu.cafe-hamburger-slide-down-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
    height: 50vh;
    overflow-y: auto;
  }
}
@media (min-width: 768.98px) {
  .cafe-md-width.cafe-site-menu.icon-submenu-none .cafe-menu-arrow {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .cafe-md-width.cafe-site-menu {
    --menu-bg: #fff;
    --menu-hover-bg: transparent;
  }
  .cafe-md-width.cafe-site-menu .menu-item > ul {
    display: none;
    position: static;
    visibility: visible;
    background: none;
    opacity: 1;
    box-shadow: none;
  }
  .cafe-md-width.cafe-site-menu .cafe-menu > .menu-item {
    width: 100%;
  }
  .cafe-md-width.cafe-site-menu .cafe-menu > .menu-item > a {
    background: var(--menu-bg);
  }
  .cafe-md-width.cafe-site-menu .cafe-menu > .menu-item > a:before {
    display: none;
  }
  .cafe-md-width.cafe-site-menu .menu-item {
    width: 100%;
  }
  .cafe-md-width.cafe-site-menu .menu-item .cafe-menu-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cafe-md-width.cafe-site-menu .menu-item > ul {
    padding-left: 10px;
    width: 100%;
  }
  .cafe-md-width.cafe-site-menu .menu-item .menu-item > a:hover {
    background: none;
  }
  .cafe-md-width.cafe-site-menu .cafe-hamburger-button {
    display: inline-flex;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect > .cafe-wrap-menu, .cafe-md-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect > .cafe-wrap-offcanvas {
    position: fixed;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 360px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    margin-top: 30px;
    z-index: 999;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect .menu-item > a {
    background: transparent;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect .cafe-hamburger-button {
    display: block;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 100;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    background: var(--menu-bg);
    box-shadow: 0 0 0 0 var(--menu-bg), 0 0 0 0 var(--menu-bg);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-button {
    box-shadow: 0 0 0 100vw var(--menu-bg), 0 0 0 100vh var(--menu-bg);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
  .cafe-md-width.cafe-site-menu.cafe-hamburger-fixed-tr-fs-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
    opacity: 1;
    visibility: visible;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect > .cafe-wrap-menu, .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect > .cafe-wrap-offcanvas {
    position: fixed;
    top: 0;
    height: 100vh;
    background: var(--menu-bg);
    width: 360px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    overflow-y: auto;
    padding: 30px 0;
    transition: all 300ms;
    z-index: 99;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect.left > .cafe-wrap-menu, .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect.left > .cafe-wrap-offcanvas {
    left: 0;
    transform: translateX(-360px);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect.right > .cafe-wrap-menu, .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect.right > .cafe-wrap-offcanvas {
    right: 0;
    transform: translateX(360px);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect .cafe-menu {
    padding: 0 15px;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect .cafe-hamburger-mask {
    display: block;
    z-index: 98;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
    transform: translateX(0);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask {
    visibility: visible;
    opacity: 1;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect > .cafe-wrap-menu, .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect > .cafe-wrap-offcanvas {
    position: fixed;
    top: 0;
    height: 100vh;
    background: var(--menu-bg);
    width: 70vw;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px 5%;
    transition: all 350ms;
    z-index: 99;
    display: flex;
    align-items: center;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-hamburger-close-button {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    z-index: 9;
    width: 1em;
    height: 1em;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect.left .cafe-hamburger-close-button {
    right: 20px;
    left: auto;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect.left > .cafe-wrap-menu, .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect.left > .cafe-wrap-offcanvas {
    left: 0;
    transform: translateX(-70vw);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect.right > .cafe-wrap-menu, .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect.right > .cafe-wrap-offcanvas {
    right: 0;
    transform: translateX(70vw);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-menu {
    padding: 15px 0;
    width: 100%;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-menu > .menu-item {
    transform: translateY(10px);
    opacity: 0;
    transition: 350ms ease-out;
    transition-delay: 300ms;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-menu .menu-item > a {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: lighter;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-menu .menu-item > a .cafe-menu-arrow {
    display: inline;
    margin: 0 5px;
    position: static;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect .cafe-hamburger-mask {
    display: block;
    z-index: 98;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
    transform: translateX(0);
    transition: all 750ms cubic-bezier(0.3, 0.88, 0.37, 0.99);
    transition-delay: 0ms;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item,
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item {
    opacity: 1;
    transform: translateY(0);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask {
    visibility: visible;
    opacity: 1;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(1),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(1) {
    transition-delay: calc(1 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(2),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(2) {
    transition-delay: calc(2 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(3),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(3) {
    transition-delay: calc(3 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(4),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(4) {
    transition-delay: calc(4 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(5),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(5) {
    transition-delay: calc(5 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(6),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(6) {
    transition-delay: calc(6 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(7),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(7) {
    transition-delay: calc(7 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(8),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(8) {
    transition-delay: calc(8 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(9),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(9) {
    transition-delay: calc(9 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(10),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(10) {
    transition-delay: calc(10 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(11),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(11) {
    transition-delay: calc(11 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu .cafe-menu > .menu-item:nth-child(12),
  .cafe-md-width.cafe-site-menu.cafe-hamburger-off-canvas-2-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas .cafe-menu > .menu-item:nth-child(12) {
    transition-delay: calc(12 * 100ms + 450ms);
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-full-screen-effect .cafe-hamburger-close-button {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    cursor: pointer;
    font-size: 2rem;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-full-screen-effect > .cafe-wrap-menu, .cafe-md-width.cafe-site-menu.cafe-hamburger-full-screen-effect > .cafe-wrap-offcanvas {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -20px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px 0;
    transition: all 100ms ease-out;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-full-screen-effect .cafe-hamburger-mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -10vh;
    left: 0;
    background: var(--menu-bg);
    opacity: 0;
    visibility: hidden;
    z-index: 110;
    transition: all 200ms;
    display: block;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-full-screen-effect .cafe-menu {
    max-width: 100%;
    width: 460px;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-full-screen-effect .cafe-menu > li.menu-item > a {
    background: transparent;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-full-screen-effect .cafe-menu .menu-item > a {
    font-weight: normal;
    font-size: 2rem;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-hamburger-mask {
    visibility: visible;
    opacity: 1;
    top: 0;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
  .cafe-md-width.cafe-site-menu.cafe-hamburger-full-screen-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
    visibility: visible;
    top: 0;
    opacity: 1;
    transition: opacity 450ms, top 250ms ease;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-slide-down-effect > .cafe-wrap-menu, .cafe-md-width.cafe-site-menu.cafe-hamburger-slide-down-effect > .cafe-wrap-offcanvas {
    height: 0;
    overflow: hidden;
    padding: 15px 0;
    transition: all 450ms ease-out;
  }
  .cafe-md-width.cafe-site-menu.cafe-hamburger-slide-down-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-menu,
  .cafe-md-width.cafe-site-menu.cafe-hamburger-slide-down-effect input.cafe-hamburger-input-control:checked ~ .cafe-wrap-offcanvas {
    height: 50vh;
    overflow-y: auto;
  }
}
/*End Mobile style*/
@media (min-width: 992.98px) {
  .cafe-site-menu.hamburger .menu-item > a {
    display: inline-block;
  }
}
/*End Site Navigation Menu*/
/*Search Form*/
.cafe-wrap-search {
  --border-color: #ebebeb;
  --bg-color: #fff;
  --form-height: 40px;
  --result-color: #000;
}

.cafe-mask-close {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 300ms ease-out;
  visibility: hidden;
  opacity: 0;
  z-index: 88;
  cursor: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 18 18' fill='%23fff'%3e%3cpath d='M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z'/%3e%3c/svg%3e"), pointer;
}

.cafe-toggle-input:checked ~ .cafe-mask-close {
  opacity: 1;
  visibility: visible;
}

.cafe-search-form {
  padding: 0;
  margin: 0;
}
.cafe-search-form input.cafe-search-field {
  margin: 0;
  border: none;
  flex-grow: 1;
  width: auto;
  height: auto;
  min-width: 0;
}
.cafe-search-form .cafe-wrap-product-cat {
  position: relative;
  color: var(--form-color);
}
.cafe-search-form .cafe-wrap-product-cat:after {
  content: "쁙";
  font-family: cleversoft;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 75%;
  color: inherit;
}
.cafe-search-form .cafe-product-cat {
  width: 100%;
  height: 40px;
  padding: 0 20px 0 10px;
  border: none;
  border-left: 1px solid var(--border-color);
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  color: inherit;
  position: relative;
  z-index: 2;
}

.cafe-wrap-search-fields {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 1px solid;
  background: var(--bg-color);
  height: var(--form-height);
}

.cafe-search-submit {
  padding: 0 8px;
  white-space: nowrap;
}

.cafe-toggle-input {
  display: none;
}

.cafe-search-toggle-button {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  transition: all 300ms;
}
.cafe-search-toggle-button i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.cafe-wrap-search-result {
  margin: 0;
}

.cafe-search-form .cafe-row {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.cafe-search-form .search-result-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.cafe-search-form .search-result-item > a {
  color: var(--result-color);
}
.cafe-search-form .search-result-item .title-result {
  color: var(--result-color);
  margin-bottom: 5px;
  font-size: 1rem;
}
.cafe-search-form .search-result-item p {
  margin-bottom: 0;
  color: inherit;
}
.cafe-search-form.result-list-layout .cafe-wrap-search-result {
  padding: 20px 0;
}
.cafe-search-form.result-list-layout .search-result-item > a {
  display: flex;
  align-items: center;
}
.cafe-search-form.result-list-layout .search-result-item .wrap-img-result {
  max-width: 80px;
}
.cafe-search-form.result-list-layout .search-result-item .wrap-result-content {
  padding: 0 15px;
}
.cafe-search-form.result-grid-layout .wrap-img-result {
  width: 100%;
  margin-bottom: 10px;
}
.cafe-search-form.result-grid-layout .wrap-result-content {
  width: 100%;
  text-align: center;
}
.cafe-search-form.searching .cafe-wrap-search-form-content, .cafe-search-form.searched .cafe-wrap-search-form-content {
  margin-bottom: 0;
}
.cafe-search-form .cafe-wrap-search-result:before, .cafe-search-form .cafe-wrap-search-result:after {
  animation: bounce 2s infinite ease-in-out;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3ea4f8;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  content: "";
  visibility: hidden;
  transition: all 300ms;
  opacity: 0;
}
.cafe-search-form .cafe-wrap-search-result:after {
  animation-delay: -1s;
}
.cafe-search-form .cafe-wrap-search-result > * {
  transition: all 300ms;
}
.cafe-search-form.searching .cafe-wrap-search-result:after, .cafe-search-form.searching .cafe-wrap-search-result:before {
  opacity: 0.6;
  visibility: visible;
  z-index: 11;
}
.cafe-search-form.searching .cafe-wrap-search-result > * {
  opacity: 0;
  visibility: hidden;
}

.cafe-wrap-search:not(.normal) {
  --form-height: auto;
}
.cafe-wrap-search:not(.normal) .cafe-search-form {
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
  background: var(--bg-color);
  top: 0;
  left: 0;
  position: fixed;
  transition: 350ms ease-out;
  z-index: 105;
}
.cafe-wrap-search:not(.normal) .cafe-search-form input,
.cafe-wrap-search:not(.normal) .cafe-search-form button {
  font-size: 2rem;
  padding: 0;
}
.cafe-wrap-search:not(.normal) .cafe-search-form .cafe-wrap-search-result {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-y: auto;
  max-height: 50vh;
  align-content: flex-start;
}
.cafe-wrap-search:not(.normal) .cafe-search-submit {
  background: none;
  color: var(--form-color);
  text-transform: none;
  letter-spacing: normal;
  margin-left: 20px;
}
.cafe-wrap-search:not(.normal) .cafe-search-field {
  color: var(--form-color);
}
.cafe-wrap-search:not(.normal) .cafe-product-cat {
  border: none;
}
.cafe-wrap-search:not(.normal) .cafe-wrap-search-form-content {
  width: 100%;
  max-width: 992px;
  position: relative;
}
.cafe-wrap-search:not(.normal) .cafe-wrap-search-fields {
  width: 100%;
  flex-direction: column;
  border: none;
  border-bottom: 2px solid var(--border-color);
  background: none;
}
.cafe-wrap-search.normal .cafe-wrap-search-result {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 22;
  max-height: 60px;
  transition: all 300ms;
  background: var(--bg-color);
  width: 100%;
  overflow: hidden;
  overflow-y: visible;
  padding: 20px 20px 0;
  box-shadow: -2px 2px 81px -17px rgba(0, 0, 0, 0.29);
}
.cafe-wrap-search.normal .cafe-search-form.searching .cafe-wrap-search-result, .cafe-wrap-search.normal .cafe-search-form.searched .cafe-wrap-search-result {
  opacity: 1;
  visibility: visible;
}
.cafe-wrap-search.normal .cafe-search-form.searching .cafe-wrap-search-result {
  height: 60px;
}
.cafe-wrap-search.normal .cafe-search-form.searched .cafe-wrap-search-result {
  max-height: 50vh;
}
.cafe-wrap-search.normal .no-result {
  margin-bottom: 20px;
}
.cafe-wrap-search.slide-down {
  --border-color: #000;
  --form-color: #000;
}
.cafe-wrap-search.slide-down .cafe-search-form {
  height: 100vh;
  transform: translateY(-100vh);
}
.cafe-wrap-search.slide-down .cafe-search-form .cafe-wrap-search-result {
  background: var(--bg-color);
  transition: all 300ms;
  max-height: 20vh;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 20px 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cafe-wrap-search.slide-down .cafe-search-form.searching .cafe-wrap-search-result {
  height: 60px;
  overflow-y: hidden;
}
.cafe-wrap-search.slide-down .cafe-search-form.searched .cafe-wrap-search-result {
  max-height: 50vh;
}
.cafe-wrap-search.slide-down .cafe-toggle-input:checked ~ .cafe-search-form {
  transform: translateY(0);
}
.cafe-wrap-search.slide-down .cafe-toggle-input:checked ~ .cafe-search-form.searching .cafe-wrap-search-result, .cafe-wrap-search.slide-down .cafe-toggle-input:checked ~ .cafe-search-form.searched .cafe-wrap-search-result {
  opacity: 1;
  visibility: visible;
}
.cafe-wrap-search.slide-down .cafe-toggle-input:checked ~ .cafe-search-close,
.cafe-wrap-search.slide-down .cafe-toggle-input:checked ~ .cafe-search-mask {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cafe-wrap-search.modal {
  --form-color: #000;
  --border-color: #000;
  --bg-color: #fff;
  --result-color: #000;
}
.cafe-wrap-search.modal .cafe-search-form {
  height: 100vh;
  opacity: 0;
  visibility: hidden;
}
.cafe-wrap-search.modal .cafe-search-form .cafe-wrap-search-result {
  height: 50vh;
}
.cafe-wrap-search.modal .cafe-search-form .cafe-wrap-search-form-content {
  transition: all 350ms;
  margin-bottom: -50vh;
}
.cafe-wrap-search.modal .cafe-toggle-input:checked ~ .cafe-search-form {
  opacity: 1;
  visibility: visible;
}
.cafe-wrap-search.modal .cafe-toggle-input:checked ~ .cafe-search-close {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cafe-wrap-search .cafe-search-close {
  width: 45px;
  height: 45px;
  font-size: 2rem;
  position: fixed;
  right: 30px;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.5);
  visibility: hidden;
  transition: 450ms ease;
  z-index: 111;
  cursor: pointer;
  color: var(--form-color);
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@media (min-width: 556px) {
  .cafe-search-form .cafe-product-cat {
    height: 100%;
  }
  .cafe-wrap-search.slide-down .cafe-search-form {
    height: 35vh;
    transform: translateY(-35vh);
  }
  .cafe-wrap-search.slide-down .cafe-search-form .cafe-wrap-search-result {
    max-height: 10vh;
  }
  .cafe-wrap-search:not(.normal) {
    --form-height: 60px;
  }
  .cafe-wrap-search:not(.normal) .cafe-wrap-search-fields {
    flex-direction: row;
  }
}
/*End Search Form*/
/*Canvas Cart*/
.elementor-widget-clever-canvas-cart {
  --bg-color: #fff;
  --color: #000;
  --count-color: #fff;
  --count-bg-color: #f56f5e;
}
.elementor-widget-clever-canvas-cart .elementor-widget-container {
  font-size: 0;
}

.cafe-wrap-icon-cart {
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  position: relative;
  transition: color 300ms;
}
.cafe-wrap-icon-cart .cafe-cart-count {
  position: absolute;
  height: 20px;
  min-width: 20px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 0.8rem;
  display: flex;
  padding: 0 3px;
  justify-content: center;
  align-items: center;
}

.cafe-cart-count {
  color: var(--count-color);
  background: var(--count-bg-color);
  line-height: 1;
}

.cafe-cart-subtotal {
  line-height: 1;
}

.cafe-wrap-right-cart {
  display: flex;
  align-items: center;
  color: var(--count-color);
}

.cafe-canvas-cart {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
}
.cafe-canvas-cart .cafe-wrap-icon-cart {
  float: left;
}
.cafe-canvas-cart.subtotal-before .cafe-wrap-icon-cart {
  float: right;
}
.cafe-canvas-cart.count-top-right .cafe-cart-count {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.cafe-canvas-cart.count-top-left .cafe-cart-count {
  top: 0;
  left: 0;
}
.cafe-canvas-cart.count-center .cafe-cart-count {
  top: 50%;
  left: 50%;
}
.cafe-canvas-cart.count-inline {
  --count-color: #000;
  --count-bg-color: transparent;
}
.cafe-canvas-cart:hover .cafe-wrap-icon-cart {
  color: var(--color) !important;
}

.cafe-heading-cart-content {
  width: 100%;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  display: inline-block;
}
.cafe-heading-cart-content .cafe-cart-count {
  color: inherit;
  background: transparent;
  font-size: inherit !important;
}
.cafe-heading-cart-content .cafe-close-cart {
  float: right;
  font-size: 1rem;
  cursor: pointer;
}
.cafe-heading-cart-content .cafe-close-cart i {
  margin-left: 10px;
}

.cafe-canvas-cart-content {
  position: fixed;
  text-align: left;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  max-width: 480px;
  height: 100%;
  background: var(--bg-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 99;
  visibility: hidden;
  transform: translateX(480px);
  transition: all 300ms;
  padding: 20px 15px;
  font-size: 1rem;
}
.cafe-canvas-cart-content .lazy-img:not(.loaded) {
  filter: blur(0);
}
.cafe-canvas-cart-content .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 55px);
}
.cafe-canvas-cart-content ul.woocommerce-mini-cart {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 0;
  flex-grow: 1;
}
.cafe-canvas-cart-content .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}
.cafe-canvas-cart-content .woocommerce-mini-cart__empty-message {
  padding: 30px 0;
  text-align: center;
}
.cafe-canvas-cart-content.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}
.cafe-canvas-cart-content.loading:after {
  width: 20px;
  height: 20px;
  background: #000;
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50% -50%);
  animation: blink 500ms infinite ease-in-out;
  z-index: 2;
}

.cafe-toggle-input:checked ~ .cafe-canvas-cart-content {
  visibility: visible;
  transform: translateX(0);
}

/*End Canvas Cart*/
/* Account widget*/
.elementor-widget-clever-account {
  --bg-modar: #fff;
  --color: #000;
}

.cafe-account-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--bg-modar);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 110;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.cafe-account-modal .woocommerce-form input {
  margin-bottom: 0;
}
.cafe-account-modal button {
  width: 100%;
}
.cafe-account-modal .form-row {
  margin-bottom: 15px;
}
.cafe-account-modal .wrap-register-toggle-button {
  display: none;
}
.cafe-account-modal .cafe-notice {
  text-align: center;
  margin-bottom: 10px;
  font-size: 80%;
  color: var(--danger-color);
  transition: all 300ms;
  max-height: 100vh;
  overflow: hidden;
  width: 100%;
}
.cafe-account-modal:after {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--black-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: blink 800ms infinite ease-in-out;
  z-index: 3;
  border-radius: 50%;
  visibility: hidden;
  transition: all 300ms;
}
.cafe-account-modal:before {
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: var(--white-color);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  position: absolute;
  display: block;
}
.cafe-account-modal.cafe-loading .cafe-notice {
  max-height: 0;
}
.cafe-account-modal.cafe-loading:after {
  visibility: visible;
}
.cafe-account-modal.cafe-loading:before {
  visibility: visible;
  opacity: 0.4;
}

.heading-account-modal,
.additional-login-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.heading-account-modal {
  margin-bottom: 30px;
}
.heading-account-modal .lb-login {
  text-transform: uppercase;
  color: var(--color);
}

.cafe-account-mask {
  background: none;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  font-size: 1.5rem;
  z-index: 111;
}

.cafe-toggle-input:checked ~ .cafe-account-modal {
  visibility: visible;
  opacity: 1;
}

.cafe-wrap-account {
  display: inline-block;
  position: relative;
}
.cafe-wrap-account .woocommerce-MyAccount-navigation {
  position: absolute;
  top: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  background: var(--bg-modar);
  padding: 20px 30px;
  z-index: 5;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  transition: all 300ms;
}
.cafe-wrap-account .woocommerce-MyAccount-navigation.left {
  left: 0;
}
.cafe-wrap-account .woocommerce-MyAccount-navigation.right {
  right: 0;
}
.cafe-wrap-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.cafe-wrap-account .woocommerce-MyAccount-navigation li {
  list-style: none;
  padding: 2px 0;
  margin: 0;
  white-space: nowrap;
  line-height: 1.3;
  font-size: 14px;
}
.cafe-wrap-account .woocommerce-MyAccount-navigation a {
  color: var(--color);
}
.cafe-wrap-account:hover .woocommerce-MyAccount-navigation {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.cafe-wrap-account:hover .cafe-account-btn {
  color: var(--color) !important;
}

.cafe-account-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  cursor: pointer;
}
.cafe-account-btn i {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  transition: color 300ms;
}

@media (min-width: 481.98px) {
  .cafe-canvas-cart-content {
    padding: 30px 40px 20px;
  }
  .cafe-account-modal {
    max-width: 430px;
    height: auto;
  }
  .cafe-account-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    z-index: 105;
  }
  .cafe-account-mask i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
  }
}
/* End Account widget*/
/*Wishlist & Compare*/
.cafe-wlcp {
  display: inline-block;
  --color: #000;
}

.cafe-wlcp-url {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
}

.cafe-wlcp-icon {
  position: relative;
}
.cafe-wlcp-icon i {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  transition: color 300ms;
}

.cafe-wlcp-label {
  transition: color 300ms;
}

.cafe-wlcp-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #f56f5e;
  min-width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  transition: all 300ms;
}
.cafe-wlcp-counter.top-left {
  right: 100%;
  bottom: 100%;
  transform: translate(50%, 50%);
}
.cafe-wlcp-counter.top-right {
  left: 100%;
  bottom: 100%;
  transform: translate(-50%, 50%);
}
.cafe-wlcp-counter.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*End Wishlist & Compare*/
/*Language switcher*/
.cafe-language-switcher {
  position: relative;
}
.cafe-language-switcher .cafe-language-options {
  width: 100%;
  display: flex;
  align-items: center;
}
.cafe-language-switcher .cafe-language-options:after {
  font-family: cleversoft;
  content: "쁙";
  margin-right: 5px;
  margin-left: 5px;
  font-size: 75%;
}
.cafe-language-switcher:hover .cafe-langs {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.cafe-langs {
  --box-shadow: #ebebeb;
  position: absolute;
  background: #fff;
  top: calc(100% + 15px);
  margin: 0;
  min-width: 150px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  box-shadow: 0 0 15px 10px var(--box-shadow);
}
.cafe-langs.box-align-left {
  left: 0;
}
.cafe-langs.box-align-right {
  right: 0;
}
.cafe-langs li {
  list-style: none;
  padding: 8px 15px;
}
.cafe-langs li a {
  color: inherit;
}

/*End Language switcher*/
@keyframes ken-burns-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes ken-burns-out {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.cafe-slider-slides .slick-track {
  display: flex;
}

.cafe-slide-bg-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cafe-slider-slides .slick-slide-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%;
  transition-property: transform;
  transition-duration: 10s;
}
.cafe-slider-slides .slick-slide-bg.elementor-ken-out {
  transform: scale(1.3);
}
.cafe-slider-slides .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 400px;
}
.cafe-slider-slides .slick-slide > div {
  flex-basis: 100%;
  width: 100%;
}
.cafe-slider-slides .slick-slide:focus {
  outline: 0;
}
.cafe-slider-slides .slick-slide.slick-active .slick-slide-bg {
  animation-timing-function: linear;
  animation-duration: 20s;
}
.cafe-slider-slides .slick-slide.slick-active .slick-slide-bg.elementor-ken-in {
  transform: scale(1.3);
  animation-name: ken-burns-in;
}
.cafe-slider-slides .slick-slide.slick-active .slick-slide-bg.elementor-ken-out {
  transform: scale(1);
  animation-name: ken-burns-out;
}
.cafe-slider-slides .slick-slide-inner {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  display: flex;
  align-items: center;
}
.cafe-slider-slides .slick-slide-inner:hover {
  color: white;
  display: flex;
}
.cafe-slider-slides .slick-slide-inner .cafe-slide-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 50px;
}
.cafe-slider-slides .slick-slide-inner .cafe-slide-heading {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.cafe-slider-slides .slick-slide-inner .cafe-slide-heading:not(:last-child) {
  margin-bottom: 30px;
}
.cafe-slider-slides .slick-slide-inner .cafe-slide-desc {
  font-size: 17px;
  line-height: 1.4;
}
.cafe-slider-slides .slick-slide-inner .cafe-slide-desc:not(:last-child) {
  margin-bottom: 30px;
}
.cafe-slider-slides .slick-slide-inner .cafe-slide-cta-btn {
  border: solid 2px white;
  background: transparent;
  color: inherit;
  text-decoration: none;
}
.cafe-slider-slides .slick-slide-inner .cafe-slide-cta-btn:hover {
  background: transparent;
  color: inherit;
  text-decoration: none;
}

.slick-slide-inner, .cafe-slide-content {
  max-width: 100%;
}

.cafe-slide-v-position-top .slick-slide-inner {
  align-items: flex-start;
}

.cafe-slide-v-position-bottom .slick-slide-inner {
  align-items: flex-end;
}

.cafe-slide-v-position-middle .slick-slide-inner {
  align-items: center;
}

.cafe-slide-h-position-left .slick-slide-inner {
  justify-content: flex-start;
}

.cafe-slide-h-position-right .slick-slide-inner {
  justify-content: flex-end;
}

.cafe-slide-h-position-center .slick-slide-inner {
  justify-content: center;
}

.cafe-slider-wrapper div:not(.slick-slide) > .slick-slide-inner {
  display: none;
}
.cafe-slider-wrapper .slick-arrow {
  position: absolute;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  cursor: pointer;
}
.cafe-slider-wrapper .slick-arrow:before {
  font-size: 35px;
}
.cafe-slider-wrapper .slick-arrow.cafe-slider-prev {
  right: 100%;
}
.cafe-slider-wrapper .slick-arrow.cafe-slider-next {
  left: 100%;
}
.cafe-slider-wrapper .slick-arrows-inside .slick-arrow.cafe-slider-prev {
  right: auto;
  left: 25px;
}
.cafe-slider-wrapper .slick-arrows-inside .slick-arrow.cafe-slider-next {
  left: auto;
  right: 25px;
}
.cafe-slider-wrapper .cafe-slider-slides > ul {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.cafe-slider-wrapper .cafe-slider-slides > ul li button {
  background: #fff;
  opacity: 0.6;
  width: 15px;
  height: 15px;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}
.cafe-slider-wrapper .cafe-slider-slides > ul li button:before {
  content: "";
}
.cafe-slider-wrapper .cafe-slider-slides > ul li {
  padding: 0;
  line-height: 1;
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  width: auto;
  height: auto;
}
.cafe-slider-wrapper .cafe-slider-slides > ul li.slick-active button, .cafe-slider-wrapper .cafe-slider-slides > ul li:hover button {
  opacity: 1;
}
.cafe-slider-wrapper .cafe-slider-slides > ul.slick-dots button {
  border-radius: 50%;
}
.cafe-slider-wrapper .cafe-slider-slides > ul.slick-line button {
  border: none;
  height: 5px;
  width: 35px;
  line-height: 1;
  padding: 0;
  font-size: 0;
}
.cafe-slider-wrapper .cafe-slider-slides > ul.slick-line li.slick-active button, .cafe-slider-wrapper .cafe-slider-slides > ul.slick-line li:hover button {
  opacity: 1;
  height: 10px;
}
.cafe-slider-wrapper .cafe-slider-slides > ul.slick-group {
  padding: 5px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 0;
  border-radius: 20px;
}
.cafe-slider-wrapper .cafe-slider-slides > ul.slick-group li button {
  border: 2px solid;
  background: transparent;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  padding: 0;
  opacity: 1;
  display: block;
}
.cafe-slider-wrapper .cafe-slider-slides > ul.slick-group li.slick-active button, .cafe-slider-wrapper .cafe-slider-slides > ul.slick-group li:hover button {
  opacity: 1;
  background: #fff;
  color: #fff;
}
.cafe-slider-wrapper .cafe-slider-slides.slick-dots-inside > ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.cafe-viewer-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
}
.cafe-viewer-video iframe {
  display: block;
  max-width: none !important;
}

.slick-active .cafe-viewer-video {
  opacity: 1;
  visibility: visible;
}

.slick-slide:not(.slick-current) .slick-slide-bg {
  visibility: hidden;
}

.slick-slide .cafe-slide-content:not(.animated) {
  visibility: hidden;
}

.slick-slide .elementor-ken-in.slick-slide-bg, .slick-slide .elementor-ken-out.slick-slide-bg, .slick-slide .inherit-effect.slick-slide-bg {
  visibility: visible;
}

@media (max-width: 992px) and (min-width: 576px) {
  .cafe-hide-arrows-on-tablet.cafe-slider-slides > .slick-arrow {
    display: none !important;
  }
  .cafe-hide-dots-on-tablet.cafe-slider-slides > ul {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .cafe-hide-arrows-on-mobile.cafe-slider-slides > .slick-arrow {
    display: none !important;
  }
  .cafe-hide-dots-on-mobile.cafe-slider-slides > ul {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cafe-slider-slides .slick-slide-inner .cafe-slide-heading {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .cafe-slider-slides .slick-slide-inner .cafe-slide-desc {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.cafe-fullpage-scrolling-sections .section-item {
  width: 100vw;
  height: 100vh;
}

.cafe-fullpage-navbar {
  position: fixed;
  height: 100px;
  top: calc(50vh - 50px);
}
.cafe-fullpage-navbar.cafe-fullpage-navbar-right {
  right: 1em;
}
.cafe-fullpage-navbar.cafe-fullpage-navbar-left {
  left: 1em;
}
.cafe-fullpage-navbar ul {
  margin: 0;
  padding: 0;
}
.cafe-fullpage-navbar ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.cafe-scrollto-nav-icons {
  position: fixed;
  z-index: 1;
  opacity: 1;
  top: 50vh;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.cafe-scrollto-section .cafe-scrollto-nav-menu {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.cafe-scrollto-section .cafe-scrollto-nav-icons-hide {
  opacity: 0;
  visibility: hidden;
}

.cafe-scrollto-nav-icons.middle {
  top: 50%;
}

.cafe-scrollto-nav-icons.top {
  top: 40px;
}

.cafe-scrollto-nav-icons.bottom {
  bottom: 30px;
}

.cafe-scrollto-nav-icons.right {
  right: 17px;
}

.cafe-scrollto-nav-icons.left {
  left: 17px;
}

ul.cafe-scrollto-nav-icons-list,
.cafe-scrollto-section .cafe-scrollto-nav-menu {
  margin: 0 !important;
  padding: 0;
}

ul.cafe-scrollto-nav-icons-list li {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  list-style: none;
}
ul.cafe-scrollto-nav-icons-list.dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  overflow: visible;
}
ul.cafe-scrollto-nav-icons-list.dots li .cafe-scrollto-nav-item-link {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
ul.cafe-scrollto-nav-icons-list.dots li .cafe-scrollto-nav-item-link i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  border-radius: 50%;
}
ul.cafe-scrollto-nav-icons-list.dots li .cafe-scrollto-nav-item-link i:not(.cs-font) {
  transform: scale(0);
  border-radius: 50%;
}
ul.cafe-scrollto-nav-icons-list.dots li span.label {
  display: none;
}
ul.cafe-scrollto-nav-icons-list.dots li.active .cafe-scrollto-nav-item-link i, ul.cafe-scrollto-nav-icons-list.dots li:hover .cafe-scrollto-nav-item-link i {
  background: rgba(0, 0, 0, 0.8);
}
ul.cafe-scrollto-nav-icons-list.dots li.active .cafe-scrollto-nav-item-link i:not(.cs-font), ul.cafe-scrollto-nav-icons-list.dots li:hover .cafe-scrollto-nav-item-link i:not(.cs-font) {
  transform: scale(1);
}
ul.cafe-scrollto-nav-icons-list.lines {
  display: flex;
  flex-direction: column;
}
ul.cafe-scrollto-nav-icons-list.lines li {
  max-width: 25px;
  border-bottom: 2px solid;
  overflow: hidden;
  transition: all 300ms;
  cursor: pointer;
}
ul.cafe-scrollto-nav-icons-list.lines li.cafe-scrollto-nav-item {
  background: none !important;
}
ul.cafe-scrollto-nav-icons-list.lines li.cafe-scrollto-nav-item .cafe-scrollto-nav-item-link span {
  background: none;
  border: none;
}
ul.cafe-scrollto-nav-icons-list.lines li .cafe-scrollto-nav-item-link {
  white-space: nowrap;
  opacity: 0;
  transition: all 300ms;
}
ul.cafe-scrollto-nav-icons-list.lines li:hover, ul.cafe-scrollto-nav-icons-list.lines li.active {
  max-width: 50vw !important;
}
ul.cafe-scrollto-nav-icons-list.lines li:hover .cafe-scrollto-nav-item-link, ul.cafe-scrollto-nav-icons-list.lines li.active .cafe-scrollto-nav-item-link {
  opacity: 1;
}

.cafe-scrollto-nav-icons.right .lines {
  align-items: flex-end;
}

.cafe-scrollto-nav-icons.left .lines {
  align-items: flex-start;
}

.cafe-scrollto-nav-item .cafe-scrollto-nav-item-tooltip {
  position: absolute;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  max-width: 220px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  border-radius: 10px;
}

.cafe-scrollto-nav-icons.right .cafe-scrollto-nav-item-tooltip {
  right: calc(100% + 15px);
}

.cafe-scrollto-nav-icons.left .cafe-scrollto-nav-item-tooltip {
  left: calc(100% + 15px);
}

@media (max-width: 768px) {
  .cafe-scrollto-nav-icons.right {
    right: 7px;
  }
  .cafe-scrollto-nav-icons.left {
    left: 7px;
  }
}
.cafe-scrollto-nav-menu {
  position: fixed;
  top: 20px;
  height: 40px;
  z-index: 100;
  padding: 0;
  margin: 0;
}

.cafe-scrollto-nav-menu.left {
  left: 0;
}

.cafe-scrollto-nav-menu.right {
  right: 0;
}

.cafe-scrollto-nav-menu .cafe-scrollto-nav-menu-item {
  display: inline-block;
  margin: 10px;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
}

.cafe-scrollto-nav-menu .cafe-scrollto-nav-menu-item .cafe-scrollto-nav-item-link {
  padding: 9px 18px;
  display: block;
  cursor: pointer;
}

.cafe-scrollto-nav-menu .cafe-scrollto-nav-menu-item .cafe-scrollto-nav-item-link,
.cafe-scrollto-nav-menu .cafe-scrollto-nav-menu-item .cafe-scrollto-nav-item-link:hover {
  color: #000;
}

.cafe-scrollto-nav-menu .cafe-scrollto-nav-menu-item .cafe-scrollto-nav-item-link:focus,
.multiscroll-nav li a:focus {
  outline: none;
}

.elementor-widget-clever-edd-tabs .elementor-tab-title {
  cursor: pointer;
  outline: none;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
  display: table-cell;
  position: relative;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 1;
  border: solid transparent;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
  border-color: #d4d4d4;
  border-bottom: 1px solid white;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
  display: none;
  border: 1px solid #d4d4d4;
  margin-top: -1px;
  padding: 20px;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-horizontal .elementor-tab-content.elementor-active {
  display: block;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-vertical {
  overflow: hidden;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-vertical .clever-edd-tabs {
  width: 100%;
  display: flex;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
  width: 20%;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-active {
  border: 1px solid #d4d4d4;
  border-right: none;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-active:before, .elementor-widget-clever-edd-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-active:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  border-left: 1px solid #d4d4d4;
  height: 1000vh;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-active:before {
  bottom: 100%;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-active:after {
  top: 100%;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tab-title {
  padding: 20px 25px;
  position: relative;
}
.elementor-widget-clever-edd-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
  width: 80%;
  padding: 25px 30px;
  border: 1px solid #d4d4d4;
  border-left: none;
}

.elementor-widget-clever-pricing-table {
  text-align: center;
}
.elementor-widget-clever-pricing-table .elementor-widget-container {
  position: relative;
}
.elementor-widget-clever-pricing-table .cafe-wrap-block-heading {
  padding: 20px 15px;
  background: #f5f5f5;
  position: relative;
}
.elementor-widget-clever-pricing-table .cafe-heading {
  margin: 0;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.elementor-widget-clever-pricing-table .cafe-wrap-price {
  padding: 10px 10px 0;
}
.elementor-widget-clever-pricing-table .cafe-wrap-price .cafe-price {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.elementor-widget-clever-pricing-table .cafe-wrap-price .cafe-original-price {
  font-size: 22px;
  padding: 0 5px;
}
.elementor-widget-clever-pricing-table .cafe-wrap-list-features {
  margin: 0;
  padding: 15px 0;
}
.elementor-widget-clever-pricing-table .cafe-wrap-list-features li {
  list-style: none;
}
.elementor-widget-clever-pricing-table .cafe-wrap-button {
  padding: 15px;
}
.elementor-widget-clever-pricing-table .cafe-badge {
  z-index: 1;
}
.elementor-widget-clever-pricing-table .cafe-badge.banner {
  position: absolute;
  right: 0;
  top: 0;
}
.elementor-widget-clever-pricing-table .cafe-badge.banner .wrap-badge {
  border-bottom: 150px solid transparent;
  border-right: 150px solid;
  border-left: 150px solid transparent;
  height: 0;
  width: 0;
  display: block;
}
.elementor-widget-clever-pricing-table .cafe-badge.banner .badge-text {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(45deg);
  top: 30px;
  right: 0;
  width: 100px;
}
.elementor-widget-clever-pricing-table .badge-text {
  padding: 5px;
}
.elementor-widget-clever-pricing-table .cafe-badge.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.cafe-wrap-pricing-table {
  overflow: hidden;
  border-radius: inherit;
}
.cafe-wrap-pricing-table.style-1 {
  display: flex;
  flex-direction: column;
}
.cafe-wrap-pricing-table.style-1 .cafe-original-price {
  margin-right: 10px;
}
.cafe-wrap-pricing-table.style-1 .cafe-wrap-price {
  order: -1;
}
.cafe-wrap-pricing-table.style-1 .cafe-wrap-price {
  background-color: #19333c;
  padding: 40px 0px 0px 0px;
}
.cafe-wrap-pricing-table.style-1 .cafe-wrap-price .cafe-price {
  color: #ffffff;
  font-size: 48px;
  font-weight: 400;
  position: relative;
}
.cafe-wrap-pricing-table.style-1 .cafe-wrap-price .cafe-price .cafe-currency {
  position: absolute;
  right: 100%;
  top: 18px;
  display: block;
  line-height: 18px;
  font-size: 18px;
}
.cafe-wrap-pricing-table.style-1 .cafe-wrap-price .cafe-duration {
  color: #ffffff;
  font-size: 14px;
}
.cafe-wrap-pricing-table.style-1 .cafe-heading {
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
}
.cafe-wrap-pricing-table.style-1 .cafe-wrap-block-heading {
  position: relative;
  padding: 0 0 20px;
  color: #fff;
  background: #19333c;
  --background-color:#19333c;
}
.cafe-wrap-pricing-table.style-1 .cafe-wrap-block-heading:after, .cafe-wrap-pricing-table.style-1 .cafe-wrap-block-heading:before {
  position: absolute;
  top: 100%;
  width: 50%;
  height: 45px;
  content: "";
  display: block;
}
.cafe-wrap-pricing-table.style-1 .cafe-wrap-block-heading:after {
  right: 1px;
  background-image: linear-gradient(to right bottom, var(--background-color) 0%, var(--background-color) 50%, transparent 50%);
}
.cafe-wrap-pricing-table.style-1 .cafe-wrap-block-heading:before {
  left: 1px;
  background-image: linear-gradient(to left bottom, var(--background-color) 0%, var(--background-color) 50%, transparent 50%);
}
.cafe-wrap-pricing-table.style-1 .cafe-wrap-list-features {
  padding-top: 75px;
}

.twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-overlay, .twentytwenty-after-label, .twentytwenty-before-label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-overlay, .twentytwenty-after-label, .twentytwenty-before-label {
  transition-duration: 0.5s;
}

.twentytwenty-after-label, .twentytwenty-before-label {
  transition-property: opacity;
}

.twentytwenty-after-label:before, .twentytwenty-before-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-after-label:before, .twentytwenty-before-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before, .twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-after-label:before, .twentytwenty-vertical .twentytwenty-before-label:before {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: auto;
}

.twentytwenty-down-arrow, .twentytwenty-up-arrow, .twentytwenty-right-arrow, .twentytwenty-left-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-right-arrow, .twentytwenty-left-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-down-arrow, .twentytwenty-up-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}

.cafe-wrap-progress-bar {
  display: flex;
  align-items: center;
}
.cafe-wrap-progress-bar .base-bg, .cafe-wrap-progress-bar {
  width: 100%;
  position: relative;
  padding: 0;
}
.cafe-wrap-progress-bar .base-bg {
  height: 100%;
  background: #d4d4d4;
  display: inline-flex;
}
.cafe-wrap-progress-bar.default {
  height: 5px;
}
.cafe-wrap-progress-bar.default .cafe-progress-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: inherit;
}
.cafe-wrap-progress-bar.default.top .percent-count, .cafe-wrap-progress-bar.default.bottom .percent-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cafe-wrap-progress-bar.default.top .percent-count {
  bottom: 100%;
}
.cafe-wrap-progress-bar.default.bottom .percent-count {
  top: 100%;
}
.cafe-wrap-progress-bar.grouped .percent-count {
  width: 100%;
  display: inline-block;
}
.cafe-wrap-progress-bar.grouped.top, .cafe-wrap-progress-bar.grouped.bottom {
  flex-wrap: wrap;
}
.cafe-wrap-progress-bar.grouped.top .cafe-grouped-content, .cafe-wrap-progress-bar.grouped.bottom .cafe-grouped-content {
  width: 100%;
}
.cafe-wrap-progress-bar.grouped.top .cafe-grouped-content, .cafe-wrap-progress-bar.grouped.stuck-left .cafe-grouped-content {
  order: -1;
}
.cafe-wrap-progress-bar.grouped.stuck-left .cafe-grouped-content {
  margin-right: 10px;
}
.cafe-wrap-progress-bar.grouped.stuck-right .cafe-grouped-content {
  margin-left: 10px;
}
.cafe-wrap-progress-bar.grouped.stuck-right .cafe-grouped-content .percent-count {
  margin: 0;
}
.cafe-wrap-progress-bar .percent-count {
  display: flex;
}
.cafe-wrap-progress-bar .percent-count span {
  display: inline;
  line-height: 1;
}
.cafe-wrap-progress-bar.inner .percent-count, .cafe-wrap-progress-bar.inner .cafe-progress-dot {
  position: static;
  transform: none;
}
.cafe-wrap-progress-bar.inner .cafe-progress-dot {
  width: 100% !important;
  height: 100% !important;
}
.cafe-wrap-progress-bar.inner .percent-count {
  display: block;
  margin: 0 auto;
}
.cafe-wrap-progress-bar.inner .cafe-progress-bar {
  text-align: center;
  overflow: hidden;
}
.cafe-wrap-progress-bar.stuck-left .percent-count {
  order: -1;
  margin-right: 20px;
}
.cafe-wrap-progress-bar.stuck-right .percent-count {
  margin-left: 20px;
}

.cafe-progress-bar {
  position: relative;
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  transition: linear;
  width: 0;
}

.cafe-services.cafe-carousel > .cafe-row {
  display: block;
}
.cafe-services .cafe-service-title a {
  color: inherit;
  line-height: inherit;
}
.cafe-services .cafe-service-item {
  margin-bottom: 30px;
}
.cafe-services .cafe-wrap-service {
  display: flex;
  width: 100%;
  transition: all 300ms;
}
.cafe-services .cafe-wrap-media {
  font-size: 36px;
  text-align: center;
}
.cafe-services .cafe-wrap-service-content {
  flex-grow: 1;
}
.cafe-services.left-position .cafe-wrap-media {
  margin-right: 15px;
}
.cafe-services.right-position .cafe-wrap-service-content {
  order: -1;
}
.cafe-services.right-position .cafe-wrap-media {
  margin-left: 15px;
}
.cafe-services.center-position .cafe-service-item {
  flex-direction: column;
}
.cafe-services.boxed .cafe-service-title {
  color: rgba(255, 255, 255, 0.4);
  font-size: 100px;
  line-height: 1;
  margin-bottom: -30px;
}
.cafe-services.boxed .cafe-wrap-service {
  position: relative;
  display: inline-block;
}
.cafe-services.boxed .cafe-wrap-media {
  position: relative;
}
.cafe-services.boxed .cafe-wrap-media:after, .cafe-services.boxed .cafe-wrap-media:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 300ms;
}
.cafe-services.boxed .cafe-wrap-media:after {
  opacity: 0;
}
.cafe-services.boxed .cafe-wrap-media:before {
  opacity: 1;
}
.cafe-services.boxed .cafe-wrap-media img {
  width: 100%;
}
.cafe-services.boxed .cafe-wrap-service-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: inherit;
  justify-content: center;
  flex-direction: column;
  text-align: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.cafe-services.boxed .cafe-wrap-service-content > * {
  text-align: inherit;
  width: 100%;
}
.cafe-services.boxed .cafe-service-des {
  font-size: 48px;
}
.cafe-services.boxed .cafe-button {
  color: #fff;
}
.cafe-services.boxed .cafe-button i {
  font-size: 80%;
}
.cafe-services.boxed .cafe-service-item:hover .cafe-wrap-media {
  position: relative;
}
.cafe-services.boxed .cafe-service-item:hover .cafe-wrap-media:after {
  opacity: 1;
}
.cafe-services.boxed .cafe-service-item:hover .cafe-wrap-media:before {
  opacity: 0;
}

/*Blog Carousel*/
.cafe-carousel.cafe-posts .cafe-carousel-btn {
  top: -80px;
  transform: none;
}

/*End Blog Carousel*/
/*Boxed layout*/
.grid-layout.boxed .inner-post-content {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 10px var(--box-shadow);
  transition: all 300ms;
  overflow: hidden;
}
.grid-layout.boxed .inner-post-content:hover {
  box-shadow: 0 10px 15px var(--box-shadow);
}
.grid-layout.boxed .wrap-post-item-content {
  padding: 25px 30px;
}
.grid-layout.boxed .post-loop-item .entry-title a {
  color: #000;
}
.grid-layout.boxed .wrap-media {
  border-radius: 0;
}
.grid-layout.boxed .title-post {
  margin-bottom: 10px;
}
.grid-layout.boxed .post-info {
  color: var(--accent-color);
  text-transform: none;
  letter-spacing: normal;
  font-size: 1rem;
  margin-bottom: 10px;
}
.grid-layout.image-shadow .wrap-media {
  transition: box-shadow 300ms;
  box-shadow: 0 5px 15px var(--box-shadow);
}
.grid-layout.image-shadow .post-loop-item:hover .wrap-media {
  box-shadow: 0 5px 20px 5px var(--box-shadow);
}
.grid-layout.image-shadow .wrap-post-item-content {
  display: flex;
  flex-direction: column;
}
.grid-layout.image-shadow .entry-title {
  margin-bottom: 30px;
}
.grid-layout.image-shadow .entry-title a:hover {
  text-decoration: none;
}
.grid-layout.image-shadow .post-info {
  order: -1;
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 5px;
}
.grid-layout.image-shadow .post-info a {
  color: inherit;
}
.grid-layout.image-shadow .readmore {
  padding: 0;
  font-size: 18px;
  border: none;
}
.grid-layout.image-shadow .readmore:hover {
  background: transparent;
}
.grid-layout.image-shadow .readmore:after {
  display: none;
}
.grid-layout.img-left .cafe-post-item {
  display: flex;
  align-items: center;
}
.grid-layout.img-left .wrap-media {
  width: 30%;
  transition: box-shadow 300ms;
  box-shadow: 0 15px 40px -5px var(--box-shadow);
}
.grid-layout.img-left .post-loop-item:hover .wrap-media {
  box-shadow: 0 15px 40px var(--box-shadow);
}
.grid-layout.img-left .post-date {
  margin-bottom: 20px;
}
.grid-layout.img-left .title-post {
  margin-bottom: 10px;
}
.grid-layout.img-left .has-post-thumbnail .wrap-post-item-content {
  width: 70%;
  padding-left: 30px;
}
.grid-layout.img-left .post-loop-item .entry-title a:hover {
  text-decoration: none;
}
.grid-layout.img-left .author-post a {
  font-weight: 600;
  color: var(--accent-color);
}
.grid-layout.img-left .list-cat {
  width: auto;
}
.grid-layout.img-left .list-cat a {
  margin-bottom: 0;
  text-decoration: none !important;
}
.grid-layout.img-left .entry-content {
  margin-bottom: 20px;
}
.grid-layout.first-large {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.grid-layout.first-large .wrap-right-col {
  width: 100%;
}
.grid-layout.first-large .wrap-media {
  border-radius: 0;
}
.grid-layout.first-large .list-cat a {
  font-weight: 600;
}
.grid-layout.first-large .wrap-right-col > .post-loop-item {
  border-top: 1px solid var(--border-color);
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.grid-layout.first-large .wrap-right-col > .post-loop-item:first-child {
  border: none;
}
.grid-layout.first-large .wrap-right-col > .post-loop-item:first-child .wrap-post-item-content {
  padding-top: 0;
}
.grid-layout.first-large > .post-loop-item {
  box-shadow: 0 10px 30px var(--box-shadow);
  padding: 0;
}
.grid-layout.first-large > .post-loop-item .wrap-post-item-content {
  padding: 15px 20px;
}
.grid-layout.content-overlay.cafe-posts {
  margin: 0;
  width: 100%;
}
.grid-layout.content-overlay .cafe-post-item {
  padding: 0;
  margin: 0;
  position: relative;
}
.grid-layout.content-overlay .wrap-media {
  border-radius: 0;
  display: block;
  position: relative;
  margin: 0;
}
.grid-layout.content-overlay .wrap-media img {
  transform: none !important;
  width: 100%;
}
.grid-layout.content-overlay .wrap-media:after {
  opacity: 0;
  background-image: linear-gradient(130deg, rgba(39, 212, 153, 0.8) 20%, rgba(65, 53, 186, 0.9) 60%);
}
.grid-layout.content-overlay .wrap-media:before {
  background-image: linear-gradient(180deg, rgba(24, 38, 61, 0.3) 0%, rgba(0, 0, 0, 0.5) 90%);
}
.grid-layout.content-overlay .wrap-media:after, .grid-layout.content-overlay .wrap-media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 300ms;
}
.grid-layout.content-overlay .wrap-post-item-content {
  padding: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  transform: translateY(30px);
  transition: all 300ms;
}
.grid-layout.content-overlay .list-cat {
  order: -2;
  margin-bottom: 32px;
}
.grid-layout.content-overlay .list-cat a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 2px 20px;
}
.grid-layout.content-overlay .post-info {
  order: -1;
  color: #fff;
}
.grid-layout.content-overlay .title-post {
  line-height: 1.2;
  margin-bottom: 15px;
}
.grid-layout.content-overlay .title-post a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 30px;
}
.grid-layout.content-overlay .entry-content {
  color: #fff;
  margin-bottom: 35px;
}
.grid-layout.content-overlay .readmore {
  padding: 0;
  margin: 0;
  opacity: 0;
  font-weight: normal;
  color: #fff;
}
.grid-layout.content-overlay .readmore:after {
  display: none;
}
.grid-layout.content-overlay .readmore:hover {
  color: var(--accent-color);
}
.grid-layout.content-overlay .cafe-post-item:hover .wrap-post-item-content {
  transform: translateY(0);
}
.grid-layout.content-overlay .cafe-post-item:hover a.readmore {
  opacity: 1;
}
.grid-layout.content-overlay .cafe-post-item:hover .wrap-media:after {
  opacity: 1;
}
.grid-layout.content-overlay .cafe-post-item:hover .wrap-media:before {
  opacity: 0;
}
.grid-layout.basic .post-info {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
}
.grid-layout.basic .post-info .list-cat {
  margin-bottom: 0;
  width: auto;
}
.grid-layout.basic .post-info .list-cat a {
  background: none;
  padding: 0;
  margin-right: 10px;
  color: var(--accent-color);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
}

.post-date .date {
  font-size: 36px;
  font-weight: 600;
  color: var(--accent-color);
}
.post-date .month {
  color: var(--accent-color);
  text-transform: uppercase;
  font-size: 14px;
}

/*End Boxed layout*/
@media (min-width: 991.98px) {
  .grid-layout.img-left .wrap-media {
    width: 40%;
  }
  .grid-layout.img-left .has-post-thumbnail .wrap-post-item-content {
    width: 60%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768.98px) {
  .cafe-slide-desc h2 {
    font-size: 36px !important;
    margin-bottom: 5px;
  }
}
@media (min-width: 768.98px) {
  .grid-layout.first-large {
    justify-content: space-between;
  }
  .grid-layout.first-large > .post-loop-item {
    width: 50%;
    flex: 0 0 50%;
  }
  .grid-layout.first-large .wrap-right-col {
    padding: 0;
    width: calc(50% - 80px);
    flex: 0 0 calc(50% - 80px);
  }
  .grid-layout.first-large > .post-loop-item .title-post {
    font-size: 36px;
  }
  .grid-layout.first-large > .post-loop-item .wrap-post-item-content {
    padding: 30px 40px;
  }
}
/*Testimonial*/
.cafe-testimonial .cafe-quotation {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.cafe-testimonial .cafe-testimonial-item {
  text-align: center;
  margin-bottom: 30px;
}
.cafe-testimonial .cafe-wrap-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
.cafe-testimonial .cafe-wrap-avatar img {
  border-radius: inherit;
  height: 100%;
  width: 100%;
}
.cafe-testimonial .cafe-testimonial-content {
  margin-bottom: 20px;
}
.cafe-testimonial .cafe-testimonial-author {
  margin-bottom: 10px;
  font-size: 18px;
}
.cafe-testimonial .cafe-row {
  width: calc(100% + 30px);
}
.cafe-testimonial .cafe-row.slick-slider {
  width: 100%;
}
.cafe-testimonial.default .cafe-wrap-content {
  margin-left: auto;
  margin-right: auto;
}
.cafe-testimonial.default .cafe-wrap-author-info {
  width: auto;
}
.cafe-testimonial.default .cafe-wrap-testimonial-info {
  justify-content: center;
  text-align: left;
}
.cafe-testimonial.style-1 .cafe-testimonial-item {
  text-align: left;
}
.cafe-testimonial.style-1 .cafe-testimonial-content {
  border-radius: 10px;
  box-shadow: 0 15px 40px -5px #eae7f5;
  position: relative;
  padding: 30px;
  text-align: left;
  margin-bottom: 45px;
  color: #303030;
}
.cafe-testimonial.style-1 .cafe-testimonial-content:after {
  content: "";
  border: 15px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  display: block;
}
.cafe-testimonial.style-1 .cafe-wrap-author-info {
  width: auto;
  flex-grow: 1;
  padding-left: 20px;
}
.cafe-testimonial.style-1 .cafe-testimonial-rate {
  margin-top: 20px;
}
.cafe-testimonial.style-1 .cafe-quotation {
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: rgba(243, 66, 145, 0.2);
  font-size: 46px;
  line-height: 1;
}
.cafe-testimonial.style-1 .cafe-testimonial-author {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}
.cafe-testimonial.style-1 .cafe-testimonial-des {
  font-size: 12px;
  text-transform: uppercase;
  color: #b7b7b7;
  letter-spacing: 1px;
}
.cafe-testimonial.style-1 .cafe-wrap-avatar {
  width: 80px;
  height: 80px;
}
.cafe-testimonial.style-1 ul.slick-dots {
  position: static;
}
.cafe-testimonial.style-1 ul.slick-dots li.slick-active {
  width: 35px;
}
.cafe-testimonial.style-2 .cafe-wrap-content {
  margin-left: auto;
  margin-right: auto;
}
.cafe-testimonial.style-2 .cafe-wrap-testimonial-info {
  flex-direction: column;
}
.cafe-testimonial.style-2 .cafe-wrap-avatar {
  margin-bottom: 15px;
}
.cafe-testimonial.style-2 .cafe-carousel-btn.prev-item {
  right: calc(50% + 200px);
  bottom: 120px;
}
.cafe-testimonial.style-2 .cafe-carousel-btn.next-item {
  left: calc(50% + 200px);
  right: auto;
  bottom: 120px;
}
.cafe-testimonial.style-2 .cafe-wrap-content {
  max-width: 100%;
}
.cafe-testimonial.style-2 .cafe-testimonial-content {
  margin-bottom: 35px;
}
.cafe-testimonial.style-3.carousel-layout .cafe-testimonial-item {
  padding-top: 50px;
}
.cafe-testimonial.style-3 .cafe-wrap-content .cafe-wrap-testimonial-info {
  position: relative;
}
.cafe-testimonial.style-3 .cafe-wrap-content .cafe-wrap-testimonial-info .cafe-wrap-avatar {
  position: absolute;
  top: -110px;
  left: 0;
  z-index: 1;
}
.cafe-testimonial.style-3 .cafe-wrap-content .cafe-wrap-testimonial-info .cafe-wrap-author-info {
  width: 100%;
  position: relative;
}
.cafe-testimonial.style-3 .cafe-wrap-content .cafe-wrap-testimonial-info .cafe-wrap-author-info .cafe-quotation {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 0;
  margin: 0;
}
.cafe-testimonial.style-3 .cafe-wrap-content .cafe-testimonial-content {
  margin-bottom: 0;
}
.cafe-testimonial.nav-position-bottom .cafe-carousel-btn {
  top: auto;
  bottom: 0;
  transform: none;
}
.cafe-testimonial.nav-position-bottom .cafe-carousel-btn.prev-item {
  right: calc(50% + 10px);
  left: auto;
}
.cafe-testimonial.nav-position-bottom .cafe-carousel-btn.next-item {
  left: calc(50% + 10px);
  right: auto;
}
.cafe-testimonial.nav-position-top .cafe-carousel-btn {
  top: 0;
  bottom: auto;
  transform: none;
}

.cafe-testimonial-rate {
  width: 100%;
}
.cafe-testimonial-rate .cafe-rate-star {
  position: relative;
  display: inline-flex;
  font-size: 14px;
}
.cafe-testimonial-rate .cafe-rate-star:after {
  position: absolute;
  left: 0;
}
.cafe-testimonial-rate .cafe-rate-star:before {
  color: #d4d4d4;
}
.cafe-testimonial-rate .cafe-rate-star:after {
  color: #f3c612;
  font-family: cleversoft;
}
.cafe-testimonial-rate .cafe-rate-star:before {
  content: "쉁쉁쉁쉁쉁";
  font-family: cleversoft;
}
.cafe-testimonial-rate .cafe-rate-star.stars-5:after {
  content: "쉁쉁쉁쉁쉁";
}
.cafe-testimonial-rate .cafe-rate-star.stars-4:after {
  content: "쉁쉁쉁쉁";
}
.cafe-testimonial-rate .cafe-rate-star.stars-3:after {
  content: "쉁쉁쉁";
}
.cafe-testimonial-rate .cafe-rate-star.stars-2:after {
  content: "쉁쉁";
}
.cafe-testimonial-rate .cafe-rate-star.stars-1:after {
  content: "쉁";
}

@media (min-width: 1200px) {
  .cafe-testimonial.carousel-layout.style-1 {
    width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
  }
  .cafe-testimonial.carousel-layout.style-1 .cafe-col {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/*End Testimonial*/
/*Testimonial*/
.cafe-testimonial .cafe-carousel-btn {
  bottom: 50px;
}
.cafe-testimonial .cafe-wrap-content {
  max-width: 570px;
}

.cafe-testimonial .cafe-testimonial-content {
  font-size: 18px;
  margin-bottom: 30px;
}

.cafe-wrap-testimonial-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cafe-wrap-testimonial-info .cafe-wrap-avatar {
  margin: 0;
}
.cafe-wrap-testimonial-info .cafe-wrap-author-info {
  width: calc(100% - 130px);
}
.cafe-wrap-testimonial-info .cafe-testimonial-author {
  font-size: 24px;
  color: #000;
  margin-bottom: 5px;
}
.cafe-wrap-testimonial-info .cafe-testimonial-des {
  color: var(--accent-color);
}

/*End Testimonial*/
.cafe-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cafe-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cafe-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cafe-words-wrapper b {
  opacity: 0;
}

.no-js .cafe-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cafe-headline.rotate-1 .cafe-words-wrapper {
  perspective: 300px;
}

.cafe-headline.rotate-1 b {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}

.cafe-headline.rotate-1 b.is-visible {
  opacity: 1;
  transform: rotateX(0deg);
  animation: cafe-rotate-1-in 1.2s;
}

.cafe-headline.rotate-1 b.is-hidden {
  transform: rotateX(180deg);
  animation: cafe-rotate-1-out 1.2s;
}
@keyframes cafe-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cafe-rotate-1-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* --------------------------------

xtype 

-------------------------------- */
.cafe-headline.type .cafe-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cafe-headline.type .cafe-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cafe-headline.type .cafe-words-wrapper.waiting::after {
  animation: cafe-pulse 1s infinite;
}

.cafe-headline.type .cafe-words-wrapper.selected {
  background-color: #aebcb9;
}

.cafe-headline.type .cafe-words-wrapper.selected::after {
  visibility: hidden;
}

.cafe-headline.type .cafe-words-wrapper.selected b {
  color: #0d0d0d;
}

.cafe-headline.type b {
  visibility: hidden;
}

.cafe-headline.type b.is-visible {
  visibility: visible;
}

.cafe-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cafe-headline.type i.in {
  position: relative;
  visibility: visible;
}
@keyframes cafe-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xrotate-2 

-------------------------------- */
.cafe-headline.rotate-2 .cafe-words-wrapper {
  perspective: 300px;
}

.cafe-headline.rotate-2 i, .cafe-headline.rotate-2 em {
  display: inline-block;
  backface-visibility: hidden;
}

.cafe-headline.rotate-2 b {
  opacity: 0;
}

.cafe-headline.rotate-2 i {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cafe-headline.rotate-2 i {
  opacity: 1;
}

.cafe-headline.rotate-2 i.in {
  animation: cafe-rotate-2-in 0.4s forwards;
}

.cafe-headline.rotate-2 i.out {
  animation: cafe-rotate-2-out 0.4s forwards;
}

.cafe-headline.rotate-2 em {
  transform: translateZ(20px);
}

.no-csstransitions .cafe-headline.rotate-2 i {
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cafe-headline.rotate-2 i em {
  transform: scale(1);
}

.no-csstransitions .cafe-headline.rotate-2 .is-visible i {
  opacity: 1;
}
@keyframes cafe-rotate-2-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cafe-rotate-2-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* --------------------------------

xloading-bar 

-------------------------------- */
.cafe-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cafe-headline.loading-bar .cafe-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cafe-headline.loading-bar .cafe-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  transition: width 0.3s -0.1s;
}

.cafe-headline.loading-bar .cafe-words-wrapper.is-loading::after {
  width: 100%;
  transition: width 3s;
}

.cafe-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  transition: opacity 0.3s;
}

.cafe-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.cafe-headline.slide span {
  display: inline-block;
  padding: 0.2em 0;
}

.cafe-headline.slide .cafe-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cafe-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cafe-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  animation: slide-in 0.6s;
}

.cafe-headline.slide b.is-hidden {
  animation: slide-out 0.6s;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
/* --------------------------------

xclip 

-------------------------------- */
.cafe-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}

.cafe-headline.clip .cafe-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cafe-headline.clip .cafe-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cafe-headline.clip b {
  opacity: 0;
}

.cafe-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.cafe-headline.zoom .cafe-words-wrapper {
  perspective: 300px;
}

.cafe-headline.zoom b {
  opacity: 0;
}

.cafe-headline.zoom b.is-visible {
  opacity: 1;
  animation: zoom-in 0.8s;
}

.cafe-headline.zoom b.is-hidden {
  animation: zoom-out 0.8s;
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
/* --------------------------------

xrotate-3 

-------------------------------- */
.cafe-headline.rotate-3 .cafe-words-wrapper {
  perspective: 300px;
}

.cafe-headline.rotate-3 b {
  opacity: 0;
}

.cafe-headline.rotate-3 i {
  display: inline-block;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.is-visible .cafe-headline.rotate-3 i {
  transform: rotateY(0deg);
}

.cafe-headline.rotate-3 i.in {
  animation: cafe-rotate-3-in 0.6s forwards;
}

.cafe-headline.rotate-3 i.out {
  animation: cafe-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cafe-headline.rotate-3 i {
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cafe-headline.rotate-3 .is-visible i {
  opacity: 1;
}
@keyframes cafe-rotate-3-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes cafe-rotate-3-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
/* --------------------------------

xscale 

-------------------------------- */
.cafe-headline.scale b {
  opacity: 0;
}

.cafe-headline.scale i {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}

.is-visible .cafe-headline.scale i {
  opacity: 1;
}

.cafe-headline.scale i.in {
  animation: scale-up 0.6s forwards;
}

.cafe-headline.scale i.out {
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cafe-headline.scale i {
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cafe-headline.scale .is-visible i {
  opacity: 1;
}
@keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
/* --------------------------------

xpush 

-------------------------------- */
.cafe-headline.push b {
  opacity: 0;
}

.cafe-headline.push b.is-visible {
  opacity: 1;
  animation: push-in 0.6s;
}

.cafe-headline.push b.is-hidden {
  animation: push-out 0.6s;
}
@keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.cafe-headline.high-light .cafe-words-wrapper {
  position: relative;
}
.cafe-headline.high-light svg {
  position: absolute;
  width: calc(100% + 1rem);
  left: -0.5rem;
  z-index: -1;
}
.cafe-headline.high-light svg path {
  animation: cafe-path-dash 3s infinite;
  stroke: #f3bc34;
  stroke-width: 6;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.cafe-headline.high-light.underline svg {
  bottom: 0;
}
.cafe-headline.high-light.strike-through svg {
  bottom: 50%;
  transform: translateY(50%);
}
.cafe-headline.high-light.brush-stroke svg {
  bottom: 50%;
  transform: translateY(50%);
}
.cafe-headline.high-light.popout .cafe-words-wrapper {
  position: relative;
  display: inline-block;
  animation: cafe-text-popout 1s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes cafe-text-popout {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightblue;
    color: black;
  }
  30% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 lightblue;
    color: black;
  }
  70% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightblue;
    color: black;
  }
  100% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em lightblue;
    color: black;
  }
}
@keyframes cafe-path-dash {
  to {
    stroke-dashoffset: 0;
  }
}
/*Random selected*/
.cafe-headline {
  --active-color: #E52E2E;
  --color: #666;
  margin: 0;
}
.cafe-headline.random-selected span {
  line-height: inherit;
}
.cafe-headline.random-selected .cafe-words-wrapper b {
  position: static;
  transition: all 300ms;
  color: var(--color);
}
.cafe-headline.random-selected .cafe-words-wrapper b:after {
  content: " / ";
  color: var(--color);
  font-size: 85%;
}
.cafe-headline.random-selected .cafe-words-wrapper b.is-visible {
  color: var(--active-color);
  transition-delay: 300ms;
}
.cafe-headline.random-selected .cafe-words-wrapper b:last-child:after {
  display: none;
}

.cafe-headline.marquee .cafe-words-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.cafe-headline.marquee .cafe-words-wrapper b {
  position: relative;
  padding: 0 30px;
}
.cafe-headline.marquee .cafe-words-wrapper b:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--black-color);
}

.cafe-tabs.visible-content .slick-list {
  overflow: visible;
}
.cafe-tabs .cafe-wrap-tabs {
  position: relative;
}
.cafe-tabs .cafe-carousel {
  margin: 0;
  padding: 0;
}
.cafe-tabs .cafe-drag-label {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  font-weight: 500;
  color: #fff;
  background: #E53537;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
  cursor: pointer;
  transition: all 300ms;
}
.cafe-tabs .cafe-drag-label i {
  font-weight: normal;
  font-size: 85%;
}
.cafe-tabs .cafe-wrap-tab-head {
  margin-bottom: 40px;
}
.cafe-tabs .cafe-wrap-tab-head .cafe-tab-item {
  margin-left: 20px;
  margin-right: 20px;
  transition: all 300ms;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.cafe-tabs .cafe-wrap-tab-head .cafe-tab-item:after {
  content: "";
  width: 0;
  border-bottom: 2px solid;
  transition: all 300ms;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cafe-tabs .cafe-wrap-tab-head .cafe-tab-item:last-child {
  margin-right: 0 !important;
}
.cafe-tabs .cafe-wrap-tab-head .cafe-tab-item:first-child {
  margin-left: 0 !important;
}
.cafe-tabs .cafe-wrap-tab-head .cafe-tab-item.active:after, .cafe-tabs .cafe-wrap-tab-head .cafe-tab-item:hover:after {
  width: 100%;
}
.cafe-tabs .cafe-tab {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 500ms;
  z-index: -1;
}
.cafe-tabs .cafe-tab.active {
  position: static;
  opacity: 1;
}
.cafe-tabs .cafe-tab-carousel-item {
  position: relative;
}
.cafe-tabs .cafe-tab-carousel-item:not(.slick-active) .cafe-drag-label {
  opacity: 0;
}

.cafe-hot-spots {
  position: relative;
}
.cafe-hot-spots img {
  max-width: 100%;
}
.cafe-hot-spots.blink-effect .cafe-hot-spot-icon {
  animation: blink 800ms infinite ease-in-out;
}
.cafe-hot-spots.blink-effect .cafe-hot-spot-icon:hover {
  animation: none;
}
.cafe-hot-spots.wave-effect .cafe-hot-spot-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  border-radius: 50%;
  opacity: 0.2;
  animation: cea-zoom-in 800ms infinite linear;
}

.cafe-hot-spot {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.cafe-hot-spot .cafe-hot-spot-icon {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}
.cafe-hot-spot .cafe-hot-spot-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.cafe-hot-spot:hover .cafe-hot-spot-content {
  opacity: 1;
  visibility: visible;
}

.cafe-hot-spot-content {
  --bg-block: #fff;
  position: absolute;
  transition: all 300ms;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
}
.cafe-hot-spot-content .wrap-content-hot-spot {
  background: var(--bg-block);
  padding: 15px;
  position: relative;
}
.cafe-hot-spot-content.content-left, .cafe-hot-spot-content.content-right {
  top: 50%;
  transform: translateY(-50%);
}
.cafe-hot-spot-content.content-top, .cafe-hot-spot-content.content-bottom {
  left: 50%;
  transform: translateX(-50%);
}

.hot-spot-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.wrap-content-hot-spot:last-child {
  margin: 0;
}

.cafe-hot-spot-content .wrap-content-hot-spot:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.cafe-hot-spot-content.content-left .wrap-content-hot-spot:before, .cafe-hot-spot-content.content-right .wrap-content-hot-spot:before {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  top: 50%;
  transform: translateY(-50%);
}
.cafe-hot-spot-content.content-left .wrap-content-hot-spot:before {
  border-left: 10px solid var(--bg-block);
  left: 100%;
}
.cafe-hot-spot-content.content-right .wrap-content-hot-spot:before {
  border-right: 10px solid var(--bg-block);
  right: 100%;
}
.cafe-hot-spot-content.content-top .wrap-content-hot-spot:before, .cafe-hot-spot-content.content-bottom .wrap-content-hot-spot:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.cafe-hot-spot-content.content-top .wrap-content-hot-spot:before {
  border-top: 10px solid var(--bg-block);
  top: 100%;
}
.cafe-hot-spot-content.content-bottom .wrap-content-hot-spot:before {
  border-bottom: 10px solid var(--bg-block);
  bottom: 100%;
}
.cafe-hot-spot-content.content-left {
  right: 100%;
}
.cafe-hot-spot-content.content-right {
  left: 100%;
}
.cafe-hot-spot-content.content-top {
  bottom: 100%;
}
.cafe-hot-spot-content.content-bottom {
  top: 100%;
}

.content-fade-in-effect .cafe-hot-spot-content.content-left {
  right: calc(100% + 30px);
}
.content-fade-in-effect .cafe-hot-spot-content.content-right {
  left: calc(100% + 30px);
}
.content-fade-in-effect .cafe-hot-spot-content.content-top {
  bottom: calc(100% + 30px);
}
.content-fade-in-effect .cafe-hot-spot-content.content-bottom {
  top: calc(100% + 30px);
}
.content-fade-in-effect .cafe-hot-spot:hover .cafe-hot-spot-content.content-left {
  right: 100%;
}
.content-fade-in-effect .cafe-hot-spot:hover .cafe-hot-spot-content.content-right {
  left: 100%;
}
.content-fade-in-effect .cafe-hot-spot:hover .cafe-hot-spot-content.content-top {
  bottom: 100%;
}
.content-fade-in-effect .cafe-hot-spot:hover .cafe-hot-spot-content.content-bottom {
  top: 100%;
}

.content-zoom-in-effect .cafe-hot-spot-content .wrap-content-hot-spot {
  transform: scale(0.8);
  transition: all 300ms;
}
.content-zoom-in-effect .cafe-hot-spot:hover .cafe-hot-spot-content .wrap-content-hot-spot {
  transform: scale(1);
}

.content-rotate-effect .cafe-hot-spot-content {
  perspective: 500px;
}
.content-rotate-effect .cafe-hot-spot-content .wrap-content-hot-spot {
  transition: all 300ms;
  transform-style: preserve-3d;
}
.content-rotate-effect .cafe-hot-spot-content.content-left .wrap-content-hot-spot {
  transform: rotateY(-90deg);
  transform-origin: calc(100% + 15px) 0;
}
.content-rotate-effect .cafe-hot-spot-content.content-right .wrap-content-hot-spot {
  transform: rotateY(90deg);
  transform-origin: -15px 0;
}
.content-rotate-effect .cafe-hot-spot-content.content-top .wrap-content-hot-spot {
  transform: rotateX(90deg);
  transform-origin: 0 calc(100% + 15px);
}
.content-rotate-effect .cafe-hot-spot-content.content-bottom .wrap-content-hot-spot {
  transform: rotateX(-90deg);
  transform-origin: 0 -15px;
}
.content-rotate-effect .cafe-hot-spot:hover .cafe-hot-spot-content .wrap-content-hot-spot {
  transform: rotateX(0deg) rotateY(0deg);
}

.cafe-foody-menu .foody-menu-item {
  display: flex;
  align-items: center;
}
.cafe-foody-menu .foody-menu-item .cafe-wrap-image .image {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 30px;
}
.cafe-foody-menu .foody-menu-item .cafe-wrap-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cafe-foody-menu .foody-menu-item .cafe-wrap-content .wrap-title h3 {
  margin: 0;
}
.cafe-foody-menu .foody-menu-item .cafe-wrap-content .wrap-title p {
  margin: 0;
}
.cafe-foody-menu .foody-menu-item .cafe-wrap-content .wrap-price {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.cafe-foody-menu .foody-menu-item .cafe-wrap-content .wrap-price .price {
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  text-align: right;
}
.cafe-foody-menu .foody-menu-item .cafe-wrap-content .wrap-price .order {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cafe-foody-menu .foody-menu-item .cafe-wrap-content .wrap-price .order a {
  display: block;
  padding: 0 8px;
  background: #f2ad32;
  color: #fff;
  border-radius: 5px;
}
.cafe-foody-menu .foody-menu-item .cafe-wrap-content .wrap-price .order .star {
  color: #fff;
  display: block;
  padding: 0 5px;
  background: #f2ad32;
  margin-left: 5px;
  border-radius: 5px;
}

.cafe-booking-table .otw-widget-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cafe-booking-table .otw-widget-form > * {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.cafe-booking-table .otw-widget-form > * span.input-group-addon {
  margin-right: 10px;
}
.cafe-booking-table .otw-widget-form > * span.input-group-addon i {
  font-size: 30px;
}
.cafe-booking-table .otw-widget-form > * select,
.cafe-booking-table .otw-widget-form > * input {
  height: 70px;
  margin: 0;
}
.cafe-booking-table .otw-widget-form > * input[type=submit] {
  width: 100%;
  background: #f2ad32;
  color: #fff;
  font-size: 18px;
  width: 100%;
}
.cafe-booking-table .otw-widget-form > * input[type=submit]:hover {
  background: #c78205;
}

@media (max-width: 992px) {
  .cafe-head-product-filter {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .cafe-head-product-filter .cafe-deal-action-link {
    width: 100%;
  }
  .cafe-head-product-filter.has-tabs {
    position: relative;
  }
  .cafe-head-product-filter.has-tabs .cafe-title {
    width: 100%;
    display: block;
    position: relative;
  }
  .cafe-head-product-filter.has-tabs .cafe-title:before {
    content: "쉲";
    font-family: cleversoft;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 30px;
  }
  .cafe-head-product-filter.has-tabs .cafe-title.active:before {
    transform: translateY(-50%) rotate(180deg);
  }
  .cafe-head-product-filter.has-tabs .cafe-ajax-load {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    padding-top: 15px;
  }
  .cafe-head-product-filter.has-tabs .cafe-ajax-load li {
    width: 100%;
  }
  .cafe-module-1 .cafe-head-product-filter:before {
    content: none;
  }
  .cafe-product-banner-and-tabs.style-1 {
    flex-wrap: wrap;
  }
  .cafe-product-banner-and-tabs.style-1 .cafe-head-product-filter .cafe-ajax-load {
    display: none;
  }
  .cafe-product-banner-and-tabs.style-1 .cafe-head-product-filter .cafe-ajax-load .shop-now-button {
    position: unset;
  }
}
@media (max-width: 576px) {
  .cafe-products-wrap.cafe-deal-wrap {
    flex-direction: column;
  }
  .cafe-products-wrap.cafe-deal-wrap > * {
    width: 100%;
  }
}
.rtl .cafe-head-product-filter:after {
  left: auto;
  right: 0;
}
.rtl .cafe-head-product-filter ul li {
  padding: 0 20px 0 0;
}
.rtl .sub_cate .category-item .category-content {
  padding-left: 0;
  padding-right: 25px;
}/*# sourceMappingURL=frontend.css.map */